1. 33faf5c bpo-40925: Remove unused stack macro SET_VALUE (GH-20783) by Dong-hee Na · 4 years, 3 months ago
  2. 31d1779 Collections module reformatting and minor code refactoring (GH-20772) by Raymond Hettinger · 4 years, 3 months ago
  3. 896f4cf bpo-40847: Consider a line with only a LINECONT a blank line (GH-20769) by Lysandros Nikolaou · 4 years, 3 months ago
  4. 7f888c7 bpo-40275: Add import_helper submodule in test.support (GH-20794) by Hai Shi · 4 years, 3 months ago
  5. 3b3b83c Restrict co_code to be under INT_MAX in codeobject (GH-20628) by Ammar Askar · 4 years, 3 months ago
  6. 1642c0e bpo-40895: Update weakref documentation to remove old warnings (GH-20687) by Daniel Fortunov · 4 years, 3 months ago
  7. 1bcc32f bpo-39465: Use _PyInterpreterState_GET() (GH-20788) by Victor Stinner · 4 years, 3 months ago
  8. 9c24e2e bpo-40927: Fix test_binhex when run twice (GH-20764) by Victor Stinner · 4 years, 3 months ago
  9. 8eb4aea _PyPreConfig_Read() decodes argv at each iteration (GH-20786) by Victor Stinner · 4 years, 3 months ago
  10. f6e58ae bpo-40826: Fix test_repl.test_close_stdin() on Windows (GH-20779) by Victor Stinner · 4 years, 3 months ago
  11. d36cf5f bpo-40943: Replace PY_FORMAT_SIZE_T with "z" (GH-20781) by Victor Stinner · 4 years, 3 months ago
  12. 24b8bad bpo-40703: Let PyType_FromSpec() set "type.__module__" only if it is not set yet. (GH-20273) by scoder · 4 years, 3 months ago
  13. ec88e1b bpo-36543: Revert "bpo-36543: Remove the xml.etree.cElementTree module." (GH-20117) by Serhiy Storchaka · 4 years, 3 months ago
  14. c6483c9 Raise specialised syntax error for invalid lambda parameters (GH-20776) by Pablo Galindo · 4 years, 3 months ago
  15. 0d00b2a bpo-40275: Add os_helper submodule in test.support (GH-20765) by Hai Shi · 4 years, 3 months ago
  16. 07d8112 bpo-40889: Optimize dict.items() ^ dict.items() (GH-20718) by Dennis Sweeney · 4 years, 3 months ago
  17. bae872f bpo-32604: Recommit "bpo-32604: PEP 554 for use in test suite (GH-19985)" (GH-20611) by Joannah Nanjekye · 4 years, 3 months ago
  18. 7aed052 bpo-34003: Re-add versionchanged entry in csv docs (GH-20657) by Éric Araujo · 4 years, 3 months ago
  19. 0383be4 Remove usesless function from csv module (GH-20762) by Dong-hee Na · 4 years, 3 months ago
  20. 51ae31e bpo-40684: Fix make install for platlibdir=lib64 (GH-20736) by Victor Stinner · 4 years, 3 months ago
  21. 3231883 Remove reference to 3.7 and 3.8 backports. (GH-20754) by Stefan Krah · 4 years, 3 months ago
  22. 0a40849 Minor improvement to the namedtuple implementation (GH-20741) by Raymond Hettinger · 4 years, 3 months ago
  23. 3ab3475 bpo-24914: mention Python supports multiple paradigms in the FAQ (#20658) by Brett Cannon · 4 years, 3 months ago
  24. 5edb832 bpo-40854: PYTHONPLATLIBDIR env var added to 3.9 (GH-20735) by Victor Stinner · 4 years, 3 months ago
  25. 951d680 Add multicore support to deccheck.py. (GH-20731) by Stefan Krah · 4 years, 3 months ago
  26. 0c59f44 Remove deleted libmpdec header from the Visual Studio build machinery. (GH-20730) by Stefan Krah · 4 years, 3 months ago
  27. 3a3a30c bpo-40861: Enable optimizations when building liblzma (GH-20724) by Steve Dower · 4 years, 3 months ago
  28. e81f6e6 bpo-40910: Export Py_GetArgcArgv() function (GH-20721) by Victor Stinner · 4 years, 3 months ago
  29. 8f023a2 bpo-40854: Allow overriding sys.platlibdir via PYTHONPLATLIBDIR env-var (GH-20605) by Sandro Mani · 4 years, 3 months ago
  30. c6b292c bpo-29882: Add _Py_popcount32() function (GH-20518) by Victor Stinner · 4 years, 3 months ago
  31. 301f0d4 bpo-33187: Document 3.9 changes to xml.etree.ElementInclude.include (GH-20438) by Shantanu · 4 years, 3 months ago
  32. 63fc55b allow macOS installer builds to package pre-built html docs (GH-20715) by Ned Deily · 4 years, 3 months ago
  33. 3ff51d4 Deny eval() direct access to builtins (GH-20713) by Raymond Hettinger · 4 years, 3 months ago
  34. 7633371 bpo-22021: Update root_dir and base_dir documentation in shutil (GH-10367) by Lysandros Nikolaou · 4 years, 3 months ago
  35. 37eed5a bpo-40741: Update macOS installer to use SQLite 3.32.2. (GH-20705) by Ned Deily · 4 years, 3 months ago
  36. 9f49590 bpo-40903: Handle multiple '=' in invalid assignment rules in the PEG parser (GH-20697) by Pablo Galindo · 4 years, 3 months ago
  37. 843c277 bpo-39791 native hooks for importlib.resources.files (GH-20576) by Jason R. Coombs · 4 years, 3 months ago
  38. 972ab03 bpo-40904: Fix segfault in the new parser with f-string containing yield statements with no value (GH-20701) by Pablo Galindo · 4 years, 3 months ago
  39. bcb1983 bpo-40887: Don't use finalized free lists (GH-20700) by Victor Stinner · 4 years, 3 months ago
  40. c96a61e bpo-40881: Fix unicode_release_interned() (GH-20699) by Victor Stinner · 4 years, 3 months ago
  41. 7907f8c bpo-40887: Fix finalize_interp_clear() for free lists (GH-20698) by Victor Stinner · 4 years, 3 months ago
  42. 2efe18b bpo-39791: Support file systems that cannot support non-ascii filenames (skipping tests in that case). (#20681) by Jason R. Coombs · 4 years, 3 months ago
  43. 47a23fc bpo-40898: Remove redundant if statements in tp_traverse (GH-20692) by Hai Shi · 4 years, 3 months ago
  44. b8867e5 Fix return type of test helper function heapctypewithbuffer_releasebuffer() (GH-20685) by Rémi Lapeyre · 4 years, 3 months ago
  45. 0e96c41 Update comments to reflect the current API (GH-20682) by Raymond Hettinger · 4 years, 3 months ago
  46. f7c4e23 bpo-40724: Support setting buffer slots from type specs (GH-20648) by scoder · 4 years, 3 months ago
  47. 68874a8 bpo-40870: Invalidate usage of some constants with ast.Name (GH-20649) by Batuhan Taskaya · 4 years, 3 months ago
  48. 5552850 [workflow] Use gcc problem matcher for Ubuntu action build (GH-18567) by Ammar Askar · 4 years, 3 months ago
  49. ba6fd87 Refactor scripts in Tools/peg_generator/scripts (GH-20401) by Lysandros Nikolaou · 4 years, 3 months ago
  50. 2e6593d bpo-40880: Fix invalid read in newline_in_string in pegen.c (#20666) by Pablo Galindo · 4 years, 3 months ago
  51. a54096e bpo-40883: Fix memory leak in fstring_compile_expr in parse_string.c (GH-20667) by Pablo Galindo · 4 years, 3 months ago
  52. b084d1b bpo-40862: Raise TypeError when const is given to argparse.BooleanOptionalAction (GH-20623) by Rémi Lapeyre · 4 years, 3 months ago
  53. 45af786 bpo-40867: Remove unused include from Module/_randommodule.c (GH-20635) by Erlend Egeberg Aasland · 4 years, 3 months ago
  54. 235f918 bpo-40876: Clarify error message in the csv module (GH-20653) by Ram Rachum · 4 years, 3 months ago
  55. 161541a bpo-39791: Refresh importlib.metadata from importlib_metadata 1.6.1. (GH-20659) by Jason R. Coombs · 4 years, 3 months ago
  56. 5fe1df1 Fix missing FloatOperation in EXTRA_FUNCTIONALITY path. (#20655) by Stefan Krah · 4 years, 3 months ago
  57. fef1fae bpo-19468: delete unnecessary instance check in importlib.reload() (GH-19424) by Furkan Önder · 4 years, 3 months ago
  58. 087d612 bpo-40874: Update to libmpdec-2.5.0 (GH-20652) by Stefan Krah · 4 years, 3 months ago
  59. 3ad52e3 bpo-1635741: Port mmap module to multiphase initialization (GH-19459) by Dong-hee Na · 4 years, 3 months ago
  60. e005ead bpo-40521: Make context free list per-interpreter (GH-20644) by Victor Stinner · 4 years, 3 months ago
  61. 78a02c2 bpo-40521: Make async gen free lists per-interpreter (GH-20643) by Victor Stinner · 4 years, 3 months ago
  62. 88ec919 bpo-40521: Make list free list per-interpreter (GH-20642) by Victor Stinner · 4 years, 3 months ago
  63. 052d3fc bpo-40807: Show warnings once from codeop._maybe_compile (#20486) by Cheryl Sabella · 4 years, 3 months ago
  64. 3744ed2 bpo-40521: Make frame free list per-interpreter (GH-20638) by Victor Stinner · 4 years, 3 months ago
  65. 7daba6f bpo-40521: Make slice cache per-interpreter (GH-20637) by Victor Stinner · 4 years, 3 months ago
  66. 2ba5937 bpo-40521: Make float free list per-interpreter (GH-20636) by Victor Stinner · 4 years, 3 months ago
  67. 69ac6e5 bpo-40521: Make tuple free list per-interpreter (GH-20247) by Victor Stinner · 4 years, 3 months ago
  68. dc24b8a bpo-39573: Porting to Python 3.10: Py_SET_SIZE() macro (GH-20610) by Victor Stinner · 4 years, 3 months ago
  69. 6ed578f bpo-40865: Remove unused insint() macro from hash modules (GH-20627) by Erlend Egeberg Aasland · 4 years, 3 months ago
  70. 7a28019 Fix spacing in docs for tarfile (GH-20629) by Harsha Laxman · 4 years, 3 months ago
  71. 232dda6 bpo-40679: Fix _PyEval_EvalCode() crash if qualname is NULL (GH-20615) by Victor Stinner · 4 years, 3 months ago
  72. b022e5c bpo-17258: Add requires_hashdigest to multiprocessing tests (GH-20412) by Christian Heimes · 4 years, 3 months ago
  73. 50a48da Don't raise an exception on normal return from generator. (GH-19473) by Mark Shannon · 4 years, 3 months ago
  74. 6e23a9c Fix MSVC warning in frameobject.c (GH-20590) by Ammar Askar · 4 years, 3 months ago
  75. 586be6f Remove unused ReaderObject_Check macro (#20614) by Dong-hee Na · 4 years, 3 months ago
  76. 5b9fbba Update error message in _zoneinfo.py to use f-string (GH-20577) by aboddie · 4 years, 3 months ago
  77. df773f8 bpo-40471: Fix grammar typo in 'issubclass' docstring (GH-19847) by Alex Povel · 4 years, 3 months ago
  78. c822efe bpo-40767: Allow pure Wayland to get default XDG web browser (GH-20382) by Jeremy Attali · 4 years, 3 months ago
  79. fa7ab6a bpo-40826: Add _PyOS_InterruptOccurred(tstate) function (GH-20599) by Victor Stinner · 4 years, 3 months ago
  80. 18a9024 bpo-32604: Fix reference leak in select module (GH-20600) by Victor Stinner · 4 years, 3 months ago
  81. 317bab0 PyOS_AfterFork_Child() pass tstate to _PyEval_ReInitThreads() (GH-20598) by Victor Stinner · 4 years, 3 months ago
  82. 45b34a0 bpo-40232: _PyImport_ReInitLock() can now safely use its lock (GH-20597) by Victor Stinner · 4 years, 3 months ago
  83. 26881c8 PyOS_AfterFork_Child() uses PyStatus (GH-20596) by Victor Stinner · 4 years, 3 months ago
  84. 297257f bpo-39465: Cleanup _PyUnicode_FromId() code (GH-20595) by Victor Stinner · 4 years, 3 months ago
  85. 59d3dce bpo-40839: PyDict_GetItem() requires the GIL (GH-20580) by Victor Stinner · 4 years, 3 months ago
  86. 85339f5 bpo-35078: Allow customization of CSS class name of a month in calendar module (gh-10137) by Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి) · 4 years, 3 months ago
  87. 337d310 bpo-40241: What's New in Python 3.9: opaque PyGC_Head (GH-20586) by Victor Stinner · 4 years, 3 months ago
  88. 033d10b bpo-40244: Remove XLC's support from the noreturn flag (GH-20588) by Batuhan Taskaya · 4 years, 3 months ago
  89. 90d2970 Fix MSVC warnings in pythonrun.c (#GH-0587) by Ammar Askar · 4 years, 3 months ago
  90. 8a3d2af bpo-26543: Fix IMAP4.noop when debug mode is enabled (GH-15206) by Sanyam Khurana · 4 years, 3 months ago
  91. fe5dd78 Ensure correct version of Sphinx is used for Windows builds (GH-20582) by Steve Dower · 4 years, 3 months ago
  92. c353764 bpo-40826: Fix GIL usage in PyOS_Readline() (GH-20579) by Victor Stinner · 4 years, 3 months ago
  93. b4d5a5c bpo-39583: Remove superfluous "extern C" bits from Include/cpython/*.h (GH-18413) by Skip Montanaro · 4 years, 3 months ago
  94. cbe1296 bpo-40826: PyOS_InterruptOccurred() requires GIL (GH-20578) by Victor Stinner · 4 years, 3 months ago
  95. 39de8e4 bpo-40630: adjust tracemalloc.reset_peak docs for backport to 3.9 (GH-20546) by Huon Wilson · 4 years, 3 months ago
  96. 06e3a27 bpo-39943: Fix MSVC warnings in sre extension (GH-20508) by Ammar Askar · 4 years, 3 months ago
  97. a97011b bpo-39593: Add test on ctypes cfield.c s_set() (GH-18424) by Hai Shi · 4 years, 3 months ago
  98. e9684fa bpo-1635741: Port fcntl module to multiphase initialization (GH-20540) by Dong-hee Na · 4 years, 3 months ago
  99. c896666 bpo-40831: Remove an incorrect statement in the Windows docs (GH-20570) by Zackery Spytz · 4 years, 3 months ago
  100. 3026cad bpo-40826: Add _Py_EnsureTstateNotNULL() macro (GH-20571) by Victor Stinner · 4 years, 3 months ago