]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
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...
11 days ago  Serhiy Storchaka[3.13] gh-86726: Fix the documented return type of...
11 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...
12 days ago  Miss Islington... [3.13] gh-120665: make unittest loaders avoid loading...
13 days ago  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...
2026-06-09  Zachary Ware[3.13] gh-151159: Update CI to use latest SSL library...
2026-06-09  Ned Deily[3.13] gh-151159: Update macOS installer to use OpenSSL...
2026-06-09  Zachary Ware[3.13] gh-151159: Update Windows builds to use OpenSSL...
2026-06-09  Savannah Ostrowski[3.13] GH-59633: Clarify dest collisions in argparse...
2026-06-09  Serhiy Storchaka[3.13] gh-150285: Fix too long docstrings in the asynci...
2026-06-09  Miss Islington... [3.13] gh-151126: Add missing `PyErr_NoMemory` in ...
2026-06-09  Miss Islington... [3.13] GH-54732: Tweak wording around empty lines in...
2026-06-09  Miss Islington... [3.13] GH-61082: Clarify nargs='*' positional default...
2026-06-09  Stan Ulbrych[3.13] gh-149018: Use `XML_SetHashSalt16Bytes` in ...
2026-06-09  Stan Ulbrych[3.13] gh-90949: expose Expat API to tune exponential...
2026-06-09  Miss Islington... [3.13] gh-109503: Fix document for shutil.move() on...
2026-06-09  Miss Islington... [3.13] gh-151126: Fix missing `PyErr_NoMemory()` in...
2026-06-09  Ned Deily[3.13] gh-124111: Update macOS installer to use Tcl...
2026-06-09  Miss Islington... [3.13] gh-115119: Update macOS installer to use libmpde...
2026-06-08  Miss Islington... [3.13] gh-151070: Fix class referencing typo in collect...
2026-06-08  Stan Ulbrych[3.13] gh-149144: Use `decodeURIComponent()` for UTF...
2026-06-08  Stan Ulbrych[3.13] gh-148801: Fix unbound C recursion in `Element...
2026-06-08  Miss Islington... [3.13] gh-150633: Properly handle null characters in...
2026-06-08  Miss Islington... [3.13] gh-150368: Change Windows user group to secure...
2026-06-08  Miss Islington... [3.13] gh-123853: Update locale.windows_locale (GH...
2026-06-08  Miss Islington... [3.13] gh-151019: Fix test_os on 32-bit FreeBSD (GH...
2026-06-08  Miss Islington... [3.13] gh-106318: Add examples to the `str.isdigit...
2026-06-08  Miss Islington... [3.13] gh-141623: operator.rst: don't use term "bitwise...
2026-06-08  Miss Islington... [3.13] gh-150599: Prevent bz2 decompressor reuse after...
2026-06-08  Miss Islington... [3.13] Docs: Fix missing colon in `bisect` example...
2026-06-07  Miss Islington... [3.13] Update an error message in the 'Functional Progr...
2026-06-07  Miss Islington... [3.13] gh-148954: Escape methodname in xmlrpc.client...
2026-06-06  Miss Islington... [3.13] gh-50948: IDLE: Warn if saving a file will overw...
2026-06-06  Miss Islington... [3.13] Delete mention encoding and errors for importlib...
2026-06-06  Miss Islington... [3.13] gh-149835: Use realpath() instead of abspath...
2026-06-06  Miss Islington... [3.13] gh-150207: Raise MemoryError on tokenizer alloca...
2026-06-05  Miss Islington... [3.13] Use `time.monotonic` in OrderedDict LRU cache...
2026-06-05  Miss Islington... [3.13] gh-150907: Fix dynamic_annotations.h when built...
2026-06-05  Miss Islington... [3.13] gh-129011: Update docs for Raw I/O read, readint...
2026-06-04  Miss Islington... [3.13] gh-150913: Fix sqlite3.Blob validation for empty...
2026-06-04  Miss Islington... [3.13] gh-106318: Add doctest role and a 'See also...
2026-06-04  Miss Islington... [3.13] Correct Stable ABI documentation for METH_FASTCA...
2026-06-04  Miss Islington... [3.13] gh-140553: Mark `*gettext` parameters as positio...
2026-06-03  Hugo van Kemenade[3.13] Docs: Replace hardcoded `SOURCE_URI` with `patch...
next