1. a861d48 Issue #292Merged fixes from 3.5. by Vinay Sajip · 7 years ago
  2. 924aaae Issue #29220: Improved fix and test. by Vinay Sajip · 7 years ago
  3. 1e6499c Fixes #29177: Improved resilience of logging tests which use socket servers. by Vinay Sajip · 7 years ago
  4. c44d58a Issue #29142: Merge 3.5. by Xiang Zhang · 7 years ago
  5. 959ff7f Issue #29142: Fix suffixes in no_proxy handling in urllib. by Xiang Zhang · 7 years ago
  6. 19c7238 Sync-up with 3.7 by backporting minor lru_cache code beautification by Raymond Hettinger · 7 years ago
  7. 4ee3914 Issue #29203: functools.lru_cache() now respects PEP 468 by Raymond Hettinger · 7 years ago
  8. ec53b07 Add OrderedDict test for PEP 468 (guaranteed ordered of kwargs) by Raymond Hettinger · 7 years ago
  9. 625fb64 Issue #28815: Merge test tweak from 3.5 by Martin Panter · 7 years ago
  10. 8cbd46f Issue #28815: Use new exception subclasses by Martin Panter · 7 years ago
  11. 84b6fb0 Fix unittest.mock._Call: don't ignore name by Victor Stinner · 7 years ago
  12. 9505b03 Fix subprocess.Popen.__del__() fox Python shutdown by Victor Stinner · 7 years ago
  13. 94d1bfa test_curses - substitute self.skip() with self.skipTest() by Xavier de Gaye · 7 years ago
  14. 645bc80 test_curses - substitute self.skip() with self.skipTest() by Xavier de Gaye · 7 years ago
  15. a634e23 Issue #29159: Fix regression in bytes(x) when x.__index__() raises Exception. by INADA Naoki · 7 years ago
  16. e16265d Issue #29162: Don't depend on 'from tkinter import *' importing sys. by Terry Jan Reedy · 7 years ago
  17. 4fd9cc1 Issue #29156: Remove superfluous pow test. by Serhiy Storchaka · 7 years ago
  18. 1d54b11 Issue #29156: Remove superfluous pow test. by Serhiy Storchaka · 7 years ago
  19. 51b90d2 Issue #24773: fix datetime.time constructor docstring by Victor Stinner · 7 years ago
  20. 31f9d9d Merge Python 3.5.3rc1 release changes back into the main branch. by Larry Hastings · 7 years ago
  21. 3f98874 Issue #15812: Merge from 3.5 by Berker Peksag · 7 years ago
  22. 225b01b Issue #15812: Delete redundant max(start, 0) by Berker Peksag · 7 years ago
  23. e562a95 Regenerated pydoc topics for 3.5.3rc1. by Larry Hastings · 7 years ago
  24. 01debac Issue #15812: Merge from 3.5 by Berker Peksag · 7 years ago
  25. ff0e3b7 Issue #15812: inspect.getframeinfo() now correctly shows the first line of a context by Berker Peksag · 7 years ago
  26. 0e10243 Issue #29071: Use local flags for IDLE colorizer string prefix matcher. by Terry Jan Reedy · 7 years ago
  27. e465a9a Issue #29094: Offsets in a ZIP file created with extern file object and modes by Serhiy Storchaka · 7 years ago
  28. 34cba33 Issue #29094: Offsets in a ZIP file created with extern file object and modes by Serhiy Storchaka · 7 years ago
  29. 75d9016 Issue #29123: Merge from 3.5 by Berker Peksag · 7 years ago
  30. b47913f Issue #29123: Make CheckSqlTimestamp more robust by Berker Peksag · 7 years ago
  31. a67619e merge by Raymond Hettinger · 7 years ago
  32. b46ea90 Issue #29119: Fix weakref in OrderedDict.move_to_end(). Work by Andra Bogildea. by Raymond Hettinger · 7 years ago
  33. 9db22dd Issue #26267: Merge from 3.5 by Berker Peksag · 7 years ago
  34. 6b5e4a8 Issue #26267: Improve uuid.UUID documentation by Berker Peksag · 7 years ago
  35. 381dc6c Issue #29103: Remove unused import. Noticed by Jean-Sebastien Bevilacqua. by Raymond Hettinger · 7 years ago
  36. e9ee207 Issue #29061: secrets.randbelow() would hang with a negative input by Raymond Hettinger · 7 years ago
  37. 4b1e98b Issue #29079: Prevent infinite loop in pathlib.resolve() on Windows by Steve Dower · 7 years ago
  38. 6c57708 Issue #13051: Fixed recursion errors in large or resized curses.textpad.Textbox. by Serhiy Storchaka · 7 years ago
  39. bdf9e0e Issue #13051: Fixed recursion errors in large or resized curses.textpad.Textbox. by Serhiy Storchaka · 7 years ago
  40. 686c1f6 Issue #9770: curses.ascii predicates now work correctly with negative integers. by Serhiy Storchaka · 7 years ago
  41. 283de2b Issue #9770: curses.ascii predicates now work correctly with negative integers. by Serhiy Storchaka · 7 years ago
  42. b7fc5e4 Issue #29073: Added a test for bytearray formatting with null byte. by Serhiy Storchaka · 7 years ago
  43. c9ad8b7 Issue #29073: bytearray formatting no longer truncates on first null byte. by Serhiy Storchaka · 7 years ago
  44. d741ed4 Issue #28427: old keys should not remove new values from by Antoine Pitrou · 7 years ago
  45. e10ca3a Issue #28427: old keys should not remove new values from by Antoine Pitrou · 7 years ago
  46. bb2839b Issue #29055: Suppress upstream exception for random.choice() by Raymond Hettinger · 7 years ago
  47. 246cbf2 Issue #29071: IDLE now colors f-string prefixes (but not invalid ur prefixes). by Terry Jan Reedy · 7 years ago
  48. a7613aa Merge: #25591: improve imap tests. by R David Murray · 7 years ago
  49. b079c07 #25591: improve imap tests. by R David Murray · 7 years ago
  50. da31ba9 Issue #28815: Merge test_socket fix from 3.5 by Martin Panter · 7 years ago
  51. e9ae5f9 Issue #28815: Skip TIPC tests if /proc/modules is not readable by Martin Panter · 7 years ago
  52. 0ba0def Issue 28923: Remove editor artifacts from Tix.py, by Terry Jan Reedy · 7 years ago
  53. c67983b Issue 28923: Remove editor artifacts from Tix.py. by Terry Jan Reedy · 7 years ago
  54. 690e81f Merge from 3.5. by Serhiy Storchaka · 7 years ago
  55. 18f018c Issue #28871: Fixed a crash when deallocate deep ElementTree. by Serhiy Storchaka · 7 years ago
  56. 6165d55 Issue #28147: Fix a memory leak in split-table dictionaries by INADA Naoki · 7 years ago
  57. 772bf2e Issue #28950: Disallow -j0 combined with -T/-l in regrtest. by Xiang Zhang · 7 years ago
  58. 270a21f Issue #28950: Disallow -j0 combined with -T/-l/-M in regrtest. by Xiang Zhang · 7 years ago
  59. d4580ec Issue #19542: Fix bugs in WeakValueDictionary.setdefault() and WeakValueDictionary.pop() by Antoine Pitrou · 7 years ago
  60. c1ee488 Issue #19542: Fix bugs in WeakValueDictionary.setdefault() and WeakValueDictionary.pop() by Antoine Pitrou · 7 years ago
  61. 5bccb0e Issue #28996: Skip two tests that fail on Android with the locale strcoll() and by Xavier de Gaye · 7 years ago
  62. 619555d Issue #25677: Merge SyntaxError caret positioning from 3.5 by Martin Panter · 7 years ago
  63. 879199b Issue #20191: Fixed a crash in resource.prlimit() when pass a sequence that by Serhiy Storchaka · 7 years ago
  64. b94eef2 Issue #20191: Fixed a crash in resource.prlimit() when pass a sequence that by Serhiy Storchaka · 7 years ago
  65. fff07e3 Merge spelling and grammar from 3.5 by Martin Panter · 7 years ago
  66. d4f8132 Merge #28407 Improve test coverage of make_msgid. by R David Murray · 7 years ago
  67. c69fd86 #28407 Improve test coverage of make_msgid. by R David Murray · 7 years ago
  68. 2f9171d Fix spelling and grammar in code comments and documentation by Martin Panter · 7 years ago
  69. 40fa266 Issue #25778: winreg does not truncase string correctly (Patch by Eryk Sun) by Steve Dower · 7 years ago
  70. 025f895 Issue #29000: Fixed bytes formatting of octals with zero padding in alternate by Serhiy Storchaka · 7 years ago
  71. b1a1619 Issue #29000: Fixed bytes formatting of octals with zero padding in alternate by Serhiy Storchaka · 7 years ago
  72. c28dbd0 merge by Raymond Hettinger · 7 years ago
  73. af56e0e Issue #28991: Fix obscure reentrancy bug in functools.lru_cache(). by Raymond Hettinger · 7 years ago
  74. 10a22dc Issue #28971: Merge 3.5 by Xavier de Gaye · 7 years ago
  75. ac13bee Issue #28971: Temporarily skip test_over until a permanent solution is found by Xavier de Gaye · 7 years ago
  76. edc87f6 Merge heads by Serhiy Storchaka · 7 years ago
  77. 16b7b7d Merge heads by Serhiy Storchaka · 7 years ago
  78. 9bb6fe5 Issue #14061: Misc fixes and cleanups in archiving code in shutil. by Serhiy Storchaka · 7 years ago
  79. 20cdffd Issue #14061: Misc fixes and cleanups in archiving code in shutil. by Serhiy Storchaka · 7 years ago
  80. 11c1351 Merge 3.5 (issue #28990) by Yury Selivanov · 7 years ago
  81. b1461aa Issue #28990: Fix SSL hanging if connection is closed before handshake completed. by Yury Selivanov · 7 years ago
  82. 76febd0 Issue #26919: On Android, operating system data is now always encoded/decoded by Xavier de Gaye · 7 years ago
  83. 3d3f264 Fix a memory leak in split-table dictionaries by Victor Stinner · 7 years ago
  84. 471bc3c Issue #28849: Skip test_sysconfig.test_triplet_in_ext_suffix on non linux platforms. by Xavier de Gaye · 7 years ago
  85. 386072e Merge from 3.6. by Serhiy Storchaka · 7 years ago
  86. 49010ee Revert changeset 1f31bf3f76f5 (issue5322) except tests. by Serhiy Storchaka · 7 years ago
  87. e88ed05 Issue #28683: Fix the tests that bind() a unix socket and raise PermissionError by Xavier de Gaye · 7 years ago
  88. 7262b42 Issue #26071: Fixes preprocessor definition and rebuilds wininst-14.0[-amd64].exe by Steve Dower · 7 years ago
  89. 4347881 Issue #26071: Fixes preprocessor definition and rebuilds wininst-14.0[-amd64].exe by Steve Dower · 7 years ago
  90. 3a4e989 Issue #28759: Fix the tests that fail with PermissionError when run as by Xavier de Gaye · 7 years ago
  91. fb24eea Issue #26856: Fix the tests assuming that the pwd module has getpwall() and by Xavier de Gaye · 7 years ago
  92. 10beb3c Issue #28896: Disable WindowsRegistryFinder by default. by Steve Dower · 7 years ago
  93. 452b3a6a Issue #28764: Fix a test_mailbox failure on Android API 24 when run as a non-root user. by Xavier de Gaye · 7 years ago
  94. 4cc30ae Issue #28739: f-string expressions no longer accepted as docstrings and by Serhiy Storchaka · 7 years ago
  95. 8114f21 Issue #28512: Fixed setting the offset attribute of SyntaxError by by Serhiy Storchaka · 7 years ago
  96. 8b58339 Issue #28512: Fixed setting the offset attribute of SyntaxError by by Serhiy Storchaka · 7 years ago
  97. 0a7b859 Issues #28916, #26483: Merge stdtypes.rst from 3.5 by Martin Panter · 7 years ago
  98. 41176ae Issue #28916: Correct description of %o and %x alternative forms by Martin Panter · 7 years ago
  99. ca3263c Issue #25677: Correct syntax error caret for indented blocks. by Martin Panter · 7 years ago
  100. 32cf1ac Issue #28849: Do not define sys.implementation._multiarch on Android. by Xavier de Gaye · 7 years ago