1. 5fe1df1 Fix missing FloatOperation in EXTRA_FUNCTIONALITY path. (#20655) by Stefan Krah · 4 years, 4 months ago
  2. fef1fae bpo-19468: delete unnecessary instance check in importlib.reload() (GH-19424) by Furkan Önder · 4 years, 4 months ago
  3. 087d612 bpo-40874: Update to libmpdec-2.5.0 (GH-20652) by Stefan Krah · 4 years, 4 months ago
  4. 3ad52e3 bpo-1635741: Port mmap module to multiphase initialization (GH-19459) by Dong-hee Na · 4 years, 4 months ago
  5. e005ead bpo-40521: Make context free list per-interpreter (GH-20644) by Victor Stinner · 4 years, 4 months ago
  6. 78a02c2 bpo-40521: Make async gen free lists per-interpreter (GH-20643) by Victor Stinner · 4 years, 4 months ago
  7. 88ec919 bpo-40521: Make list free list per-interpreter (GH-20642) by Victor Stinner · 4 years, 4 months ago
  8. 052d3fc bpo-40807: Show warnings once from codeop._maybe_compile (#20486) by Cheryl Sabella · 4 years, 4 months ago
  9. 3744ed2 bpo-40521: Make frame free list per-interpreter (GH-20638) by Victor Stinner · 4 years, 4 months ago
  10. 7daba6f bpo-40521: Make slice cache per-interpreter (GH-20637) by Victor Stinner · 4 years, 4 months ago
  11. 2ba5937 bpo-40521: Make float free list per-interpreter (GH-20636) by Victor Stinner · 4 years, 4 months ago
  12. 69ac6e5 bpo-40521: Make tuple free list per-interpreter (GH-20247) by Victor Stinner · 4 years, 4 months ago
  13. dc24b8a bpo-39573: Porting to Python 3.10: Py_SET_SIZE() macro (GH-20610) by Victor Stinner · 4 years, 4 months ago
  14. 6ed578f bpo-40865: Remove unused insint() macro from hash modules (GH-20627) by Erlend Egeberg Aasland · 4 years, 4 months ago
  15. 7a28019 Fix spacing in docs for tarfile (GH-20629) by Harsha Laxman · 4 years, 4 months ago
  16. 232dda6 bpo-40679: Fix _PyEval_EvalCode() crash if qualname is NULL (GH-20615) by Victor Stinner · 4 years, 4 months ago
  17. b022e5c bpo-17258: Add requires_hashdigest to multiprocessing tests (GH-20412) by Christian Heimes · 4 years, 4 months ago
  18. 50a48da Don't raise an exception on normal return from generator. (GH-19473) by Mark Shannon · 4 years, 4 months ago
  19. 6e23a9c Fix MSVC warning in frameobject.c (GH-20590) by Ammar Askar · 4 years, 4 months ago
  20. 586be6f Remove unused ReaderObject_Check macro (#20614) by Dong-hee Na · 4 years, 4 months ago
  21. 5b9fbba Update error message in _zoneinfo.py to use f-string (GH-20577) by aboddie · 4 years, 4 months ago
  22. df773f8 bpo-40471: Fix grammar typo in 'issubclass' docstring (GH-19847) by Alex Povel · 4 years, 4 months ago
  23. c822efe bpo-40767: Allow pure Wayland to get default XDG web browser (GH-20382) by Jeremy Attali · 4 years, 4 months ago
  24. fa7ab6a bpo-40826: Add _PyOS_InterruptOccurred(tstate) function (GH-20599) by Victor Stinner · 4 years, 4 months ago
  25. 18a9024 bpo-32604: Fix reference leak in select module (GH-20600) by Victor Stinner · 4 years, 4 months ago
  26. 317bab0 PyOS_AfterFork_Child() pass tstate to _PyEval_ReInitThreads() (GH-20598) by Victor Stinner · 4 years, 4 months ago
  27. 45b34a0 bpo-40232: _PyImport_ReInitLock() can now safely use its lock (GH-20597) by Victor Stinner · 4 years, 4 months ago
  28. 26881c8 PyOS_AfterFork_Child() uses PyStatus (GH-20596) by Victor Stinner · 4 years, 4 months ago
  29. 297257f bpo-39465: Cleanup _PyUnicode_FromId() code (GH-20595) by Victor Stinner · 4 years, 4 months ago
  30. 59d3dce bpo-40839: PyDict_GetItem() requires the GIL (GH-20580) by Victor Stinner · 4 years, 4 months ago
  31. 85339f5 bpo-35078: Allow customization of CSS class name of a month in calendar module (gh-10137) by Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి) · 4 years, 4 months ago
  32. 337d310 bpo-40241: What's New in Python 3.9: opaque PyGC_Head (GH-20586) by Victor Stinner · 4 years, 4 months ago
  33. 033d10b bpo-40244: Remove XLC's support from the noreturn flag (GH-20588) by Batuhan Taskaya · 4 years, 4 months ago
  34. 90d2970 Fix MSVC warnings in pythonrun.c (#GH-0587) by Ammar Askar · 4 years, 4 months ago
  35. 8a3d2af bpo-26543: Fix IMAP4.noop when debug mode is enabled (GH-15206) by Sanyam Khurana · 4 years, 4 months ago
  36. fe5dd78 Ensure correct version of Sphinx is used for Windows builds (GH-20582) by Steve Dower · 4 years, 4 months ago
  37. c353764 bpo-40826: Fix GIL usage in PyOS_Readline() (GH-20579) by Victor Stinner · 4 years, 4 months ago
  38. b4d5a5c bpo-39583: Remove superfluous "extern C" bits from Include/cpython/*.h (GH-18413) by Skip Montanaro · 4 years, 4 months ago
  39. cbe1296 bpo-40826: PyOS_InterruptOccurred() requires GIL (GH-20578) by Victor Stinner · 4 years, 4 months ago
  40. 39de8e4 bpo-40630: adjust tracemalloc.reset_peak docs for backport to 3.9 (GH-20546) by Huon Wilson · 4 years, 4 months ago
  41. 06e3a27 bpo-39943: Fix MSVC warnings in sre extension (GH-20508) by Ammar Askar · 4 years, 4 months ago
  42. a97011b bpo-39593: Add test on ctypes cfield.c s_set() (GH-18424) by Hai Shi · 4 years, 4 months ago
  43. e9684fa bpo-1635741: Port fcntl module to multiphase initialization (GH-20540) by Dong-hee Na · 4 years, 4 months ago
  44. c896666 bpo-40831: Remove an incorrect statement in the Windows docs (GH-20570) by Zackery Spytz · 4 years, 4 months ago
  45. 3026cad bpo-40826: Add _Py_EnsureTstateNotNULL() macro (GH-20571) by Victor Stinner · 4 years, 4 months ago
  46. db64f12 Make sure that keyword arguments are merged into the arguments dictionary when dict unpacking and keyword arguments are interleaved. (GH-20553) by Mark Shannon · 4 years, 4 months ago
  47. a871f69 bpo-30008: Fix OpenSSL no-deprecated compilation (GH-20397) by Christian Heimes · 4 years, 4 months ago
  48. 2f172d8 bpo-17005: Move topological sort functionality to its own module (GH-20558) by Pablo Galindo · 4 years, 4 months ago
  49. 491a3d3 Fix typo in "What's new in Python 3.9" (GH-20559) by Lysandros Nikolaou · 4 years, 4 months ago
  50. cf88871 bpo-40759: Deprecate the symbol module (GH-20364) by Batuhan Taskaya · 4 years, 4 months ago
  51. b7d79b4 bpo-40755: Add rich comparisons to Counter (GH-20548) by Raymond Hettinger · 4 years, 4 months ago
  52. 2b20136 Fix asyncio.to_thread() documented return type (GH-20547) by Kyle Stanley · 4 years, 4 months ago
  53. 007bb06 bpo-40829: Add a what's new entry about deprecation of shuffle's random parameter (GH-20541) by Batuhan Taskaya · 4 years, 4 months ago
  54. 7b78e7f bpo-40061: Fix a possible refleak in _asynciomodule.c (GH-19748) by Zackery Spytz · 4 years, 4 months ago
  55. 735d902 bpo-40798: Generate a different message for already removed elements (GH-20483) by Florian Dahlitz · 4 years, 4 months ago
  56. 4649202 closes bpo-29017: Update the bindings for Qt information with PySide2 (GH-20149) by Samuel Gaist · 4 years, 4 months ago
  57. 97e4e0f bpo-39885: Make IDLE context menu cut and copy work again (GH-18951) by Terry Jan Reedy · 4 years, 4 months ago
  58. 8bd216d bpo-29882: Add an efficient popcount method for integers (#771) by Niklas Fiekas · 4 years, 4 months ago
  59. 364b5ea Further de-linting of zoneinfo module (#20499) by Paul Ganssle · 4 years, 4 months ago
  60. 895c9c1 bpo-40780: Fix failure of _Py_dg_dtoa to remove trailing zeros (GH-20435) by Mark Dickinson · 4 years, 4 months ago
  61. 2831642 Indicate that abs() method accept argument that implement __abs__(), just like call() method in the docs (GH-20509) by Windson yang · 4 years, 4 months ago
  62. 21017ed bpo-39040: Fix parsing of email mime headers with whitespace between encoded-words. (gh-17620) by Abhilash Raj · 4 years, 5 months ago
  63. c610d97 bpo-40784: Fix sqlite3 deterministic test (GH-20448) by Erlend Egeberg Aasland · 4 years, 5 months ago
  64. dc4eee9 bpo-30064: Properly skip unstable loop.sock_connect() racing test (GH-20494) by Fantix King · 4 years, 5 months ago
  65. 5e0ed8a Note the output ordering of combinatoric functions (GH-19732) by Ruaridh Williamson · 4 years, 5 months ago
  66. d9c1f19 bpo-40474: Updated coverage.yml to better report coverage stats (#19851) by lrjball · 4 years, 5 months ago
  67. cfc6ce4 bpo-40806: Clarify that itertools.product immediately consumes its inpt (GH-20492) by Ramil Nugmanov · 4 years, 5 months ago
  68. 242d956 bpo-1294959: Try to clarify the meaning of platlibdir (GH-20332) by Michał Górny · 4 years, 5 months ago
  69. fda7f6d bpo-37878: PyThreadState_DeleteCurrent() was not removed (GH-20489) by Victor Stinner · 4 years, 5 months ago
  70. 459acc5 bpo-40777: Initialize PyDateTime_IsoCalendarDateType.tp_base at run-time (GH-20493) by Petr Viktorin · 4 years, 5 months ago
  71. 6039851 bpo-40755: Add missing multiset operations to Counter() (GH-20339) by Raymond Hettinger · 4 years, 5 months ago
  72. 0de437d bpo-25920: Remove socket.getaddrinfo() lock on macOS (GH-20177) by Victor Stinner · 4 years, 5 months ago
  73. 7536432 bpo-40275: Fix test.support.threading_helper (GH-20488) by Victor Stinner · 4 years, 5 months ago
  74. 24bddc1 bpo-40275: Remove test.support.TESTFN_ENCODING (GH-20482) by Hai Shi · 4 years, 5 months ago
  75. 84ee7e1 bpo-30064: Fix unstable asyncio "racing" socket tests (GH-20485) by Victor Stinner · 4 years, 5 months ago
  76. 4fd4963 Revert "Upgrade bundled versions of pip & setuptools (#16782)" (GH-20484) by Victor Stinner · 4 years, 5 months ago
  77. 5f4b229d bpo-40792: Make the result of PyNumber_Index() always having exact type int. (GH-20443) by Serhiy Storchaka · 4 years, 5 months ago
  78. eaca2aa Improve IO tutorial's "Old string formatting" section (GH-16251) by Adorilson Bezerra · 4 years, 5 months ago
  79. 56853d8 bpo-39939: Fix removeprefix issue number in the What's New in Python 3.9 (GH-20473) by Elazar Gershuni · 4 years, 5 months ago
  80. aa89063 bpo-40275: test.support imports subprocess lazily (GH-20471) by Victor Stinner · 4 years, 5 months ago
  81. b0461e1 bpo-40275: test.support.check_impl_detail() uses sys.implementation (GH-20468) by Victor Stinner · 4 years, 5 months ago
  82. 10228ba bpo-40795: ctypes calls unraisablehook with an exception (GH-20452) by Victor Stinner · 4 years, 5 months ago
  83. e80697d bpo-40275: Adding threading_helper submodule in test.support (GH-20263) by Hai Shi · 4 years, 5 months ago
  84. 7d80b35 Revert "bpo-32604: PEP 554 for use in test suite (GH-19985)" (#20465) by Pablo Galindo · 4 years, 5 months ago
  85. 76ef255 bpo-37129: Add os.RWF_APPEND flag for os.pwritev() (GH-20336) by YoSTEALTH · 4 years, 5 months ago
  86. e4799b9 Fix compiler warnings in _zoneinfo.c (GH-20342) by Pablo Galindo · 4 years, 5 months ago
  87. c116c94 bpo-40614: Respect feature version for f-string debug expressions (GH-20196) by Shantanu · 4 years, 5 months ago
  88. db5aed9 bpo-40791: Use CRYPTO_memcmp() for compare_digest (#20456) by Christian Heimes · 4 years, 5 months ago
  89. 210a137 bpo-30064: Fix asyncio loop.sock_* race condition issue (#20369) by Fantix King · 4 years, 5 months ago
  90. 526e23f Refactor error handling code in Parser/pegen/pegen.c (GH-20440) by Lysandros Nikolaou · 4 years, 5 months ago
  91. 29a1384 bpo-13097: ctypes: limit callback to 1024 arguments (GH-19914) by Sean Gillespie · 4 years, 5 months ago
  92. fe2978b bpo-39573: Convert Py_REFCNT and Py_SIZE to functions (GH-20429) by Victor Stinner · 4 years, 5 months ago
  93. 20941de bpo-37999: Fix outdated __int__ and nb_int references in comments (GH-20449) by Mark Dickinson · 4 years, 5 months ago
  94. feb0846 Upgrade bundled versions of pip & setuptools (#16782) by Xavier Fernandez · 4 years, 5 months ago
  95. 7da46b6 Fix the link to ncurses patch download in macos installer build script (GH-20421) by Oleg Höfling · 4 years, 5 months ago
  96. 1cf15af bpo-40217: Ensure Py_VISIT(Py_TYPE(self)) is always called for PyType_FromSpec types (reverts GH-19414) (GH-20264) by Pablo Galindo · 4 years, 5 months ago
  97. 404b23b Fix lookahead of soft keywords in the PEG parser (GH-20436) by Pablo Galindo · 4 years, 5 months ago
  98. 21fda91 bpo-40611: Adds MAP_POPULATE to the mmap module (GH-20061) by Ethan Steinberg · 4 years, 5 months ago
  99. b45af1a Add soft keywords (GH-20370) by Guido van Rossum · 4 years, 5 months ago
  100. 578c395 bpo-37999: No longer use __int__ in implicit integer conversions. (GH-15636) by Serhiy Storchaka · 4 years, 5 months ago