1. 40cf35c bpo-40141: Include the value in the column position for keyword AST nodes (GH-19348) by Pablo Galindo · 4 years, 4 months ago
  2. 254ec78 bpo-40147: Move the check for duplicate keywords to the compiler (GH-19289) by Pablo Galindo · 4 years, 4 months ago
  3. bd6a4c3 bpo-40131: Fix source and target order in zipapp example (GH-19290) by Zackery Spytz · 4 years, 4 months ago
  4. 76db37b bpo-40112: distutils test_search_cpp: Fix logic to determine if C compiler is xlc on AIX (GH-19225) by Michael Felt · 4 years, 4 months ago
  5. b74468e bpo-40122: Updated documentation for dis.findlabels() (GH-19274) by laike9m · 4 years, 4 months ago
  6. 1767a04 bpo-40146: Update OpenSSL to 1.1.1f in Azure Pipelines (GH-19320) by Victor Stinner · 4 years, 4 months ago
  7. b1ffb8b bpo-40162: Update Travis CI config to OpenSSL 1.1.1f (GH-19319) by Victor Stinner · 4 years, 4 months ago
  8. 7a51a7e bpo-40140: test_builtin.PtyTests registers SIGHUP handler (GH-19314) by Victor Stinner · 4 years, 4 months ago
  9. 3c3aa45 lib2to3: Support named assignment expressions (GH-12702) by Tim Hatch · 4 years, 4 months ago
  10. 45217af bpo-38972: Link to instructions to change PowerShell execution policy (GH-19131) by Derek Keeler · 4 years, 4 months ago
  11. 7a6f3bc bpo-1635741: Fix refleak in _locale init error handling (GH-19307) by Hai Shi · 4 years, 4 months ago
  12. 45f7008 bpo-1635741: Port resource extension module to multiphase initialization (PEP 489) (GH-19252) by Hai Shi · 4 years, 4 months ago
  13. 8ec7cb5 bpo-40115: Fix refleak in test_asyncio.test_run_in_executor_cancel() (GH-19282) by Kyle Stanley · 4 years, 4 months ago
  14. e7c98f0 bpo-40094: Fix which.py script exit code (GH-19286) by Victor Stinner · 4 years, 4 months ago
  15. 9a679a0 bpo-40094: CGIHTTPRequestHandler logs exit code (GH-19285) by Victor Stinner · 4 years, 4 months ago
  16. e27916b bpo-37207: Use PEP 590 vectorcall to speed up dict() (GH-19280) by Dong-hee Na · 4 years, 4 months ago
  17. 224e1c3 bpo-40146: Update OpenSSL to 1.1.1f in Azure Pipelines (GH-19288) by Victor Stinner · 4 years, 4 months ago
  18. 0b297d4 bpo-39503: CVE-2020-8492: Fix AbstractBasicAuthHandler (GH-18284) by Victor Stinner · 4 years, 4 months ago
  19. d57cf55 bpo-40094: mailcap.test() uses waitstatus_to_exitcode() (GH-19287) by Victor Stinner · 4 years, 4 months ago
  20. 168660b bpo-40141: Add line and column information to ast.keyword nodes (GH-19283) by Pablo Galindo · 4 years, 4 months ago
  21. 65a796e bpo-40094: Add os.waitstatus_to_exitcode() (GH-19201) by Victor Stinner · 4 years, 4 months ago
  22. 5dd8360 bpo-38527: fix configure script for Solaris (GH-16845) by Arnon Yaari · 4 years, 4 months ago
  23. eacc074 bpo-40071: Fix potential crash in _functoolsmodule.c (GH-19273) by Paulo Henrique Silva · 4 years, 4 months ago
  24. 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 · 4 years, 4 months ago
  25. 975ac32 bpo-33262: Deprecate passing None for `s` to shlex.split() (GH-6514) by Zackery Spytz · 4 years, 4 months ago
  26. 7c72383 bpo-40094: Enhance os.WIFEXITED documentation (GH-19244) by Victor Stinner · 4 years, 4 months ago
  27. 17b4733 bpo-40130: _PyUnicode_AsKind() should not be exported. (GH-19265) by Serhiy Storchaka · 4 years, 4 months ago
  28. 3ef4a7e bpo-40121: Fix exception type in test (GH-19267) by Steve Dower · 4 years, 4 months ago
  29. 6eb9619 Handle when IOCTL_VM_SOCKETS_GET_LOCAL_CID does not exist in "socket" (GH-19270) by Pablo Galindo · 4 years, 4 months ago
  30. afeaea2 bpo-40094: Add missing import to wait_process() (GH-19268) by Victor Stinner · 4 years, 4 months ago
  31. 6b982c2 bpo-40094: Add run_command() to setup.py (GH-19266) by Victor Stinner · 4 years, 4 months ago
  32. 16d7567 bpo-31160: Fix race condition in test_os.PtyTests (GH-19263) by Victor Stinner · 4 years, 4 months ago
  33. 40bfdb1 bpo-40094: Add _bootsubprocess._waitstatus_to_exitcode (GH-19264) by Victor Stinner · 4 years, 4 months ago
  34. 2c003ef bpo-39943: Clean up marshal.c. (GH-19236) by Serhiy Storchaka · 4 years, 4 months ago
  35. a9f9687 bpo-40094: Enhance threading tests (GH-19260) by Victor Stinner · 4 years, 4 months ago
  36. 27c6231 bpo-40094: Enhance fork and wait tests (GH-19259) by Victor Stinner · 4 years, 4 months ago
  37. 278c1e1 bpo-40094: Add test.support.wait_process() (GH-19254) by Victor Stinner · 4 years, 4 months ago
  38. 400e1db Document most common signals (GH-19245) by Victor Stinner · 4 years, 4 months ago
  39. cd16661 closes bpo-40125: Update multissltests.py to use OpenSSL 1.1.1f. (GH-19248) by Benjamin Peterson · 4 years, 4 months ago
  40. 01e743d bpo-40003: test.bisect_cmd copies Python options (GH-19246) by Victor Stinner · 4 years, 4 months ago
  41. 8d84adc bpo-32591: _PyErr_WarnUnawaitedCoroutine() sets source (GH-19247) by Victor Stinner · 4 years, 4 months ago
  42. 5be8241 bpo-1635741: Port math module to multiphase initialization (GH-19243) by Dong-hee Na · 4 years, 4 months ago
  43. 1cb763b bpo-1635741: Port _uuid module to multiphase initialization (GH-19242) by Dong-hee Na · 4 years, 4 months ago
  44. 63ba5cc bpo-40121: Fixes audit event raised on creating a new socket (GH-19238) by Steve Dower · 4 years, 4 months ago
  45. ef67512 bpo-40108: Improve the error message in runpy when importing a module that includes the extension (GH-19239) by Pablo Galindo · 4 years, 4 months ago
  46. c49016e fix comma location in various places (GH-19233) by Mathieu Dupuy · 4 years, 4 months ago
  47. 51e3e45 bpo-40020: Fix realloc leak on failure in growable_comment_array_add (GH-19083) by Alexander Riccio · 4 years, 4 months ago
  48. fc2d8d6 bpo-39943: Remove unnecessary casts in import.c that remove constness (GH-19209) by Andy Lester · 4 years, 4 months ago
  49. 0c5ad54 Fix bug in test_collections.py (#19221) by Curtis Bucher · 4 years, 4 months ago
  50. 676b1051 bpo-8901: Windows registry path is now ignored with the -E option (GH-18169) by Zackery Spytz · 4 years, 4 months ago
  51. 53e4c91 bpo-40077: Convert _abc module to use PyType_FromSpec() (GH-19202) by Dong-hee Na · 4 years, 4 months ago
  52. ce10554 bpo-37207: Use vectorcall for list() (GH-18928) by Petr Viktorin · 4 years, 4 months ago
  53. 614f172 bpo-39073: validate Address parts to disallow CRLF (#19007) by Ashwin Ramaswami · 4 years, 4 months ago
  54. 0003c2d bpo-40096: Support __attribute__((__noreturn__)) on xlc (GH-19204) by Batuhan Taşkaya · 4 years, 4 months ago
  55. 016bdd5 bpo-40024: Update _elementtree to use PyModule_AddType() (GH-19205) by Dong-hee Na · 4 years, 4 months ago
  56. 34a49aa bpo-38002: Use False/True for IDLE pyshell bools (GH-19203) by Terry Jan Reedy · 4 years, 4 months ago
  57. 34b0598 bpo-40086: Update/fix test_etree test case in test_typing (GH-19189) by Furkan Önder · 4 years, 4 months ago
  58. 6467134 bpo-36543: What's new: Document how to replace xml.etree.cElementTree (GH-19188) by Miro Hrončok · 4 years, 4 months ago
  59. b61b818 bpo-39812: Remove daemon threads in concurrent.futures (GH-19149) by Kyle Stanley · 4 years, 4 months ago
  60. 5f9c131 bpo-40045: Make "dunder" method documentation easier to locate (#19153) by Javad Mokhtari · 4 years, 4 months ago
  61. d8ff44c bpo-40089: Fix threading._after_fork() (GH-19191) by Victor Stinner · 4 years, 5 months ago
  62. 5a58c52 bpo-38237: Use divmod for positional arguments whatsnew example (GH-19171) by Ammar Askar · 4 years, 5 months ago
  63. 1c1e68c bpo-38644: Use _PySys_Audit(): pass tstate explicitly (GH-19183) by Victor Stinner · 4 years, 5 months ago
  64. 33f15a1 bpo-40077: Convert _json module to use PyType_FromSpec() (GH-19177) by Dong-hee Na · 4 years, 5 months ago
  65. 71a3522 bpo-38644: Make tstate more explicit inside pystate.c (GH-19182) by Victor Stinner · 4 years, 5 months ago
  66. 7281898 bpo-38644: Pass tstate explicitly in signalmodule.c (GH-19184) by Victor Stinner · 4 years, 5 months ago
  67. 08faf00 bpo-38644: Add _PySys_Audit() which takes tstate (GH-19180) by Victor Stinner · 4 years, 5 months ago
  68. 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 · 4 years, 5 months ago
  69. 59c644e bpo-39879: Update datamodel docs to include dict ordering (GH-19006) by Lahfa Samy · 4 years, 5 months ago
  70. 1b6b0e7 bpo-40069: Clear out .lst files on make clean (GH-19169) by Batuhan Taşkaya · 4 years, 5 months ago
  71. b09ae3f bpo-40071: Fix refleak in _functools module (GH19172) by Paulo Henrique Silva · 4 years, 5 months ago
  72. 79ceccd bpo-38410: Properly handle PySys_Audit() failures (GH-16657) by Zackery Spytz · 4 years, 5 months ago
  73. 62d21c9 bpo-39943: Properly const the pointers in dictkeys_get_index (GH-19170) by Andy Lester · 4 years, 5 months ago
  74. cb6534e bpo-40067: Improve error messages for multiple star expressions in assignments (GH-19168) by Furkan Önder · 4 years, 5 months ago
  75. 5c3cda0 bpo-39947: Add PyThreadState_GetID() function (GH-19163) by Victor Stinner · 4 years, 5 months ago
  76. 0e427c6 bpo-39947: Add _PyThreadState_GetDict() function (GH-19160) by Victor Stinner · 4 years, 5 months ago
  77. 302e5a8 bpo-19698: Document when importlib.machinery.FrozenImporter gained spec-related methods (GH-19158) by Brett Cannon · 4 years, 5 months ago
  78. 3072338 bpo-39947: Use PyThreadState_GetFrame() (GH-19159) by Victor Stinner · 4 years, 5 months ago
  79. 89a2209 bpo-40016: re docstring: Clarify relationship of inline and argument flags (#19078) by Ram Rachum · 4 years, 5 months ago
  80. 87d3b9d bpo-39882: Add _Py_FatalErrorFormat() function (GH-19157) by Victor Stinner · 4 years, 5 months ago
  81. ace018c bpo-40050: Rephrase NEWS entry (GH-19148) by Victor Stinner · 4 years, 5 months ago
  82. 7668a8b Use calloc-based functions, not malloc. (GH-19152) by Andy Lester · 4 years, 5 months ago
  83. 7dd549e bpo-1635741: Port _functools module to multiphase initialization (PEP 489) (GH-19151) by Paulo Henrique Silva · 4 years, 5 months ago
  84. f3d5ac4 bpo-1635741: Port operator module to multiphase initialization (PEP 489) (GH-19150) by Paulo Henrique Silva · 4 years, 5 months ago
  85. 8f1ed21 bpo-36144: Add union operators to WeakValueDictionary584 (#19127) by Curtis Bucher · 4 years, 5 months ago
  86. 37fcbb6 bpo-40024: Update C extension modules to use PyModule_AddType() (GH-19119) by Dong-hee Na · 4 years, 5 months ago
  87. 15e5024 bpo-40029 mark test_importlib.test_zip as requiring zlib (#19105) by Roman Yurchak · 4 years, 5 months ago
  88. 93460d0 bpo-1635741: Port _weakref extension module to multiphase initialization (PEP 489) (GH-19140) by Victor Stinner · 4 years, 5 months ago
  89. f5c7cab bpo-40014: Fix os.getgrouplist() (GH-19126) by Victor Stinner · 4 years, 5 months ago
  90. 4b3252c bpo-40013: Clarify documentation of restval in csv.DictReader (GH-19099) by Juhana Jauhiainen · 4 years, 5 months ago
  91. 83d46e0 bpo-40050: Fix importlib._bootstrap_external (GH-19135) by Victor Stinner · 4 years, 5 months ago
  92. 9b8e74c Clarify a guarantee of the logging module. (GH-19132) by Gregory P. Smith · 4 years, 5 months ago
  93. 5804f87 bpo-20526: Fix PyThreadState_Clear(): don't decref frame (GH-19120) by Victor Stinner · 4 years, 5 months ago
  94. 472fc84 bpo-39689: Do not use native packing for format "?" with standard size (GH-18969) by Stefan Krah · 4 years, 5 months ago
  95. 6000087 closes bpo-40017: Add CLOCK_TAI constant to the time module. (GH-19096) by Russell Owen · 4 years, 5 months ago
  96. 70d9d74 Updated documentation for FOR_ITER (GH-19113) by laike9m · 4 years, 5 months ago
  97. 188078c Revert "bpo-1635741: Port _weakref extension module to multiphase initialization (PEP 489) (GH-19084)" (#19128) by Victor Stinner · 4 years, 5 months ago
  98. 7979298 Post 3.9.0a5 by Łukasz Langa · 4 years, 5 months ago
  99. fd88a02 Merge tag 'v3.9.0a5' by Łukasz Langa · 4 years, 5 months ago
  100. 25e580a bpo-36144: Add union operators to WeakKeyDictionary (#19106) by Curtis Bucher · 4 years, 5 months ago