1. ebf6bb9 bpo-39991: Enhance uuid parser for MAC address (GH-19045) by Victor Stinner · 4 years, 6 months ago
  2. 5b1ef20 bpo-39824: module_traverse() don't call m_traverse if md_state=NULL (GH-18738) by Victor Stinner · 4 years, 6 months ago
  3. 5226894 bpo-26067: Do not fail test_shutil / chown when gid/uid cannot be resolved (#19032) by Matthias Braun · 4 years, 6 months ago
  4. eb886db bpo-39991: uuid._netstat_getnode() ignores IPv6 addresses (GH-19043) by Victor Stinner · 4 years, 6 months ago
  5. 58ec58a4 bpo-39656: Ensure `bin/python3.#` is always present in virtual environments on POSIX (GH-19030) by Anthony Sottile · 4 years, 6 months ago
  6. 4ab362c bpo-39638: Keep ASDL signatures in the AST nodes (GH-18515) by Batuhan Taşkaya · 4 years, 6 months ago
  7. 5b66ec1 bpo-38870: Implement support for ast.FunctionType in ast.unparse (GH-19016) by Batuhan Taşkaya · 4 years, 6 months ago
  8. ac10e0c bpo-39360: Ensure all workers exit when finalizing a multiprocessing Pool (GH-19009) by Batuhan Taşkaya · 4 years, 6 months ago
  9. 61ac612 bpo-39507: Add HTTP status 418 "I'm a Teapot" (GH-18291) by Ross · 4 years, 6 months ago
  10. 9023581 bpo-39965: Correctly raise SyntaxError if await is used outside async functions when PyCF_ALLOW_TOP_LEVEL_AWAIT is set (GH-19010) by Pablo Galindo · 4 years, 6 months ago
  11. 9165add bpo-38576: Disallow control characters in hostnames in http.client (GH-18995) by Ashwin Ramaswami · 4 years, 6 months ago
  12. da52be4 bpo-39509: Update HTTP status code to follow IANA (GH-18294) by Dong-hee Na · 4 years, 6 months ago
  13. 5208b4b bpo-39871: Fix possible SystemError in atan2, copysign and remainder (GH-18806) by Zackery Spytz · 4 years, 6 months ago
  14. 3a8c562 Revert "bpo-39087: Add _PyUnicode_GetUTF8Buffer()" (GH-18985) by Inada Naoki · 4 years, 6 months ago
  15. c7ad974 bpo-39087: Add _PyUnicode_GetUTF8Buffer() (GH-17659) by Inada Naoki · 4 years, 6 months ago
  16. 6d674a1 bpo-36144: OrderedDict Union (PEP 584) (#18967) by Brandt Bucher · 4 years, 6 months ago
  17. d648ef1 bpo-36144: Update os.environ and os.environb for PEP 584 (#18911) by Charles Burkland · 4 years, 6 months ago
  18. 3f2f4fe bpo-39947: Move get_recursion_depth() to _testinternalcapi (GH-18974) by Victor Stinner · 4 years, 6 months ago
  19. c846ef0 bpo-39936: _aix_support uses _bootsubprocess (GH-18970) by Victor Stinner · 4 years, 6 months ago
  20. 1ae9cde bpo-39689: Do not test undefined casts to _Bool (GH-18964) by Stefan Krah · 4 years, 6 months ago
  21. c00c86b Fix syntax error in an example in the ast documentation and sync docstrings (GH-18946) by Pablo Galindo · 4 years, 6 months ago
  22. 276a84a bpo-38080: Added "getproxies" to urllib fixes in the 2to3 tool (GH-16167) by José Roberto Meza Cabrera · 4 years, 6 months ago
  23. 704e206 bpo-39916: Use os.scandir() as context manager in Path.glob(). (GH-18880) by Serhiy Storchaka · 4 years, 6 months ago
  24. e553f20 bpo-39915: Ensure await_args_list is updated according to the order in which coroutines were awaited (GH-18924) by Karthikeyan Singaravelan · 4 years, 6 months ago
  25. c77aa2d bpo-39926: Update unicodedata checksum tests for Unicode 13.0 update. (GH-18913) by Benjamin Peterson · 4 years, 6 months ago
  26. 51796e5 Update some www.unicode.org URLs to use HTTPS. (GH-18912) by Benjamin Peterson · 4 years, 6 months ago
  27. 051b9d0 closes bpo-39926: Update Unicode to 13.0.0. (GH-18910) by Benjamin Peterson · 4 years, 6 months ago
  28. bd87a7f Updates functools.py with consistent quotes (GH-18825) by Nikita Sobolev · 4 years, 6 months ago
  29. 88f82b2 bpo-38662: ensurepip invokes pip via runpy (GH-18901) by Miro Hrončok · 4 years, 6 months ago
  30. 13d52c2 bpo-34822: Simplify AST for subscription. (GH-9605) by Serhiy Storchaka · 4 years, 6 months ago
  31. 00d7cd8 bpo-38075: Fix random_seed(): use PyObject_CallOneArg() (GH-18897) by Victor Stinner · 4 years, 6 months ago
  32. 8510f43 bpo-1294959: Add sys.platlibdir attribute (GH-18381) by Victor Stinner · 4 years, 6 months ago
  33. 700cb58 bpo-39828: Fix json.tool to catch BrokenPipeError (GH-18779) by Dong-hee Na · 4 years, 6 months ago
  34. addaaaa bpo-39763: Add _bootsubprocess to build Python on AIX (GH-18872) by Victor Stinner · 4 years, 6 months ago
  35. 9ad58ac bpo-19466: Py_Finalize() clears daemon threads earlier (GH-18848) by Victor Stinner · 4 years, 6 months ago
  36. 8e9c47a bpo-28577: Special case added to IP v4 and v6 hosts for /32 and /128 networks (GH-18757) by Pete Wicken · 4 years, 6 months ago
  37. b7e9525 bpo-36287: Make ast.dump() not output optional fields and attributes with default values. (GH-18843) by Serhiy Storchaka · 4 years, 6 months ago
  38. 363fab8 bpo-27115: Use Query subclass for IDLE editor Goto (GH-18871) by Terry Jan Reedy · 4 years, 6 months ago
  39. e7cab7f bpo-38870: Simplify sequence interleaves in ast.unparse (GH-17892) by Batuhan Taşkaya · 4 years, 6 months ago
  40. 3225b9f bpo-39877: Remove useless PyEval_InitThreads() calls (GH-18883) by Victor Stinner · 4 years, 6 months ago
  41. e5ccc94 bpo-38643: Raise SystemError instead of crashing when PyNumber_ToBase is called with invalid base. (GH-18863) by Serhiy Storchaka · 4 years, 6 months ago
  42. 6012f30 bpo-39850: Add support for abstract sockets in multiprocessing (GH-18866) by Pablo Galindo · 4 years, 6 months ago
  43. fc72ab6 bpo-38691: importlib ignores PYTHONCASEOK if -E is used (GH-18627) by idomic · 4 years, 6 months ago
  44. e53a393 bpo-27115: Move IDLE Query error blanking (GH-18868) by Terry Jan Reedy · 4 years, 6 months ago
  45. 0911ea5 bpo-39517: Allow runpy.run_path() to accept path-like objects (GH-18699) by Maor Kleinberger · 4 years, 6 months ago
  46. 4ca060d bpo-39885: IDLE context menu clears selection (#18859) by Terry Jan Reedy · 4 years, 6 months ago
  47. 2522db1 bpo-39852: IDLE 'Go to line' deletes selection, updates status (GH-18801) by Terry Jan Reedy · 4 years, 6 months ago
  48. 4663f66 bpo-36144: Update MappingProxyType with PEP 584's operators (#18814) by Brandt Bucher · 4 years, 6 months ago
  49. eb7560a bpo-38894: Fix pathlib.Path.glob in the presence of symlinks and insufficient permissions (GH-18815) by Pablo Galindo · 4 years, 6 months ago
  50. c4928fc bpo-39889: Fix ast.unparse() for subscript. (GH-18824) by Serhiy Storchaka · 4 years, 6 months ago
  51. 9e5d30c bpo-39882: Py_FatalError() logs the function name (GH-18819) by Victor Stinner · 4 years, 6 months ago
  52. 57c9d17 bpo-36144: Implement defaultdict union (GH-18729) by Brandt Bucher · 4 years, 6 months ago
  53. f7b5d41 bpo-39855: Fix test_subprocess if nobody user doesn't exist (GH-18781) by Victor Stinner · 4 years, 6 months ago
  54. 85cf1d5 bpo-13487: Use sys.modules.copy() in inspect.getmodule() for thread safety. (GH-18786) by Gregory P. Smith · 4 years, 6 months ago
  55. 942f7a2 bpo-39674: Revert "bpo-37330: open() no longer accept 'U' in file mode (GH-16959)" (GH-18767) by Victor Stinner · 4 years, 6 months ago
  56. d82e469 bpo-39639: Remove the AST "Suite" node and associated code (GH-18513) by Batuhan Taşkaya · 4 years, 6 months ago
  57. 1ec63b6 bpo-39763: distutils.spawn now uses subprocess (GH-18743) by Victor Stinner · 4 years, 6 months ago
  58. 22a9a54 bpo-39826: add getConnection() hook to logging HTTPHandler (GH-18745) by l0rb · 4 years, 6 months ago
  59. be501ca bpo-39702: Relax grammar restrictions on decorators (PEP 614) (GH-18570) by Brandt Bucher · 4 years, 6 months ago
  60. 469325c bpo-35712: Make using NotImplemented in a boolean context issue a deprecation warning (GH-13195) by MojoVampire · 4 years, 6 months ago
  61. e0acec1 bpo-12915: Skip test_pkgutil.test_name_resolution() non-encodable filenames (GH-18720) by Michael Felt · 4 years, 6 months ago
  62. 6daa37f bpo-38091: Import deadlock detection causes deadlock (GH-17518) by Armin Rigo · 4 years, 6 months ago
  63. ce3a498 bpo-38597: Never statically link extension initialization code on Windows (GH-18724) by Steve Dower · 4 years, 6 months ago
  64. 0c2b509 bpo-39778: Don't traverse weak-reference lists OrderedDict's tp_traverse and tp_clear (GH-18749) by Pablo Galindo · 4 years, 6 months ago
  65. 89aa469 bpo-38870: Add docstring support to ast.unparse (GH-17760) by Batuhan Taşkaya · 4 years, 6 months ago
  66. 4482337 bpo-39764: Make Task.get_stack accept ag_frame (#18669) by Lidi Zheng · 4 years, 6 months ago
  67. 2110551 bpo-39775: inspect: Change Signature.parameters back to OrderedDict. (GH-18684) by Inada Naoki · 4 years, 6 months ago
  68. 2565ede bpo-38971: Open file in codecs.open() closes if exception raised. (GH-17666) by Chris A · 4 years, 6 months ago
  69. 4edc95c bpo-39495: Remove default value from C impl of TreeBuilder.start (GH-18275) by Shantanu · 4 years, 6 months ago
  70. 217dce9 bpo-39815: add cached_property to all (GH-18726) by Hakan Çelik · 4 years, 6 months ago
  71. 0e89076 bpo-39678: refactor queue manager thread (GH-18551) by Thomas Moreau · 4 years, 6 months ago
  72. 397b96f bpo-38870: Implement a precedence algorithm in ast.unparse (GH-17377) by Batuhan Taşkaya · 4 years, 6 months ago
  73. 185903d bpo-39520: Fix un-parsing of ext slices with no dimensions (GH-18304) by Batuhan Taşkaya · 4 years, 6 months ago
  74. 768d739 bpo-38641: Add lib2to3 support for starred expressions in return/yield statements (GH-16994) by Vlad Emelianov · 4 years, 6 months ago
  75. 5e260e0 bpo-39548: Fix handling of 'WWW-Authenticate' header for Digest Auth (GH-18338) by Stephen Balousek · 4 years, 6 months ago
  76. 815280e bpo-39794: Add --without-decimal-contextvar (#18702) by Stefan Krah · 4 years, 6 months ago
  77. 0aeab5c bpo-39667: Sync zipp 3.0 (GH-18540) by Jason R. Coombs · 4 years, 6 months ago
  78. dc04a05 bpo-37534: Allow adding Standalone Document Declaration when generating XML documents (GH-14912) by Henry Harutyunyan · 4 years, 6 months ago
  79. 0267335 bpo-39769: Fix compileall ddir for subpkgs. (GH-18676) by Gregory P. Smith · 4 years, 7 months ago
  80. c705fd1 bpo-39781: Do not jump when select in IDLE codecontext (GH-18683) by Terry Jan Reedy · 4 years, 7 months ago
  81. 4f17c5c bpo-12915: Improve Unicode support for package names and attributes. (GH-18517) by Vinay Sajip · 4 years, 7 months ago
  82. 374d998 bpo-39609: set the thread_name_prefix for the default asyncio executor (GH-18458) by Markus Mohrhard · 4 years, 7 months ago
  83. 0c6e3aa Suppress the hang (#18457) by Andrew Svetlov · 4 years, 7 months ago
  84. 21da76d bpo-34788: Add support for scoped IPv6 addresses (GH-13772) by opavlyuk · 4 years, 7 months ago
  85. 6e02691 Python 3.9.0a4 by Łukasz Langa · 4 years, 7 months ago
  86. eb8ac57 bpo-36144: Dictionary Union (PEP 584) (#12088) by Brandt Bucher · 4 years, 7 months ago
  87. ba22e8f bpo-30566: Fix IndexError when using punycode codec (GH-18632) by Berker Peksag · 4 years, 7 months ago
  88. b942ba0 Give proper credit for figuring out and writing PEP-3118 tests. (#18644) by Stefan Krah · 4 years, 7 months ago
  89. 4015d1c bpo-39649: Remove obsolete check for `__args__` in bdb.Bdb.format_stack_entry (GH-18531) by Daniel Hahler · 4 years, 7 months ago
  90. 9f37872 bpo-39681: Fix C pickle regression with minimal file-like objects (#18592) by Antoine Pitrou · 4 years, 7 months ago
  91. 559e7f1 bpo-39648: Expand math.gcd() and math.lcm() to handle multiple arguments. (GH-18604) by Serhiy Storchaka · 4 years, 7 months ago
  92. 1c56f8f bpo-39382: Avoid dangling object use in abstract_issubclass() (GH-18530) by Yonatan Goldschmidt · 4 years, 7 months ago
  93. fd5116c bpo-35950: Raise UnsupportedOperation in BufferedReader.truncate() (GH-18586) by Berker Peksag · 4 years, 7 months ago
  94. c2ac4cf bpo-35727: Use exit code 0 on sys.exit() in multiprocessing.Process. (GH-11538) by Christopher Hunt · 4 years, 7 months ago
  95. d4331c5 bpo-9495: avoid confusing chained exception in argparse test (GH-17120) by alclarks · 4 years, 7 months ago
  96. 90930e6 bpo-39576: Prevent memory error for overly optimistic precisions (GH-18581) by Stefan Krah · 4 years, 7 months ago
  97. f2ee21d bpo-39479:Add math.lcm() function: Least Common Multiple (#18547) by ananthan-123 · 4 years, 7 months ago
  98. 4dee92b Revert "bpo-38691 Added a switch to ignore PYTHONCASEOK when -E or -I flags passed (#18314)" (GH-18553) by Victor Stinner · 4 years, 7 months ago
  99. ab6423f bpo-39572: Document ’total’ flag of TypedDict (GH-18554) by ananthan-123 · 4 years, 7 months ago
  100. af5ee3f bpo-39674: Revert "bpo-25988: Do not expose abstract collection classes in the collections module. (GH-10596)" (GH-18545) by Victor Stinner · 4 years, 7 months ago