1. b46ea90 Issue #29119: Fix weakref in OrderedDict.move_to_end(). Work by Andra Bogildea. by Raymond Hettinger · 7 years ago
  2. 6b5e4a8 Issue #26267: Improve uuid.UUID documentation by Berker Peksag · 7 years ago
  3. 195319e Issue #29111: Fix memoryview signature. by Stefan Krah · 7 years ago
  4. cea904f Issue #29112: Fix a questionable wording in sequence doc. by Xiang Zhang · 7 years ago
  5. 440d703 Issue #29109: Enhance tracemalloc documentation by Victor Stinner · 7 years ago
  6. 74b1bcc Issue #29080: Fixes Misc/NEWS entry by Steve Dower · 7 years ago
  7. 7ec8a18 Issue #29080: Removes hard dependency on hg.exe from PC/build.bat by Steve Dower · 7 years ago
  8. bdf9e0e Issue #13051: Fixed recursion errors in large or resized curses.textpad.Textbox. by Serhiy Storchaka · 7 years ago
  9. 283de2b Issue #9770: curses.ascii predicates now work correctly with negative integers. by Serhiy Storchaka · 7 years ago
  10. c9ad8b7 Issue #29073: bytearray formatting no longer truncates on first null byte. by Serhiy Storchaka · 7 years ago
  11. af9181a Issue #29087: Removed the documentation of non-existing UCS4 support functions. by Serhiy Storchaka · 7 years ago
  12. e721be1 Issue #23903: Added missed Windows-specific names to PC/python3.def. by Serhiy Storchaka · 7 years ago
  13. e10ca3a Issue #28427: old keys should not remove new values from by Antoine Pitrou · 7 years ago
  14. 1fee515 Issue #29069: Update the default URL of PyPI server by Berker Peksag · 7 years ago
  15. 8e2bdc8 Move versionadded inside of the get_terminal_size() block by Berker Peksag · 7 years ago
  16. 6664e8c Issue #23903: Added missed names to PC/python3.def. by Serhiy Storchaka · 7 years ago
  17. d54d3d3 Issue #23903: Fixed errors and remove non-existing names in python3.def. by Serhiy Storchaka · 7 years ago
  18. 6721c7c Issue #29078: Add the missing import in datetime.time doc example. by Xiang Zhang · 7 years ago
  19. 4398c12 Issue #29068: Fixed a typo in PyErr_Fetch example. Patch by Chi Hsuan Yen. by Serhiy Storchaka · 7 years ago
  20. b079c07 #25591: improve imap tests. by R David Murray · 7 years ago
  21. e9ae5f9 Issue #28815: Skip TIPC tests if /proc/modules is not readable by Martin Panter · 8 years ago
  22. 7106a51 Issue #28954: Add missing comma to keyword argument syntax by Martin Panter · 8 years ago
  23. 3dbd87f Issue #1446619: Account for negative slice direction in description by Martin Panter · 8 years ago
  24. 3310e14 Issue #29004: Document binascii.crc_hqx() implements CRC-CCITT by Martin Panter · 8 years ago
  25. 972e04e Issue #28960: Drop comma attached to dash in Thread.join() description by Martin Panter · 8 years ago
  26. ab23347 Sort and remove duplicates from PC/python3.def (issue #23903). by Serhiy Storchaka · 8 years ago
  27. e31b15c Update documentation index sidebar for 3.6.0 release. by Ned Deily · 8 years ago
  28. 7e93c84 Grammatical fixes following #d95f19892fd0 by Brett Cannon · 8 years ago
  29. ea1cf87 Issue #29044: Fix a use-after-free in string '%c' formatter. by Xiang Zhang · 8 years ago
  30. c67983b Issue 28923: Remove editor artifacts from Tix.py. by Terry Jan Reedy · 8 years ago
  31. 18f018c Issue #28871: Fixed a crash when deallocate deep ElementTree. by Serhiy Storchaka · 8 years ago
  32. fb2ae15 add a specific configure check for sys/random.h (closes #28932) by Benjamin Peterson · 8 years ago
  33. 6165d55 Issue #28147: Fix a memory leak in split-table dictionaries by INADA Naoki · 8 years ago
  34. 270a21f Issue #28950: Disallow -j0 combined with -T/-l/-M in regrtest. by Xiang Zhang · 8 years ago
  35. 509476b doc: Suggest to hash(tuple of attr) rather than XOR by Victor Stinner · 8 years ago
  36. bfbc29c Issue #29009: Remove outdated doc of PyUnicode_RichCompare. by Xiang Zhang · 8 years ago
  37. c1ee488 Issue #19542: Fix bugs in WeakValueDictionary.setdefault() and WeakValueDictionary.pop() by Antoine Pitrou · 8 years ago
  38. ca3263c Issue #25677: Correct syntax error caret for indented blocks. by Martin Panter · 8 years ago
  39. b94eef2 Issue #20191: Fixed a crash in resource.prlimit() when pass a sequence that by Serhiy Storchaka · 8 years ago
  40. 4ec1590 #29005: clarify terminology in tutorial 'method' discussion. by R David Murray · 8 years ago
  41. 2f9171d Fix spelling and grammar in code comments and documentation by Martin Panter · 8 years ago
  42. c69fd86 #28407 Improve test coverage of make_msgid. by R David Murray · 8 years ago
  43. 5866719 Update porting HOWTO to drop unicode_literals and mention static type checking by Brett Cannon · 8 years ago
  44. b1a1619 Issue #29000: Fixed bytes formatting of octals with zero padding in alternate by Serhiy Storchaka · 8 years ago
  45. af56e0e Issue #28991: Fix obscure reentrancy bug in functools.lru_cache(). by Raymond Hettinger · 8 years ago
  46. ac13bee Issue #28971: Temporarily skip test_over until a permanent solution is found by Xavier de Gaye · 8 years ago
  47. 16b7b7d Merge heads by Serhiy Storchaka · 8 years ago
  48. 20cdffd Issue #14061: Misc fixes and cleanups in archiving code in shutil. by Serhiy Storchaka · 8 years ago
  49. b1461aa Issue #28990: Fix SSL hanging if connection is closed before handshake completed. by Yury Selivanov · 8 years ago
  50. 610f5d7 python-gdb.py: catch gdb.error on gdb.selected_frame() by Victor Stinner · 8 years ago
  51. 7b440df Issue #28944: Fix footnote numbering by Berker Peksag · 8 years ago
  52. 49010ee Revert changeset 1f31bf3f76f5 (issue5322) except tests. by Serhiy Storchaka · 8 years ago
  53. 4347881 Issue #26071: Fixes preprocessor definition and rebuilds wininst-14.0[-amd64].exe by Steve Dower · 8 years ago
  54. e711cc0 Issue #28783: Replaces bdist_wininst in nuget packages with stub by Steve Dower · 8 years ago
  55. 8b58339 Issue #28512: Fixed setting the offset attribute of SyntaxError by by Serhiy Storchaka · 8 years ago
  56. 49c14d8 Issue #26483: Clarify str.isdecimal() and isdigit() by Martin Panter · 8 years ago
  57. 41176ae Issue #28916: Correct description of %o and %x alternative forms by Martin Panter · 8 years ago
  58. bc538e3 Issue #28424: Document pkgutil.get_data() doesn't work with namespace packages. by Brett Cannon · 8 years ago
  59. cd2a201 Issue #28779: multiprocessing.set_forkserver_preload() would crash the forkserver process if a preloaded module instantiated some multiprocessing objects such as locks. by Antoine Pitrou · 8 years ago
  60. 7a44783 Issue #28771: Update tp_get/setattr signature documentation by Martin Panter · 8 years ago
  61. 898573a Issue #28820: Fix spelling of “practice” as a noun by Martin Panter · 8 years ago
  62. cfa9bad Issue #28755: Improve syntax highlighting in Arg Clinic howto by Martin Panter · 8 years ago
  63. a277c13 Issue 28753: Argument Clinic howto docfix, courtesy Julien Palard. by Martin Panter · 8 years ago
  64. 932d40a Issue #28900: Update documentation sidebar for 3.6.0rc. by Ned Deily · 8 years ago
  65. 606ab86 Change order of io.UnsupportedOperation base classes. by Serhiy Storchaka · 8 years ago
  66. 5adfac2 Issue #5322: Fixed setting __new__ to a PyCFunction inside Python code. by Serhiy Storchaka · 8 years ago
  67. 028ace1 Issue #28847: dbm.dumb now supports reading read-only files and no longer by Serhiy Storchaka · 8 years ago
  68. e503126 Fixed misplaced comment. by Serhiy Storchaka · 8 years ago
  69. 41fef63 rm unused import by Benjamin Peterson · 8 years ago
  70. 419967b Issue #28808: PyUnicode_CompareWithASCIIString() now never raises exceptions. by Serhiy Storchaka · 8 years ago
  71. 7bc01c3 Fixed mismatching title overline. by Serhiy Storchaka · 8 years ago
  72. 29b0a26 Fixed double hyphens that are rendered to literal en-dashes in the documenation. by Serhiy Storchaka · 8 years ago
  73. de6efdb Ensures intermediate directory is created before accessing it. by Steve Dower · 8 years ago
  74. 190dbd9 Issue #28846: Various installer fixes by Steve Dower · 8 years ago
  75. 2d397dc Merge heads by Serhiy Storchaka · 8 years ago
  76. ee1b01a Issue #21818: Fixed references to classes that have names matching with module by Serhiy Storchaka · 8 years ago
  77. 1177696 - Import latest config.sub config.guess files by doko@ubuntu.com · 8 years ago
  78. 61f0a02 Issue #28790: Fix error when using Generic and __slots__ (Ivan L) by Guido van Rossum · 8 years ago
  79. 47a9a4b Fixes #24142: [configparser] always join multiline values to not leave the parser in an invalid state by Łukasz Langa · 8 years ago
  80. c7b1a0b Issue #28763: Use double hyphens (rendered as en-dashes) in numerical ranges by Serhiy Storchaka · 8 years ago
  81. 4931122 Add missing square bracket in typing.get_type_hints() by Berker Peksag · 8 years ago
  82. 219a012 Issue #28738: Document SIGBREAK as an acceptable value on Windows by Berker Peksag · 8 years ago
  83. a860286 Issue #28773: Add typing.FrozenSet docs. (Manuel Krebber) by Guido van Rossum · 8 years ago
  84. f0888cd Issue #28783: Embedded and nuget packages incorrect reference missing bdist_wininst command. by Steve Dower · 8 years ago
  85. dab0584 Issue #28652: Partially rollback previous changes by Yury Selivanov · 8 years ago
  86. 6c7fb55 Issue #28688: Remove warnings.filters check from regrtest by Victor Stinner · 8 years ago
  87. 6a4d762 Fix indentation by Martin Panter · 8 years ago
  88. 06a8dea Fixed the documentation of the structure PyMethodDef. by Serhiy Storchaka · 8 years ago
  89. aa5a13f replace --with-optimizations references with --enable-optimizations in docs. by Gregory P. Smith · 8 years ago
  90. 357ed2e Change double hyphens (en dashes) to em (longer) dashes by Martin Panter · 8 years ago
  91. b24569a Issue #28556: upstream improvements to docstrings and error messages by Ivan Levkivskyi (#331) by Guido van Rossum · 8 years ago
  92. 6e723d2 Issue #25659: Change assert to TypeError in from_buffer/_copy() by Martin Panter · 8 years ago
  93. 395733d Issue #10656: Fix out-of-tree building on AIX by Martin Panter · 8 years ago
  94. 1016b2f Rename the new --with-optimiations flag to --enable-optimizations. by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) · 8 years ago
  95. bbfe6c3 Issue #28666: Fix removing readonly directories on Windows. by Serhiy Storchaka · 8 years ago
  96. 2ccb988 Issue #28666: Now test.support.rmtree is able to remove unwritable or by Serhiy Storchaka · 8 years ago
  97. cf36835 Issue #28750: Fixed docs of of unicode-escape an raw-unicode-escape C API. by Serhiy Storchaka · 8 years ago
  98. 6770f8a Issue #28666: Now test.support.rmtree is able to remove unwritable or by Serhiy Storchaka · 8 years ago
  99. f675a37 Issue #19569: Suggested more appropriate replacements for deprecated Unicode by Serhiy Storchaka · 8 years ago
  100. 144f77a Issue #28715: Added error checks for PyUnicode_AsUTF8(). by Serhiy Storchaka · 8 years ago