1. 38c508a Version bump for 3.6.0b4 by Ned Deily · 9 years ago v3.6.0b4
  2. a3fec15 Issue #27100: With statement reports missing __enter__ before __exit__. (Contributed by Jonathan Ellington.) by Raymond Hettinger · 9 years ago
  3. 546ce65 Issue #28752: Restored the __reduce__() methods of datetime objects. by Serhiy Storchaka · 9 years ago
  4. 64a6861 issue28082: actually include NEWS entry by Ethan Furman · 9 years ago
  5. 00eacac closes issue23591: add NEWS entry by Ethan Furman · 9 years ago
  6. b44fb12 Implement rich comparison for _sre.SRE_Pattern by Victor Stinner · 9 years ago
  7. 0e175a6 Issue #28532: Show sys.version when -V option is supplied twice by INADA Naoki · 9 years ago
  8. f0e98c5 Issue #20572: The subprocess.Popen.wait method's undocumented endtime by Gregory P. Smith · 9 years ago
  9. cf01441 Fix typos in documentation by Martin Panter · 9 years ago
  10. 04b3575 Issue #25659: Merge ctypes fix from 3.5 by Martin Panter · 9 years ago
  11. e45df0a Issue #10656: Merge AIX build fix from 3.5 by Martin Panter · 9 years ago
  12. 57ea576 move the enable-optimizations mention to the correct Build section. by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) · 9 years ago
  13. 164eea5 Rename the new --with-optimiations flag to --enable-optimizations. by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) · 9 years ago
  14. 1016b2f Rename the new --with-optimiations flag to --enable-optimizations. by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) · 9 years ago
  15. 0e7dbe9 Issue #28666: Now test.support.rmtree is able to remove unwritable or by Serhiy Storchaka · 9 years ago
  16. 6770f8a Issue #28666: Now test.support.rmtree is able to remove unwritable or by Serhiy Storchaka · 9 years ago
  17. 6e723d2 Issue #25659: Change assert to TypeError in from_buffer/_copy() by Martin Panter · 9 years ago
  18. 395733d Issue #10656: Fix out-of-tree building on AIX by Martin Panter · 9 years ago
  19. c363061 Merge from 3.5 and fix a few other functions missing IPH handling. by Steve Dower · 9 years ago
  20. 11f4326 Issue #28732: Fix crash in os.spawnv() with no elements in args by Steve Dower · 9 years ago
  21. ec5d3cd Issue #28746: Fix the set_inheritable() file descriptor method on platforms by Xavier de Gaye · 9 years ago
  22. 22214ab Issue #28720: Add collections.abc.AsyncGenerator. by Yury Selivanov · 9 years ago
  23. 41782e4 Issue #28721: Fix asynchronous generators aclose() and athrow() by Yury Selivanov · 9 years ago
  24. b445ad7 Issue #26920: Fix not getting the locale's charset upon initializing the interpreter, by Xavier de Gaye · 9 years ago
  25. 21bb0e6 Merge 3.5 (issue #28704) by Yury Selivanov · 9 years ago
  26. 27182bb Merge 3.5 (issue #28703) by Yury Selivanov · 9 years ago
  27. 0ed20cd Issue #28703: Fix asyncio.iscoroutinefunction to handle Mock objects. by Yury Selivanov · 9 years ago
  28. f8cebad Merge AIX fixes from 3.5 into 3.6 by Martin Panter · 9 years ago
  29. c9e08d8 Issue #28000: Fix gethostbyname_r() usage on AIX with _LINUX_SOURCE_COMPAT by Martin Panter · 9 years ago
  30. 24e4239 Fix typos by Raymond Hettinger · 9 years ago
  31. 7d895d3 Issue #28676: merge from 3.5 by Ned Deily · 9 years ago
  32. 7ae4112 Issue #28676: Prevent missing 'getentropy' declaration warning on macOS. by Ned Deily · 9 years ago
  33. babe4f8 Issue #28648: Fixed crash in Py_DecodeLocale() in debug build on Mac OS X by Serhiy Storchaka · 9 years ago
  34. 6b4b6e9 Issue #28648: Fixed crash in Py_DecodeLocale() in debug build on Mac OS X by Serhiy Storchaka · 9 years ago
  35. 84293af Issue #28648: Fixed crash in Py_DecodeLocale() in debug build on Mac OS X by Serhiy Storchaka · 9 years ago
  36. b626643 Issue #28648: Fixed crash in Py_DecodeLocale() in debug build on Mac OS X by Serhiy Storchaka · 9 years ago
  37. 1352712 Issue #28665: Harmonize STORE_DEREF with STORE_FAST and LOAD_DEREF giving a 40% speedup. by Raymond Hettinger · 9 years ago
  38. a27c064 Issue #19398: Extra slash no longer added to sys.path components in case of by Serhiy Storchaka · 9 years ago
  39. 62e32d6 Issue #19398: Extra slash no longer added to sys.path components in case of by Serhiy Storchaka · 9 years ago
  40. 8391026 Issue #23839: Various caches now are cleared before running every test file. by Serhiy Storchaka · 9 years ago
  41. daeddc4 Issue #23839: Various caches now are cleared before running every test file. by Serhiy Storchaka · 9 years ago
  42. 0a66a1c Merge 3.6 (issue #28653) by Yury Selivanov · 9 years ago
  43. 46a02db Issue #28653: Fix a refleak in functools.lru_cache. by Yury Selivanov · 9 years ago
  44. 98eb360 Issue #19717: Makes Path.resolve() succeed on paths that do not exist (patch by Vajrasky Kok) by Steve Dower · 9 years ago
  45. 954c7dd Merge 3.5 (issue #28652) by Yury Selivanov · 9 years ago
  46. a1a8b7d Issue #28652: Make loop methods reject socket kinds they do not support. by Yury Selivanov · 9 years ago
  47. 6c10650 Merge 3.5 (issue #27942) by Yury Selivanov · 9 years ago
  48. d2fd359 ssue #27942: Fix memory leak in codeobject.c by Yury Selivanov · 9 years ago
  49. d8aa0c6 Merge 3.5 (issue #28639) by Yury Selivanov · 9 years ago
  50. c0215df Issue #28639: Fix inspect.isawaitable to always return bool by Yury Selivanov · 9 years ago
  51. 692796a Issue #26081: Fix refleak in _asyncio.Future.__iter__().throw. by Yury Selivanov · 9 years ago
  52. c3d7dbb news: Fix a typo by Yury Selivanov · 9 years ago
  53. 1a9d687 Issue #26182: Fix ia refleak in code that raises DeprecationWarning. by Yury Selivanov · 9 years ago
  54. 2edd8a1 Issue #27243: Change PendingDeprecationWarning -> DeprecationWarning. by Yury Selivanov · 9 years ago
  55. 1c9bd1d Issue #28563: Fixed possible DoS and arbitrary code execution when handle by Serhiy Storchaka · 9 years ago
  56. 1c3fdd9 Issue #28563: Fixed possible DoS and arbitrary code execution when handle by Serhiy Storchaka · 9 years ago
  57. 07bcf05 Issue #28563: Fixed possible DoS and arbitrary code execution when handle by Serhiy Storchaka · 9 years ago
  58. 6130c02 Merge 3.5 (issue #28634) by Yury Selivanov · 9 years ago
  59. 78057b4 Closes #27781: Removes special cases for the experimental aspect of PEP 529 by Steve Dower · 9 years ago
  60. cee93c3 Issue #28485: Merge single-threading fix from 3.5 into 3.6 by Martin Panter · 9 years ago
  61. 88281ce Issue #28485: Check for negative workers even without ProcessPoolExecutor by Martin Panter · 9 years ago
  62. 7d76c90 Issue #28616: merge from 3.5 by Ned Deily · 9 years ago
  63. da4887a Issue #28616: Correct help for sys.version_info releaselevel component. by Ned Deily · 9 years ago
  64. 69312fa Merge 3.5 (issue #28613) by Yury Selivanov · 9 years ago
  65. 600a349 Issue #28613: Fix get_event_loop() to return the current loop by Yury Selivanov · 9 years ago
  66. a6fbcd1 Merge 3.5 (issue #28600) by Yury Selivanov · 9 years ago
  67. 491a912 Issue #28600: Optimize loop.call_soon(). by Yury Selivanov · 9 years ago
  68. 5f548a2 Issue #28387: Fixed possible crash in _io.TextIOWrapper deallocator when by Serhiy Storchaka · 9 years ago
  69. a7c972e Issue #28387: Fixed possible crash in _io.TextIOWrapper deallocator when by Serhiy Storchaka · 9 years ago
  70. d8d9da0 Issue #28513: Documented command-line interface of zipfile. by Serhiy Storchaka · 9 years ago
  71. 92c1a90 Issue #28513: Documented command-line interface of zipfile. by Serhiy Storchaka · 9 years ago
  72. 93f26f7 Issue #28583: PyDict_SetDefault didn't combine split table when needed. by INADA Naoki · 9 years ago
  73. a9e99b1 Start 3.6.0b4 by Ned Deily · 9 years ago
  74. 0ef256c Version bump for 3.6.0b3 by Ned Deily · 9 years ago v3.6.0b3
  75. 1194234 Issue #28248: merge from 3.5 by Ned Deily · 9 years ago
  76. 38adbfa Issue #28248: Update macOS installer build to use OpenSSL 1.0.2j. by Ned Deily · 9 years ago
  77. 473ce1d Issue #28028: Update OS X installers to use SQLite 3.14.2. by Ned Deily · 9 years ago
  78. 5646648 Issue 28128: Print out better error/warning messages for invalid string escapes. Backport to 3.6. by Eric V. Smith · 9 years ago
  79. 88b2219 Issue #27517: LZMA compressor and decompressor no longer raise exceptions if by Serhiy Storchaka · 9 years ago
  80. 04f17f1 Issue #27517: LZMA compressor and decompressor no longer raise exceptions if by Serhiy Storchaka · 9 years ago
  81. a0d9c68 Issue #28549: Fixed segfault in curses's addch() with ncurses6. by Serhiy Storchaka · 9 years ago
  82. 0bcd89b Issue #28549: Fixed segfault in curses's addch() with ncurses6. by Serhiy Storchaka · 9 years ago
  83. 2f4453e Issue #28449: tarfile.open() with mode "r" or "r:" now tries to open a tar by Serhiy Storchaka · 9 years ago
  84. a89d22a Issue #28449: tarfile.open() with mode "r" or "r:" now tries to open a tar by Serhiy Storchaka · 9 years ago
  85. a1fd5e4 - Issue #23262: The webbrowser module now supports Firefox 36+ and derived by Serhiy Storchaka · 9 years ago
  86. c9b750d Issue #23262: The webbrowser module now supports Firefox 36+ and derived by Serhiy Storchaka · 9 years ago
  87. 016a9ac Issue #27939: Fixed bugs in tkinter.ttk.LabeledScale and tkinter.Scale caused by Serhiy Storchaka · 9 years ago
  88. 32c0d3a Issue #27939: Fixed bugs in tkinter.ttk.LabeledScale and tkinter.Scale caused by Serhiy Storchaka · 9 years ago
  89. b7d14a0 Merge from 3.5. by Serhiy Storchaka · 9 years ago
  90. 0438683 Backed out changeset 9f7505019767 (issue #27275). by Serhiy Storchaka · 9 years ago
  91. 30d00e5 Issue #18844: Make the various ways for specifing weights produce the same results. by Raymond Hettinger · 9 years ago
  92. 0eacef3 Issue #28444: Merge with 3.5. by Xavier de Gaye · 9 years ago
  93. 84968b7 Issue #28444: Fix missing extensions modules when cross compiling. by Xavier de Gaye · 9 years ago
  94. a0c1ba6 Issue #28544: Implement asyncio.Task in C. by Yury Selivanov · 9 years ago
  95. c6dd415 Issue #28522: Fixes mishandled buffer reallocation in getpathp.c by Steve Dower · 9 years ago
  96. 0093907 Issue #28426: Deprecated undocumented functions PyUnicode_AsEncodedObject(), by Serhiy Storchaka · 9 years ago
  97. b1152be Issue #28509: dict.update() no longer allocate unnecessary large memory by INADA Naoki · 9 years ago
  98. 3dca624 Issue #26240: Merge subprocess doc string from 3.5 into 3.6 by Martin Panter · 9 years ago
  99. 4afdca0 Issue #26240: Clean up the subprocess module doc string by Martin Panter · 9 years ago
  100. 1faf902 Issue #27275: Fixed implementation of pop() and popitem() methods in by Serhiy Storchaka · 9 years ago