1. 14d5331 bpo-40234: Revert "bpo-37266: Daemon threads are now denied in subinterpreters (GH-14049)" (GH-19456) by Victor Stinner · 5 years ago
  2. 41d5b94 bpo-40246: Report a better error message for invalid string prefixes (GH-19476) by Lysandros Nikolaou · 5 years ago
  3. 402e1cd bpo-31758: Prevent crashes when using an uninitialized _elementtree.XMLParser object (GH-3997) by Oren Milman · 5 years ago
  4. 63e5b59 bpo-13743: Add some documentation strings to xml.dom.minidom (GH-16355) by Alex Itkes · 5 years ago
  5. 5fd8123 bpo-39011: Preserve line endings within ElementTree attributes (GH-18468) by mefistotelis · 5 years ago
  6. 4b222c9 bpo-40126: Fix reverting multiple patches in unittest.mock. (GH-19351) by Serhiy Storchaka · 5 years ago
  7. 0361556 bpo-39481: PEP 585 for a variety of modules (GH-19423) by Batuhan Taşkaya · 5 years ago
  8. e3ec44d bpo-39481: PEP 585 for difflib, filecmp, fileinput (#19422) by Ethan Smith · 5 years ago
  9. 7c4185d bpo-39481: PEP 585 for enumerate, AsyncGeneratorType, mmap (GH-19421) by Ethan Smith · 5 years ago
  10. 2fa67df bpo-39481: PEP 585 for ipaddress.py (GH-19418) by Batuhan Taşkaya · 5 years ago
  11. a8403d0 Generic itertools.chain (GH-19417) by Ethan Smith · 5 years ago
  12. 5cd2803 bpo-31904: Fix test_c_locale_coercion encodings for VxWorks RTOS (GH-19448) by pxinwr · 5 years ago
  13. f228bf2 bpo-40187: Refactor typing.TypedDict. (GH-19372) by Serhiy Storchaka · 5 years ago
  14. a2ec069 bpo-40185: Refactor typing.NamedTuple (GH-19371) by Serhiy Storchaka · 5 years ago
  15. f9dd51e bpo-39481: Make os.DirEntry generic (GH-19415) by Batuhan Taşkaya · 5 years ago
  16. 87255be bpo-40089: Add _at_fork_reinit() method to locks (GH-19195) by Victor Stinner · 5 years ago
  17. 48b069a bpo-39481: Implementation for PEP 585 (#18239) by Guido van Rossum · 5 years ago
  18. f407e20 bpo-40214: Temporarily disable a ctypes test (GH-19404) by Zachary Ware · 5 years ago
  19. 799d7d6 bpo-40196: Fix a bug in the symtable when reporting inspecting global variables (GH-19391) by Pablo Galindo · 5 years ago
  20. 6fed3c8 bpo-40182: Remove the _field_types attribute of the NamedTuple class (GH-19368) by Serhiy Storchaka · 5 years ago
  21. a94e627 bpo-36517: Raise error on multiple inheritance with NamedTuple (GH-19363) by Serhiy Storchaka · 5 years ago
  22. 1ae6445 Convert tuples to sets for faster searches (GH-19365) by Raymond Hettinger · 5 years ago
  23. 52013e5 bpo-38689: avoid IDLE hanging when calltip fails getting a signature (GH-17152) by Tal Einat · 5 years ago
  24. 40cf35c bpo-40141: Include the value in the column position for keyword AST nodes (GH-19348) by Pablo Galindo · 5 years ago
  25. 254ec78 bpo-40147: Move the check for duplicate keywords to the compiler (GH-19289) by Pablo Galindo · 5 years ago
  26. 76db37b bpo-40112: distutils test_search_cpp: Fix logic to determine if C compiler is xlc on AIX (GH-19225) by Michael Felt · 5 years ago
  27. 7a51a7e bpo-40140: test_builtin.PtyTests registers SIGHUP handler (GH-19314) by Victor Stinner · 5 years ago
  28. 3c3aa45 lib2to3: Support named assignment expressions (GH-12702) by Tim Hatch · 5 years ago
  29. 45217af bpo-38972: Link to instructions to change PowerShell execution policy (GH-19131) by Derek Keeler · 5 years ago
  30. 8ec7cb5 bpo-40115: Fix refleak in test_asyncio.test_run_in_executor_cancel() (GH-19282) by Kyle Stanley · 5 years ago
  31. 9a679a0 bpo-40094: CGIHTTPRequestHandler logs exit code (GH-19285) by Victor Stinner · 5 years ago
  32. 0b297d4 bpo-39503: CVE-2020-8492: Fix AbstractBasicAuthHandler (GH-18284) by Victor Stinner · 5 years ago
  33. d57cf55 bpo-40094: mailcap.test() uses waitstatus_to_exitcode() (GH-19287) by Victor Stinner · 5 years ago
  34. 168660b bpo-40141: Add line and column information to ast.keyword nodes (GH-19283) by Pablo Galindo · 5 years ago
  35. 65a796e bpo-40094: Add os.waitstatus_to_exitcode() (GH-19201) by Victor Stinner · 5 years ago
  36. 00002e6 bpo-39682: make `pathlib.Path` immutable by removing (undocumented) support for "closing" a path by using it as a context manager (GH-18846) by Barney Gale · 5 years ago
  37. 975ac32 bpo-33262: Deprecate passing None for `s` to shlex.split() (GH-6514) by Zackery Spytz · 5 years ago
  38. 3ef4a7e bpo-40121: Fix exception type in test (GH-19267) by Steve Dower · 5 years ago
  39. 6eb9619 Handle when IOCTL_VM_SOCKETS_GET_LOCAL_CID does not exist in "socket" (GH-19270) by Pablo Galindo · 5 years ago
  40. afeaea2 bpo-40094: Add missing import to wait_process() (GH-19268) by Victor Stinner · 5 years ago
  41. 16d7567 bpo-31160: Fix race condition in test_os.PtyTests (GH-19263) by Victor Stinner · 5 years ago
  42. 40bfdb1 bpo-40094: Add _bootsubprocess._waitstatus_to_exitcode (GH-19264) by Victor Stinner · 5 years ago
  43. a9f9687 bpo-40094: Enhance threading tests (GH-19260) by Victor Stinner · 5 years ago
  44. 27c6231 bpo-40094: Enhance fork and wait tests (GH-19259) by Victor Stinner · 5 years ago
  45. 278c1e1 bpo-40094: Add test.support.wait_process() (GH-19254) by Victor Stinner · 5 years ago
  46. 01e743d bpo-40003: test.bisect_cmd copies Python options (GH-19246) by Victor Stinner · 5 years ago
  47. 63ba5cc bpo-40121: Fixes audit event raised on creating a new socket (GH-19238) by Steve Dower · 5 years ago
  48. ef67512 bpo-40108: Improve the error message in runpy when importing a module that includes the extension (GH-19239) by Pablo Galindo · 5 years ago
  49. 0c5ad54 Fix bug in test_collections.py (#19221) by Curtis Bucher · 5 years ago
  50. 53e4c91 bpo-40077: Convert _abc module to use PyType_FromSpec() (GH-19202) by Dong-hee Na · 5 years ago
  51. 614f172 bpo-39073: validate Address parts to disallow CRLF (#19007) by Ashwin Ramaswami · 5 years ago
  52. 34a49aa bpo-38002: Use False/True for IDLE pyshell bools (GH-19203) by Terry Jan Reedy · 5 years ago
  53. 34b0598 bpo-40086: Update/fix test_etree test case in test_typing (GH-19189) by Furkan Önder · 5 years ago
  54. b61b818 bpo-39812: Remove daemon threads in concurrent.futures (GH-19149) by Kyle Stanley · 5 years ago
  55. d8ff44c bpo-40089: Fix threading._after_fork() (GH-19191) by Victor Stinner · 5 years ago
  56. e0b8101 bpo-1812: Fix newline conversion when doctest.testfile loads from a package whose loader has a get_data method (GH-17385) by Peter Donis · 5 years ago
  57. cb6534e bpo-40067: Improve error messages for multiple star expressions in assignments (GH-19168) by Furkan Önder · 5 years ago
  58. 89a2209 bpo-40016: re docstring: Clarify relationship of inline and argument flags (#19078) by Ram Rachum · 5 years ago
  59. 8f1ed21 bpo-36144: Add union operators to WeakValueDictionary584 (#19127) by Curtis Bucher · 5 years ago
  60. 15e5024 bpo-40029 mark test_importlib.test_zip as requiring zlib (#19105) by Roman Yurchak · 5 years ago
  61. 83d46e0 bpo-40050: Fix importlib._bootstrap_external (GH-19135) by Victor Stinner · 5 years ago
  62. 5804f87 bpo-20526: Fix PyThreadState_Clear(): don't decref frame (GH-19120) by Victor Stinner · 5 years ago
  63. fd88a02 Merge tag 'v3.9.0a5' by Łukasz Langa · 5 years ago
  64. 25e580a bpo-36144: Add union operators to WeakKeyDictionary (#19106) by Curtis Bucher · 5 years ago
  65. f393b2c bpo-36144: Add PEP 584 operators to collections.ChainMap (#18832) by Curtis Bucher · 5 years ago
  66. dcd4c4f Python 3.9.0a5 by Łukasz Langa · 5 years ago
  67. 9a81ab1 bpo-39830: Add zipfile.Path to __all__ (GH-19115) by Zackery Spytz · 5 years ago
  68. bace59d bpo-39999: Improve compatibility of the ast module. (GH-19056) by Serhiy Storchaka · 5 years ago
  69. 044cf94 bpo-22490: Remove __PYVENV_LAUNCHER__ from environment during launch (GH-9516) by Ronald Oussoren · 5 years ago
  70. b33e525 bpo-36543: Remove the xml.etree.cElementTree module. (GH-19108) by Serhiy Storchaka · 5 years ago
  71. b146568 bpo-39652: Truncate the column name after '[' only if PARSE_COLNAMES is set. (GH-18942) by Serhiy Storchaka · 5 years ago
  72. 684d2b9 bpo-24916: Remove an outdated comment. (GH-19101) by Serhiy Storchaka · 5 years ago
  73. 7bf069b bpo-40019: Skip test_gdb if Python was optimized (GH-19081) by Victor Stinner · 5 years ago
  74. 9052f7a bpo-39562: Allow executing asynchronous comprehensions in the asyncio REPL (GH-18968) by Batuhan Taşkaya · 5 years ago
  75. 0ac59f9 bpo-40000: Improve error messages when validating invalid ast.Constant nodes (GH-19055) by Batuhan Taşkaya · 5 years ago
  76. d112c60 bpo-39220: Do not optimise annotation if 'from __future__ import annotations' is used (GH-17866) by Pablo Galindo · 5 years ago
  77. d18de46 bpo-27807: Skip test_site.test_startup_imports() if pth file (GH-19060) by Victor Stinner · 5 years ago
  78. 611836a bpo-39957: Change Signature.parameters to OrderedDict (GH-18988) by Jens Reidel · 5 years ago
  79. 23ef89d bpo-39984: _PyThreadState_DeleteCurrent() takes tstate (GH-19051) by Victor Stinner · 5 years ago
  80. d469d66 bpo-39719: Remove softspace from tempfile.SpooledTemporaryFile (GH-18599) by Shantanu · 5 years ago
  81. ebf6bb9 bpo-39991: Enhance uuid parser for MAC address (GH-19045) by Victor Stinner · 5 years ago
  82. 5b1ef20 bpo-39824: module_traverse() don't call m_traverse if md_state=NULL (GH-18738) by Victor Stinner · 5 years ago
  83. 5226894 bpo-26067: Do not fail test_shutil / chown when gid/uid cannot be resolved (#19032) by Matthias Braun · 5 years ago
  84. eb886db bpo-39991: uuid._netstat_getnode() ignores IPv6 addresses (GH-19043) by Victor Stinner · 5 years ago
  85. 58ec58a4 bpo-39656: Ensure `bin/python3.#` is always present in virtual environments on POSIX (GH-19030) by Anthony Sottile · 5 years ago
  86. 4ab362c bpo-39638: Keep ASDL signatures in the AST nodes (GH-18515) by Batuhan Taşkaya · 5 years ago
  87. 5b66ec1 bpo-38870: Implement support for ast.FunctionType in ast.unparse (GH-19016) by Batuhan Taşkaya · 5 years ago
  88. ac10e0c bpo-39360: Ensure all workers exit when finalizing a multiprocessing Pool (GH-19009) by Batuhan Taşkaya · 5 years ago
  89. 61ac612 bpo-39507: Add HTTP status 418 "I'm a Teapot" (GH-18291) by Ross · 5 years ago
  90. 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 · 5 years ago
  91. 9165add bpo-38576: Disallow control characters in hostnames in http.client (GH-18995) by Ashwin Ramaswami · 5 years ago
  92. da52be4 bpo-39509: Update HTTP status code to follow IANA (GH-18294) by Dong-hee Na · 5 years ago
  93. 5208b4b bpo-39871: Fix possible SystemError in atan2, copysign and remainder (GH-18806) by Zackery Spytz · 5 years ago
  94. 3a8c562 Revert "bpo-39087: Add _PyUnicode_GetUTF8Buffer()" (GH-18985) by Inada Naoki · 5 years ago
  95. c7ad974 bpo-39087: Add _PyUnicode_GetUTF8Buffer() (GH-17659) by Inada Naoki · 5 years ago
  96. 6d674a1 bpo-36144: OrderedDict Union (PEP 584) (#18967) by Brandt Bucher · 5 years ago
  97. d648ef1 bpo-36144: Update os.environ and os.environb for PEP 584 (#18911) by Charles Burkland · 5 years ago
  98. 3f2f4fe bpo-39947: Move get_recursion_depth() to _testinternalcapi (GH-18974) by Victor Stinner · 5 years ago
  99. c846ef0 bpo-39936: _aix_support uses _bootsubprocess (GH-18970) by Victor Stinner · 5 years ago
  100. 1ae9cde bpo-39689: Do not test undefined casts to _Bool (GH-18964) by Stefan Krah · 5 years ago