]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
5 days ago  sobolevn[3.13] gh-105895: Add `match` and `case` doc to `help...
5 days ago  Jelle Zijlstra[3.13] gh-151955: Allow more ParamSpec bounds (#152122)
5 days ago  Serhiy Storchaka[3.13] gh-86726: Improve the structure of the tkinter...
6 days ago  Miss Islington... [3.13] Re-raise unexpected exceptions instead of swallo...
6 days ago  Miss Islington... [3.13] gh-151763: Fix NULL dereference in `os._path_nor...
6 days ago  Miss Islington... [3.13] `valgrind-python.supp`: Update suppression for...
6 days ago  Miss Islington... [3.13] gh-151814: Fix unbounded memory growth from...
6 days ago  Prakash Sellathurai[3.13] gh-151905: fix memory error handling in PyFrame_...
6 days ago  Miss Islington... [3.13] gh-143927: Normalize all line endings (CR, CRLF...
6 days ago  Miss Islington... [3.13] gh-151497: Avoid huge pre-allocation for oversiz...
6 days ago  Miss Islington... [3.13] gh-84008: Document that the LC_NUMERIC locale...
6 days ago  Miss Islington... [3.13] gh-126219: Fix crash in tkinter.Tk with non...
7 days ago  Miss Islington... [3.13] gh-151596: Add missing argument 'size' to pure...
7 days ago  Miss Islington... [3.13] gh-151126: Add missing `PyErr_NoMemory()` in...
7 days ago  Miss Islington... [3.13] gh-151773: Fix NULL dereference in `PyContextVar...
7 days ago  Miss Islington... [3.13] gh-151558: Fix symlink escape via `tarfile`...
7 days ago  Miss Islington... [3.13] gh-151981: Make tarfile._Stream.seek break at...
7 days ago  Miss Islington... [3.13] gh-151556: Show example CSV file content in...
7 days ago  Miss Islington... [3.13] gh-62480: De-personalize docs on using the C...
7 days ago  Serhiy Storchaka[3.13] gh-86726: Document tkinter method-name conflicts...
8 days ago  Steve Dowergh-151544: Fixes CVE-2026-12003 by removing the fallbac...
8 days ago  Miss Islington... [3.13] gh-144133: Add a warning to the `encodings.punyc...
8 days ago  Miss Islington... [3.13] gh-142387: Revert Android testbed to API level...
9 days ago  Miss Islington... [3.13] gh-150484: Fix mock_open __exit__ with contextli...
9 days ago  Miss Islington... [3.13] gh-151678: Add tests for tkinter.simpledialog...
9 days ago  Miss Islington... [3.13] gh-86726: Document tkinter.simpledialog query...
9 days ago  Miss Islington... [3.13] gh-150831: docs: clarify generator, generator...
10 days ago  Miss Islington... [3.13] gh-151678: Add tests for tkinter widget virtual...
10 days ago  Miss Islington... [3.13] gh-151678: Add interactive tests for tkinter...
10 days ago  Miss Islington... [3.13] gh-151678: Add tests for the remaining tkinter...
10 days ago  Miss Islington... [3.13] gh-151678: Add tests for tkinter.filedialog...
10 days ago  Miss Islington... [3.13] gh-151678: Add tests for tkinter.dnd (GH-151780...
10 days ago  Miss Islington... [3.13] gh-151678: Add tests for tkinter.scrolledtext...
10 days ago  Miss Islington... [3.13] gh-151678: Add tests for tkinter font, image...
10 days ago  Miss Islington... [3.13] gh-151678: Add tests for tkinter.ttk methods...
11 days ago  Miss Islington... [3.13] gh-151678: Add tests for tkinter Misc, Wm and...
11 days ago  Serhiy Storchaka[3.13] gh-151693: Make the curses tests portable to...
11 days ago  Miss Islington... [3.13] gh-151678: Add tests for tkinter.Canvas (GH...
11 days ago  Serhiy Storchaka[3.13] gh-151678: Add tests for the remaining tkinter...
11 days ago  Serhiy Storchaka[3.13] gh-151695: Fix use-after-free of the curses...
11 days ago  Miss Islington... [3.13] gh-151693: Add curses tests for panels, textpad...
11 days ago  Miss Islington... [3.13] gh-151678: Add tests for tkinter.Text (GH-151681...
11 days ago  Miss Islington... [3.13] gh-151678: Add tests for tkinter.Listbox (GH...
11 days ago  Miss Islington... [3.13] gh-151678: Add tests for tkinter.Menu (GH-151685...
11 days ago  Miss Islington... [3.13] gh-101100: Document os.uname_result and os.statv...
11 days ago  Miss Islington... [3.13] gh-151427: add 'not macOS' and 'not iOS' restri...
12 days ago  Serhiy Storchaka[3.13] gh-86726: Fix the documented return type of...
12 days ago  Serhiy Storchaka[3.13] gh-86726: Document the full public API of tkinte...
12 days ago  Hugo van Kemenade[3.13] gh-151623: Improve curses documentation style...
12 days ago  Serhiy Storchaka[3.13] gh-151623: Improve curses documentation and...
13 days ago  Miss Islington... [3.13] gh-120665: make unittest loaders avoid loading...
2026-06-16  Miss Islington... [3.13] gh-151519: Check effective gid in `_test_all_cho...
2026-06-16  Miss Islington... [3.13] gh-151522: Guard against None transport in slow...
2026-06-15  Miss Islington... [3.13] gh-148441: Avoid integer overflow in Expat's...
2026-06-15  Miss Islington... [3.13] gh-150389: Make perf profiler tests resilient...
2026-06-15  Miss Islington... [3.13] Add `.toml` to `.editorconfig` (GH-151481) ...
2026-06-15  Miss Islington... [3.13] gh-139837: Document attributes of objects record...
2026-06-14  Hugo van Kemenade[3.13] Add a new Sphinx `soft-deprecated` directive...
2026-06-13  Miss Islington... [3.13] gh-151403: Fix use-after-free when an argv item...
2026-06-13  Miss Islington... [3.13] gh-151443: Fix documented default of `unittest...
2026-06-13  Stan Ulbrych[3.13] gh-77328: Update `base64` module RFC references...
2026-06-13  Miss Islington... [3.13] gh-101267: ProcessPoolExecutor no longer shares...
2026-06-13  Miss Islington... [3.13] Docs: Fix method directive signatures in `enum...
2026-06-12  Miss Islington... [3.13] Fix typos in the `curses.ascii` module documenta...
2026-06-12  Hugo van Kemenade[3.13] Docs: avoid repetitions of class references...
2026-06-12  Miss Islington... [3.13] gh-151126: Fix crash on unset memory error in...
2026-06-12  Miss Islington... [3.13] gh-151065: Copy fix for memory leak from mimallo...
2026-06-11  Miss Islington... [3.13] gh-151337: Avoid possible memory leak in `_tkint...
2026-06-11  Miss Islington... [3.13] gh-138991: Update dataclass documentation for...
2026-06-11  Miss Islington... [3.13] gh-150285: Fix too long docstrings in GenericAli...
2026-06-11  Miss Islington... [3.13] gh-151126: Fix missing memory error in `os._path...
2026-06-11  Miss Islington... [3.13] gh-101100: Fix Sphinx nitpick in `unittest.mock...
2026-06-11  Miss Islington... [3.13] gh-150285: Suppress showing the __getstate__...
2026-06-11  sobolevn[3.13] gh-151126: Fix missing memory errors in `_interp...
2026-06-11  Hugo van Kemenade[3.13] gh-130796: Undeprecate locale.getdefaultlocale...
2026-06-11  Miss Islington... [3.13] gh-151284: Fix test_capi on UBSan (GH-151286...
2026-06-11  Serhiy Storchaka[3.13] gh-150285: Fix merging error in GH-150458 (GH...
2026-06-11  Miss Islington... [3.13] gh-151112: Move an `assert` that may fail in...
2026-06-11  Miss Islington... [3.13] gh-151295: Fix use-after-free in bytes.join...
2026-06-11  Miss Islington... [3.13] gh-136880: Add warning about PYTHONPATH (GH...
2026-06-10  Victor Stinner[3.13] gh-151253: Dump the Python path configuration...
2026-06-10  Victor Stinner[3.13][3.14] GHA: Display output when a sanitizer test...
2026-06-10  Ned Deily[3.13] Move blurb entry to correct section. (#151270)
2026-06-10  Victor Stinner[3.13][3.14] gh-143988: Fix re-entrant mutation crashes...
2026-06-10  Victor Stinner[3.13][3.14] gh-89554: Document socket.SocketType as...
2026-06-10  Harjoth Khara[3.13] gh-109940: Respect VIRTUAL_ENV_DISABLE_PROMPT...
2026-06-10  Thomas WoutersMerge branch '3.13' of https://github.com/python/cpytho...
2026-06-10  Thomas WoutersPost 3.13.14
2026-06-10  Miss Islington... [3.13] Docs: Fix typos in the "Memory Management" secti...
2026-06-10  Miss Islington... [3.13] gh-150988: Fix refleak in `OSError` when attrs...
2026-06-10  Thomas WoutersPython 3.13.14 v3.13.14
2026-06-10  Miss Islington... [3.13] gh-80384: Fix docs for PyWeakref_NewRef() and...
2026-06-10  Victor Stinner[3.13][3.15] gh-143008: Fix race re-initializing TextIO...
2026-06-09  Serhiy Storchaka[3.13] gh-150285: Fix too long docstrings in the concur...
2026-06-09  Serhiy Storchaka[3.13] gh-151130: Add more tests for PyWeakref_* C...
2026-06-09  Abduaziz π[3.13] gh-132467: Document and test that generic aliase...
2026-06-09  Miss Islington... [3.13] gh-101100: Fix Sphinx warnings in 'Buffer Object...
2026-06-09  Petr Viktorin[3.13] gh-149231: tomllib: Limit the number of parts...
2026-06-09  Miss Islington... [3.13] gh-151112: Fix double free in `assemble_init...
2026-06-09  Zachary Ware[3.13] gh-151159: Bump OpenSSL version for Android...
next