]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
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...
2026-02-21  Peter Biermagh-144748: Document 3.12 and 3.14 changes to `PyErr_Che...
2026-02-20  Sam Grossgh-144809: Make deque copy atomic in free-threaded...
2026-02-20  Stan UlbrychFix errors in `CODEOWNERS` (#145049)
2026-02-20  Alpergh-144981: Make PyUnstable_Code_SetExtra/GetExtra threa...
2026-02-20  Raymond HettingerSimplify summary tables in the itertools docs (gh-145050)
2026-02-20  Peter Biermagh-141811: Split up `init.rst` into multiple pages...
2026-02-20  Anton RyzhovUpdate comments in `_strptime` module (GH-144979)
2026-02-19  Ned BatchelderDocs: remove unneeded author attributions (#145002)
2026-02-19  J BergCorrect MAX_N in Lib/zipfile ZipExtFile (GH-144973)
2026-02-19  Victor Stinnergh-141510: Document ParameterizedMIMEHeader.params...
2026-02-19  Shamilgh-144986: Fix memory leak in atexit.register() (#144987)
2026-02-19  Peter BiermaAdd myself as a codeowner for the C API documentation...
2026-02-19  Chris Eiblgh-100239: Use ``PyFloat_AS_DOUBLE`` and `_PyLong_IsZer...
2026-02-19  Robsdedudegh-144156: Fix email header folding concatenating encod...
2026-02-19  Chris EiblGH-144679: Switch to windows-2025-vs2026 build image...
2026-02-19  Stan Ulbrych`compute-changes.py`: Fix & test `process_changed_files...
2026-02-19  Chris EiblGH-144679: MSVC tailcall CI no longer needs to specify...
2026-02-19  Filipe LaínsGH-134872: add ModuleNotFoundError suggestions (#142512)
2026-02-19  Filipe Laínsgh-139899: Introduce MetaPathFinder.discover and PathEn...
2026-02-19  Petr Viktoringh-84393: Remove AIX workaround: re-enable posix_fadvis...
2026-02-19  Donghee Nagh-141510: Update ftscalingbench to support frozendict...
2026-02-19  David Petergh-144702: Use standard terminology in class pattern...
2026-02-19  Donghee Nagh-141510: Update Whats News for frozendict (gh-144961)
2026-02-19  Chris EiblGH-144679: When building with VS 2026 on Windows, use...
next