1. 400e1db Document most common signals (GH-19245) by Victor Stinner · 4 years, 4 months ago
  2. cd16661 closes bpo-40125: Update multissltests.py to use OpenSSL 1.1.1f. (GH-19248) by Benjamin Peterson · 4 years, 4 months ago
  3. 01e743d bpo-40003: test.bisect_cmd copies Python options (GH-19246) by Victor Stinner · 4 years, 4 months ago
  4. 8d84adc bpo-32591: _PyErr_WarnUnawaitedCoroutine() sets source (GH-19247) by Victor Stinner · 4 years, 4 months ago
  5. 5be8241 bpo-1635741: Port math module to multiphase initialization (GH-19243) by Dong-hee Na · 4 years, 4 months ago
  6. 1cb763b bpo-1635741: Port _uuid module to multiphase initialization (GH-19242) by Dong-hee Na · 4 years, 4 months ago
  7. 63ba5cc bpo-40121: Fixes audit event raised on creating a new socket (GH-19238) by Steve Dower · 4 years, 4 months ago
  8. 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
  9. c49016e fix comma location in various places (GH-19233) by Mathieu Dupuy · 4 years, 4 months ago
  10. 51e3e45 bpo-40020: Fix realloc leak on failure in growable_comment_array_add (GH-19083) by Alexander Riccio · 4 years, 4 months ago
  11. fc2d8d6 bpo-39943: Remove unnecessary casts in import.c that remove constness (GH-19209) by Andy Lester · 4 years, 4 months ago
  12. 0c5ad54 Fix bug in test_collections.py (#19221) by Curtis Bucher · 4 years, 4 months ago
  13. 676b1051 bpo-8901: Windows registry path is now ignored with the -E option (GH-18169) by Zackery Spytz · 4 years, 4 months ago
  14. 53e4c91 bpo-40077: Convert _abc module to use PyType_FromSpec() (GH-19202) by Dong-hee Na · 4 years, 4 months ago
  15. ce10554 bpo-37207: Use vectorcall for list() (GH-18928) by Petr Viktorin · 4 years, 4 months ago
  16. 614f172 bpo-39073: validate Address parts to disallow CRLF (#19007) by Ashwin Ramaswami · 4 years, 4 months ago
  17. 0003c2d bpo-40096: Support __attribute__((__noreturn__)) on xlc (GH-19204) by Batuhan Taşkaya · 4 years, 4 months ago
  18. 016bdd5 bpo-40024: Update _elementtree to use PyModule_AddType() (GH-19205) by Dong-hee Na · 4 years, 4 months ago
  19. 34a49aa bpo-38002: Use False/True for IDLE pyshell bools (GH-19203) by Terry Jan Reedy · 4 years, 4 months ago
  20. 34b0598 bpo-40086: Update/fix test_etree test case in test_typing (GH-19189) by Furkan Önder · 4 years, 5 months ago
  21. 6467134 bpo-36543: What's new: Document how to replace xml.etree.cElementTree (GH-19188) by Miro Hrončok · 4 years, 5 months ago
  22. b61b818 bpo-39812: Remove daemon threads in concurrent.futures (GH-19149) by Kyle Stanley · 4 years, 5 months ago
  23. 5f9c131 bpo-40045: Make "dunder" method documentation easier to locate (#19153) by Javad Mokhtari · 4 years, 5 months ago
  24. d8ff44c bpo-40089: Fix threading._after_fork() (GH-19191) by Victor Stinner · 4 years, 5 months ago
  25. 5a58c52 bpo-38237: Use divmod for positional arguments whatsnew example (GH-19171) by Ammar Askar · 4 years, 5 months ago
  26. 1c1e68c bpo-38644: Use _PySys_Audit(): pass tstate explicitly (GH-19183) by Victor Stinner · 4 years, 5 months ago
  27. 33f15a1 bpo-40077: Convert _json module to use PyType_FromSpec() (GH-19177) by Dong-hee Na · 4 years, 5 months ago
  28. 71a3522 bpo-38644: Make tstate more explicit inside pystate.c (GH-19182) by Victor Stinner · 4 years, 5 months ago
  29. 7281898 bpo-38644: Pass tstate explicitly in signalmodule.c (GH-19184) by Victor Stinner · 4 years, 5 months ago
  30. 08faf00 bpo-38644: Add _PySys_Audit() which takes tstate (GH-19180) by Victor Stinner · 4 years, 5 months ago
  31. 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
  32. 59c644e bpo-39879: Update datamodel docs to include dict ordering (GH-19006) by Lahfa Samy · 4 years, 5 months ago
  33. 1b6b0e7 bpo-40069: Clear out .lst files on make clean (GH-19169) by Batuhan Taşkaya · 4 years, 5 months ago
  34. b09ae3f bpo-40071: Fix refleak in _functools module (GH19172) by Paulo Henrique Silva · 4 years, 5 months ago
  35. 79ceccd bpo-38410: Properly handle PySys_Audit() failures (GH-16657) by Zackery Spytz · 4 years, 5 months ago
  36. 62d21c9 bpo-39943: Properly const the pointers in dictkeys_get_index (GH-19170) by Andy Lester · 4 years, 5 months ago
  37. cb6534e bpo-40067: Improve error messages for multiple star expressions in assignments (GH-19168) by Furkan Önder · 4 years, 5 months ago
  38. 5c3cda0 bpo-39947: Add PyThreadState_GetID() function (GH-19163) by Victor Stinner · 4 years, 5 months ago
  39. 0e427c6 bpo-39947: Add _PyThreadState_GetDict() function (GH-19160) by Victor Stinner · 4 years, 5 months ago
  40. 302e5a8 bpo-19698: Document when importlib.machinery.FrozenImporter gained spec-related methods (GH-19158) by Brett Cannon · 4 years, 5 months ago
  41. 3072338 bpo-39947: Use PyThreadState_GetFrame() (GH-19159) by Victor Stinner · 4 years, 5 months ago
  42. 89a2209 bpo-40016: re docstring: Clarify relationship of inline and argument flags (#19078) by Ram Rachum · 4 years, 5 months ago
  43. 87d3b9d bpo-39882: Add _Py_FatalErrorFormat() function (GH-19157) by Victor Stinner · 4 years, 5 months ago
  44. ace018c bpo-40050: Rephrase NEWS entry (GH-19148) by Victor Stinner · 4 years, 5 months ago
  45. 7668a8b Use calloc-based functions, not malloc. (GH-19152) by Andy Lester · 4 years, 5 months ago
  46. 7dd549e bpo-1635741: Port _functools module to multiphase initialization (PEP 489) (GH-19151) by Paulo Henrique Silva · 4 years, 5 months ago
  47. f3d5ac4 bpo-1635741: Port operator module to multiphase initialization (PEP 489) (GH-19150) by Paulo Henrique Silva · 4 years, 5 months ago
  48. 8f1ed21 bpo-36144: Add union operators to WeakValueDictionary584 (#19127) by Curtis Bucher · 4 years, 5 months ago
  49. 37fcbb6 bpo-40024: Update C extension modules to use PyModule_AddType() (GH-19119) by Dong-hee Na · 4 years, 5 months ago
  50. 15e5024 bpo-40029 mark test_importlib.test_zip as requiring zlib (#19105) by Roman Yurchak · 4 years, 5 months ago
  51. 93460d0 bpo-1635741: Port _weakref extension module to multiphase initialization (PEP 489) (GH-19140) by Victor Stinner · 4 years, 5 months ago
  52. f5c7cab bpo-40014: Fix os.getgrouplist() (GH-19126) by Victor Stinner · 4 years, 5 months ago
  53. 4b3252c bpo-40013: Clarify documentation of restval in csv.DictReader (GH-19099) by Juhana Jauhiainen · 4 years, 5 months ago
  54. 83d46e0 bpo-40050: Fix importlib._bootstrap_external (GH-19135) by Victor Stinner · 4 years, 5 months ago
  55. 9b8e74c Clarify a guarantee of the logging module. (GH-19132) by Gregory P. Smith · 4 years, 5 months ago
  56. 5804f87 bpo-20526: Fix PyThreadState_Clear(): don't decref frame (GH-19120) by Victor Stinner · 4 years, 5 months ago
  57. 472fc84 bpo-39689: Do not use native packing for format "?" with standard size (GH-18969) by Stefan Krah · 4 years, 5 months ago
  58. 6000087 closes bpo-40017: Add CLOCK_TAI constant to the time module. (GH-19096) by Russell Owen · 4 years, 5 months ago
  59. 70d9d74 Updated documentation for FOR_ITER (GH-19113) by laike9m · 4 years, 5 months ago
  60. 188078c Revert "bpo-1635741: Port _weakref extension module to multiphase initialization (PEP 489) (GH-19084)" (#19128) by Victor Stinner · 4 years, 5 months ago
  61. 7979298 Post 3.9.0a5 by Łukasz Langa · 4 years, 5 months ago
  62. fd88a02 Merge tag 'v3.9.0a5' by Łukasz Langa · 4 years, 5 months ago
  63. 25e580a bpo-36144: Add union operators to WeakKeyDictionary (#19106) by Curtis Bucher · 4 years, 5 months ago
  64. 8dd1792 bpo-40036: Deleting duplicates in itertoolsmodule.c (GH-18958) by AlphaHot · 4 years, 5 months ago
  65. f393b2c bpo-36144: Add PEP 584 operators to collections.ChainMap (#18832) by Curtis Bucher · 4 years, 5 months ago
  66. 8ec7370 bpo-40014: Fix os.getgrouplist() on macOS (GH-19118) by Victor Stinner · 4 years, 5 months ago
  67. bd409bb bpo-1635741: Port time module to multiphase initialization (PEP 489) (GH-19107) by Paulo Henrique Silva · 4 years, 5 months ago
  68. dcd4c4f Python 3.9.0a5 by Łukasz Langa · 4 years, 5 months ago
  69. 9a81ab1 bpo-39830: Add zipfile.Path to __all__ (GH-19115) by Zackery Spytz · 4 years, 5 months ago
  70. bace59d bpo-39999: Improve compatibility of the ast module. (GH-19056) by Serhiy Storchaka · 4 years, 5 months ago
  71. 044cf94 bpo-22490: Remove __PYVENV_LAUNCHER__ from environment during launch (GH-9516) by Ronald Oussoren · 4 years, 5 months ago
  72. 05e4a29 bpo-40024: Add PyModule_AddType() helper function (GH-19088) by Dong-hee Na · 4 years, 5 months ago
  73. b33e525 bpo-36543: Remove the xml.etree.cElementTree module. (GH-19108) by Serhiy Storchaka · 4 years, 5 months ago
  74. b146568 bpo-39652: Truncate the column name after '[' only if PARSE_COLNAMES is set. (GH-18942) by Serhiy Storchaka · 4 years, 5 months ago
  75. 684d2b9 bpo-24916: Remove an outdated comment. (GH-19101) by Serhiy Storchaka · 4 years, 5 months ago
  76. 6723e93 bpo-39946: Remove _PyThreadState_GetFrame (GH-19094) by Victor Stinner · 4 years, 5 months ago
  77. fd1e1a1 bpo-39947: Add PyThreadState_GetFrame() function (GH-19092) by Victor Stinner · 4 years, 5 months ago
  78. d831688 bpo-40010: Optimize pending calls in multithreaded applications (GH-19091) by Victor Stinner · 4 years, 5 months ago
  79. d2a8e5b bpo-40010: COMPUTE_EVAL_BREAKER() checks for subinterpreter (GH-19087) by Victor Stinner · 4 years, 5 months ago
  80. da2914d bpo-40010: Pass tstate to ceval GIL functions (GH-19077) by Victor Stinner · 4 years, 5 months ago
  81. 8334f30 bpo-1635741: Port _weakref extension module to multiphase initialization (PEP 489) (GH-19084) by Hai Shi · 4 years, 5 months ago
  82. 2de7ac9 bpo-39797 Changes to socketserver.BaseServer's shutdown() method. (GH-18929) by amaajemyfren · 4 years, 5 months ago
  83. 7bf069b bpo-40019: Skip test_gdb if Python was optimized (GH-19081) by Victor Stinner · 4 years, 5 months ago
  84. a36adfa bpo-39877: 4th take_gil() fix for daemon threads (GH-19080) by Victor Stinner · 4 years, 5 months ago
  85. c691f20 Fix "versionchanged" for pow named arguments (GH-19042) by Mark Dickinson · 4 years, 5 months ago
  86. 13397ee bpo-39824: Convert PyModule_GetState() to get_module_state() (GH-19076) by Hai Shi · 4 years, 5 months ago
  87. 5a3a71d bpo-40010: Optimize signal handling in multithreaded applications (GH-19067) by Victor Stinner · 4 years, 5 months ago
  88. 77248a2 bpo-1635741: Port _collections module to multiphase initialization (GH-19074) by Dong-hee Na · 4 years, 5 months ago
  89. 9052f7a bpo-39562: Allow executing asynchronous comprehensions in the asyncio REPL (GH-18968) by Batuhan Taşkaya · 4 years, 5 months ago
  90. 0ac59f9 bpo-40000: Improve error messages when validating invalid ast.Constant nodes (GH-19055) by Batuhan Taşkaya · 4 years, 5 months ago
  91. 50e6e99 bpo-39984: Move pending calls to PyInterpreterState (GH-19066) by Victor Stinner · 4 years, 5 months ago
  92. 3cde884 Remove unused variable to fix compiler warning in _threadmodule.c (GH-19064) by Pablo Galindo · 4 years, 5 months ago
  93. d112c60 bpo-39220: Do not optimise annotation if 'from __future__ import annotations' is used (GH-17866) by Pablo Galindo · 4 years, 5 months ago
  94. 8849e59 bpo-39984: trip_signal() uses PyGILState_GetThisThreadState() (GH-19061) by Victor Stinner · 4 years, 5 months ago
  95. 1c60567 bpo-37207: Use PEP 590 vectorcall to speed up frozenset() (GH-19053) by Dong-hee Na · 4 years, 5 months ago
  96. d18de46 bpo-27807: Skip test_site.test_startup_imports() if pth file (GH-19060) by Victor Stinner · 4 years, 5 months ago
  97. 4657a8a bpo-1635741: Port _heapq module to multiphase initialization (GH19057) by Dong-hee Na · 4 years, 5 months ago
  98. 56bfdeb bpo-39984: Pass tstate to _PyEval_SignalAsyncExc() (GH-19049) by Victor Stinner · 4 years, 5 months ago
  99. 611836a bpo-39957: Change Signature.parameters to OrderedDict (GH-18988) by Jens Reidel · 4 years, 5 months ago
  100. 29356e0 bpo-39877: Fix take_gil() for daemon threads (GH-19054) by Victor Stinner · 4 years, 5 months ago