]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
2026-03-17  Sam Gross[3.14] gh-134043: use stackrefs for dict lookup in...
2026-03-17  Serhiy Storchaka[3.14] gh-144545: Improve handling of default values...
2026-03-17  Miss Islington... [3.14] gh-141707: Skip TarInfo DIRTYPE normalization...
2026-03-17  Miss Islington... [3.14] Docs: a brief note in the sets tutorial about...
2026-03-17  Miss Islington... [3.14] gh-145176 Move Emscripten files into Platforms...
2026-03-17  Miss Islington... [3.14] gh-144984: Fix crash in Expat's `ExternalEntityP...
2026-03-16  Miss Islington... [3.14] Docs: remove unmatched parenthesis for `asyncio...
2026-03-16  Miss Islington... [3.14] gh-135329: Remove flaky test_repl_eio test ...
2026-03-16  Miss Islington... [3.14] gh-145599, CVE 2026-3644: Reject control charact...
2026-03-16  Miss Islington... [3.14] gh-145649: Fix man page text wrapping for -X...
2026-03-16  Miss Islington... [3.14] gh-145376: Fix GC tracking in `structseq.__repla...
2026-03-16  Miss Islington... [3.14] Docs: fix a form error and a grammatical error...
2026-03-16  Miss Islington... [3.14] gh-144986: Fix memory leak in atexit.register...
2026-03-16  Miss Islington... [3.14] gh-140814: Fix freeze_support() setting start...
2026-03-15  Gregory P.... [3.14] gh-145990: sort `--help-env` sections by environ...
2026-03-15  Gregory P.... [3.14] gh-145990: Sort `python --help-xoptions` by...
2026-03-15  Miss Islington... [3.14] gh-145986: Avoid unbound C recursion in `conv_co...
2026-03-15  Miss Islington... [3.14] gh-142518: Document thread-safety guarantees...
2026-03-15  Miss Islington... [3.14] gh-69223: Document that add_argument() returns...
2026-03-15  Miss Islington... [3.14] Bump mypy to 1.19.1 (GH-145956) (#145971)
2026-03-15  Miss Islington... [3.14] gh-141004: Document `PyDTrace*` (GH-141856)...
2026-03-14  Miss Islington... [3.14] gh-143636: fix a crash when calling ``__replace_...
2026-03-14  Miss Islington... [3.14] Docs: fix missing period in `Doc/library/stdtype...
2026-03-13  Stan Ulbrych[3.14] gh-145783: Propagate errors raised in `NEW_TYPE_...
2026-03-13  Thomas Kowalski[3.14] gh-145713: make bytearray.resize thread-safe...
2026-03-13  Miss Islington... [3.14] gh-142518: Document thread-safety guarantees...
2026-03-13  Miss Islington... [3.14] gh-145792: Fix incorrect alloca allocation size...
2026-03-13  bkap123[3.14] gh-145446: Add critical section in functools...
2026-03-13  Miss Islington... [3.14] Docs: except with multiple exceptions parenthese...
2026-03-13  bkap123[3.14] gh-145036: Fix data race for list capacity in...
2026-03-12  Miss Islington... [3.14] gh-145801: Use gcc -fprofile-update=atomic for...
2026-03-12  Miss Islington... [3.14] gh-145685: Improve scaling of type attribute...
2026-03-12  Miss Islington... [3.14] gh-140131: Fix REPL cursor position on Windows...
2026-03-12  Miss Islington... [3.14] gh-145254: Add thread safety annotation in docs...
2026-03-12  Sergey Miryanov[3.14] GH-91636: Clear weakrefs created by finalizers...
2026-03-12  Miss Islington... [3.14] gh-140594: Fix an out of bounds read when feedin...
2026-03-12  Miss Islington... [3.14] gh-145492: Fix defaultdict __repr__ infinite...
2026-03-12  Serhiy Storchaka[3.14] gh-145736: Fix Tkinter tests for Tk 8.7, 9.0...
2026-03-11  Łukasz Langa[3.14] gh-139933: correctly suggest attributes for...
2026-03-11  Miss Islington... [3.14] gh-142518: Improve mimalloc allocator docs ...
2026-03-11  Miss Islington... [3.14] gh-99875: Document rounding mode for old-style...
2026-03-11  Miss Islington... [3.14] gh-145591: Move slicing note to __getitem__...
2026-03-11  Miss Islington... [3.14] Warn that overriding `__builtins__` for `eval...
2026-03-11  Sam Gross[3.14] gh-145685: Avoid contention on TYPE_LOCK in...
2026-03-11  Miss Islington... [3.14] gh-101100: Fix sphinx reference warnings around...
2026-03-11  Miss Islington... [3.14] gh-145607: Ensure BIG_DATA has two compressed...
2026-03-11  Miss Islington... [3.14] gh-145219: Cache Emscripten build dependencies...
2026-03-10  Miss Islington... [3.14] gh-142763: Fix race in ZoneInfo cache eviction...
2026-03-10  Miss Islington... [3.14] gh-145685: Update find_name_in_mro() to return...
2026-03-10  Miss Islington... [3.14] gh-145010: Fix Python.h compilation with -masm...
2026-03-10  Miss Islington... [3.14] Fix integer overflow for formats "s" and "p...
2026-03-10  Miss Islington... [3.14] gh-144173: fix flaky test_complex.test_truediv...
2026-03-10  Miss Islington... [3.14] gh-145743: Fix inconsistency after calling Struc...
2026-03-10  Stan Ulbrych[3.14] gh-145376: Fix various reference leaks (GH-14537...
2026-03-10  Miss Islington... [3.14] Docs: Improve the C API documentation involving...
2026-03-10  Miss Islington... [3.14] gh-106318: Add examples for str.isspace() docs...
2026-03-10  Miss Islington... [3.14] Docs: Update programming FAQ (GH-144573) (#145695)
2026-03-10  Sam Gross[3.14] gh-145685: Stop the world when updating MRO...
2026-03-10  Miss Islington... [3.14] gh-142651: use `NonCallableMock._lock` for threa...
2026-03-10  Hugo van Kemenade[3.14] gh-140715: Improve class reference links on...
2026-03-10  Hugo van Kemenade[3.14] gh-140681: Freeze pre-commit hooks and update...
2026-03-10  Petr Viktorin[3.14] Document that PyType_GetModule returns a borrowe...
2026-03-10  Miss Islington... [3.14] gh-145541: Fix `InvalidStateError` in `BaseSubpr...
2026-03-09  Miss Islington... [3.14] Remove the `distutils-sig@python.org` email...
2026-03-09  Miss Islington... [3.14] gh-145701: Fix `__classdict__` & `__conditional_...
2026-03-09  Miss Islington... [3.14] gh-145615: Fix mimalloc page leak in the free...
2026-03-09  Ramin Farajpour... [3.14] gh-145623: Fix crashes on uninitialized struct...
2026-03-09  Miss Islington... [3.14] gh-141617: clarify `concurrent.futures.ThreadPoo...
2026-03-09  Miss Islington... [3.14] gh-78773: Improve ctypes dynamic library loading...
2026-03-09  Miss Islington... [3.14] gh-145219: Add Emscripten cross-build and clean...
2026-03-08  Miss Islington... [3.14] gh-145642: Docs: Avoid warning for invalid escap...
2026-03-08  Miss Islington... [3.14] gh-145177: Support multiple Emscripten versions...
2026-03-08  Miss Islington... [3.14] gh-145376: Fix refleak in `queuemodule.c` out...
2026-03-07  Miss Islington... [3.14] Remove typo in ``functools.lru_cache`` docs...
2026-03-06  Miss Islington... [3.14] gh-145376: Fix crashes in `md5module.c` and...
2026-03-06  Miss Islington... [3.14] gh-145548: Use VMADDR_CID_LOCAL in VSOCK socket...
2026-03-06  Sam Gross[3.14] gh-145566: Skip stop-the-world when reassigning...
2026-03-06  Sam Gross[3.14] gh-144513: Skip critical section locking during...
2026-03-06  Miss Islington... [3.14] gh-144370: Disallow usage of control characters...
2026-03-06  Miss Islington... [3.14] Docs: `import datetime as dt` in examples (GH...
2026-03-06  Miss Islington... [3.14] gh-122941: Fix test_launcher sporadic failures...
2026-03-06  Miss Islington... [3.14] Docs: use a Sphinx extension to eliminate excess...
2026-03-05  Miss Islington... [3.14] gh-145557: Check ctypes is available in test_ext...
2026-03-05  Miss Islington... [3.14] doc: Clarify logger creation example in logging...
2026-03-05  Miss Islington... [3.14] gh-145417: Do not preserve SELinux context when...
2026-03-05  Miss Islington... [3.14] gh-143304: Fix ctypes.CDLL to honor handle param...
2026-03-05  Miss Islington... [3.14] gh-144981: Make PyUnstable_Code_SetExtra/GetExtr...
2026-03-05  Miss Islington... [3.14] gh-145301: Fix double-free in hashlib and hmac...
2026-03-04  Miss Islington... [3.14] gh-145506: Fixes CVE-2026-2297 by ensuring Sourc...
2026-03-04  Victor Stinner[3.14] GH-144739: Skip test_pyexpat.MemoryProtectionTes...
2026-03-03  Miss Islington... [3.14] Fix incorrect statement about argparse.ArgumentP...
2026-03-03  Miss Islington... [3.14] gh-144475: Fix reference management in partial_r...
2026-03-03  Miss Islington... [3.14] gh-145455: Show output of blurb & sphinx-build...
2026-03-03  Miss Islington... [3.14] GH-145450: Document missing `wave.Wave_write...
2026-03-03  Miss Islington... [3.14] gh-106318: Fix incorrectly rendered code block...
2026-03-03  Miss Islington... [3.14] gh-142781: Fix type confusion in zoneinfo weak...
2026-03-02  Miss Islington... [3.14] Hide "object" prefix on dunders in contextlib...
2026-03-02  Miss Islington... [3.14] gh-130327: Always traverse managed dictionaries...
2026-03-02  Sam Gross[3.14] gh-130555: Fix use-after-free in dict.clear...
2026-03-02  Miss Islington... [3.14] gh-145335: Fix crash when passing -1 as fd in...
next