1. 440d703 Issue #29109: Enhance tracemalloc documentation by Victor Stinner · 7 years ago
  2. acc2f74 fix error check, so that Random.seed actually uses OS randomness (closes #29085) by Benjamin Peterson · 7 years ago
  3. 4b1e98b Issue #29079: Prevent infinite loop in pathlib.resolve() on Windows by Steve Dower · 7 years ago
  4. 4061939 Issue #29080: Fixes Misc/NEWS entry by Steve Dower · 7 years ago
  5. 74b1bcc Issue #29080: Fixes Misc/NEWS entry by Steve Dower · 7 years ago
  6. bfce0f9 Issue #28768: Fix implicit declaration of function _setmode. Patch by Masayuki Yamamoto by Steve Dower · 7 years ago
  7. 654da96 Issue #29080: Removes hard dependency on hg.exe from PC/build.bat by Steve Dower · 7 years ago
  8. 7ec8a18 Issue #29080: Removes hard dependency on hg.exe from PC/build.bat by Steve Dower · 7 years ago
  9. 6c57708 Issue #13051: Fixed recursion errors in large or resized curses.textpad.Textbox. by Serhiy Storchaka · 7 years ago
  10. bdf9e0e Issue #13051: Fixed recursion errors in large or resized curses.textpad.Textbox. by Serhiy Storchaka · 7 years ago
  11. 686c1f6 Issue #9770: curses.ascii predicates now work correctly with negative integers. by Serhiy Storchaka · 7 years ago
  12. 283de2b Issue #9770: curses.ascii predicates now work correctly with negative integers. by Serhiy Storchaka · 7 years ago
  13. c9ad8b7 Issue #29073: bytearray formatting no longer truncates on first null byte. by Serhiy Storchaka · 7 years ago
  14. d741ed4 Issue #28427: old keys should not remove new values from by Antoine Pitrou · 7 years ago
  15. e10ca3a Issue #28427: old keys should not remove new values from by Antoine Pitrou · 7 years ago
  16. 34d0ac8 Issue #29058: All stable API extensions added after Python 3.2 are now by Serhiy Storchaka · 7 years ago
  17. c70081c Issue #23903: Added missed names to PC/python3.def. by Serhiy Storchaka · 7 years ago
  18. 6664e8c Issue #23903: Added missed names to PC/python3.def. by Serhiy Storchaka · 7 years ago
  19. bb2839b Issue #29055: Suppress upstream exception for random.choice() by Raymond Hettinger · 7 years ago
  20. b8a1aeb Issue #29078: Merge 3.5. by Xiang Zhang · 7 years ago
  21. 6721c7c Issue #29078: Add the missing import in datetime.time doc example. by Xiang Zhang · 7 years ago
  22. 93357d8 Merge 3.6.0 release engineering head by Ned Deily · 7 years ago
  23. 5c4568a Update docs and patchlevel for 3.6.0 final. by Ned Deily · 7 years ago
  24. bdf0d0f Issue #28762: lockf() is available on Android API level 24, but the by Xavier de Gaye · 7 years ago
  25. 0ba0def Issue 28923: Remove editor artifacts from Tix.py, by Terry Jan Reedy · 7 years ago
  26. c67983b Issue 28923: Remove editor artifacts from Tix.py. by Terry Jan Reedy · 7 years ago
  27. 7087842 Issue #28538: Fix the compilation error that occurs because if_nameindex() is by Xavier de Gaye · 7 years ago
  28. 690e81f Merge from 3.5. by Serhiy Storchaka · 7 years ago
  29. 18f018c Issue #28871: Fixed a crash when deallocate deep ElementTree. by Serhiy Storchaka · 7 years ago
  30. b0eb986 merge 3.5 (#28932) by Benjamin Peterson · 7 years ago
  31. fb2ae15 add a specific configure check for sys/random.h (closes #28932) by Benjamin Peterson · 7 years ago
  32. 6165d55 Issue #28147: Fix a memory leak in split-table dictionaries by INADA Naoki · 7 years ago
  33. 772bf2e Issue #28950: Disallow -j0 combined with -T/-l in regrtest. by Xiang Zhang · 7 years ago
  34. 270a21f Issue #28950: Disallow -j0 combined with -T/-l/-M in regrtest. by Xiang Zhang · 7 years ago
  35. d4580ec Issue #19542: Fix bugs in WeakValueDictionary.setdefault() and WeakValueDictionary.pop() by Antoine Pitrou · 7 years ago
  36. c1ee488 Issue #19542: Fix bugs in WeakValueDictionary.setdefault() and WeakValueDictionary.pop() by Antoine Pitrou · 7 years ago
  37. 619555d Issue #25677: Merge SyntaxError caret positioning from 3.5 by Martin Panter · 7 years ago
  38. 879199b Issue #20191: Fixed a crash in resource.prlimit() when pass a sequence that by Serhiy Storchaka · 7 years ago
  39. b94eef2 Issue #20191: Fixed a crash in resource.prlimit() when pass a sequence that by Serhiy Storchaka · 7 years ago
  40. 59b0eb5 Issue #28987: Typos, grammar, spelling in documentation by Martin Panter · 7 years ago
  41. fff07e3 Merge spelling and grammar from 3.5 by Martin Panter · 7 years ago
  42. d4f8132 Merge #28407 Improve test coverage of make_msgid. by R David Murray · 7 years ago
  43. c69fd86 #28407 Improve test coverage of make_msgid. by R David Murray · 7 years ago
  44. 2f9171d Fix spelling and grammar in code comments and documentation by Martin Panter · 7 years ago
  45. 40fa266 Issue #25778: winreg does not truncase string correctly (Patch by Eryk Sun) by Steve Dower · 7 years ago
  46. 025f895 Issue #29000: Fixed bytes formatting of octals with zero padding in alternate by Serhiy Storchaka · 7 years ago
  47. b1a1619 Issue #29000: Fixed bytes formatting of octals with zero padding in alternate by Serhiy Storchaka · 7 years ago
  48. 75862c4 Merge 3.6.0rc2 Misc/NEWS entries into 3.6.1 by Ned Deily · 7 years ago
  49. c28dbd0 merge by Raymond Hettinger · 7 years ago
  50. af56e0e Issue #28991: Fix obscure reentrancy bug in functools.lru_cache(). by Raymond Hettinger · 7 years ago
  51. f7b2809 Version bump for 3.6.0rc2 by Ned Deily · 7 years ago
  52. f6105a5 Tidy Misc/NEWS for 3.6.0rc1+ cherrypicks. by Ned Deily · 7 years ago
  53. 7ae5c96 Merge 3.5 (issue #28990) by Yury Selivanov · 7 years ago
  54. 11c1351 Merge 3.5 (issue #28990) by Yury Selivanov · 7 years ago
  55. b1461aa Issue #28990: Fix SSL hanging if connection is closed before handshake completed. by Yury Selivanov · 7 years ago
  56. 76febd0 Issue #26919: On Android, operating system data is now always encoded/decoded by Xavier de Gaye · 7 years ago
  57. 3d3f264 Fix a memory leak in split-table dictionaries by Victor Stinner · 7 years ago
  58. 386072e Merge from 3.6. by Serhiy Storchaka · 7 years ago
  59. 49010ee Revert changeset 1f31bf3f76f5 (issue5322) except tests. by Serhiy Storchaka · 7 years ago
  60. e88ed05 Issue #28683: Fix the tests that bind() a unix socket and raise PermissionError by Xavier de Gaye · 7 years ago
  61. 1351c31 Issue #20211: Do not add the directory for installing C header files and by Xavier de Gaye · 7 years ago
  62. 10beb3c Issue #28896: Disable WindowsRegistryFinder by default. by Steve Dower · 7 years ago
  63. 4cc30ae Issue #28739: f-string expressions no longer accepted as docstrings and by Serhiy Storchaka · 7 years ago
  64. 8114f21 Issue #28512: Fixed setting the offset attribute of SyntaxError by by Serhiy Storchaka · 7 years ago
  65. 8b58339 Issue #28512: Fixed setting the offset attribute of SyntaxError by by Serhiy Storchaka · 7 years ago
  66. ca3263c Issue #25677: Correct syntax error caret for indented blocks. by Martin Panter · 7 years ago
  67. 32cf1ac Issue #28849: Do not define sys.implementation._multiarch on Android. by Xavier de Gaye · 7 years ago
  68. ebb39bc Issue #28779: multiprocessing.set_forkserver_preload() would crash the forkserver process if a preloaded module instantiated some multiprocessing objects such as locks. by Antoine Pitrou · 7 years ago
  69. cd2a201 Issue #28779: multiprocessing.set_forkserver_preload() would crash the forkserver process if a preloaded module instantiated some multiprocessing objects such as locks. by Antoine Pitrou · 7 years ago
  70. 13f1c33 Issue #28918: Fix the cross compilation of xxlimited when Python by Xavier de Gaye · 7 years ago
  71. f44abda Issue #26937: The chown() method of the tarfile.TarFile class does not fail now by Xavier de Gaye · 7 years ago
  72. 2036742 Issue #28896: Deprecate WindowsRegistryFinder by Steve Dower · 7 years ago
  73. 5adfac2 Issue #5322: Fixed setting __new__ to a PyCFunction inside Python code. by Serhiy Storchaka · 7 years ago
  74. 028ace1 Issue #28847: dbm.dumb now supports reading read-only files and no longer by Serhiy Storchaka · 7 years ago
  75. 419967b Issue #28808: PyUnicode_CompareWithASCIIString() now never raises exceptions. by Serhiy Storchaka · 7 years ago
  76. 47a9a4b Fixes #24142: [configparser] always join multiline values to not leave the parser in an invalid state by Łukasz Langa · 7 years ago
  77. daaaff9 Issue #28898: add Misc/NEWS entry by Ned Deily · 7 years ago
  78. ccda5c4 Fix a memory leak in split-table dictionaries by Victor Stinner · 7 years ago
  79. 5dc1fb3 Issue #28896: Deprecate WindowsRegistryFinder by Steve Dower · 7 years ago
  80. ad2c2d3 Version bump for 3.6.0rc1 by Ned Deily · 7 years ago
  81. 53c53ea Issue #27030: Unknown escapes in re.sub() replacement template are allowed by Serhiy Storchaka · 7 years ago
  82. 8ae9e6a warnings: Fix the issue number by Victor Stinner · 7 years ago
  83. 8ef46be catch_warnings() calls showwarning() if overriden by Victor Stinner · 7 years ago
  84. 9a953db Issue #28808: PyUnicode_CompareWithASCIIString() now never raises exceptions. by Serhiy Storchaka · 7 years ago
  85. 19d2467 Issue #23722: improve __classcell__ compatibility by Nick Coghlan · 7 years ago
  86. 3c35fdb Issue #27172: Undeprecate inspect.getfullargspec() by Nick Coghlan · 7 years ago
  87. c2c8fe1 Issue #28843: Fix asyncio C Task to handle exceptions __traceback__. by Yury Selivanov · 7 years ago
  88. 11dd604 Add TCP_CONGESTION and TCP_USER_TIMEOUT by Victor Stinner · 7 years ago
  89. 9ec0772 Issue #28797: Modifying the class __dict__ inside the __set_name__ method of by Serhiy Storchaka · 7 years ago
  90. 8fb4e42 Merge 3.5, fix for #24142 by Łukasz Langa · 7 years ago
  91. f7d199f Fix _PyGen_yf() by Victor Stinner · 8 years ago
  92. 7522ef4 Issue #26939: Add the support.setswitchinterval() function to fix by Xavier de Gaye · 7 years ago
  93. 2c5a830 Issue #28731: Optimize _PyDict_NewPresized() to create correct size dict. by INADA Naoki · 7 years ago
  94. 0c78634 Issue #5322: Fixed setting __new__ to a PyCFunction inside Python code. by Serhiy Storchaka · 7 years ago
  95. 520348e Issue #28847: dbm.dumb now supports reading read-only files and no longer by Serhiy Storchaka · 7 years ago
  96. 3ca43ed Prepare for 3.6.1. Any further 3.6.0 release candidates and 3.6.0 final will be cherrypicked and merged here. by Ned Deily · 7 years ago
  97. d7d2bc8 Issue #28023: Fix python-gdb.py didn't support new dict implementation by INADA Naoki · 8 years ago
  98. f50a85d Start 3.6.0rc1. (Note, patch level was incorrectly set to 3.6.0b4+ following b3. It is now b4+ again.) by Ned Deily · 8 years ago
  99. 38c508a Version bump for 3.6.0b4 by Ned Deily · 8 years ago
  100. a3fec15 Issue #27100: With statement reports missing __enter__ before __exit__. (Contributed by Jonathan Ellington.) by Raymond Hettinger · 8 years ago