1. 19ed27e Optimize pickle.load() and pickle.loads() by Victor Stinner · 9 years ago
  2. 744c34e Cleanup import.c by Victor Stinner · 9 years ago
  3. 03e6061 Back out pathlib.Path.path attr. (Merge 3.5->3.6) by Guido van Rossum · 9 years ago
  4. 387e6e3 Back out pathlib.Path.path attr. (Merge 3.4->3.5) by Guido van Rossum · 9 years ago
  5. 3d4d01f Back out 7e9605697dfc, 2e3c31ab586a, 759b2cecc289. by Guido van Rossum · 9 years ago
  6. 7fa6378 Issue #27053: Updates make_zip.py to correctly generate library ZIP file. by Steve Dower · 9 years ago
  7. d8bf09c Issue #27053: Updates make_zip.py to correctly generate library ZIP file. by Steve Dower · 9 years ago
  8. 4a3443b Merge 3.5 (issue #27057) by Victor Stinner · 9 years ago
  9. 3116cc4 Fix os.set_inheritable() on Android by Victor Stinner · 9 years ago
  10. 99ab006 Merge launcher change from 3.5 by Steve Dower · 9 years ago
  11. 4962141 Removes versioning from py.exe launcher installer and ensures that old launchers are replaced by newer ones. by Steve Dower · 9 years ago
  12. c41c70f Fix #27014 -- infinite recursion using typing.py. (Merge 3.5 -> 3.6.) by Guido van Rossum · 9 years ago
  13. 1cea70f Fix #27014 -- infinite recursion using typing.py. by Guido van Rossum · 9 years ago
  14. c9736b4 Issue #27036: Fixed formatting references to "bytes-like object" in plural. by Serhiy Storchaka · 9 years ago
  15. e5ea1ab Issue #27036: Fixed formatting references to "bytes-like object" in plural. by Serhiy Storchaka · 9 years ago
  16. b6686fe Fixed test_sizeof for deque. by Serhiy Storchaka · 9 years ago
  17. e23c90c Fixed test_sizeof for deque. by Serhiy Storchaka · 9 years ago
  18. 9ef6b7f Issue #23275: Don’t think this made it into alpha 1 by Martin Panter · 9 years ago
  19. 094c9c9 Issue #23275: Allow () = iterable assignment syntax by Berker Peksag · 9 years ago
  20. 93d22ec merge from 3.5 by Senthil Kumaran · 9 years ago
  21. c9bfc13 issue27045 - Use backslash in windows path to script file. by Senthil Kumaran · 9 years ago
  22. d619ff4 Merge with 3.5 by Terry Jan Reedy · 9 years ago
  23. 092473e Issue #21939: Test IDLE percolator. Original patch by Saimadhav Heblikar. by Terry Jan Reedy · 9 years ago
  24. 36c1895 Issue #27049: fix doc typo by Ned Deily · 9 years ago
  25. cec9581 Issue #27049: fix doc typo by Ned Deily · 9 years ago
  26. 7fc4116 Merge with 3.5 by Terry Jan Reedy · 9 years ago
  27. fdec2a3 Issue #21676: test IDLE replace dialog. Original patch by Saimadhav Heblikar. by Terry Jan Reedy · 9 years ago
  28. bc73150 - make some internal symbols static by doko@ubuntu.com · 9 years ago
  29. 307676f Merge with 3.5 by Terry Jan Reedy · 9 years ago
  30. c359af1 Issue #18410: add missing parent argument. by Terry Jan Reedy · 9 years ago
  31. 40a0562 Merge with 3.5 by Terry Jan Reedy · 9 years ago
  32. b236fe4 Issue #18410: Test IDLE's search dialog; original patch by Westley Martínez. by Terry Jan Reedy · 9 years ago
  33. 4284ffd Merge 3.6.0a1 updates by Ned Deily · 9 years ago
  34. 786ed55 Post-release cleanup: 3.6.0a1 -> 3.6.0a2 by Ned Deily · 9 years ago
  35. 50f09f5 Merge with 3.5 by Steve Dower · 9 years ago
  36. c710826 Fixes unnecessary rebuild when building Windows releases with PGO by Steve Dower · 9 years ago
  37. 815b61d merge 3.5 (#27042) by Benjamin Peterson · 9 years ago
  38. 54044d6 class definitions only get argument lists (closes #27042) by Benjamin Peterson · 9 years ago
  39. bc7ee43 Backed out changeset 71ff2235bb4c (closes #27042) by Benjamin Peterson · 9 years ago
  40. c01d21e null merge 3.5 by Benjamin Peterson · 9 years ago
  41. ed64d6b regen importlib bytecode by Benjamin Peterson · 9 years ago
  42. 5b2b3aa merge 3.5 (#26991) by Benjamin Peterson · 9 years ago
  43. ad887cf fix possible refleak in MAKE_FUNCTION (closes #26991) by Benjamin Peterson · 9 years ago
  44. 2deb1ea Merge with 3.5 by Terry Jan Reedy · 9 years ago
  45. 0495fa8 Issue #21703: Add test for undo delegator. Patch most by Saimadhav Heblikar . by Terry Jan Reedy · 9 years ago
  46. ef20cbf Merge with 3.5 by Terry Jan Reedy · 9 years ago
  47. 6b98ce2 Issue #27044: stop test_idle from leaking by deleting callbacks. by Terry Jan Reedy · 9 years ago
  48. 63063af Merge 3.5 (asyncio) by Yury Selivanov · 9 years ago
  49. b461791 asyncio/streams: Fix code style; delete LimitOverrunError.message attr by Yury Selivanov · 9 years ago
  50. b4a0d52 docs: Update whatsnew/3.6 with asyncio changes by Yury Selivanov · 9 years ago
  51. f979d55 Merge 3.5 by Yury Selivanov · 9 years ago
  52. 950204d docs: Update asyncio docs & whatsnew by Yury Selivanov · 9 years ago
  53. 58ee092 Added tag v3.6.0a1 for changeset 5896da372fb0 by Ned Deily · 9 years ago
  54. cec00a7 Version bump for 3.6.0a1 by Ned Deily · 9 years ago
  55. fc92e2c Update Mac installer ReadMe file for 3.6.0a1 by Ned Deily · 9 years ago
  56. 82d9a2e Merge heads by Yury Selivanov · 9 years ago
  57. 8ace2c6 Merge 3.5 (Issue #27041) by Yury Selivanov · 9 years ago
  58. 7661db6 Issue #27041: asyncio: Add loop.create_future method by Yury Selivanov · 9 years ago
  59. 2e208b7 Issue #27031: Removed dummy methods in Tkinter widget classes: tk_menuBar() by Serhiy Storchaka · 9 years ago
  60. 7c3ac2d Merge 3.5 (issue #27040) by Yury Selivanov · 9 years ago
  61. 4b23494 Issue #27039: Fixed bytearray.remove() for values greater than 127. by Serhiy Storchaka · 9 years ago
  62. 7ed7ce6 Issue #27040: Add loop.get_exception_handler method by Yury Selivanov · 9 years ago
  63. 7bf36da Issue #27039: Fixed bytearray.remove() for values greater than 127. by Serhiy Storchaka · 9 years ago
  64. aa99b8e Merge with 3.5 by Steve Dower · 9 years ago
  65. dc953a5 Fixes magic numbers for 3.6. by Steve Dower · 9 years ago
  66. cae752a Update pydoc topics for 3.6.0a1 by Ned Deily · 9 years ago
  67. 8d0abb9 Issue #26073: Updates magic number comment in _bootstrap_external.py and changes numbers in launcher.py to decimal to match official table. by Steve Dower · 9 years ago
  68. 7ae61af Issue #26073: Updates magic number comment in _bootstrap_external.py and changes numbers in launcher.py to decimal to match official table. by Steve Dower · 9 years ago
  69. 0b39a55 Issue #14132, Issue #17214: Merge two redirect handling fixes from 3.5 by Martin Panter · 9 years ago
  70. c944c2d Issue #26995: Added tests for "f", "d", "D", "S", "Y", and "U" format codes by Serhiy Storchaka · 9 years ago
  71. f95455d Issue #26995: Added tests for "f", "d", "D", "S", "Y", and "U" format codes by Serhiy Storchaka · 9 years ago
  72. 5a32c04 Null merge by Serhiy Storchaka · 9 years ago
  73. acef5de Backported tests for issue #18531. by Serhiy Storchaka · 9 years ago
  74. bcde10a Issue #26765: Ensure that bytes- and unicode-specific stringlib files are used by Serhiy Storchaka · 9 years ago
  75. cbcc2fd Issue #27033: The default value of the decode_data parameter for by Serhiy Storchaka · 9 years ago
  76. 4ecfa45 Expand abbreviations FIFO and LIFO. by Serhiy Storchaka · 9 years ago
  77. 98019e1 Issue #27034: Removed deprecated class asynchat.fifo. by Serhiy Storchaka · 9 years ago
  78. 31e59aa Merge with 3.5 by Terry Jan Reedy · 9 years ago
  79. af7cf6d Issue 18910: Edit idle_test/README.txt to add 'requires' usage at module scope. by Terry Jan Reedy · 9 years ago
  80. c85dd85 Issue #26807: mock_open 'files' no longer error on readline at end of file. by Robert Collins · 9 years ago
  81. 9549a3e Issue #26807: mock_open 'files' no longer error on readline at end of file. by Robert Collins · 9 years ago
  82. 2b6c032 Merge with 3.5 by Terry Jan Reedy · 9 years ago
  83. 33a8fb9 Issue #23977: Tweak IDLE Delegator and its test. by Terry Jan Reedy · 9 years ago
  84. e6f0609 Issue #17214: Percent-encode non-ASCII bytes in redirect targets by Martin Panter · 9 years ago
  85. ce6e068 Issue #14132: Fix redirect handling when target is just a query string by Martin Panter · 9 years ago
  86. 89d2a03 Merge with 3.5 by Terry Jan Reedy · 9 years ago
  87. 5f4ac9f Issue #25747: remove undependable and possibly useless test. by Terry Jan Reedy · 9 years ago
  88. e607394 Merge with 3.5 by Terry Jan Reedy · 9 years ago
  89. cd65a03 Issue #20640: Add https: to url prefixes so test passes on Darwin. by Terry Jan Reedy · 9 years ago
  90. 79f561d Issue #26870: Poll() also fails on OS X; try select() by Martin Panter · 9 years ago
  91. 2e1d868 Issue #26870: Avoid using kqueue() with pseudo-terminals by Martin Panter · 9 years ago
  92. f47fc55 Issue #26039: Document ZipInfo.is_dir() and make force_zip64 keyword-only. by Serhiy Storchaka · 9 years ago
  93. 3d3f7e8 Merge with 3.5 by Terry Jan Reedy · 9 years ago
  94. c64d942 Issue #20640: Add tests for idlelib.configHelpSourceEdit. by Terry Jan Reedy · 9 years ago
  95. 0594cff merge from 3.5 by Senthil Kumaran · 9 years ago
  96. 507898d issue27018 - Fix the documentation of select.epoll.register method. by Senthil Kumaran · 9 years ago
  97. 3e2a071 Issue #26870: Temporary debugging for OS X Snow Leopard lockup by Martin Panter · 9 years ago
  98. 3712686 Issue #26870: Close pty master in case of exception by Martin Panter · 9 years ago
  99. f0dbf7a Issue #26870: Add readline.set_auto_history(), originally by Tyler Crompton by Martin Panter · 9 years ago
  100. 4dd27f0 Issue #25533: Merge frozen module docs from 3.5 by Martin Panter · 9 years ago