]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
2026-03-04  Brett CannonUse bytecodealliance/setup-wasi-sdk-action to install...
2026-03-04  Brett CannonRefactor `Platforms/WASI/__main__.py` for lazy importin...
2026-03-04  Stan UlbrychFix bugs in `compute-changes.py` logic for CIFuzz ...
2026-03-04  Steve Dowergh-145506: Fixes CVE-2026-2297 by ensuring SourcelessFi...
2026-03-04  Victor Stinnergh-141510: Optimize PyDict_Copy() for frozendict (...
2026-03-04  Victor Stinnergh-141510: Return frozendict unmodified in PyDict_Copy...
2026-03-04  Sam Grossgh-145500: Delete _PyType_GetMRO (gh-145501)
2026-03-04  Itamar Orengh-122941: Fix test_launcher sporadic failures via...
2026-03-04  Victor Stinnergh-144741: Fix test_frame_pointer_unwind for libpython...
2026-03-04  Pieter Eendebakgh-145376: Fix refleak in unusual error path in BaseExc...
2026-03-04  Pieter Eendebakgh-145376: Avoid reference leaks in failure path of...
2026-03-04  Pieter Eendebakgh-145376: Fix refleak in error path of time_tzset...
2026-03-04  Miro HrončokGH-144739: Skip test_pyexpat.MemoryProtectionTest based...
2026-03-04  Victor Stinnergh-142417: Restore private _Py_InitializeMain() functio...
2026-03-03  Justin KunimuneFix incorrect statement about argparse.ArgumentParser...
2026-03-03  Ned BatchelderDocs: use a Sphinx extension to eliminate excessive...
2026-03-03  Tan Longgh-135883: Fix sqlite3 CLI history scrolling with color...
2026-03-03  Bartosz Sławeckigh-145452: Initialize `PyLazyImport_Type` during interp...
2026-03-03  VictorienReference `memoryview.tolist` as a method (#145412)
2026-03-03  Jelle Zijlstragh-145376: Fix various reference leaks (GH-145377)
2026-03-03  Filipe LaínsAdd myself to initialization and import machinery codeo...
2026-03-03  bkap123gh-144475: Fix reference management in partial_repr...
2026-03-03  Victor Stinnergh-145335: Fix os functions when passing fd -1 as path...
2026-03-03  Michiel W.... GH-145450: Document missing `wave.Wave_write` getter...
2026-03-03  Stan UlbrychAdd `PyExc_OverflowError` to the list of possible excep...
2026-03-03  Victor Stinnergh-144995: Optimize memoryview == memoryview (#144996)
2026-03-03  Petr Viktoringh-145455: Show output of blurb & sphinx-build version...
2026-03-03  Donghee Nagh-145214: Narrow _GUARD_TOS_ANY_{SET,DICT} by using...
2026-03-02  Daniel Hollasgh-117865: Speedup import of `inspect` module (#144756)
2026-03-02  Filipe LaínsGH-145273: skip stdlib warning on module_search_paths_s...
2026-03-02  C.A.M. GerlachHide "object" prefix on dunders in contextlib docs...
2026-03-02  Filipe LaínsAdd `sysconfig[VPATH]` to `test.pythoninfo` (#145434)
2026-03-02  Filipe LaínsGH-145273: drop build_prefix check from missing stdlib...
2026-03-02  Stan Ulbrychgh-145118: Add `frozendict` support to `type()` (#145124)
2026-03-02  Peter Biermagh-130327: Always traverse managed dictionaries, even...
2026-03-02  Filipe LaínsGH-145275: add -X pathconfig_warnings and PYTHON_PATHCO...
2026-03-02  Filipe LaínsGH-145273: warn when we can't find the standard library...
2026-03-02  AN Longgh-145335: Fix crash when passing -1 as fd in os.pathco...
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...
next