1. 9b8dcc6 Fix script_helper.run_python_until_end(): copy SYSTEMROOT by Victor Stinner · 7 years ago
  2. de38328 Issue #25591: Fix test_imaplib if ssl miss by Victor Stinner · 7 years ago
  3. 87006a3 Issue #20804: Document the limitation of the unittest.mock.sentinel attributes. by Serhiy Storchaka · 7 years ago
  4. 924aaae Issue #29220: Improved fix and test. by Vinay Sajip · 7 years ago
  5. 9da31f7 Issue #15657: METH_KEYWORDS cannot be used alone in Python 3 by Martin Panter · 7 years ago
  6. 8a17995 Issue #29217: Fix the wrong type description of UUID.variant. by Xiang Zhang · 7 years ago
  7. b0541f4 Issue #29145: Fix overflow checks in str.replace() and str.join(). by Xiang Zhang · 7 years ago
  8. 18e0a97 Issue #28701: Revert part of 5bdc8e1a50c8 for the following reasons: by Stefan Krah · 7 years ago
  9. 035ba5d Issue #29157: Prefer getrandom() over getentropy() by Victor Stinner · 7 years ago
  10. 9937d90 Issue #29190: Fixed possible errors in comparing strings in the pickle module. by Serhiy Storchaka · 7 years ago
  11. 959ff7f Issue #29142: Fix suffixes in no_proxy handling in urllib. by Xiang Zhang · 7 years ago
  12. 8cbd46f Issue #28815: Use new exception subclasses by Martin Panter · 7 years ago
  13. 645bc80 test_curses - substitute self.skip() with self.skipTest() by Xavier de Gaye · 7 years ago
  14. 1d54b11 Issue #29156: Remove superfluous pow test. by Serhiy Storchaka · 7 years ago
  15. 21fe721 Fixed possible reference leaks in the _json module. by Serhiy Storchaka · 7 years ago
  16. d9cb1b0 Forward-merge from 3.4. by Larry Hastings · 7 years ago
  17. 31f9d9d Merge Python 3.5.3rc1 release changes back into the main branch. by Larry Hastings · 7 years ago
  18. e744804 Post-release fixups for Python 3.5.3rc1. by Larry Hastings · 7 years ago
  19. aa772e3 Merge Python 3.4.6rc1 changes back into main branch. by Larry Hastings · 7 years ago
  20. a7aa988 Post-release fixups for Python 3.4.6rc1. by Larry Hastings · 7 years ago
  21. 225b01b Issue #15812: Delete redundant max(start, 0) by Berker Peksag · 7 years ago
  22. 7b4e551 Issue #29012: Remove another outdated information by Berker Peksag · 7 years ago
  23. e8134af merge 3.4 by Ned Deily · 7 years ago
  24. 0717564 merge 3.3 by Ned Deily · 7 years ago
  25. c276ffa ring IDLE.app into 2017, too by Ned Deily · 7 years ago
  26. 1c37ba7 Added tag v3.5.3rc1 for changeset de530d7f21c0 by Larry Hastings · 7 years ago
  27. af17a2b Added tag v3.4.6rc1 for changeset e199a272ccda by Larry Hastings · 7 years ago
  28. b32a034 Version bump for 3.5.3rc1. by Larry Hastings · 7 years ago
  29. d12551f Version bump for 3.4.6rc1. by Larry Hastings · 7 years ago
  30. e562a95 Regenerated pydoc topics for 3.5.3rc1. by Larry Hastings · 7 years ago
  31. 8f24f66 Regenerated pydoc topics for 3.4.6rc1. (Also fixed doc error, improved build.) by Larry Hastings · 7 years ago
  32. 33014ca Null merge from 3.4. by Larry Hastings · 7 years ago
  33. 03fdeb7 Fix test failure so it's no longer dependent on example.com. by Larry Hastings · 7 years ago
  34. 493ac1b only include sys/random.h if it seems like it might have something useful (#29057) by Benjamin Peterson · 7 years ago
  35. c9d4c60a merge heads by Benjamin Peterson · 7 years ago
  36. 4365833 merge 3.4 by Benjamin Peterson · 7 years ago
  37. b6e2142 merge 3.3 by Benjamin Peterson · 7 years ago
  38. e527dd3 ring in 2017 for Python by Benjamin Peterson · 7 years ago
  39. ff0e3b7 Issue #15812: inspect.getframeinfo() now correctly shows the first line of a context by Berker Peksag · 7 years ago
  40. 4950ae1 Issue #29013: Fix allowZip64 documentation by Berker Peksag · 7 years ago
  41. 14adafd Issue #29012: Remove outdated information about __bases__ by Berker Peksag · 7 years ago
  42. d2d673f Issue #29024: Add Kivy entry to GUI FAQ by Berker Peksag · 7 years ago
  43. 34cba33 Issue #29094: Offsets in a ZIP file created with extern file object and modes by Serhiy Storchaka · 7 years ago
  44. b47913f Issue #29123: Make CheckSqlTimestamp more robust by Berker Peksag · 7 years ago
  45. b46ea90 Issue #29119: Fix weakref in OrderedDict.move_to_end(). Work by Andra Bogildea. by Raymond Hettinger · 7 years ago
  46. 6b5e4a8 Issue #26267: Improve uuid.UUID documentation by Berker Peksag · 7 years ago
  47. 195319e Issue #29111: Fix memoryview signature. by Stefan Krah · 7 years ago
  48. cea904f Issue #29112: Fix a questionable wording in sequence doc. by Xiang Zhang · 7 years ago
  49. 440d703 Issue #29109: Enhance tracemalloc documentation by Victor Stinner · 7 years ago
  50. 74b1bcc Issue #29080: Fixes Misc/NEWS entry by Steve Dower · 7 years ago
  51. 7ec8a18 Issue #29080: Removes hard dependency on hg.exe from PC/build.bat by Steve Dower · 7 years ago
  52. bdf9e0e Issue #13051: Fixed recursion errors in large or resized curses.textpad.Textbox. by Serhiy Storchaka · 7 years ago
  53. 283de2b Issue #9770: curses.ascii predicates now work correctly with negative integers. by Serhiy Storchaka · 7 years ago
  54. c9ad8b7 Issue #29073: bytearray formatting no longer truncates on first null byte. by Serhiy Storchaka · 7 years ago
  55. af9181a Issue #29087: Removed the documentation of non-existing UCS4 support functions. by Serhiy Storchaka · 7 years ago
  56. e721be1 Issue #23903: Added missed Windows-specific names to PC/python3.def. by Serhiy Storchaka · 7 years ago
  57. e10ca3a Issue #28427: old keys should not remove new values from by Antoine Pitrou · 7 years ago
  58. 1fee515 Issue #29069: Update the default URL of PyPI server by Berker Peksag · 7 years ago
  59. 8e2bdc8 Move versionadded inside of the get_terminal_size() block by Berker Peksag · 7 years ago
  60. 6664e8c Issue #23903: Added missed names to PC/python3.def. by Serhiy Storchaka · 7 years ago
  61. d54d3d3 Issue #23903: Fixed errors and remove non-existing names in python3.def. by Serhiy Storchaka · 7 years ago
  62. 6721c7c Issue #29078: Add the missing import in datetime.time doc example. by Xiang Zhang · 7 years ago
  63. 4398c12 Issue #29068: Fixed a typo in PyErr_Fetch example. Patch by Chi Hsuan Yen. by Serhiy Storchaka · 7 years ago
  64. b079c07 #25591: improve imap tests. by R David Murray · 7 years ago
  65. e9ae5f9 Issue #28815: Skip TIPC tests if /proc/modules is not readable by Martin Panter · 7 years ago
  66. 7106a51 Issue #28954: Add missing comma to keyword argument syntax by Martin Panter · 7 years ago
  67. 3dbd87f Issue #1446619: Account for negative slice direction in description by Martin Panter · 7 years ago
  68. 3310e14 Issue #29004: Document binascii.crc_hqx() implements CRC-CCITT by Martin Panter · 7 years ago
  69. 972e04e Issue #28960: Drop comma attached to dash in Thread.join() description by Martin Panter · 7 years ago
  70. ab23347 Sort and remove duplicates from PC/python3.def (issue #23903). by Serhiy Storchaka · 7 years ago
  71. e31b15c Update documentation index sidebar for 3.6.0 release. by Ned Deily · 7 years ago
  72. 7e93c84 Grammatical fixes following #d95f19892fd0 by Brett Cannon · 7 years ago
  73. ea1cf87 Issue #29044: Fix a use-after-free in string '%c' formatter. by Xiang Zhang · 7 years ago
  74. c67983b Issue 28923: Remove editor artifacts from Tix.py. by Terry Jan Reedy · 7 years ago
  75. 18f018c Issue #28871: Fixed a crash when deallocate deep ElementTree. by Serhiy Storchaka · 7 years ago
  76. fb2ae15 add a specific configure check for sys/random.h (closes #28932) by Benjamin Peterson · 7 years ago
  77. 6165d55 Issue #28147: Fix a memory leak in split-table dictionaries by INADA Naoki · 7 years ago
  78. 270a21f Issue #28950: Disallow -j0 combined with -T/-l/-M in regrtest. by Xiang Zhang · 7 years ago
  79. 509476b doc: Suggest to hash(tuple of attr) rather than XOR by Victor Stinner · 7 years ago
  80. bfbc29c Issue #29009: Remove outdated doc of PyUnicode_RichCompare. by Xiang Zhang · 7 years ago
  81. c1ee488 Issue #19542: Fix bugs in WeakValueDictionary.setdefault() and WeakValueDictionary.pop() by Antoine Pitrou · 7 years ago
  82. ca3263c Issue #25677: Correct syntax error caret for indented blocks. by Martin Panter · 8 years ago
  83. b94eef2 Issue #20191: Fixed a crash in resource.prlimit() when pass a sequence that by Serhiy Storchaka · 7 years ago
  84. 4ec1590 #29005: clarify terminology in tutorial 'method' discussion. by R David Murray · 7 years ago
  85. 2f9171d Fix spelling and grammar in code comments and documentation by Martin Panter · 7 years ago
  86. c69fd86 #28407 Improve test coverage of make_msgid. by R David Murray · 7 years ago
  87. 5866719 Update porting HOWTO to drop unicode_literals and mention static type checking by Brett Cannon · 7 years ago
  88. b1a1619 Issue #29000: Fixed bytes formatting of octals with zero padding in alternate by Serhiy Storchaka · 7 years ago
  89. af56e0e Issue #28991: Fix obscure reentrancy bug in functools.lru_cache(). by Raymond Hettinger · 8 years ago
  90. ac13bee Issue #28971: Temporarily skip test_over until a permanent solution is found by Xavier de Gaye · 8 years ago
  91. 16b7b7d Merge heads by Serhiy Storchaka · 8 years ago
  92. 20cdffd Issue #14061: Misc fixes and cleanups in archiving code in shutil. by Serhiy Storchaka · 8 years ago
  93. b1461aa Issue #28990: Fix SSL hanging if connection is closed before handshake completed. by Yury Selivanov · 8 years ago
  94. 610f5d7 python-gdb.py: catch gdb.error on gdb.selected_frame() by Victor Stinner · 8 years ago
  95. 7b440df Issue #28944: Fix footnote numbering by Berker Peksag · 8 years ago
  96. 49010ee Revert changeset 1f31bf3f76f5 (issue5322) except tests. by Serhiy Storchaka · 8 years ago
  97. 4347881 Issue #26071: Fixes preprocessor definition and rebuilds wininst-14.0[-amd64].exe by Steve Dower · 8 years ago
  98. e711cc0 Issue #28783: Replaces bdist_wininst in nuget packages with stub by Steve Dower · 8 years ago
  99. 8b58339 Issue #28512: Fixed setting the offset attribute of SyntaxError by by Serhiy Storchaka · 8 years ago
  100. 49c14d8 Issue #26483: Clarify str.isdecimal() and isdigit() by Martin Panter · 8 years ago