1. 237060a Merge from 3.5.0 release branch by Steve Dower · 9 years ago
  2. 055a9e0 Merged in ncoghlan/cpython350 (pull request #17) by Larry Hastings · 9 years ago
  3. e989bf5 merge from 3.4 by Terry Jan Reedy · 9 years ago
  4. ca3f435 Issue #16180: Exit pdb if file has syntax error, instead of trapping user by Terry Jan Reedy · 9 years ago
  5. 37fdcbc Issue #24912: Prevent __class__ assignment to immutable built-in objects. (Merge 3.5.0 -> 3.5) by Guido van Rossum · 9 years ago
  6. 373602f Issue #24917: time_strftime() Buffer Over-read. Patch by John Leitch. by Steve Dower · 9 years ago
  7. 2ebd8f5 Issue #25005: Backout fix for #8232 because of use of unsafe subprocess.call(shell=True) by Steve Dower · 9 years ago
  8. 9d3c61c Close #24748: Restore imp.load_dynamic compatibility by Nick Coghlan · 9 years ago
  9. 7d293ee Issue #24912: Prevent __class__ assignment to immutable built-in objects. by Guido van Rossum · 9 years ago
  10. 1b66910 Fix issue #24635. by Guido van Rossum · 9 years ago
  11. 647bae6 Issue #24635: Fixed flakiness in test_typing.py. by Guido van Rossum · 9 years ago
  12. 4fda56f Issue #24745: Prevent IDLE initialization crash with Tk 8.4; patch by Ned Deily. by Terry Jan Reedy · 9 years ago
  13. 9f9a00a Merged in storchaka/cpython350 (pull request #13) by Larry Hastings · 9 years ago
  14. 4e63f7a Issue #24989: Fixed buffer overread in BytesIO.readline() if a position is by Serhiy Storchaka · 9 years ago
  15. a43de00 Issue #21192: Change 'RUN' back to 'RESTART' when running editor file. by Terry Jan Reedy · 9 years ago
  16. 594e54c Issue #24989: Fixed buffer overread in BytesIO.readline() if a position is by Serhiy Storchaka · 9 years ago
  17. df6b544 Issue #24913: Fix overrun error in deque.index(). by Brett Cannon · 9 years ago
  18. aba2466 Merge 3.4 (test_gdb) by Victor Stinner · 9 years ago
  19. 479fea6 test_gdb: oops, the regex to parse the gdb version was still too strict by Victor Stinner · 9 years ago
  20. a7b76e0 test_wsgiref: add missing import (support) by Victor Stinner · 9 years ago
  21. b541e58 Merge with 3.5. Fix test_wsgiref execution from the test module. by Senthil Kumaran · 9 years ago
  22. 22f2c0e Fix test_wsgiref execution from the test module. by Senthil Kumaran · 9 years ago
  23. ccc546c Merge 3.4 (test_gdb) by Victor Stinner · 9 years ago
  24. 26afae4 test_gdb: fix regex to parse GDB version for 'GNU gdb 6.1.1 [FreeBSD]\n' by Victor Stinner · 9 years ago
  25. 379583e Merge with 3.4 by Terry Jan Reedy · 9 years ago
  26. ac5004f Issue #21192: Change 'RUN' back to 'RESTART' when running editor file. by Terry Jan Reedy · 9 years ago
  27. 4912e7a Merge 3.4 (test_warnings) by Victor Stinner · 9 years ago
  28. 1c40552 Fix test_warnings: don't modify warnings.filters by Victor Stinner · 9 years ago
  29. 329ca71 Merge 3.4 (test_gdb) by Victor Stinner · 9 years ago
  30. 5b6b4a8 test_gdb: use subprocess.Popen context manager to fix ResourceWarning warnings by Victor Stinner · 9 years ago
  31. 2f3ac1e test_gdb: fix regex to parse gdb version for SUSE Linux Entreprise by Victor Stinner · 9 years ago
  32. 2051b84 Merge 3.5 heads (issue #24975) by Yury Selivanov · 9 years ago
  33. b3d5313 Issue #24975: Fix AST compilation for PEP 448 syntax. by Yury Selivanov · 9 years ago
  34. 9157545 merge by Raymond Hettinger · 9 years ago
  35. 7a3602e Issue #24931: Resolve __dict__ conflict in namedtuple subclasses. by Raymond Hettinger · 9 years ago
  36. c332e09 Update setuptools to 18.2 and pip to 7.1.2 by Donald Stufft · 9 years ago
  37. f0f55a0 Issue #24881: Fixed setting binary mode in Python implementation of FileIO by Serhiy Storchaka · 9 years ago
  38. 079fc7f Issue #21112: Fix regression in unittest.expectedFailure on subclasses. by Robert Collins · 9 years ago
  39. ed599b7 Issue #21112: Fix regression in unittest.expectedFailure on subclasses. by Robert Collins · 9 years ago
  40. 73c2194 Merge with 3.4 by Terry Jan Reedy · 9 years ago
  41. 8e92967 Issue #24790: correct typo noticed by Eric Smith by Terry Jan Reedy · 9 years ago
  42. eb3849c Merge with 3.4 by Terry Jan Reedy · 9 years ago
  43. 2050a10 Issue #24790: Restore unused function. by Terry Jan Reedy · 9 years ago
  44. 2ceb55f Merge with 3.4 by Terry Jan Reedy · 9 years ago
  45. 41a27e0 Issue #24782: In Idle extension config dialog, replace tabs with sorted list. by Terry Jan Reedy · 9 years ago
  46. 87674ec Issue #24913: Fix overrun error in deque.index(). by Raymond Hettinger · 9 years ago
  47. 06a7d61 Merge from Python 3.5.0 (rc2) to Python 3.5.1. by Larry Hastings · 9 years ago
  48. db1ccc6 Regenerated pydoc topics for Python 3.5.0rc2. by Larry Hastings · 9 years ago
  49. 1df0b35 Issue #24769: Interpreter now starts properly when dynamic loading by Larry Hastings · 9 years ago
  50. d8c5f82 Merge updated to pip and setuptools by Donald Stufft · 9 years ago
  51. b372356 Update pip to 7.1.2 and setuptools to 18.2 by Donald Stufft · 9 years ago
  52. be6caca Issue #20362: Honour TestCase.longMessage correctly in assertRegex. by Robert Collins · 9 years ago
  53. ab7cc759 Issue #23572: Fixed functools.singledispatch on classes with falsy metaclasses. by Yury Selivanov · 9 years ago
  54. 77a8cd6 Issue #23572: Fixed functools.singledispatch on classes with falsy metaclasses. by Yury Selivanov · 9 years ago
  55. f5e0c41 Merge with 3.4 by Terry Jan Reedy · 9 years ago
  56. a78ebe6 Issue #24790: Remove extraneous code (which also create 2 & 3 conflicts). by Terry Jan Reedy · 9 years ago
  57. 1e26dc7 (Merge 3.4) cgi.FieldStorage.read_multi ignores Content-Length by Victor Stinner · 9 years ago
  58. 6579459 cgi.FieldStorage.read_multi ignores Content-Length by Victor Stinner · 9 years ago
  59. 7ca6c55 Issue #24867: Fix asyncio.Task.get_stack() for 'async def' coroutines by Yury Selivanov · 9 years ago
  60. 13e0970 Entries for idlelib/NEWS.txt by Terry Jan Reedy · 9 years ago
  61. 5080deb Entries for idlelib/NEWS.txt by Terry Jan Reedy · 9 years ago
  62. 5409177 Issue #24774: Fix docstring in http.server.test. by Robert Collins · 9 years ago
  63. 9644f24 Issue #24774: Fix docstring in http.server.test. by Robert Collins · 9 years ago
  64. a0bcfaf Merge with 3.4 by Terry Jan Reedy · 9 years ago
  65. c6dd5b1 Issue #24833: Add attribute reference needed for 3.x. by Terry Jan Reedy · 9 years ago
  66. bb78ade Merge 3.4 (Issue #24867) by Yury Selivanov · 9 years ago
  67. 2339833 Issue #24867: Fix Task.get_stack() for 'async def' coroutines by Yury Selivanov · 9 years ago
  68. 7c97a05 Merge from 3.5.0 for issue #24492 by Brett Cannon · 9 years ago
  69. f7a9267 Issue #21159: Improve message in configparser.InterpolationMissingOptionError. by Robert Collins · 9 years ago
  70. ac37ba0 Issue #21159: Improve message in configparser.InterpolationMissingOptionError. by Robert Collins · 9 years ago
  71. 6707906 Merged in brettcannon/cpython350/3.5 (pull request #2) by larry · 9 years ago
  72. 3008bc0 Issue #24492: make sure that ``from ... import ...` raises an by Brett Cannon · 9 years ago
  73. cae101f Issue #24839: platform._syscmd_ver raises DeprecationWarning by Steve Dower · 9 years ago
  74. 73b4a7a Merged fixes for two bad bugs. This will be the new Python 3.5.0rc1. by Larry Hastings · 9 years ago
  75. 4a3d96c Issue #24745: Prevent IDLE initialization crash with Tk 8.4: by Ned Deily · 9 years ago
  76. 131426e Merge 3.4 (issues #24835, #24763) by Yury Selivanov · 9 years ago
  77. 9632ea2 Issue #24763: Fix asyncio test on Windows (fix reverted change) by Yury Selivanov · 9 years ago
  78. f7ae14f Regenerated pydoc topics for Python 3.5.0rc1. by Larry Hastings · 9 years ago
  79. 83ee5a3 Merge 3.4 by Zachary Ware · 9 years ago
  80. 9a47ed8 regrtest: the 'bad' and 'environment_changed' sets of tests don't intersect anymore by Zachary Ware · 9 years ago
  81. 3a7ffa7 Issue #4214: Remove ineffectual /pdb:none option from msvc9compiler.py by Steve Dower · 9 years ago
  82. d84b29f Issue #4395: Better testing and documentation of binary operators. by Robert Collins · 9 years ago
  83. 159fbdd Issue #23812: Fix getter-cancellation with many pending getters code path by Yury Selivanov · 9 years ago
  84. 86b34da Issue #23004: mock_open() now reads binary data correctly when the type of read_data is bytes. by Berker Peksag · 9 years ago
  85. 5c28e9f Issue #23672: Allow Idle to edit and run files with astral chars in name. by Terry Jan Reedy · 9 years ago
  86. 8c125eb asyncio: Make sure BaseException is re-raised in SSLProtocol by Yury Selivanov · 9 years ago
  87. 3fc0f2d Issue #23812: Fix asyncio.Queue.get() to avoid loosing items on cancellation. by Yury Selivanov · 9 years ago
  88. 36948d7 Issue #24791: Add tests for things that regressed with PEP 448 by Zachary Ware · 9 years ago
  89. 920a335 Issue #24751: When running regrtest with '-w', don't fail if re-run succeeds. by Zachary Ware · 9 years ago
  90. 2a8911c asyncio: Sync with upstream (compat module) by Yury Selivanov · 9 years ago
  91. 996083d asyncio: Sync with mainstream by Yury Selivanov · 9 years ago
  92. 2fee5c9 Issue #24021: docstring for urllib.urlcleanup. by Robert Collins · 9 years ago
  93. 7e220c0 Merge by Terry Jan Reedy · 9 years ago
  94. 2f7de53 Issue #24759: Revert 13a8782a775e. by Terry Jan Reedy · 9 years ago
  95. a0e5d98 Issue #23888: Handle fractional time in cookie expiry. Patch by ssh. by Robert Collins · 9 years ago
  96. 43cbbe2 Issue #22397: Skip failing tests on AIX by Robert Collins · 9 years ago
  97. 4c0a09a Revert da29a94367b2 by Yury Selivanov · 9 years ago
  98. 6b3f29c asyncio: Fix code style by Yury Selivanov · 9 years ago
  99. 0dcd80a Issue #20557: Use specific asserts in io tests. by Serhiy Storchaka · 9 years ago
  100. ce17f76 Issue #23182: PEP8-ify the annotation grammar tests. Patch by Ian Lee. by Zachary Ware · 9 years ago