1. ffccaa4 Version bump for 3.5.1 final. by Larry Hastings · 10 years ago v3.5.1
  2. 3e7a56a Updated pydoc topics for 3.5.1 final. by Larry Hastings · 10 years ago
  3. e800941 Issue #25709: Fixed problem with in-place string concatenation and utf-8 cache. by Serhiy Storchaka · 10 years ago
  4. a8f4405 Merge. by Larry Hastings · 10 years ago
  5. ba11daa Post-release updates for Python 3.5.1rc1. by Larry Hastings · 10 years ago
  6. 10fa83c Fixes upload directories for Windows installer. by Steve Dower · 10 years ago
  7. 8f576d9 Added tag v3.5.1rc1 for changeset 948ef16a6951 by Larry Hastings · 10 years ago
  8. 6e86580 Version bump for Python 3.5.1rc1. by Larry Hastings · 10 years ago v3.5.1rc1
  9. 1fb5b73 Updated pydoc topics for 3.5.1rc1. by Larry Hastings · 10 years ago
  10. 23244e5 Issue #25689: Merge ftplib and nntplib docs from 3.4 into 3.5 by Martin Panter · 10 years ago
  11. 828123c Issue #25689: Fix language in ftplib and nntplib docs by Martin Panter · 10 years ago
  12. 4a93cf7 Update idlelib/NEWS.txt. by Terry Jan Reedy · 10 years ago
  13. 6e92c11 Update idlelib/NEWS.txt. by Terry Jan Reedy · 10 years ago
  14. 7537898 Misc/NEWS entries for IDLE. by Terry Jan Reedy · 10 years ago
  15. c75d37f Misc/NEWS entries for IDLE. by Terry Jan Reedy · 10 years ago
  16. efd83fe Issue #25686: test_shutil no longer uses the distutils package for searching by Serhiy Storchaka · 10 years ago
  17. b42de2f Issue #25686: test_shutil no longer uses the distutils package for searching by Serhiy Storchaka · 10 years ago
  18. e1b02e0 Issue 15348: Stop debugger engine (normally in user process) by Terry Jan Reedy · 10 years ago
  19. 6a904c1 Issue #24455: Prevent IDLE from hanging when a) closing the shell while the by Terry Jan Reedy · 10 years ago
  20. 0f3c976 asyncio: Fix with github by Yury Selivanov · 10 years ago
  21. a211a7a asyncio.tests: Fix whitespace by Yury Selivanov · 10 years ago
  22. d59bba8 asyncio: Drop "value" parameter from Task._step method. by Yury Selivanov · 10 years ago
  23. b485bb4 asyncio: Sync with github by Yury Selivanov · 10 years ago
  24. 4379d15 Make it slightly clearer that IDLE close message is referring to user program, by Terry Jan Reedy · 10 years ago
  25. 51d3f8b #25679: spelling fix by R David Murray · 10 years ago
  26. e99e977 Issue #25626: Change zlib to accept Py_ssize_t and cap to UINT_MAX by Martin Panter · 10 years ago
  27. d13cade Merge with 3.4 by Terry Jan Reedy · 10 years ago
  28. 0a7b2ae Merge with 3.4 by Terry Jan Reedy · 10 years ago
  29. 92e5d2f Close issue25594: advise against accessing Enum members from other members by Ethan Furman · 10 years ago
  30. 875e4fb Merge 3.4 by Yury Selivanov · 10 years ago
  31. e342b8e Merge 3.4 by Yury Selivanov · 10 years ago
  32. 4733e1f Merge 3.4 by Yury Selivanov · 10 years ago
  33. abe6107 Merge 3.4 by Yury Selivanov · 10 years ago
  34. 812b248 Merge with 3.4 by Terry Jan Reedy · 10 years ago
  35. 6d9e923 Issue #25665: Test pickling with all protocols in test_typing. by Serhiy Storchaka · 10 years ago
  36. 0aaeacb Merge: #25679: spelling fix by R David Murray · 10 years ago
  37. 6fbd774 Issue #25670: Remove duplicate getattr() from ast.NodeTransformer by Victor Stinner · 10 years ago
  38. 97cabb9 Issue #25583: Merge makedirs fix from 3.4 into 3.5 by Martin Panter · 10 years ago
  39. 82f9fea Issue #25593: Change semantics of EventLoop.stop(). (Merge 3.4->3.5) by Guido van Rossum · 10 years ago
  40. 41f69f4 Issue #25593: Change semantics of EventLoop.stop(). by Guido van Rossum · 10 years ago
  41. 557d1eb Issue #25665: Make NamedTuple picklable. by Guido van Rossum · 10 years ago
  42. 05e3090 Remove unused imports from test_typing.py. by Guido van Rossum · 10 years ago
  43. bb7c57c Issue #25472: In B[<type>], insert B in front of __bases__, to make the __dict__ descriptor work. by Guido van Rossum · 10 years ago
  44. a82642f Issue #25583: Avoid incorrect errors raised by os.makedirs(exist_ok=True) by Martin Panter · 10 years ago
  45. 6efc7e7 Merge 3.4 by Yury Selivanov · 10 years ago
  46. 01a65af asyncio.docs: Fix versionadded by Yury Selivanov · 10 years ago
  47. 576fe71 asyncio: Error if awaiting in parallel on the same coroutine by Yury Selivanov · 10 years ago
  48. b3dd6d7 asyncio: Error if awaiting in parallel on the same coroutine by Yury Selivanov · 10 years ago
  49. 1535311 Issue #23200: Merge zlib doc from 3.4 into 3.5 by Martin Panter · 10 years ago
  50. 38fe4dc Issue #23200: Document that max_length=0 is not supported by Martin Panter · 10 years ago
  51. ce19839 Issue #20468: Merge getpagesize doc from 3.4 into 3.5 by Martin Panter · 10 years ago
  52. f8f66eb Issue #20468: Remove incorrect information about maxrss and page size by Martin Panter · 10 years ago
  53. 5498f2b Merge 3.4 by Yury Selivanov · 10 years ago
  54. 5d7e3b6 asyncio: Cleanup Future API by Yury Selivanov · 10 years ago
  55. 7f324ba Merge 3.4 by Yury Selivanov · 10 years ago
  56. 0013cce asyncio: Sync with github by Yury Selivanov · 10 years ago
  57. 4eccf4b Issue #25615: Merge glob doc from 3.4 into 3.5 by Martin Panter · 10 years ago
  58. 9f3c094 Issue #25615: Document unsorted behaviour of glob; patch by Dave Jones by Martin Panter · 10 years ago
  59. cfff959 Merge 3.4 by Yury Selivanov · 10 years ago
  60. a4afc48 asyncio: Optimize Task._wakeup by Yury Selivanov · 10 years ago
  61. 344904c asyncio.docs: Document Transport.is_closing (merge 3.4) by Yury Selivanov · 10 years ago
  62. 1744d53 asyncio.docs: Document Transport.is_closing by Yury Selivanov · 10 years ago
  63. 1334f83 Merge 3.4 by Yury Selivanov · 10 years ago
  64. 5bb1afb asyncio: Add Transport.is_closing() by Yury Selivanov · 10 years ago
  65. a27a1e5 Issue #25498: Fixed contributors name. by Serhiy Storchaka · 10 years ago
  66. da32d26 Issue #25498: Fixed contributors name. by Serhiy Storchaka · 10 years ago
  67. 4bc534d Merge with 3.4 by Terry Jan Reedy · 10 years ago
  68. 4932ac2 Issue #24750: whitespace by Terry Jan Reedy · 10 years ago
  69. 5922d73 Merge with 3.4 by Terry Jan Reedy · 10 years ago
  70. d36d817 Issue #24750: Improve appearance of IDLE editor window status bar. by Terry Jan Reedy · 10 years ago
  71. 4234710 Issue #20220: Merge time zone workaround from 3.4 into 3.5 by Martin Panter · 10 years ago
  72. f242aeb Issue #9051: Added tests for pickling and copying the timezone objects. by Serhiy Storchaka · 10 years ago
  73. e28209f Issue #9051: Added tests for pickling and copying the timezone objects. by Serhiy Storchaka · 10 years ago
  74. 6e0889f Issue #20220: Add DST rules to work around glibc quirk by Martin Panter · 10 years ago
  75. a4d33b3 make the PyUnicode_FSConverter cleanup set the decrefed argument to NULL (closes #25630) by Benjamin Peterson · 10 years ago
  76. d0a5b1c Fixes #23564: Fix a partially broken sanity check in the _posixsubprocess by Gregory P. Smith · 10 years ago
  77. 2cd1b3b Fix issue #6973: When we know a subprocess.Popen process has died, do by Gregory P. Smith · 10 years ago
  78. a0c9caa Fix issue #6973: When we know a subprocess.Popen process has died, do by Gregory P. Smith · 10 years ago
  79. fcc2e71 merge 3.4 (#25578) by Benjamin Peterson · 10 years ago
  80. 025a1fd rm trailing ws by Benjamin Peterson · 10 years ago
  81. f0c9038 fix possible memory lea k in _get_aia_uri (closes #25578) by Benjamin Peterson · 10 years ago
  82. 7e2b870 Issue #25388: Fixed tokenizer crash when processing undecodable source code by Serhiy Storchaka · 10 years ago
  83. 0d44111 Issue #25388: Fixed tokenizer crash when processing undecodable source code by Serhiy Storchaka · 10 years ago
  84. 2463001 merge 3.4 (#25569) by Benjamin Peterson · 10 years ago
  85. 806fb25 fix build with older openssl (#25569) by Benjamin Peterson · 10 years ago
  86. 97ce0fa Fix grammar in whatsnew/3.5.rst and elsewhere by Martin Panter · 10 years ago
  87. 32acc16 Merge typo and grammar fixes from 3.4 into 3.5 by Martin Panter · 10 years ago
  88. 2e4571a Fix a few grammar problems in the documentation and comments by Martin Panter · 10 years ago
  89. ac34e09 Correct Content-Type syntax in documentation by Martin Panter · 10 years ago
  90. fa9ea04 Issue #25590: Merge rlcompleter change from 3.4 into 3.5 by Martin Panter · 10 years ago
  91. 06622ea Issue #25590: Make rlcompleter only call getattr() once per attribute by Martin Panter · 10 years ago
  92. 75559af Issue #25498: Update error message for 3.5 by Martin Panter · 10 years ago
  93. 0da4ac1 Issue #25498: Merge ctypes crash fix from 3.4 into 3.5 by Martin Panter · 10 years ago
  94. 1bb6515 Issue #25498: Fix GC crash due to ctypes objects wrapping a memoryview by Martin Panter · 10 years ago
  95. c73771a Merge 3.4 by Yury Selivanov · 10 years ago
  96. abe9625 asyncio: Fix sporadic failing unittests in debug mode by Yury Selivanov · 10 years ago
  97. 19a70e7 Issue #25462: The hash of the key now is calculated only once in most by Serhiy Storchaka · 10 years ago
  98. 33be3e3 Merge 3.4 (issue #25605) by Victor Stinner · 10 years ago
  99. 9cccfce Issue #25605: Document exceptions raised by fcntl.ioctl() and fcntl.flock() by Victor Stinner · 10 years ago
  100. 30c328f Merge with 3.4 by Terry Jan Reedy · 10 years ago