]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
2026-03-06  Miss Islington... [3.13] gh-145548: Use VMADDR_CID_LOCAL in VSOCK socket...
2026-03-06  Miss Islington... [3.13] gh-144370: Disallow usage of control characters...
2026-03-06  Hugo van Kemenade[3.13] Docs: `import datetime as dt` in examples (GH...
2026-03-06  Miss Islington... [3.13] gh-122941: Fix test_launcher sporadic failures...
2026-03-06  Miss Islington... [3.13] doc: Clarify logger creation example in logging...
2026-03-06  Miss Islington... [3.13] Docs: use a Sphinx extension to eliminate excess...
2026-03-05  Miss Islington... [3.13] gh-145417: Do not preserve SELinux context when...
2026-03-05  Miss Islington... [3.13] gh-143304: Fix ctypes.CDLL to honor handle param...
2026-03-04  Miss Islington... [3.13] gh-145506: Fixes CVE-2026-2297 by ensuring Sourc...
2026-03-04  Miss Islington... [3.13] GH-144739: Skip test_pyexpat.MemoryProtectionTes...
2026-03-03  Miss Islington... [3.13] gh-145455: Show output of blurb & sphinx-build...
2026-03-03  Miss Islington... [3.13] GH-145450: Document missing `wave.Wave_write...
2026-03-03  Miss Islington... [3.13] gh-106318: Fix incorrectly rendered code block...
2026-03-03  Miss Islington... [3.13] gh-142781: Fix type confusion in zoneinfo weak...
2026-03-02  Stan Ulbrych[3.13] gh-144872: fix heap buffer overflow `_PyTokenize...
2026-03-02  Miss Islington... [3.13] gh-143880: Fix data race in `functools.partial...
2026-03-02  Miss Islington... [3.13] Hide "object" prefix on dunders in contextlib...
2026-03-02  Ken Jin[3.13] gh-145008: Maintain stack consistency in CALL_BO...
2026-03-02  Sam Gross[3.13] gh-130327: Always traverse managed dictionaries...
2026-03-02  Sam Gross[3.13] gh-130555: Fix use-after-free in dict.clear...
2026-03-02  Miss Islington... [3.13] gh-145335: Fix crash when passing -1 as fd in...
2026-03-02  Thomas Kowalski[3.13] gh-145349: Do not install ccache (#145350) ...
2026-03-02  Miss Islington... [3.13] gh-144835: Added missing explanations for some...
2026-03-01  Thomas Kowalski[3.13] gh-145351: use `--no-install-recommends` (GH...
2026-03-01  Miss Islington... [3.13] gh-100538: Add workflow to verify bundled libexp...
2026-02-28  Miss Islington... [3.13] gh-145269: simplify bisect.bisect doc example...
2026-02-28  Stan Ulbrych[3.13] Move news entry (#145366)
2026-02-28  Kumar Aditya[3.13] gh-142352: Fix asyncio start_tls() to transfer...
2026-02-28  Stan Ulbrych[3.13] Move NEWS entries out of directories with spaces...
2026-02-28  Stan Ulbrych[3.13] gh-144759: Fix undefined behavior from NULL...
2026-02-28  Pablo Galindo... [3.13] gh-145234: Normalize decoded CR in string tokeni...
2026-02-27  Miss Islington... [3.13] gh-144693: Clarify that `PyFrame_GetBack` does...
2026-02-27  Miss Islington... [3.13] gh-141004: Document missing type flags (GH-14512...
2026-02-27  Miss Islington... [3.13] gh-142787: Handle empty sqlite3 blob slices...
2026-02-26  Miss Islington... [3.13] gh-106318: Add examples for str.rjust() method...
2026-02-24  Stan Ulbrych[3.13] gh-88091: Fix `unicodedata.decomposition()`...
2026-02-24  R. David Murray[3.13] gh-144156: Fix email header folding concatenatin...
2026-02-24  Miss Islington... [3.13] gh-137335: Fix unlikely name conflicts for named...
2026-02-24  Miss Islington... [3.13] Fix `inspect.Parameter` docstring on the `kind...
2026-02-24  Miss Islington... [3.13] gh-66305: Fix a hang on Windows in the tempfile...
2026-02-24  Miss Islington... [3.13] `_struct.c`: Fix UB from integer overflow in...
2026-02-23  Savannah Ostrowski[3.13] Add Savannah as `jit.yml` CODEOWNER (GH-145152...
2026-02-23  Peter Bierma[3.13] gh-141004: Document `PyModuleDef_Type` (GH-14504...
2026-02-23  Miss Islington... [3.13] gh-143916: Allow HTAB in wsgiref header values...
2026-02-22  Miss Islington... [3.13] gh-145092: Fix compiler warning for memchr(...
2026-02-21  Bénédikt Tran[3.13] gh-143698: correctly check `scheduler` and ...
2026-02-21  Stan Ulbrych[3.13] `compute-changes.py`: Fix & test `process_change...
2026-02-21  Miss Islington... [3.13] gh-144694: Fix re.Match.group() doc claiming...
2026-02-21  Miss Islington... [3.13] gh-144748: Document 3.12 and 3.14 changes to...
2026-02-19  Miss Islington... [3.13] Correct MAX_N in Lib/zipfile ZipExtFile (GH...
2026-02-19  Stan Ulbrych[3.13] Remove unused :platform: in module's docs (GH...
2026-02-18  Serhiy Storchaka[3.13] gh-140652: Fix a crash in _interpchannels.list_a...
2026-02-18  Miss Islington... [3.13] gh-144386: Update equivalent code for "with...
2026-02-17  Stan Ulbrych[3.13] Fix typos and grammar errors across documentatio...
2026-02-17  Miss Islington... [3.13] gh-143637: Fix test_socket.test_sendmsg_reentran...
2026-02-17  Miss Islington... [3.13] gh-144551: Update macOS installer to use OpenSSL...
2026-02-16  Peter Bierma[3.13] gh-144601: Avoid sharing exception objects raise...
2026-02-16  Miss Islington... [3.13] gh-144601: Use `_testmultiphase` instead of...
2026-02-16  Miss Islington... [3.13] gh-80667: Fix lookup for Tangut ideographs in...
2026-02-16  Zachary Ware[3.13] gh-144551: Update Android builds to use OpenSSL...
2026-02-16  Miss Islington... [3.13] gh-144833: Fix use-after-free in SSL module...
2026-02-15  Miss Islington... [3.13] gh-101100: Resolve reference warnings in referen...
2026-02-14  Pablo Galindo... [3.13] gh-144766: Fix a crash in fork child process...
2026-02-13  Zachary Ware[3.13] gh-144551: Update CI to use latest OpenSSL versi...
2026-02-13  Miss Islington... [3.13] gh-144787: [tests] Allow TLS v1.2 to be minimum...
2026-02-13  Zachary Ware[3.13] gh-144551: Update Windows builds to use OpenSSL...
2026-02-13  Miss Islington... [3.13] gh-143637: Fix re-entrant mutation of ancillary...
2026-02-12  Miss Islington... [3.13] gh-144706: Warn against using synchronization...
2026-02-12  Serhiy Storchaka[3.13] gh-80667: Fix case-sensitivity of some Unicode...
2026-02-12  Miss Islington... [3.13] gh-57095: Add note about input splitting in...
2026-02-12  Serhiy Storchaka[3.13] gh-84424: Use numeric_changed for UCD.numeric...
2026-02-12  Stan Ulbrych[3.13] Itertools recipes: Replace the tabulate() examp...
2026-02-11  Lysandros Nikolaou[3.13] gh-142518: Define lock-free and per-object lock...
2026-02-11  Miss Islington... [3.13] gh-106318: Improve str.rstrip() method doc ...
2026-02-11  Gregory P.... [3.13] gh-143650: Fix importlib race condition on impor...
2026-02-10  Miss Islington... [3.13] gh-138744: Skip test_dtrace on Windows (GH-14465...
2026-02-10  Miss Islington... [3.13] Clarify the docs for `args` in asyncio callbacks...
2026-02-10  Miss Islington... [3.13] gh-143543: Fix re-entrant use-after-free in...
2026-02-10  Miss Islington... [3.13] gh-144363: Update bundled libexpat to 2.7.4...
2026-02-10  Petr Viktorin[3.13] gh-131261: generate_sbom.py: Exclude the refresh...
2026-02-10  Miss Islington... [3.13] Disable pip version check when upgrading certifi...
2026-02-09  Miss Islington... [3.13] gh-144492: Fix `process_changed_files` outputs...
2026-02-08  Miss Islington... [3.13] gh-106318: Add examples for str.partition()...
2026-02-08  Miss Islington... [3.13] gh-106318: Add example for str.isalnum() (GH...
2026-02-08  Miss Islington... [3.13] For `enum.bin`, update versionadded directive...
2026-02-07  Miss Islington... [3.13] gh-143700: document `secrets.DEFAULT_ENTROPY...
2026-02-07  Miss Islington... [3.13] gh-142044: Add note to prefer `asyncio.timeout...
2026-02-07  Miss Islington... [3.13] gh-144538: Upgrade bundled pip to 26.0.1 (gh...
2026-02-06  Miss Islington... [3.13] gh-144330: Initialize classmethod and staticmeth...
2026-02-05  Miss Islington... [3.13] gh-144484: Warn users not to use wsgiref in...
2026-02-05  Miss Islington... [3.13] gh-144148: Update the urllib.parse documentation...
2026-02-04  Miss Islington... [3.13] gh-106318: Add examples for `str.startswith...
2026-02-04  Miss Islington... [3.13] gh-141004: Document remaining `pyport.h` utility...
2026-02-04  Miss Islington... [3.13] gh-141444: Replace dead URL in urllib.robotparse...
2026-02-03  Thomas WoutersPost 3.13.12
2026-02-03  Thomas WoutersPython 3.13.12 v3.13.12
2026-02-03  Miss Islington... [3.13] gh-127313: Use getLogger() without argument...
2026-02-03  Miss Islington... [3.13] gh-74453: Add stronger security warning to os...
2026-02-03  Miss Islington... [3.13] gh-106318: Add examples for str.rindex() method...
2026-02-03  Miss Islington... [3.13] gh-75572: Speed up test_xpickle (GH-144393)...
next