]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
2026-03-02  Sam Grossgh-130555: Fix use-after-free in dict.clear() with...
2026-03-02  Hai Zhugh-144569: Avoid creating temporary objects in `BINARY_...
2026-03-02  Steve Dowergh-145307: Defer loading psapi.dll until ctypes.util...
2026-03-02  Thomas A CaswellDOC: clarify and expand documentation about PYTHONUSERB...
2026-03-02  zhonggh-142781: Fix type confusion in zoneinfo weak cache...
2026-03-02  Facundo Batistagh-144835: Added missing explanations for some paramete...
2026-03-02  Bartosz Sławeckigh-144851: Fix `__lazy_import__` crash with user-define...
2026-03-02  Petr Viktoringh-144748: Make PyErr_CheckSignals raise the exception...
2026-03-01  Stan Ulbrychgh-100538: Add workflow to verify bundled libexpat...
2026-03-01  Furkan Ondergh-137829: Fix shelve tests for backend compatibility...
2026-03-01  Thomas Kowalskigh-145351: use `--no-install-recommends` (#145352)
2026-03-01  edson duartegh-140715: Improve class reference links on datetime...
2026-03-01  Zachary Waregh-136728: Combine OpenSSL and AWS-LC CI configurations...
2026-03-01  Jelle Zijlstragh-145033: Implement PEP 747 (#145034)
2026-02-28  Zachary Waregh-144551: Update iOS builds to use OpenSSL 3.5.5 ...
2026-02-28  Zachary Waregh-144551: Update Android builds to use OpenSSL 3.5...
2026-02-28  Zachary WareDestroy the turtle window after its doctests finish...
2026-02-28  Thomas Kowalskigh-145349: Do not install `ccache` (#145350)
2026-02-28  Maksym Kasimovgh-142352: Fix `asyncio` `start_tls()` to transfer...
2026-02-28  Stan UlbrychAdd Stan to 'Dates and times' reviewers (#145360)
2026-02-28  Nathan Goldbaumgh-145269: simplify bisect.bisect doc example (#145270)
2026-02-28  Pablo Galindo... gh-145241: specialize SyntaxError for single trailing...
2026-02-28  Hugo van Kemenadegh-142927: Tachyon: Fix singular and plurals (#145329)
2026-02-28  Bartosz Sławeckigh-145334: Make lazy import tests discoverable (#145336)
2026-02-28  Savannah OstrowskiGH-144533: Use wasmtime's --argv0 to auto-discover...
2026-02-27  Sam Grossgh-145230: Update lockbench (gh-145231)
2026-02-27  Stan Ulbrychgh-76007: Deprecate `tarfile.version` (#145326)
2026-02-27  indoor47gh-145305: Update ocert.org URLs in docs from http...
2026-02-27  VanshAgarwal24036gh-145142: Make str.maketrans safe under free-threading...
2026-02-27  Taegyun Kimgh-144693: Clarify that `PyFrame_GetBack` does not...
2026-02-27  Peter Biermagh-141004: Document missing type flags (GH-145127)
2026-02-27  Pablo Galindo... gh-145234: Normalize decoded CR in string tokenizer...
2026-02-27  莯凛gh-123853: Cleanup Windows 95 locale fallback support...
2026-02-27  Serhiy StorchakaFix unlikely potential reference leak in _locale._getde...
2026-02-26  A.Ibrahimgh-142787: Handle empty sqlite3 blob slices (#142824)
2026-02-26  AdamKorczgh-144872: fix heap buffer overflow `_PyTokenizer_ensur...
2026-02-26  Sergey B Kirpichevgh-141510: support frozendict's in the C decimal module...
2026-02-26  Taegyun Kimgh-144316: Fix missing exception in _remote_debugging...
2026-02-26  Pieter Eendebakgh-141510: Update `PyDict_Copy` documentation with...
2026-02-26  Rajhans Jadhaogh-144190: Clarify get_type_hints() instance behavior...
2026-02-26  Adorilson Bezerragh-106318: Add examples for str.rjust() method (#143890)
2026-02-26  Serhiy Storchakagh-145202: Fix crash in unicodedata's GraphemeBreakIter...
2026-02-25  Hood Chathamgh-145037: Fix Emscripten trampoline with emcc >= 4...
2026-02-25  Robsdedudegh-144156: move news entry to Library (#145205)
2026-02-25  Hai Zhugh-145197: Fix JIT trace crash when recording function...
2026-02-25  Filipe LaínsFix compileall in lazy imports test data with bad synta...
2026-02-25  Filipe LaínsFix "lazy from (...) import (...)" tests (#145213)
2026-02-25  Lysandros Nikolaough-142518: Move thread safety sections into a new page...
2026-02-25  Filipe LaínsUpdate status of blockers on combining pixi packges...
2026-02-25  Tadej Magajnagh-85809: Ensure shutil.make_archive accepts path-like...
2026-02-25  Petr ViktorinGH-145000: Add a tool to record/check removed HTML...
2026-02-25  Matthias Kievernagelgh-47655: Add support for user data and detail of Tk...
2026-02-25  Filipe LaínsGH-145006: add ModuleNotFoundError hints when a module...
2026-02-24  ruetehgh-136677: Introduce executable specific linker flags...
2026-02-24  Stan Ulbrychgh-145187: Fix crash on invalid type parameter bound...
2026-02-24  Stan Ulbrychgh-88091: Fix unicodedata.decomposition() for Hangul...
2026-02-24  Bartosz Sławeckigh-143535: Dispatch on the second argument if generic...
2026-02-24  Donghee Nagh-145122: Add _GUARD_NOS_ANY_DICT to prevent STORE_SUB...
2026-02-24  Bartosz SławeckiFix `inspect.Parameter` docstring on the `kind` attribu...
2026-02-24  Arjit Singh... gh-143304: Fix ctypes.CDLL to honor handle parameter...
2026-02-24  Serhiy Storchakagh-137335: Fix unlikely name conflicts for named pipes...
2026-02-24  Serhiy Storchakagh-66305: Fix a hang on Windows in the tempfile module...
2026-02-24  Serhiy Storchakagh-101178: Fix possible integer overflow in Ascii85...
2026-02-24  Stan Ulbrych`_struct.c`: Fix UB from integer overflow in `prepare_s...
2026-02-23  Philipp A.gh-110937: Document full public importlib.metadata...
2026-02-23  Chris Eiblgh-145110: Fix cleaning of PGO builds in Windows build...
2026-02-23  Steve DowerUpdate Python install manager docs (GH-145160)
2026-02-23  Stan Ulbrychgh-145118: Add `frozendict` support to `str.maketrans...
2026-02-23  Raymond HettingerIndexing is more straight-forward (and faster) than...
2026-02-23  Savannah OstrowskiAdd Savannah as `jit.yml` CODEOWNER (#145152)
2026-02-23  Savannah OstrowskiUpdate argparse `suggest_on_error` code snippet in...
2026-02-23  Sam Grossgh-144777: Fix data races in IncrementalNewlineDecoder...
2026-02-23  Peter Biermagh-141004: Document `PyModuleDef_Type` (GH-145043)
2026-02-23  Victor Stinnergh-145089: Fix frozendict constructor (#145128)
2026-02-23  Gregory P.... gh-144015: Add portable SIMD optimization for bytes...
2026-02-23  dgpbgh-145131: difflib.Differ._fancy_replace performance...
2026-02-22  Hai Zhugh-145064: Fix JIT assertion failure during CALL_ALLOC...
2026-02-22  Savannah OstrowskiRefactor jit.yml (#144577)
2026-02-22  Chris EiblFix warnings on main (GH-145104)
2026-02-22  Rudi Heitbaumgh-145092: Fix compiler warning for memchr() and wcschr...
2026-02-21  Victor Stinnergh-145076: Check globals type in __lazy_import__()...
2026-02-21  Victor Stinnergh-141510: Change dict_unhashable_type() error message...
2026-02-21  Victor Stinnergh-141510: Test frozendict in test_capi.test_dict ...
2026-02-21  Victor Stinnergh-141510: Check argument in PyDict_Contains() (#145083)
2026-02-21  Stan Ulbrychgh-66802: Add `unicodedata.block()` function (#145042)
2026-02-21  Victor Stinnergh-141510: Check argument in PyDict_MergeFromSeq2(...
2026-02-21  Victor Stinnergh-141510: Support frozendict in pprint (#144908)
2026-02-21  Victor Stinnergh-141510: Test frozendict C API (#145081)
2026-02-21  Victor Stinnergh-141510: Fix copy.deepcopy() for recursive frozendict...
2026-02-21  Raymond HettingerUse `lazy` imports in `collections` (gh-145054)
2026-02-21  Stan Ulbrychgh-145058: Add input validation to `_PyImport_LazyImpor...
2026-02-21  Bartosz Sławeckigh-144285: Update *What's New* entry after GH-144299...
2026-02-21  Victor Stinnergh-141510: Fix test_xpickle for Python 3.14 and older...
2026-02-21  Bénédikt Trangh-141226: Deprecate PEP-456 support for embedders...
2026-02-21  Bénédikt Trangh-142516: fix reference leaks in `ssl.SSLContext`...
2026-02-21  Victor Stinnergh-141510, PEP 814: Add frozendict support to json...
2026-02-21  Bénédikt Trangh-143698: correctly check `scheduler` and `setpgroup...
2026-02-21  Victor Stinnergh-141510, PEP 814: Add frozendict support to pickle...
2026-02-21  Mohsin Mehmoodgh-144694: Fix re.Match.group() doc claiming [1..99...
2026-02-21  Rafael Santosgh-145028: Fix blake2 tests in test_hashlib when it...
next