1. f157982 Issue #27076: More doc and comment spelling fixes for 3.6, by Ville Skyttä by Martin Panter · 8 years ago
  2. 3e04d5b Issue #27076: Merge spelling from 3.5 by Martin Panter · 8 years ago
  3. 46f5072 Issue #27076: Doc, comment and tests spelling fixes by Martin Panter · 8 years ago
  4. 4d4bc42 Closes #23026: Documentation improvements and code formatting by Steve Dower · 8 years ago
  5. 74f2fe6 Fixed the use of _Py_IS_ALIGNED (issue #27097). by Serhiy Storchaka · 8 years ago
  6. f60bf5f Issue #27097: Python interpreter is now about 7% faster due to optimized by Serhiy Storchaka · 8 years ago
  7. 27ba886 Issue #27118: Clean up Py_XINCREF/Py_XDECREF in typeobject.c. by Serhiy Storchaka · 8 years ago
  8. 70223d9 Added Type[C] implementation to typing.py. (Merge 3.5->3.6) by Guido van Rossum · 8 years ago
  9. eb9aca3 Added Type[C] implementation to typing.py. by Guido van Rossum · 8 years ago
  10. 80ac11d Issue #23026: winreg.QueryValueEx() now return an integer for REG_QWORD type. (Patch by hakril) by Steve Dower · 8 years ago
  11. b0f80b0 Issue #26647: Python interpreter now uses 16-bit wordcode instead of bytecode. by Serhiy Storchaka · 8 years ago
  12. c35f491 merge 3.5 (#27093) by Benjamin Peterson · 8 years ago
  13. 5a093c1 fix indentation and add curlies (closes #27093) by Benjamin Peterson · 8 years ago
  14. 8ec1175 Issue #26927: Fixed test_mmap on platforms with 32-bit off_t (like Android). by Serhiy Storchaka · 8 years ago
  15. 05d3921 Issue #26927: Fixed test_mmap on platforms with 32-bit off_t (like Android). by Serhiy Storchaka · 8 years ago
  16. 9fa149d Merge with 3.5 by Terry Jan Reedy · 8 years ago
  17. 5917f97 Issue #26673: Protect IDLE from Linux fonts with reported default size 0. by Terry Jan Reedy · 8 years ago
  18. 1f9eb87 Issue #26857: The gethostbyaddr_r() workaround is no longer needed with by Stefan Krah · 8 years ago
  19. 70b49f6 Fixed an error in previous commit. by Serhiy Storchaka · 8 years ago
  20. 0a91e43 Fixed an error in previous commit. by Serhiy Storchaka · 8 years ago
  21. 66e26ea Temporary skip curses tests on non-tty (issue #27067). by Serhiy Storchaka · 8 years ago
  22. 53a0035 Temporary skip curses tests on non-tty (issue #27067). by Serhiy Storchaka · 8 years ago
  23. 835416c Issue #27064: The py.exe launcher now defaults to Python 3. by Paul Moore · 8 years ago
  24. 7f3d16f Extra NEWS formatting fix for 3.6 by Martin Panter · 8 years ago
  25. f4af15b Merge NEWS formatting from 3.5 by Martin Panter · 8 years ago
  26. 4e52558 Fix minor inconsistencies with Issue #N references in NEWS and HISTORY by Martin Panter · 8 years ago
  27. 72005f1 Merge 3.5 (asyncio) by Yury Selivanov · 8 years ago
  28. f0200e0 asyncio: Fix BytesWarning (use typed=True in lru_cache for _ipaddr_info) by Yury Selivanov · 8 years ago
  29. b227b8b Issue #27067: Improved curses tests. by Serhiy Storchaka · 8 years ago
  30. 0eb39e7 Issue #27067: Improved curses tests. by Serhiy Storchaka · 8 years ago
  31. bab6d16 Issue #27075: Link to StreamReader and StreamWriter docs by Berker Peksag · 8 years ago
  32. 732ba82 Issue #27075: Link to StreamReader and StreamWriter docs by Berker Peksag · 8 years ago
  33. 010f361 Merge 3.5 (asyncio) by Yury Selivanov · 8 years ago
  34. eaaaee8 asyncio: Fix getaddrinfo to accept None/str/bytes for 'port' arg by Yury Selivanov · 8 years ago
  35. 742206d Issue #27063: Some unittest loader tests were silently skipped. by Serhiy Storchaka · 8 years ago
  36. 0dad755 Issue #27063: Some unittest loader tests were silently skipped. by Serhiy Storchaka · 8 years ago
  37. 2a95219 Issue #26168: Fixed possible refleaks in failing Py_BuildValue() with the "N" by Serhiy Storchaka · 8 years ago
  38. 13e602e Issue #26168: Fixed possible refleaks in failing Py_BuildValue() with the "N" by Serhiy Storchaka · 8 years ago
  39. da23056 Issue #27056: Fix _Unpickler_Read() to avoid integer overflow by Victor Stinner · 8 years ago
  40. f4049ee Merge 3.5 (asyncio) by Yury Selivanov · 8 years ago
  41. 3dc5129 asyncio: Fix an SSL warning in StreamReaderProtocol.eof_received by Yury Selivanov · 8 years ago
  42. 1b8b423 regrtest: display test result (passed, failed, ...) by Victor Stinner · 8 years ago
  43. 6d81a21 regrtest doesn't ignore -j1 anymore by Victor Stinner · 8 years ago
  44. 2292edf Merge 3.5 (issue #26741) by Victor Stinner · 8 years ago
  45. b0d43ce asyncio: fix ResourceWarning related to subprocesses by Victor Stinner · 8 years ago
  46. 5a48e21 subprocess now emits a ResourceWarning warning by Victor Stinner · 8 years ago
  47. a58e2c5 Issue #26741: POSIX implementation of subprocess.Popen._execute_child() now by Victor Stinner · 8 years ago
  48. 7438c61 Use "with popen:" in test_subprocess by Victor Stinner · 8 years ago
  49. 19ed27e Optimize pickle.load() and pickle.loads() by Victor Stinner · 8 years ago
  50. 744c34e Cleanup import.c by Victor Stinner · 8 years ago
  51. 03e6061 Back out pathlib.Path.path attr. (Merge 3.5->3.6) by Guido van Rossum · 8 years ago
  52. 387e6e3 Back out pathlib.Path.path attr. (Merge 3.4->3.5) by Guido van Rossum · 8 years ago
  53. 3d4d01f Back out 7e9605697dfc, 2e3c31ab586a, 759b2cecc289. by Guido van Rossum · 8 years ago
  54. 7fa6378 Issue #27053: Updates make_zip.py to correctly generate library ZIP file. by Steve Dower · 8 years ago
  55. d8bf09c Issue #27053: Updates make_zip.py to correctly generate library ZIP file. by Steve Dower · 8 years ago
  56. 4a3443b Merge 3.5 (issue #27057) by Victor Stinner · 8 years ago
  57. 3116cc4 Fix os.set_inheritable() on Android by Victor Stinner · 8 years ago
  58. 99ab006 Merge launcher change from 3.5 by Steve Dower · 8 years ago
  59. 4962141 Removes versioning from py.exe launcher installer and ensures that old launchers are replaced by newer ones. by Steve Dower · 8 years ago
  60. c41c70f Fix #27014 -- infinite recursion using typing.py. (Merge 3.5 -> 3.6.) by Guido van Rossum · 8 years ago
  61. 1cea70f Fix #27014 -- infinite recursion using typing.py. by Guido van Rossum · 8 years ago
  62. c9736b4 Issue #27036: Fixed formatting references to "bytes-like object" in plural. by Serhiy Storchaka · 8 years ago
  63. e5ea1ab Issue #27036: Fixed formatting references to "bytes-like object" in plural. by Serhiy Storchaka · 8 years ago
  64. b6686fe Fixed test_sizeof for deque. by Serhiy Storchaka · 8 years ago
  65. e23c90c Fixed test_sizeof for deque. by Serhiy Storchaka · 8 years ago
  66. 9ef6b7f Issue #23275: Don’t think this made it into alpha 1 by Martin Panter · 8 years ago
  67. 094c9c9 Issue #23275: Allow () = iterable assignment syntax by Berker Peksag · 8 years ago
  68. 93d22ec merge from 3.5 by Senthil Kumaran · 8 years ago
  69. c9bfc13 issue27045 - Use backslash in windows path to script file. by Senthil Kumaran · 8 years ago
  70. d619ff4 Merge with 3.5 by Terry Jan Reedy · 8 years ago
  71. 092473e Issue #21939: Test IDLE percolator. Original patch by Saimadhav Heblikar. by Terry Jan Reedy · 8 years ago
  72. 36c1895 Issue #27049: fix doc typo by Ned Deily · 8 years ago
  73. cec9581 Issue #27049: fix doc typo by Ned Deily · 8 years ago
  74. 7fc4116 Merge with 3.5 by Terry Jan Reedy · 8 years ago
  75. fdec2a3 Issue #21676: test IDLE replace dialog. Original patch by Saimadhav Heblikar. by Terry Jan Reedy · 8 years ago
  76. bc73150 - make some internal symbols static by doko@ubuntu.com · 8 years ago
  77. 307676f Merge with 3.5 by Terry Jan Reedy · 8 years ago
  78. c359af1 Issue #18410: add missing parent argument. by Terry Jan Reedy · 8 years ago
  79. 40a0562 Merge with 3.5 by Terry Jan Reedy · 8 years ago
  80. b236fe4 Issue #18410: Test IDLE's search dialog; original patch by Westley Martínez. by Terry Jan Reedy · 8 years ago
  81. 4284ffd Merge 3.6.0a1 updates by Ned Deily · 8 years ago
  82. 786ed55 Post-release cleanup: 3.6.0a1 -> 3.6.0a2 by Ned Deily · 8 years ago
  83. 50f09f5 Merge with 3.5 by Steve Dower · 8 years ago
  84. c710826 Fixes unnecessary rebuild when building Windows releases with PGO by Steve Dower · 8 years ago
  85. 815b61d merge 3.5 (#27042) by Benjamin Peterson · 8 years ago
  86. 54044d6 class definitions only get argument lists (closes #27042) by Benjamin Peterson · 8 years ago
  87. bc7ee43 Backed out changeset 71ff2235bb4c (closes #27042) by Benjamin Peterson · 8 years ago
  88. c01d21e null merge 3.5 by Benjamin Peterson · 8 years ago
  89. ed64d6b regen importlib bytecode by Benjamin Peterson · 8 years ago
  90. 5b2b3aa merge 3.5 (#26991) by Benjamin Peterson · 8 years ago
  91. ad887cf fix possible refleak in MAKE_FUNCTION (closes #26991) by Benjamin Peterson · 8 years ago
  92. 2deb1ea Merge with 3.5 by Terry Jan Reedy · 8 years ago
  93. 0495fa8 Issue #21703: Add test for undo delegator. Patch most by Saimadhav Heblikar . by Terry Jan Reedy · 8 years ago
  94. ef20cbf Merge with 3.5 by Terry Jan Reedy · 8 years ago
  95. 6b98ce2 Issue #27044: stop test_idle from leaking by deleting callbacks. by Terry Jan Reedy · 8 years ago
  96. 63063af Merge 3.5 (asyncio) by Yury Selivanov · 8 years ago
  97. b461791 asyncio/streams: Fix code style; delete LimitOverrunError.message attr by Yury Selivanov · 8 years ago
  98. b4a0d52 docs: Update whatsnew/3.6 with asyncio changes by Yury Selivanov · 8 years ago
  99. f979d55 Merge 3.5 by Yury Selivanov · 8 years ago
  100. 950204d docs: Update asyncio docs & whatsnew by Yury Selivanov · 8 years ago