1. ac7c5ac merge by Raymond Hettinger · 8 years ago
  2. 4ee3914 Issue #29203: functools.lru_cache() now respects PEP 468 by Raymond Hettinger · 8 years ago
  3. bd41e0b merge by Raymond Hettinger · 8 years ago
  4. ec53b07 Add OrderedDict test for PEP 468 (guaranteed ordered of kwargs) by Raymond Hettinger · 8 years ago
  5. 5eed36f Issue #29200: Fix test to use self.assertEqual instead of py.test style tests by Raymond Hettinger · 8 years ago
  6. d191ef2 Issue #29200: Add test for lru cache only calling __hash__ once by Raymond Hettinger · 8 years ago
  7. 4f5c6a2 Issue #28815: Merge test tweak from 3.6 by Martin Panter · 8 years ago
  8. 625fb64 Issue #28815: Merge test tweak from 3.5 by Martin Panter · 8 years ago
  9. 8cbd46f Issue #28815: Use new exception subclasses by Martin Panter · 8 years ago
  10. cd992bb Merge 3.6 by Victor Stinner · 8 years ago
  11. 84b6fb0 Fix unittest.mock._Call: don't ignore name by Victor Stinner · 8 years ago
  12. 1459ca6 Merge 3.6 by Victor Stinner · 8 years ago
  13. 9505b03 Fix subprocess.Popen.__del__() fox Python shutdown by Victor Stinner · 8 years ago
  14. 94a1239 test_curses - substitute self.skip() with self.skipTest() by Xavier de Gaye · 8 years ago
  15. 94d1bfa test_curses - substitute self.skip() with self.skipTest() by Xavier de Gaye · 8 years ago
  16. 645bc80 test_curses - substitute self.skip() with self.skipTest() by Xavier de Gaye · 8 years ago
  17. 7ed28a8 Merge 3.6 by INADA Naoki · 8 years ago
  18. a634e23 Issue #29159: Fix regression in bytes(x) when x.__index__() raises Exception. by INADA Naoki · 8 years ago
  19. 85c1c94 Merge with 3.6 by Terry Jan Reedy · 8 years ago
  20. e16265d Issue #29162: Don't depend on 'from tkinter import *' importing sys. by Terry Jan Reedy · 8 years ago
  21. 150257e Issue #29156: Remove superfluous pow test. by Serhiy Storchaka · 8 years ago
  22. 4fd9cc1 Issue #29156: Remove superfluous pow test. by Serhiy Storchaka · 8 years ago
  23. 1d54b11 Issue #29156: Remove superfluous pow test. by Serhiy Storchaka · 8 years ago
  24. 11edf29 Merge 3.6 by Victor Stinner · 8 years ago
  25. 51b90d2 Issue #24773: fix datetime.time constructor docstring by Victor Stinner · 8 years ago
  26. 31f9d9d Merge Python 3.5.3rc1 release changes back into the main branch. by Larry Hastings · 8 years ago
  27. b03beef Issue #15812: Merge from 3.6 by Berker Peksag · 8 years ago
  28. 3f98874 Issue #15812: Merge from 3.5 by Berker Peksag · 8 years ago
  29. 225b01b Issue #15812: Delete redundant max(start, 0) by Berker Peksag · 8 years ago
  30. e8cfec5 Issue #29035: Simplify a regex in libregrtest by Victor Stinner · 8 years ago
  31. e562a95 Regenerated pydoc topics for 3.5.3rc1. by Larry Hastings · 8 years ago
  32. ea74f0c Issue #24932: Use proper command line parsing in _testembed by Steve Dower · 8 years ago
  33. 6215e52 Issue #15812: Merge from 3.6 by Berker Peksag · 8 years ago
  34. 01debac Issue #15812: Merge from 3.5 by Berker Peksag · 8 years ago
  35. ff0e3b7 Issue #15812: inspect.getframeinfo() now correctly shows the first line of a context by Berker Peksag · 8 years ago
  36. bade830 Merge with 3.6 by Terry Jan Reedy · 8 years ago
  37. 0e10243 Issue #29071: Use local flags for IDLE colorizer string prefix matcher. by Terry Jan Reedy · 8 years ago
  38. 67e1aa0 Issue #29094: Offsets in a ZIP file created with extern file object and modes by Serhiy Storchaka · 8 years ago
  39. e465a9a Issue #29094: Offsets in a ZIP file created with extern file object and modes by Serhiy Storchaka · 8 years ago
  40. 34cba33 Issue #29094: Offsets in a ZIP file created with extern file object and modes by Serhiy Storchaka · 8 years ago
  41. 06c0dca Issue #29123: Merge from 3.6 by Berker Peksag · 8 years ago
  42. 75d9016 Issue #29123: Merge from 3.5 by Berker Peksag · 8 years ago
  43. b47913f Issue #29123: Make CheckSqlTimestamp more robust by Berker Peksag · 8 years ago
  44. 4825f49 merge by Raymond Hettinger · 8 years ago
  45. a67619e merge by Raymond Hettinger · 8 years ago
  46. b46ea90 Issue #29119: Fix weakref in OrderedDict.move_to_end(). Work by Andra Bogildea. by Raymond Hettinger · 8 years ago
  47. 81b64ff Issue #26267: Merge from 3.6 by Berker Peksag · 8 years ago
  48. 9db22dd Issue #26267: Merge from 3.5 by Berker Peksag · 8 years ago
  49. 6b5e4a8 Issue #26267: Improve uuid.UUID documentation by Berker Peksag · 8 years ago
  50. d489ac9 Closes #28524: added default level for logging.disable(). by Vinay Sajip · 8 years ago
  51. fd5fe14 merge by Raymond Hettinger · 8 years ago
  52. 381dc6c Issue #29103: Remove unused import. Noticed by Jean-Sebastien Bevilacqua. by Raymond Hettinger · 8 years ago
  53. 0ce6432 merge by Raymond Hettinger · 8 years ago
  54. e9ee207 Issue #29061: secrets.randbelow() would hang with a negative input by Raymond Hettinger · 8 years ago
  55. 0a24415 Issue #29079: Prevent infinite loop in pathlib.resolve() on Windows by Steve Dower · 8 years ago
  56. 4b1e98b Issue #29079: Prevent infinite loop in pathlib.resolve() on Windows by Steve Dower · 8 years ago
  57. d36432f Issue #13051: Fixed recursion errors in large or resized curses.textpad.Textbox. by Serhiy Storchaka · 8 years ago
  58. 6c57708 Issue #13051: Fixed recursion errors in large or resized curses.textpad.Textbox. by Serhiy Storchaka · 8 years ago
  59. bdf9e0e Issue #13051: Fixed recursion errors in large or resized curses.textpad.Textbox. by Serhiy Storchaka · 8 years ago
  60. aa0f8e9 Issue #9770: curses.ascii predicates now work correctly with negative integers. by Serhiy Storchaka · 8 years ago
  61. 686c1f6 Issue #9770: curses.ascii predicates now work correctly with negative integers. by Serhiy Storchaka · 8 years ago
  62. 283de2b Issue #9770: curses.ascii predicates now work correctly with negative integers. by Serhiy Storchaka · 8 years ago
  63. d431374 Issue #29073: Added a test for bytearray formatting with null byte. by Serhiy Storchaka · 8 years ago
  64. b7fc5e4 Issue #29073: Added a test for bytearray formatting with null byte. by Serhiy Storchaka · 8 years ago
  65. c9ad8b7 Issue #29073: bytearray formatting no longer truncates on first null byte. by Serhiy Storchaka · 8 years ago
  66. c06ae20 Issue #28427: old keys should not remove new values from by Antoine Pitrou · 8 years ago
  67. d741ed4 Issue #28427: old keys should not remove new values from by Antoine Pitrou · 8 years ago
  68. e10ca3a Issue #28427: old keys should not remove new values from by Antoine Pitrou · 8 years ago
  69. f45e858 merge by Raymond Hettinger · 8 years ago
  70. bb2839b Issue #29055: Suppress upstream exception for random.choice() by Raymond Hettinger · 8 years ago
  71. 241dc9c Merge with 3.6 by Terry Jan Reedy · 8 years ago
  72. 246cbf2 Issue #29071: IDLE now colors f-string prefixes (but not invalid ur prefixes). by Terry Jan Reedy · 8 years ago
  73. 21c8e81 Merge: #25591: improve imap tests. by R David Murray · 8 years ago
  74. a7613aa Merge: #25591: improve imap tests. by R David Murray · 8 years ago
  75. b079c07 #25591: improve imap tests. by R David Murray · 8 years ago
  76. 871e018 Issue #28815: Merge test_socket fix from 3.6 by Martin Panter · 8 years ago
  77. da31ba9 Issue #28815: Merge test_socket fix from 3.5 by Martin Panter · 8 years ago
  78. e9ae5f9 Issue #28815: Skip TIPC tests if /proc/modules is not readable by Martin Panter · 8 years ago
  79. db465b2 Issue 28923: Remove editor artifacts from Tix.py, by Terry Jan Reedy · 8 years ago
  80. 0ba0def Issue 28923: Remove editor artifacts from Tix.py, by Terry Jan Reedy · 8 years ago
  81. c67983b Issue 28923: Remove editor artifacts from Tix.py. by Terry Jan Reedy · 8 years ago
  82. 3d42225 Fixed a type error introduced in issue #28992. by Serhiy Storchaka · 8 years ago
  83. 8cbd3df Issue #28992: Use bytes.fromhex(). by Serhiy Storchaka · 8 years ago
  84. 47bdc40 Merge from 3.6. by Serhiy Storchaka · 8 years ago
  85. 690e81f Merge from 3.5. by Serhiy Storchaka · 8 years ago
  86. 18f018c Issue #28871: Fixed a crash when deallocate deep ElementTree. by Serhiy Storchaka · 8 years ago
  87. b211068 Issue #28822: Adjust indices handling of PyUnicode_FindChar(). by Xiang Zhang · 8 years ago
  88. 6165d55 Issue #28147: Fix a memory leak in split-table dictionaries by INADA Naoki · 8 years ago
  89. dd1da7f Issue #28927: bytes.fromhex() and bytearray.fromhex() now ignore all ASCII by Serhiy Storchaka · 8 years ago
  90. f76df27 Issue #28950: Merge 3.6. by Xiang Zhang · 8 years ago
  91. 772bf2e Issue #28950: Disallow -j0 combined with -T/-l in regrtest. by Xiang Zhang · 8 years ago
  92. 270a21f Issue #28950: Disallow -j0 combined with -T/-l/-M in regrtest. by Xiang Zhang · 8 years ago
  93. ec60edb Issue #19542: Fix bugs in WeakValueDictionary.setdefault() and WeakValueDictionary.pop() by Antoine Pitrou · 8 years ago
  94. d4580ec Issue #19542: Fix bugs in WeakValueDictionary.setdefault() and WeakValueDictionary.pop() by Antoine Pitrou · 8 years ago
  95. c1ee488 Issue #19542: Fix bugs in WeakValueDictionary.setdefault() and WeakValueDictionary.pop() by Antoine Pitrou · 8 years ago
  96. e0c4e96 Issue #28996: Merge 3.6. by Xavier de Gaye · 8 years ago
  97. 5bccb0e Issue #28996: Skip two tests that fail on Android with the locale strcoll() and by Xavier de Gaye · 8 years ago
  98. b46edf3 Issue #25677: Merge SyntaxError caret positioning from 3.6 by Martin Panter · 8 years ago
  99. 619555d Issue #25677: Merge SyntaxError caret positioning from 3.5 by Martin Panter · 8 years ago
  100. 932ee73 Issue #20191: Fixed a crash in resource.prlimit() when pass a sequence that by Serhiy Storchaka · 8 years ago