1. 2eb9723 merge 3.5 by Ned Deily · 7 years ago
  2. e8134af merge 3.4 by Ned Deily · 7 years ago
  3. 0717564 merge 3.3 by Ned Deily · 7 years ago
  4. c276ffa ring IDLE.app into 2017, too by Ned Deily · 7 years ago
  5. 292275c Null merge from 3.5. by Larry Hastings · 7 years ago
  6. 33014ca Null merge from 3.4. by Larry Hastings · 7 years ago
  7. 03fdeb7 Fix test failure so it's no longer dependent on example.com. by Larry Hastings · 7 years ago
  8. 4632258 merge 3.5 (#29057) by Benjamin Peterson · 7 years ago
  9. 493ac1b only include sys/random.h if it seems like it might have something useful (#29057) by Benjamin Peterson · 7 years ago
  10. 51b45a1 merge 3.5 by Benjamin Peterson · 7 years ago
  11. eb62be1 merge heads by Benjamin Peterson · 7 years ago
  12. c9d4c60a merge heads by Benjamin Peterson · 7 years ago
  13. 5848e72 merge 3.5 by Benjamin Peterson · 7 years ago
  14. 4365833 merge 3.4 by Benjamin Peterson · 7 years ago
  15. b6e2142 merge 3.3 by Benjamin Peterson · 7 years ago
  16. e527dd3 ring in 2017 for Python by Benjamin Peterson · 7 years ago
  17. 01debac Issue #15812: Merge from 3.5 by Berker Peksag · 7 years ago
  18. ff0e3b7 Issue #15812: inspect.getframeinfo() now correctly shows the first line of a context by Berker Peksag · 7 years ago
  19. 5430293 Issue #29013: Merge from 3.5 by Berker Peksag · 7 years ago
  20. 4950ae1 Issue #29013: Fix allowZip64 documentation by Berker Peksag · 7 years ago
  21. a22457e Issue #29012: Merge from 3.5 by Berker Peksag · 7 years ago
  22. 14adafd Issue #29012: Remove outdated information about __bases__ by Berker Peksag · 7 years ago
  23. 2a267a1 Issue #29129: Fix typo in "Using auto" section by Berker Peksag · 7 years ago
  24. 37023b6 Issue #29024: Merge from 3.5 by Berker Peksag · 7 years ago
  25. d2d673f Issue #29024: Add Kivy entry to GUI FAQ 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. 744c720 Issue #29119: Merge in ACK from 3.5 branch by Raymond Hettinger · 7 years ago
  32. a67619e merge by Raymond Hettinger · 7 years ago
  33. b46ea90 Issue #29119: Fix weakref in OrderedDict.move_to_end(). Work by Andra Bogildea. by Raymond Hettinger · 7 years ago
  34. 9db22dd Issue #26267: Merge from 3.5 by Berker Peksag · 7 years ago
  35. 6b5e4a8 Issue #26267: Improve uuid.UUID documentation by Berker Peksag · 7 years ago
  36. 53a21eb Closes #29105: Updated RotatingFileHandler documentation. by Vinay Sajip · 7 years ago
  37. a50006c Merge 3.5. by Stefan Krah · 7 years ago
  38. 195319e Issue #29111: Fix memoryview signature. by Stefan Krah · 7 years ago
  39. 381dc6c Issue #29103: Remove unused import. Noticed by Jean-Sebastien Bevilacqua. by Raymond Hettinger · 7 years ago
  40. 51447db Clearer compact dict attribution to the original proposal by Raymond Hettinger · 7 years ago
  41. e9ee207 Issue #29061: secrets.randbelow() would hang with a negative input by Raymond Hettinger · 7 years ago
  42. 9ea82dd Issue #29112: Merge 3.5. by Xiang Zhang · 7 years ago
  43. cea904f Issue #29112: Fix a questionable wording in sequence doc. by Xiang Zhang · 7 years ago
  44. 771cf89 Merge 3.5 by Victor Stinner · 7 years ago
  45. 440d703 Issue #29109: Enhance tracemalloc documentation by Victor Stinner · 7 years ago
  46. acc2f74 fix error check, so that Random.seed actually uses OS randomness (closes #29085) by Benjamin Peterson · 7 years ago
  47. 4b1e98b Issue #29079: Prevent infinite loop in pathlib.resolve() on Windows by Steve Dower · 7 years ago
  48. 4061939 Issue #29080: Fixes Misc/NEWS entry by Steve Dower · 7 years ago
  49. 74b1bcc Issue #29080: Fixes Misc/NEWS entry by Steve Dower · 7 years ago
  50. bfce0f9 Issue #28768: Fix implicit declaration of function _setmode. Patch by Masayuki Yamamoto by Steve Dower · 7 years ago
  51. 654da96 Issue #29080: Removes hard dependency on hg.exe from PC/build.bat by Steve Dower · 7 years ago
  52. 7ec8a18 Issue #29080: Removes hard dependency on hg.exe from PC/build.bat by Steve Dower · 7 years ago
  53. 6c57708 Issue #13051: Fixed recursion errors in large or resized curses.textpad.Textbox. by Serhiy Storchaka · 7 years ago
  54. bdf9e0e Issue #13051: Fixed recursion errors in large or resized curses.textpad.Textbox. by Serhiy Storchaka · 7 years ago
  55. 686c1f6 Issue #9770: curses.ascii predicates now work correctly with negative integers. by Serhiy Storchaka · 7 years ago
  56. 283de2b Issue #9770: curses.ascii predicates now work correctly with negative integers. by Serhiy Storchaka · 7 years ago
  57. b7fc5e4 Issue #29073: Added a test for bytearray formatting with null byte. by Serhiy Storchaka · 7 years ago
  58. c9ad8b7 Issue #29073: bytearray formatting no longer truncates on first null byte. by Serhiy Storchaka · 7 years ago
  59. 44223e9 Issue #29087: Removed the documentation of non-existing UCS4 support functions. by Serhiy Storchaka · 7 years ago
  60. af9181a Issue #29087: Removed the documentation of non-existing UCS4 support functions. by Serhiy Storchaka · 7 years ago
  61. 3266500 Issue #23903: Added missed Windows-specific names to PC/python3.def. by Serhiy Storchaka · 7 years ago
  62. e721be1 Issue #23903: Added missed Windows-specific names to PC/python3.def. by Serhiy Storchaka · 7 years ago
  63. d741ed4 Issue #28427: old keys should not remove new values from by Antoine Pitrou · 7 years ago
  64. e10ca3a Issue #28427: old keys should not remove new values from by Antoine Pitrou · 7 years ago
  65. 34d0ac8 Issue #29058: All stable API extensions added after Python 3.2 are now by Serhiy Storchaka · 7 years ago
  66. 5d1111e Issue #29069: Merge from 3.5 by Berker Peksag · 7 years ago
  67. 1fee515 Issue #29069: Update the default URL of PyPI server by Berker Peksag · 7 years ago
  68. fe607be Merge from 3.5 by Berker Peksag · 7 years ago
  69. 8e2bdc8 Move versionadded inside of the get_terminal_size() block by Berker Peksag · 7 years ago
  70. c70081c Issue #23903: Added missed names to PC/python3.def. by Serhiy Storchaka · 7 years ago
  71. 6664e8c Issue #23903: Added missed names to PC/python3.def. by Serhiy Storchaka · 7 years ago
  72. 26f15a4 Issue #23903: Fixed errors and remove non-existing names in python3.def. by Serhiy Storchaka · 7 years ago
  73. d54d3d3 Issue #23903: Fixed errors and remove non-existing names in python3.def. by Serhiy Storchaka · 7 years ago
  74. bb2839b Issue #29055: Suppress upstream exception for random.choice() by Raymond Hettinger · 7 years ago
  75. 246cbf2 Issue #29071: IDLE now colors f-string prefixes (but not invalid ur prefixes). by Terry Jan Reedy · 7 years ago
  76. b8a1aeb Issue #29078: Merge 3.5. by Xiang Zhang · 7 years ago
  77. 6721c7c Issue #29078: Add the missing import in datetime.time doc example. by Xiang Zhang · 7 years ago
  78. a8803d2 Merge from 3.5. by Serhiy Storchaka · 7 years ago
  79. 4398c12 Issue #29068: Fixed a typo in PyErr_Fetch example. Patch by Chi Hsuan Yen. by Serhiy Storchaka · 7 years ago
  80. a7613aa Merge: #25591: improve imap tests. by R David Murray · 7 years ago
  81. b079c07 #25591: improve imap tests. by R David Murray · 7 years ago
  82. da31ba9 Issue #28815: Merge test_socket fix from 3.5 by Martin Panter · 7 years ago
  83. e9ae5f9 Issue #28815: Skip TIPC tests if /proc/modules is not readable by Martin Panter · 7 years ago
  84. 7e930d7 Issue #28954: Merge keyword argument syntax from 3.5 by Martin Panter · 7 years ago
  85. 7106a51 Issue #28954: Add missing comma to keyword argument syntax by Martin Panter · 7 years ago
  86. 0efb5b3 Issue #1446619: Merge slicing description from 3.5 by Martin Panter · 7 years ago
  87. 3dbd87f Issue #1446619: Account for negative slice direction in description by Martin Panter · 7 years ago
  88. 520569e Issue #29004: Merge crc_hqx() doc from 3.5 by Martin Panter · 7 years ago
  89. 3a72ee5 Issue #28960: Merge Thread.join() doc from 3.5 by Martin Panter · 7 years ago
  90. 3310e14 Issue #29004: Document binascii.crc_hqx() implements CRC-CCITT by Martin Panter · 7 years ago
  91. 972e04e Issue #28960: Drop comma attached to dash in Thread.join() description by Martin Panter · 7 years ago
  92. 0dc1fa6 Sort and remove duplicates from PC/python3.def (issue #23903). by Serhiy Storchaka · 7 years ago
  93. ab23347 Sort and remove duplicates from PC/python3.def (issue #23903). by Serhiy Storchaka · 7 years ago
  94. 6df6676 merge 3.5 by Ned Deily · 7 years ago
  95. e31b15c Update documentation index sidebar for 3.6.0 release. by Ned Deily · 7 years ago
  96. 93357d8 Merge 3.6.0 release engineering head by Ned Deily · 7 years ago
  97. 135580f Added tag v3.6.0 for changeset 41df79263a11 by Ned Deily · 7 years ago
  98. 5c4568a Update docs and patchlevel for 3.6.0 final. by Ned Deily · 7 years ago
  99. 73224c4 Merge by Brett Cannon · 7 years ago
  100. 7e93c84 Grammatical fixes following #d95f19892fd0 by Brett Cannon · 7 years ago