1. e9ee207 Issue #29061: secrets.randbelow() would hang with a negative input by Raymond Hettinger · 8 years ago
  2. 9ea82dd Issue #29112: Merge 3.5. by Xiang Zhang · 8 years ago
  3. cea904f Issue #29112: Fix a questionable wording in sequence doc. by Xiang Zhang · 8 years ago
  4. 771cf89 Merge 3.5 by Victor Stinner · 8 years ago
  5. 440d703 Issue #29109: Enhance tracemalloc documentation by Victor Stinner · 8 years ago
  6. acc2f74 fix error check, so that Random.seed actually uses OS randomness (closes #29085) by Benjamin Peterson · 8 years ago
  7. 4b1e98b Issue #29079: Prevent infinite loop in pathlib.resolve() on Windows by Steve Dower · 8 years ago
  8. 4061939 Issue #29080: Fixes Misc/NEWS entry by Steve Dower · 8 years ago
  9. 74b1bcc Issue #29080: Fixes Misc/NEWS entry by Steve Dower · 8 years ago
  10. bfce0f9 Issue #28768: Fix implicit declaration of function _setmode. Patch by Masayuki Yamamoto by Steve Dower · 8 years ago
  11. 654da96 Issue #29080: Removes hard dependency on hg.exe from PC/build.bat by Steve Dower · 8 years ago
  12. 7ec8a18 Issue #29080: Removes hard dependency on hg.exe from PC/build.bat by Steve Dower · 8 years ago
  13. 6c57708 Issue #13051: Fixed recursion errors in large or resized curses.textpad.Textbox. by Serhiy Storchaka · 8 years ago
  14. bdf9e0e Issue #13051: Fixed recursion errors in large or resized curses.textpad.Textbox. by Serhiy Storchaka · 8 years ago
  15. 686c1f6 Issue #9770: curses.ascii predicates now work correctly with negative integers. by Serhiy Storchaka · 8 years ago
  16. 283de2b Issue #9770: curses.ascii predicates now work correctly with negative integers. by Serhiy Storchaka · 8 years ago
  17. b7fc5e4 Issue #29073: Added a test for bytearray formatting with null byte. by Serhiy Storchaka · 8 years ago
  18. c9ad8b7 Issue #29073: bytearray formatting no longer truncates on first null byte. by Serhiy Storchaka · 8 years ago
  19. 44223e9 Issue #29087: Removed the documentation of non-existing UCS4 support functions. by Serhiy Storchaka · 8 years ago
  20. af9181a Issue #29087: Removed the documentation of non-existing UCS4 support functions. by Serhiy Storchaka · 8 years ago
  21. 3266500 Issue #23903: Added missed Windows-specific names to PC/python3.def. by Serhiy Storchaka · 8 years ago
  22. e721be1 Issue #23903: Added missed Windows-specific names to PC/python3.def. by Serhiy Storchaka · 8 years ago
  23. d741ed4 Issue #28427: old keys should not remove new values from by Antoine Pitrou · 8 years ago
  24. e10ca3a Issue #28427: old keys should not remove new values from by Antoine Pitrou · 8 years ago
  25. 34d0ac8 Issue #29058: All stable API extensions added after Python 3.2 are now by Serhiy Storchaka · 8 years ago
  26. 5d1111e Issue #29069: Merge from 3.5 by Berker Peksag · 8 years ago
  27. 1fee515 Issue #29069: Update the default URL of PyPI server by Berker Peksag · 8 years ago
  28. fe607be Merge from 3.5 by Berker Peksag · 8 years ago
  29. 8e2bdc8 Move versionadded inside of the get_terminal_size() block by Berker Peksag · 8 years ago
  30. c70081c Issue #23903: Added missed names to PC/python3.def. by Serhiy Storchaka · 8 years ago
  31. 6664e8c Issue #23903: Added missed names to PC/python3.def. by Serhiy Storchaka · 8 years ago
  32. 26f15a4 Issue #23903: Fixed errors and remove non-existing names in python3.def. by Serhiy Storchaka · 8 years ago
  33. d54d3d3 Issue #23903: Fixed errors and remove non-existing names in python3.def. by Serhiy Storchaka · 8 years ago
  34. bb2839b Issue #29055: Suppress upstream exception for random.choice() by Raymond Hettinger · 8 years ago
  35. 246cbf2 Issue #29071: IDLE now colors f-string prefixes (but not invalid ur prefixes). by Terry Jan Reedy · 8 years ago
  36. b8a1aeb Issue #29078: Merge 3.5. by Xiang Zhang · 8 years ago
  37. 6721c7c Issue #29078: Add the missing import in datetime.time doc example. by Xiang Zhang · 8 years ago
  38. a8803d2 Merge from 3.5. by Serhiy Storchaka · 8 years ago
  39. 4398c12 Issue #29068: Fixed a typo in PyErr_Fetch example. Patch by Chi Hsuan Yen. by Serhiy Storchaka · 8 years ago
  40. a7613aa Merge: #25591: improve imap tests. by R David Murray · 8 years ago
  41. b079c07 #25591: improve imap tests. by R David Murray · 8 years ago
  42. da31ba9 Issue #28815: Merge test_socket fix from 3.5 by Martin Panter · 8 years ago
  43. e9ae5f9 Issue #28815: Skip TIPC tests if /proc/modules is not readable by Martin Panter · 8 years ago
  44. 7e930d7 Issue #28954: Merge keyword argument syntax from 3.5 by Martin Panter · 8 years ago
  45. 7106a51 Issue #28954: Add missing comma to keyword argument syntax by Martin Panter · 8 years ago
  46. 0efb5b3 Issue #1446619: Merge slicing description from 3.5 by Martin Panter · 8 years ago
  47. 3dbd87f Issue #1446619: Account for negative slice direction in description by Martin Panter · 8 years ago
  48. 520569e Issue #29004: Merge crc_hqx() doc from 3.5 by Martin Panter · 8 years ago
  49. 3a72ee5 Issue #28960: Merge Thread.join() doc from 3.5 by Martin Panter · 8 years ago
  50. 3310e14 Issue #29004: Document binascii.crc_hqx() implements CRC-CCITT by Martin Panter · 8 years ago
  51. 972e04e Issue #28960: Drop comma attached to dash in Thread.join() description by Martin Panter · 8 years ago
  52. 0dc1fa6 Sort and remove duplicates from PC/python3.def (issue #23903). by Serhiy Storchaka · 8 years ago
  53. ab23347 Sort and remove duplicates from PC/python3.def (issue #23903). by Serhiy Storchaka · 8 years ago
  54. 6df6676 merge 3.5 by Ned Deily · 8 years ago
  55. e31b15c Update documentation index sidebar for 3.6.0 release. by Ned Deily · 8 years ago
  56. 93357d8 Merge 3.6.0 release engineering head by Ned Deily · 8 years ago
  57. 135580f Added tag v3.6.0 for changeset 41df79263a11 by Ned Deily · 8 years ago
  58. 5c4568a Update docs and patchlevel for 3.6.0 final. by Ned Deily · 8 years ago
  59. 73224c4 Merge by Brett Cannon · 8 years ago
  60. 7e93c84 Grammatical fixes following #d95f19892fd0 by Brett Cannon · 8 years ago
  61. bdf0d0f Issue #28762: lockf() is available on Android API level 24, but the by Xavier de Gaye · 8 years ago
  62. 437a5d2 Issue #29044: Merge 3.5. by Xiang Zhang · 8 years ago
  63. ea1cf87 Issue #29044: Fix a use-after-free in string '%c' formatter. by Xiang Zhang · 8 years ago
  64. 0ba0def Issue 28923: Remove editor artifacts from Tix.py, by Terry Jan Reedy · 8 years ago
  65. c67983b Issue 28923: Remove editor artifacts from Tix.py. by Terry Jan Reedy · 8 years ago
  66. 40e320b Issue #28538: On Darwin net/if.h requires that sys/socket.h be included beforehand. by Xavier de Gaye · 8 years ago
  67. 7087842 Issue #28538: Fix the compilation error that occurs because if_nameindex() is by Xavier de Gaye · 8 years ago
  68. 690e81f Merge from 3.5. by Serhiy Storchaka · 8 years ago
  69. 18f018c Issue #28871: Fixed a crash when deallocate deep ElementTree. by Serhiy Storchaka · 8 years ago
  70. b0eb986 merge 3.5 (#28932) by Benjamin Peterson · 8 years ago
  71. fb2ae15 add a specific configure check for sys/random.h (closes #28932) by Benjamin Peterson · 8 years ago
  72. 7f5954d null merge by INADA Naoki · 8 years ago
  73. 6165d55 Issue #28147: Fix a memory leak in split-table dictionaries by INADA Naoki · 8 years ago
  74. 772bf2e Issue #28950: Disallow -j0 combined with -T/-l in regrtest. by Xiang Zhang · 8 years ago
  75. 270a21f Issue #28950: Disallow -j0 combined with -T/-l/-M in regrtest. by Xiang Zhang · 8 years ago
  76. 01e4c11 Merge 3.5 by Victor Stinner · 8 years ago
  77. 509476b doc: Suggest to hash(tuple of attr) rather than XOR by Victor Stinner · 8 years ago
  78. 47888da Issue #29009: Merge 3.5. by Xiang Zhang · 8 years ago
  79. bfbc29c Issue #29009: Remove outdated doc of PyUnicode_RichCompare. by Xiang Zhang · 8 years ago
  80. d4580ec Issue #19542: Fix bugs in WeakValueDictionary.setdefault() and WeakValueDictionary.pop() by Antoine Pitrou · 8 years ago
  81. c1ee488 Issue #19542: Fix bugs in WeakValueDictionary.setdefault() and WeakValueDictionary.pop() by Antoine Pitrou · 8 years ago
  82. 5bccb0e Issue #28996: Skip two tests that fail on Android with the locale strcoll() and by Xavier de Gaye · 8 years ago
  83. 619555d Issue #25677: Merge SyntaxError caret positioning from 3.5 by Martin Panter · 8 years ago
  84. 879199b Issue #20191: Fixed a crash in resource.prlimit() when pass a sequence that by Serhiy Storchaka · 8 years ago
  85. b94eef2 Issue #20191: Fixed a crash in resource.prlimit() when pass a sequence that by Serhiy Storchaka · 8 years ago
  86. cd259bf Merge: #29005: clarify terminology in tutorial 'method' discussion. by R David Murray · 8 years ago
  87. 4ec1590 #29005: clarify terminology in tutorial 'method' discussion. by R David Murray · 8 years ago
  88. 59b0eb5 Issue #28987: Typos, grammar, spelling in documentation by Martin Panter · 8 years ago
  89. fff07e3 Merge spelling and grammar from 3.5 by Martin Panter · 8 years ago
  90. d4f8132 Merge #28407 Improve test coverage of make_msgid. by R David Murray · 8 years ago
  91. c69fd86 #28407 Improve test coverage of make_msgid. by R David Murray · 8 years ago
  92. 2f9171d Fix spelling and grammar in code comments and documentation by Martin Panter · 8 years ago
  93. 40fa266 Issue #25778: winreg does not truncase string correctly (Patch by Eryk Sun) by Steve Dower · 8 years ago
  94. ce042af Merge for porting HOWTO update by Brett Cannon · 8 years ago
  95. 5866719 Update porting HOWTO to drop unicode_literals and mention static type checking by Brett Cannon · 8 years ago
  96. 025f895 Issue #29000: Fixed bytes formatting of octals with zero padding in alternate by Serhiy Storchaka · 8 years ago
  97. b1a1619 Issue #29000: Fixed bytes formatting of octals with zero padding in alternate by Serhiy Storchaka · 8 years ago
  98. 75862c4 Merge 3.6.0rc2 Misc/NEWS entries into 3.6.1 by Ned Deily · 8 years ago
  99. 40ed602 Null merge v3.6.0rc2 release into mainline 3.6 by Ned Deily · 8 years ago
  100. c28dbd0 merge by Raymond Hettinger · 8 years ago