1. 4f384af bpo-38076: Make struct module PEP-384 compatible (#15805) by Dino Viehland · 6 years ago
  2. 1ad0c77 bpo-38043: Move unicodedata.normalize tests into test_unicodedata. (GH-15712) by Greg Price · 6 years ago
  3. 2fc1160 bpo-38018: Fix test for multiprocessing.shared_memory in BSD systems (GH-15821) by Vinay Sharma · 6 years ago
  4. c59295a bpo-38077: IDLE no longer adds 'argv' to the user namespace (GH-15818) by Terry Jan Reedy · 6 years ago
  5. 832e864 bpo-38049: Add command-line interface for the ast module. (GH-15724) by Serhiy Storchaka · 6 years ago
  6. d14e39c bpo-38018: Increase code coverage for multiprocessing.shared_memory (GH-15662) by Vinay Sharma · 6 years ago
  7. 850573b bpo-37995: Add an option to ast.dump() to produce a multiline output. (GH-15631) by Serhiy Storchaka · 6 years ago
  8. 92709a2 bpo-37840: Fix handling of negative indices in bytearray_getitem() (GH-15250) by Sergey Fedoseev · 6 years ago
  9. 915cd3f bpo-35941: Fix performance regression in new code (GH-12610) by Christian Heimes · 6 years ago
  10. fb6807b Fix punctuation in `os.execvpe` docstring. (GH-15051) by Hasan Ramezani · 6 years ago
  11. 370138b bpo-35803: Document and test dir=PathLike for tempfile (GH-11644) by Anthony Sottile · 6 years ago
  12. 9488a52 Clarify that shutil's copy functions can accept path-like values (GH-15141) by Boris Verhovsky · 6 years ago
  13. 682107c bpo-36279: Ensure os.wait3() rusage is initialized (GH-15111) by Zackery Spytz · 6 years ago
  14. 3cbc23a bpo-37758: Cut always-constant conditionals on sys.maxunicode. (GH-15302) by Greg Price · 6 years ago
  15. 65366bc bpo-20490: Improve circular import error message (GH-15308) by Anthony Sottile · 6 years ago
  16. a2af05a bpo-38006: Avoid closure in weakref.WeakValueDictionary (GH-15641) by Victor Stinner · 6 years ago
  17. b3b48c8 bpo-37876: Tests for ROT-13 codec (GH-15314) by Zeth · 6 years ago
  18. f5e7f39 docs: Add references to AsyncMock in unittest.mock.patch (#13681) by Mario Corchero · 6 years ago
  19. fa3a38d Mark files as executable that are meant as scripts. (GH-15354) by Greg Price · 6 years ago
  20. e3c59a7 bpo-38059: Using sys.exit() over exit() in inspect.py (GH-15666) by Alan Yee · 6 years ago
  21. d5fd75c bpo-34596: Fallback to a default reason when @unittest.skip is uncalled (#9082) by Naitree Zhu · 6 years ago
  22. 992347d bpo-26185: Fix repr() on empty ZipInfo object (#13441) by Mickaël Schoentgen · 6 years ago
  23. 9d60706 bpo-37212: Preserve keyword argument order in unittest.mock.call and error messages (GH-14310) by Xtreak · 6 years ago
  24. 8d64bfa bpo-36250: ignore ValueError from signal in non-main thread (GH-12251) by Daniel Hahler · 6 years ago
  25. e223ba1 bpo-32587: Make winreg.REG_MULTI_SZ support zero-length strings (#13239) by Zackery Spytz · 6 years ago
  26. 71ea688 bpo-11953: Extend table of Windows WSA* error codes (GH-15004) by Ngalim Siregar · 6 years ago
  27. aa51508 Fix assertions regarding magic methods function body that was not executed (GH-14154) by Xtreak · 6 years ago
  28. 526a014 bpo-34410: Fix a crash in the tee iterator when re-enter it. (GH-15625) by Serhiy Storchaka · 6 years ago
  29. 4db25d5 bpo-36018: Address more reviewer feedback (GH-15733) by Raymond Hettinger · 6 years ago
  30. 3c87a66 bpo-36946:Fix possible signed integer overflow when handling slices. (GH-15639) by HongWeipeng · 6 years ago
  31. 9c4c459 bpo-38038: Remove urllib.parse._splittype from xmlrpc.client. (GH-15703) by Dong-hee Na · 6 years ago
  32. 38da805 bpo-38041: Refine IDLE Shell restart lines. (GH-15709) by Terry Jan Reedy · 6 years ago
  33. 3f43cef bpo-37064: Skip test_tools.test_pathfix if installed (GH-15705) by Victor Stinner · 6 years ago
  34. 50254ac bpo-37064: Add option -k to Tools/scripts/pathfix.py (GH-15548) by PatrikKopkan · 6 years ago
  35. ce81a92 bpo-36409: Remove old plistlib API deprecated in 3.4 (GH-15615) by Jon Janzen · 6 years ago
  36. e4810b2 bpo-36324: Apply review comments from Allen Downey (GH-15693) by Raymond Hettinger · 6 years ago
  37. 8f9cc87 bpo-38026: fix inspect.getattr_static (GH-15676) by Inada Naoki · 6 years ago
  38. 2cd9025 bpo-37902: IDLE: Add scrolling for IDLE browsers. (#15368) by GeeTransit · 6 years ago
  39. 87bd207 bpo-22347: Update mimetypes.guess_type to allow proper parsing of URLs (GH-15522) by Dong-hee Na · 6 years ago
  40. 6cd9666 Fix idlelib.help comments (GH-15669) by Terry Jan Reedy · 6 years ago
  41. 772ec0f bpo-38030: Fix os.stat failures on block devices on Windows (GH-15681) by Steve Dower · 6 years ago
  42. 2f09413 closes bpo-37966: Fully implement the UAX #15 quick-check algorithm. (GH-15558) by Greg Price · 6 years ago
  43. 580bdb0 bpo-38022: IDLE: upgrade help.html to sphinx 2.x HTML5 output (GH-15664) by Tal Einat · 6 years ago
  44. 132acab bpo-35771: IDLE: Fix flaky tool-tip hover delay tests (GH-15634) by Tal Einat · 6 years ago
  45. efa3b51 Enforce PEP 257 conventions in ftplib.py (GH-15604) by Alan Yee · 6 years ago
  46. 102e9b4 bpo-38010 Sync importlib.metadata with importlib_metadata 0.20. (GH-15646) by Jason R. Coombs · 6 years ago
  47. 1f21eaa bpo-15999: Clean up of handling boolean arguments. (GH-15610) by Serhiy Storchaka · 6 years ago
  48. 5eca7f3 bpo-15999: Always pass bool instead of int to socket.setblocking(). (GH-15621) by Serhiy Storchaka · 6 years ago
  49. eb89746 bpo-15999: Always pass bool instead of int to the expat parser. (GH-15622) by Serhiy Storchaka · 6 years ago
  50. f02ea62 bpo-36543: Remove old-deprecated ElementTree features. (GH-12707) by Serhiy Storchaka · 6 years ago
  51. c5b242f bpo-37764: Fix infinite loop when parsing unstructured email headers. (GH-15239) by Ashwin Ramaswami · 6 years ago
  52. 39d87b5 Fix typos mostly in comments, docs and test names (GH-15209) by Min ho Kim · 6 years ago
  53. 15119bc IDLE: Fix 2 typos found by Min ho Kim. (GH-15617) by Terry Jan Reedy · 6 years ago
  54. 96b4087 bpo-37140: Fix StructUnionType_paramfunc() (GH-15612) by Victor Stinner · 6 years ago
  55. 6a650aa bpo-37976: Prevent shadowing of TypeError in zip() (GH-15592) by Sergey Fedoseev · 6 years ago
  56. 496058f Steven Bethard designated a new maintainer for argparse (GH-15605) by Raymond Hettinger · 6 years ago
  57. 7fcc208 bpo-37834: Prevent shutil.rmtree exception (GH-15602) by Ned Deily · 6 years ago
  58. e278335 bpo-37933: Fix faulthandler.cancel_dump_traceback_later() (GH-15440) by Thomas A Caswell · 6 years ago
  59. 4901fe2 bpo-37034: Display argument name on errors with keyword arguments with Argument Clinic. (GH-13593) by Rémi Lapeyre · 6 years ago
  60. 2c5fb17 bpo-36833: Add tests for Datetime C API Macros (GH-14842) by Joannah Nanjekye · 6 years ago
  61. 35f6301 bpo-10978: Semaphores can release multiple threads at a time (GH-15588) by Raymond Hettinger · 6 years ago
  62. 0dac68f bpo-36743: __get__ is sometimes called without the owner argument (#12992) by Raymond Hettinger · 6 years ago
  63. 122376d bpo-37372: Fix error unpickling datetime.time objects from Python 2 with seconds>=24. (GH-14307) by Justin Blanchard · 6 years ago
  64. e64f948 bpo-37950: Fix ast.dump() when call with incompletely initialized node. (GH-15510) by Serhiy Storchaka · 6 years ago
  65. b235a1b bpo-37960: Silence only necessary errors in repr() of buffered and text streams. (GH-15543) by Serhiy Storchaka · 6 years ago
  66. f5896a0 bpo-35946: Improve assert_called_with documentation (GH-11796) by Rémi Lapeyre · 6 years ago
  67. c961278 bpo-36871: Ensure method signature is used when asserting mock calls to a method (GH13261) by Xtreak · 6 years ago
  68. 465e5d5 bpo-37964: Make sure test works if TESTFN is in a non-ASCII directory. (GH-15568) by Benjamin Peterson · 6 years ago
  69. b0caf32 bpo-18378: Recognize "UTF-8" as a valid name in locale._parse_localename (GH-14736) by Ronald Oussoren · 6 years ago
  70. 13f37f2 closes bpo-37964: add F_GETPATH command to fcntl (GH-15550) by Vinay Sharma · 6 years ago
  71. 55aabee closes bpo-37965: Fix compiler warning of distutils CCompiler.test_function. (GH-15560) by Anonymous Maarten · 6 years ago
  72. 2a16eea bpo-36582: Make collections.UserString.encode() return bytes, not str (GH-13138) by Daniel Fortunov · 6 years ago
  73. fae0ed5 bpo-37328: remove deprecated HTMLParser.unescape (GH-14186) by Inada Naoki · 6 years ago
  74. 6b2e325 Fix an invalid assertEqual() call in test_descr.py (GH-15318) by Zackery Spytz · 6 years ago
  75. 10c452b bpo-37664: Update ensurepip bundled wheels, again (GH-15483) by Pradyun Gedam · 6 years ago
  76. 1c06009 bpo-34679: Restore instantiation Windows IOCP event loop from non-main thread (#15492) by Andrew Svetlov · 6 years ago
  77. 998cf1f bpo-27575: port set intersection logic into dictview intersection (GH-7696) by Forest Gregg · 6 years ago
  78. c3ea41e bpo-36917: Add default implementation of ast.NodeVisitor.visit_Constant(). (GH-15490) by Serhiy Storchaka · 6 years ago
  79. 44cd86b bpo-37805: Add tests for json.dump(..., skipkeys=True) (GH-15489) by Dong-hee Na · 6 years ago
  80. 1039f39 bpo-37824: Properly handle user input warnings in IDLE shell. (GH-15500) by Terry Jan Reedy · 6 years ago
  81. da27d9b bpo-29553: Fix ArgumentParser.format_usage() for mutually exclusive groups (GH-14976) by Flavian Hautbois · 6 years ago
  82. 5dbe0f5 bpo-37757: Disallow PEP 572 cases that expose implementation details (GH-15131) by Nick Coghlan · 6 years ago
  83. ce6a070 bpo-34880: Add the LOAD_ASSERTION_ERROR opcode. (GH-15073) by Zackery Spytz · 6 years ago
  84. d4b4c00 bpo-37929: IDLE: avoid Squeezer-related config dialog crashes (GH-15452) by Tal Einat · 6 years ago
  85. aef9ad8 bpo-37942: Improve argument clinic float converter (GH-15470) by Raymond Hettinger · 6 years ago
  86. 805f8f9 bpo-19072: Make @classmethod support chained decorators (GH-8405) by Berker Peksag · 6 years ago
  87. 8ad22a4 bpo-37798: Test both Python and C versions in test_statistics.py (GH-15453) by Dong-hee Na · 6 years ago
  88. a4e2991 bpo-37772: fix zipfile.Path.iterdir() outputs (GH-15170) by shireenrao · 6 years ago
  89. ef61c52 bpo-37830: Fix compilation of break and continue in finally. (GH-15320) by Serhiy Storchaka · 6 years ago
  90. 4101181 bpo-19119: Remove invalid test and rename a misnamed test (GH-15442) by Raymond Hettinger · 6 years ago
  91. 0a18ee4 bpo-37798: Add C fastpath for statistics.NormalDist.inv_cdf() (GH-15266) by Dong-hee Na · 6 years ago
  92. 5be6660 bpo-37549: os.dup() fails for standard streams on Windows 7 (GH-15389) by Zackery Spytz · 6 years ago
  93. 8f080b0 bpo-26589: Add http status code 451 (GH-15413) by Raymond Hettinger · 6 years ago
  94. 120b707 bpo-36763: PyConfig_Read() handles PySys_AddXOption() (GH-15431) by Victor Stinner · 6 years ago
  95. 3842f29 bpo-36763: Implement PyWideStringList_Insert() of PEP 587 (GH-15423) by Victor Stinner · 6 years ago
  96. b5d3cee bpo-14465: Add an indent() function to xml.etree.ElementTree to pretty-print XML trees (GH-15200) by Stefan Behnel · 6 years ago
  97. 81446fd test_gdb: use unittest test discovery (GH-15405) by Victor Stinner · 6 years ago
  98. 767434c bpo-37531: Fix regrtest _timedout() function on timeout (GH-15419) by Victor Stinner · 6 years ago
  99. 4be11c0 bpo-37915: Fix comparison between tzinfo objects and timezone objects (GH-15390) by Pablo Galindo · 6 years ago
  100. 8889627 bpo-28556: Add a regression test to typing (GH-15396) by Ivan Levkivskyi · 6 years ago