]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
2026-06-29  Miss Islington... [3.13] gh-87577: Document that wm_manage does not accep...
2026-06-29  Gregory P.... [3.13] gh-148660: Fix use-after-free in OrderedDict...
2026-06-29  Miss Islington... [3.13] gh-151416: fix a borrowed ref potential use...
2026-06-28  Miss Islington... [3.13] gh-150743: Limit trailer lines and interim respo...
2026-06-28  Serhiy Storchaka[3.13] gh-69134: Harden tkinter GUI tests that depend...
2026-06-28  Serhiy Storchakagh-78335: Complete the widget option lists in tkinter...
2026-06-28  Miss Islington... [3.13] gh-87881: Document the result of curses inch...
2026-06-28  Miss Islington... [3.13] gh-110904: Recommend windows-curses in the curse...
2026-06-27  Miss Islington... [3.13] gh-152415: Exercise curses non-ASCII tests under...
2026-06-27  sobolevn[3.13] gh-152391: Improve `test_interpreters.test_stres...
2026-06-27  Miss Islington... [3.13] gh-151126: Sets missing exceptions in `tkinter...
2026-06-27  Miss Islington... [3.13] gh-152402: Use `support.nomemtest` in `test_pyex...
2026-06-27  Miss Islington... [3.13] gh-152156: Fix a crash in `interpeters.create...
2026-06-27  Miss Islington... [3.13] gh-70273: Document default class bindings in...
2026-06-27  Miss Islington... [3.13] gh-82830: Improve tkinter messagebox docstrings...
2026-06-27  Miss Islington... [3.13] gh-152212: Reject a POSIX TZ footer with a missi...
2026-06-27  Miss Islington... [3.13] gh-71880: Allow editing the last cell in curses...
2026-06-27  Miss Islington... [3.13] gh-151678: Add more tests for tkinter.dnd (GH...
2026-06-26  Miss Islington... [3.13] gh-88758: Handle non-tkinter widgets in tkinter...
2026-06-26  Miss Islington... [3.13] gh-38464: Make tkinter nametowidget() work with...
2026-06-26  Miss Islington... [3.13] IDLE: fix dedent() usage in htest (GH-152256...
2026-06-26  Miss Islington... [3.13] gh-98894: Skip test_dtrace when building without...
2026-06-26  Miss Islington... [3.13] gh-80937: Fix memory leak in tkinter createcomma...
2026-06-26  Donghee Na[3.13] gh-152235: Defer GC tracking in set.union and...
2026-06-26  Miss Islington... [3.13] gh-152235: Defer GC tracking in more set operati...
2026-06-26  sobolevn[3.13] gh-152236: Fix skips on `_testcapi.set_nomemory...
2026-06-26  Miss Islington... [3.13] gh-139145: Fix tkinter event loop in interactive...
2026-06-26  Miss Islington... [3.13] gh-152052: Fix misleading `json` error for ...
2026-06-26  Donghee Na[3.13] gh-152235: Defer GC tracking of set and frozense...
2026-06-26  Miss Islington... [3.13] gh-152246: Fix pure-Python `zoneinfo` accepting...
2026-06-25  Victor Stinner[3.13] gh-151929: Add pythoninfo commands to Tools...
2026-06-25  Miss Islington... [3.13] gh-151678: Add tests for ttk Menubutton and...
2026-06-25  Victor Stinner[3.13] gh-151929: Get uptime on BSD/macOS in pythoninfo...
2026-06-25  Victor Stinner[3.13] gh-151929: Get machine ID and uptime on Windows...
2026-06-25  Miss Islington... [3.13] gh-151126: Add missing `PyErr_NoMemory` in ...
2026-06-25  Miss Islington... [3.13] gh-151126: Fix missing `PyErr_NoMemory` in ...
2026-06-25  Miss Islington... [3.13] gh-152079: Fix `_datetime.fromisoformat()` misha...
2026-06-25  Miss Islington... [3.13] gh-151763: Fix crash in `_interpqueues.create...
2026-06-25  Victor Stinner[3.13] gh-151929: Get boot ID, machine ID and uptime...
2026-06-24  sobolevn[3.13] gh-105895: Add `match` and `case` doc to `help...
2026-06-24  Jelle Zijlstra[3.13] gh-151955: Allow more ParamSpec bounds (#152122)
2026-06-24  Serhiy Storchaka[3.13] gh-86726: Improve the structure of the tkinter...
2026-06-24  Miss Islington... [3.13] Re-raise unexpected exceptions instead of swallo...
2026-06-24  Miss Islington... [3.13] gh-151763: Fix NULL dereference in `os._path_nor...
2026-06-24  Miss Islington... [3.13] `valgrind-python.supp`: Update suppression for...
2026-06-24  Miss Islington... [3.13] gh-151814: Fix unbounded memory growth from...
2026-06-24  Prakash Sellathurai[3.13] gh-151905: fix memory error handling in PyFrame_...
2026-06-24  Miss Islington... [3.13] gh-143927: Normalize all line endings (CR, CRLF...
2026-06-24  Miss Islington... [3.13] gh-151497: Avoid huge pre-allocation for oversiz...
2026-06-24  Miss Islington... [3.13] gh-84008: Document that the LC_NUMERIC locale...
2026-06-24  Miss Islington... [3.13] gh-126219: Fix crash in tkinter.Tk with non...
2026-06-23  Miss Islington... [3.13] gh-151596: Add missing argument 'size' to pure...
2026-06-23  Miss Islington... [3.13] gh-151126: Add missing `PyErr_NoMemory()` in...
2026-06-23  Miss Islington... [3.13] gh-151773: Fix NULL dereference in `PyContextVar...
2026-06-23  Miss Islington... [3.13] gh-151558: Fix symlink escape via `tarfile`...
2026-06-23  Miss Islington... [3.13] gh-151981: Make tarfile._Stream.seek break at...
2026-06-23  Miss Islington... [3.13] gh-151556: Show example CSV file content in...
2026-06-22  Miss Islington... [3.13] gh-62480: De-personalize docs on using the C...
2026-06-22  Serhiy Storchaka[3.13] gh-86726: Document tkinter method-name conflicts...
2026-06-22  Steve Dowergh-151544: Fixes CVE-2026-12003 by removing the fallbac...
2026-06-22  Miss Islington... [3.13] gh-144133: Add a warning to the `encodings.punyc...
2026-06-21  Miss Islington... [3.13] gh-142387: Revert Android testbed to API level...
2026-06-21  Miss Islington... [3.13] gh-150484: Fix mock_open __exit__ with contextli...
2026-06-21  Miss Islington... [3.13] gh-151678: Add tests for tkinter.simpledialog...
2026-06-21  Miss Islington... [3.13] gh-86726: Document tkinter.simpledialog query...
2026-06-21  Miss Islington... [3.13] gh-150831: docs: clarify generator, generator...
2026-06-20  Miss Islington... [3.13] gh-151678: Add tests for tkinter widget virtual...
2026-06-20  Miss Islington... [3.13] gh-151678: Add interactive tests for tkinter...
2026-06-20  Miss Islington... [3.13] gh-151678: Add tests for the remaining tkinter...
2026-06-20  Miss Islington... [3.13] gh-151678: Add tests for tkinter.filedialog...
2026-06-20  Miss Islington... [3.13] gh-151678: Add tests for tkinter.dnd (GH-151780...
2026-06-20  Miss Islington... [3.13] gh-151678: Add tests for tkinter.scrolledtext...
2026-06-19  Miss Islington... [3.13] gh-151678: Add tests for tkinter font, image...
2026-06-19  Miss Islington... [3.13] gh-151678: Add tests for tkinter.ttk methods...
2026-06-19  Miss Islington... [3.13] gh-151678: Add tests for tkinter Misc, Wm and...
2026-06-19  Serhiy Storchaka[3.13] gh-151693: Make the curses tests portable to...
2026-06-19  Miss Islington... [3.13] gh-151678: Add tests for tkinter.Canvas (GH...
2026-06-19  Serhiy Storchaka[3.13] gh-151678: Add tests for the remaining tkinter...
2026-06-19  Serhiy Storchaka[3.13] gh-151695: Fix use-after-free of the curses...
2026-06-19  Miss Islington... [3.13] gh-151693: Add curses tests for panels, textpad...
2026-06-19  Miss Islington... [3.13] gh-151678: Add tests for tkinter.Text (GH-151681...
2026-06-19  Miss Islington... [3.13] gh-151678: Add tests for tkinter.Listbox (GH...
2026-06-19  Miss Islington... [3.13] gh-151678: Add tests for tkinter.Menu (GH-151685...
2026-06-19  Miss Islington... [3.13] gh-101100: Document os.uname_result and os.statv...
2026-06-19  Miss Islington... [3.13] gh-151427: add 'not macOS' and 'not iOS' restri...
2026-06-18  Serhiy Storchaka[3.13] gh-86726: Fix the documented return type of...
2026-06-18  Serhiy Storchaka[3.13] gh-86726: Document the full public API of tkinte...
2026-06-18  Hugo van Kemenade[3.13] gh-151623: Improve curses documentation style...
2026-06-18  Serhiy Storchaka[3.13] gh-151623: Improve curses documentation and...
2026-06-17  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...
next