1. e223ba1 bpo-32587: Make winreg.REG_MULTI_SZ support zero-length strings (#13239) by Zackery Spytz · 5 years ago
  2. a656365 bpo-37445: Include FORMAT_MESSAGE_IGNORE_INSERTS in FormatMessageW() calls (GH-14462) by Zackery Spytz · 5 years ago
  3. 7669cb8 bpo-38043: Use `bool` for boolean flags on is_normalized_quickcheck. (GH-15711) by Greg Price · 5 years ago
  4. 71ea688 bpo-11953: Extend table of Windows WSA* error codes (GH-15004) by Ngalim Siregar · 5 years ago
  5. 1f86fdc bpo-15817: gdbinit: Document commands after defining them (GH-15021) by Florian Bruhin · 5 years ago
  6. aa51508 Fix assertions regarding magic methods function body that was not executed (GH-14154) by Xtreak · 5 years ago
  7. 526a014 bpo-34410: Fix a crash in the tee iterator when re-enter it. (GH-15625) by Serhiy Storchaka · 5 years ago
  8. 918b468 Revert "Raise a RuntimeError when tee iterator is consumed from different threads (GH-15567)" (GH-15736) by Serhiy Storchaka · 5 years ago
  9. 4db25d5 bpo-36018: Address more reviewer feedback (GH-15733) by Raymond Hettinger · 5 years ago
  10. 3c87a66 bpo-36946:Fix possible signed integer overflow when handling slices. (GH-15639) by HongWeipeng · 5 years ago
  11. 32a960f Correct Roman-numeral example in Unicode HOWTO. (GH-15541) by Greg Price · 5 years ago
  12. 9c4c459 bpo-38038: Remove urllib.parse._splittype from xmlrpc.client. (GH-15703) by Dong-hee Na · 5 years ago
  13. 32f8253 Remove some unused defines in multiprocessing.h. (GH-15661) by Sergey Fedoseev · 5 years ago
  14. 3ccdbc3 bpo-20806: Reference both times(2) and times(3) and link to MSDN. (GH-15479) by Joannah Nanjekye · 5 years ago
  15. 38da805 bpo-38041: Refine IDLE Shell restart lines. (GH-15709) by Terry Jan Reedy · 5 years ago
  16. 74b662c bpo-15088 : Remove PyGen_NeedsFinalizing() (GH-15702) by Joannah Nanjekye · 5 years ago
  17. d8c93aa More refinements to the statistics docs (GH-15713) by Raymond Hettinger · 5 years ago
  18. 6b51998 replace inline function `is_small_int` with a macro version (GH-15710) by animalize · 5 years ago
  19. 3f43cef bpo-37064: Skip test_tools.test_pathfix if installed (GH-15705) by Victor Stinner · 5 years ago
  20. 2bc43cd bpo-37878: Remove PyThreadState_DeleteCurrent() function (GH-15315) by Joannah Nanjekye · 5 years ago
  21. 2c2b561 bpo-36797: Fix a dead link in Doc/distutils/apiref (GH-15700) by Miro Hrončok · 5 years ago
  22. 50254ac bpo-37064: Add option -k to Tools/scripts/pathfix.py (GH-15548) by PatrikKopkan · 5 years ago
  23. 3038e87 Correct minor gramatical mistake in sys.settrace doc (GH-15637) by Andre Delfino · 5 years ago
  24. ce81a92 bpo-36409: Remove old plistlib API deprecated in 3.4 (GH-15615) by Jon Janzen · 5 years ago
  25. 9b51570 bpo-36324: Apply review comment from Jake Vanderplas (GH-15695) by Raymond Hettinger · 5 years ago
  26. e4810b2 bpo-36324: Apply review comments from Allen Downey (GH-15693) by Raymond Hettinger · 5 years ago
  27. 8f9cc87 bpo-38026: fix inspect.getattr_static (GH-15676) by Inada Naoki · 5 years ago
  28. 2cd9025 bpo-37902: IDLE: Add scrolling for IDLE browsers. (#15368) by GeeTransit · 5 years ago
  29. 87bd207 bpo-22347: Update mimetypes.guess_type to allow proper parsing of URLs (GH-15522) by Dong-hee Na · 5 years ago
  30. 6cd9666 Fix idlelib.help comments (GH-15669) by Terry Jan Reedy · 5 years ago
  31. 772ec0f bpo-38030: Fix os.stat failures on block devices on Windows (GH-15681) by Steve Dower · 5 years ago
  32. 60bd1f8 bpo-36030: Fix a possible segfault in PyTuple_New() (GH-15670) by Zackery Spytz · 5 years ago
  33. 675d17c Fix grammar in asyncio-dev.rst (GH-15672) by Roger Iyengar · 5 years ago
  34. 2f09413 closes bpo-37966: Fully implement the UAX #15 quick-check algorithm. (GH-15558) by Greg Price · 5 years ago
  35. 580bdb0 bpo-38022: IDLE: upgrade help.html to sphinx 2.x HTML5 output (GH-15664) by Tal Einat · 5 years ago
  36. 993ac92 bpo-38020: Fixes crash in os.readlink() on Windows (GH-15663) by Steve Dower · 5 years ago
  37. 0cf832a bpo-37798: Fix _statistics module doc (GH-15546) by Dong-hee Na · 5 years ago
  38. 132acab bpo-35771: IDLE: Fix flaky tool-tip hover delay tests (GH-15634) by Tal Einat · 5 years ago
  39. efa3b51 Enforce PEP 257 conventions in ftplib.py (GH-15604) by Alan Yee · 5 years ago
  40. e1786b5 bpo-36853: Fix suspicious.py to actually print the unused rules (#13579) by Anthony Sottile · 5 years ago
  41. 102e9b4 bpo-38010 Sync importlib.metadata with importlib_metadata 0.20. (GH-15646) by Jason R. Coombs · 5 years ago
  42. 1f21eaa bpo-15999: Clean up of handling boolean arguments. (GH-15610) by Serhiy Storchaka · 5 years ago
  43. 5eca7f3 bpo-15999: Always pass bool instead of int to socket.setblocking(). (GH-15621) by Serhiy Storchaka · 5 years ago
  44. eb89746 bpo-15999: Always pass bool instead of int to the expat parser. (GH-15622) by Serhiy Storchaka · 5 years ago
  45. 41c57b3 bpo-37994: Fix silencing all errors if an attribute lookup fails. (GH-15630) by Serhiy Storchaka · 5 years ago
  46. f02ea62 bpo-36543: Remove old-deprecated ElementTree features. (GH-12707) by Serhiy Storchaka · 5 years ago
  47. c5b242f bpo-37764: Fix infinite loop when parsing unstructured email headers. (GH-15239) by Ashwin Ramaswami · 5 years ago
  48. daa82d0 bpo-37977: Warn more strongly and clearly about pickle security (GH-15595) by Daniel Pope · 5 years ago
  49. 013e52f bpo-37990: fix gc stats (GH-15626) by Inada Naoki · 5 years ago
  50. d765d81 bpo-37781: use "z" for PY_FORMAT_SIZE_T (GH-15156) by Inada Naoki · 5 years ago
  51. 39d87b5 Fix typos mostly in comments, docs and test names (GH-15209) by Min ho Kim · 5 years ago
  52. 15119bc IDLE: Fix 2 typos found by Min ho Kim. (GH-15617) by Terry Jan Reedy · 5 years ago
  53. 96b4087 bpo-37140: Fix StructUnionType_paramfunc() (GH-15612) by Victor Stinner · 5 years ago
  54. 6a650aa bpo-37976: Prevent shadowing of TypeError in zip() (GH-15592) by Sergey Fedoseev · 5 years ago
  55. 496058f Steven Bethard designated a new maintainer for argparse (GH-15605) by Raymond Hettinger · 5 years ago
  56. 7fcc208 bpo-37834: Prevent shutil.rmtree exception (GH-15602) by Ned Deily · 5 years ago
  57. e278335 bpo-37933: Fix faulthandler.cancel_dump_traceback_later() (GH-15440) by Thomas A Caswell · 5 years ago
  58. 88ea166 bpo-8425: Fast path for set inplace difference when the second set is large (GH-15590) by Raymond Hettinger · 5 years ago
  59. 4901fe2 bpo-37034: Display argument name on errors with keyword arguments with Argument Clinic. (GH-13593) by Rémi Lapeyre · 5 years ago
  60. 59725f3 bpo-37979: Add alternative to fromisoformat in documentation (GH-15596) by Paul Ganssle · 5 years ago
  61. 0614523 bpo-37947: Avoid double-decrement in symtable recursion counting (GH-15593) by Nick Coghlan · 5 years ago
  62. 2c5fb17 bpo-36833: Add tests for Datetime C API Macros (GH-14842) by Joannah Nanjekye · 5 years ago
  63. 35f6301 bpo-10978: Semaphores can release multiple threads at a time (GH-15588) by Raymond Hettinger · 5 years ago
  64. 0dac68f bpo-36743: __get__ is sometimes called without the owner argument (#12992) by Raymond Hettinger · 5 years ago
  65. 84125fe bpo-16468: Clarify which objects can be passed to "choices" in argparse (GH-15566) by Raymond Hettinger · 5 years ago
  66. cd81f05 bpo-23674: Clarify ambiguities in super() docs (#15564) by Raymond Hettinger · 5 years ago
  67. 122376d bpo-37372: Fix error unpickling datetime.time objects from Python 2 with seconds>=24. (GH-14307) by Justin Blanchard · 5 years ago
  68. e64f948 bpo-37950: Fix ast.dump() when call with incompletely initialized node. (GH-15510) by Serhiy Storchaka · 5 years ago
  69. b235a1b bpo-37960: Silence only necessary errors in repr() of buffered and text streams. (GH-15543) by Serhiy Storchaka · 5 years ago
  70. f5896a0 bpo-35946: Improve assert_called_with documentation (GH-11796) by Rémi Lapeyre · 5 years ago
  71. c961278 bpo-36871: Ensure method signature is used when asserting mock calls to a method (GH13261) by Xtreak · 5 years ago
  72. 03acba6 bpo-25777: Wording describes a lookup, not a call (GH-15573) by Raymond Hettinger · 5 years ago
  73. 3aa48b8 bpo-36167: fix an incorrect capitalization (GH-14482) by avinassh · 5 years ago
  74. 465e5d5 bpo-37964: Make sure test works if TESTFN is in a non-ASCII directory. (GH-15568) by Benjamin Peterson · 5 years ago
  75. b0caf32 bpo-18378: Recognize "UTF-8" as a valid name in locale._parse_localename (GH-14736) by Ronald Oussoren · 5 years ago
  76. fa220ec Raise a RuntimeError when tee iterator is consumed from different threads (GH-15567) by HongWeipeng · 5 years ago
  77. 13f37f2 closes bpo-37964: add F_GETPATH command to fcntl (GH-15550) by Vinay Sharma · 5 years ago
  78. e4a5e9b bpo-23878: Remove an unneeded fseek() call in _Py_FindEnvConfigValue() (GH-15424) by Zackery Spytz · 5 years ago
  79. 55aabee closes bpo-37965: Fix compiler warning of distutils CCompiler.test_function. (GH-15560) by Anonymous Maarten · 5 years ago
  80. 2a16eea bpo-36582: Make collections.UserString.encode() return bytes, not str (GH-13138) by Daniel Fortunov · 5 years ago
  81. 98d90f7 bpo-37951: Lift subprocess's fork() restriction (GH-15544) by Christian Heimes · 5 years ago
  82. 3224e1a Add Florian Ernst to ACKS (GH-15524) by Ethan Furman · 5 years ago
  83. 8c9e9b0 bpo-37936: Remove some .gitignore rules that were intended locally. (GH-15542) by Greg Price · 5 years ago
  84. 0138c4c Fix unused variable and signed/unsigned warnings (GH-15537) by Raymond Hettinger · 5 years ago
  85. 8bf5fef bpo-36205: Fix the rusage implementation of time.process_time() (GH-15538) by vrajivk · 5 years ago
  86. fae0ed5 bpo-37328: remove deprecated HTMLParser.unescape (GH-14186) by Inada Naoki · 5 years ago
  87. 9a943b4 bpo-36763: Make Py_BytesMain() public (GH-15532) by Victor Stinner · 5 years ago
  88. 6b2e325 Fix an invalid assertEqual() call in test_descr.py (GH-15318) by Zackery Spytz · 5 years ago
  89. bed4817 Make PyXXX_Fini() functions private (GH-15531) by Victor Stinner · 5 years ago
  90. d3cc189 bpo-37925: Mention --embed in python-config usage (GH-15458) by Batuhan Taşkaya · 5 years ago
  91. 6fee0f8 bpo-37798: Minor code formatting and comment clean-ups. (GH-15526) by Raymond Hettinger · 5 years ago
  92. 10c452b bpo-37664: Update ensurepip bundled wheels, again (GH-15483) by Pradyun Gedam · 5 years ago
  93. b27cbec bpo-37055: fix warnings in _blake2 module (GH-14646) by Inada Naoki · 5 years ago
  94. 77df9a1 correct roman numeral VII description (GH-15523) by Ethan Furman · 5 years ago
  95. b3b9619 Fix typo: Pyssize_t => Py_ssize_t (GH-15411) by Sergey Fedoseev · 5 years ago
  96. 4901dc4 bpo-37954: Fix reference leak in the symtable (GH-15514) by Pablo Galindo · 5 years ago
  97. 52c1a6a Remove leftovers from the times when long long wasn't required (GH-15501) by Sergey Fedoseev · 5 years ago
  98. 0e4ea16 bpo-37947: Adjust correctly the recursion level in symtable for named expressions (GH-15499) by Pablo Galindo · 5 years ago
  99. 1c06009 bpo-34679: Restore instantiation Windows IOCP event loop from non-main thread (#15492) by Andrew Svetlov · 5 years ago
  100. 998cf1f bpo-27575: port set intersection logic into dictview intersection (GH-7696) by Forest Gregg · 5 years ago