]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
2026-04-23  Miss Islington... [3.14] gh-90309: Base64-encode cookie values embedded...
2026-04-23  Miss Islington... [3.14] gh-148892: Drop mention of deprecated cibuildwhe...
2026-04-23  Miss Islington... [3.14] gh-119180: Document the `format` parameter in...
2026-04-23  Miss Islington... [3.14] gh-142965: Fix Concatenate documentation to...
2026-04-23  Miss Islington... [3.14] gh-146553: Fix infinite loop in typing.get_type_...
2026-04-23  Miss Islington... [3.14] gh-145194: Fix typing in re tokenizer example...
2026-04-22  Hugo van Kemenade[3.14] Add a new Sphinx `soft-deprecated` directive...
2026-04-22  Stan Ulbrych[3.14] gh-148801: Fix unbound C recursion in `Element...
2026-04-22  Sam Gross[3.14] gh-148820: Fix _PyRawMutex use-after-free on...
2026-04-21  Miss Islington... [3.14] gh-146578: _zstd: Fix printf format for pledged...
2026-04-21  Miss Islington... [3.14] gh-148808: Add boundary check to asyncio.Abstrac...
2026-04-21  Miss Islington... [3.14] gh-146211: Reject CR/LF in HTTP tunnel request...
2026-04-20  Miss Islington... [3.14] gh-148814: Fix an issue in Emscripten README...
2026-04-20  Miss Islington... [3.14] Docs: Fix some typos in `calendar.rst` (GH-14875...
2026-04-20  Miss Islington... [3.14] gh-148788: Update Emscripten example post move...
2026-04-20  Miss Islington... [3.14] gh-148763: Fix paramter name in `multiprocessing...
2026-04-19  Miss Islington... [3.14] gh-148779: Update Briefcase link in android...
2026-04-19  Miss Islington... [3.14] gh-121946: Use clang-20 for TSan build (GH-14857...
2026-04-19  Miss Islington... [3.14] Prevent GitHub's web conflict editor from conver...
2026-04-19  Miss Islington... [3.14] gh-133403: Add type annotations to generate_leve...
2026-04-18  Miss Islington... [3.14] gh-148653: Fix reference leaks in test_marshal...
2026-04-18  Serhiy Storchaka[3.14] gh-148653: Fix some marshal errors related to...
2026-04-18  Miss Islington... [3.14] gh-148222: Fix NULL dereference bugs in generica...
2026-04-17  Miss Islington... [3.14] gh-148651: Fix refcount leak in _zstd decompress...
2026-04-16  Miss Islington... [3.14] gh-148535: Don't use gcc -fprofile-update=atomic...
2026-04-16  Jelle Zijlstra[3.14] gh-137814: Fix __qualname__ of __annotate__...
2026-04-15  Miss Islington... Add PyManager documentation for index signatures (GH...
2026-04-15  Miss Islington... [3.14] gh-100305: Deemphasize that `ast.literal_eval...
2026-04-15  Miss Islington... [3.14] Docs: Use bash lexer for http.server CLI command...
2026-04-15  Miss Islington... [3.14] tiny edit, fix a couple of minor typos in enum...
2026-04-15  Miss Islington... [3.14] gh-137335: remove a mktemp use in multiprocessin...
2026-04-14  Miss Islington... [3.14] gh-148186: Improve `assertCountEqual` descriptio...
2026-04-14  Miss Islington... [3.14] gh-72406: Document argument ordering in argparse...
2026-04-14  Miss Islington... [3.14] gh-148192: Fix Generator._make_boundary behavior...
2026-04-14  Miss Islington... [3.14] gh-148487: Fix issues in `test_add_python_opts...
2026-04-14  Miss Islington... [3.14] gh-148508: Add resilience to SSL preauth tests...
2026-04-13  Miss Islington... [3.14] gh-148370: prevent quadratic behavior in `config...
2026-04-13  Miss Islington... [3.14] gh-146139: Disable `socketpair` authentication...
2026-04-13  Miss Islington... [3.14] InternalDocs: Correct struct path for latin1...
2026-04-13  Miss Islington... [3.14] gh-148393: Use acquire load for _ma_watcher_tag...
2026-04-13  Miss Islington... [3.14] Fix "encodings" typo in argparse.FileType docume...
2026-04-13  Miss Islington... [3.14] gh-148395: Fix a possible UAF in `{LZMA,BZ2...
2026-04-13  Miss Islington... [3.14] gh-146450: Ensure Android gradle build uses...
2026-04-13  Miss Islington... [3.14] tests: use errno.EBADF instead of hardcoded...
2026-04-12  Miss Islington... [3.14] gh-105936: Properly update closure cells for...
2026-04-12  Miss Islington... [3.14] gh-146313: Fix multiprocessing ResourceTracker...
2026-04-12  Miss Islington... [3.14] gh-148393: Use atomic ops on _ma_watcher_tag...
2026-04-12  Miss Islington... [3.14] gh-148208: Fix recursion depth leak in `PyObject...
2026-04-12  Miss Islington... [3.14] gh-147965: Add shutdown() to multiprocessing...
2026-04-12  Miss Islington... [3.14] gh-148337: Document `importlib.resources` securi...
2026-04-12  Hugo van Kemenade[3.14] Default GHA permissions to `contents: read`...
2026-04-12  Miss Islington... [3.14] gh-146333: Fix quadratic regex backtracking...
2026-04-11  Miss Islington... [3.14] gh-145105: Fix crash in csv.reader with re-entra...
2026-04-11  Miss Islington... [3.14] gh-146264: Use static HACL deps for static modul...
2026-04-11  Kumar Aditya[3.14] gh-142518: add thread safety docs for dict and...
2026-04-11  Miss Islington... [3.14] gh-148320: document that `import sys.monitoring...
2026-04-10  Kumar Aditya[3.14] gh-148037: remove critical section from `PyCode_...
2026-04-10  Miss Islington... [3.14] gh-148284: Block inlining of gigantic functions...
2026-04-10  Hugo van Kemenade[3.14] Fix mixed line endings with pre-commit (GH-14833...
2026-04-10  Miss Islington... [3.14] gh-145831: email.quoprimime: `decode()` leaves...
2026-04-09  Miss Islington... [3.14] gh-148091: clarify asyncio.Future.cancel(msg...
2026-04-09  Hugo van Kemenade[3.14] gh-148254: Use singular "sec" in timeit verbose...
2026-04-09  Miss Islington... [3.14] gh-148067: Fix typo in asyncio event loop docs...
2026-04-09  Miss Islington... [3.14] gh-148274: properly handle result from `PyObject...
2026-04-09  Miss Islington... [3.14] gh-106318: Add example for str.swapcase() method...
2026-04-09  Miss Islington... [3.14] gh-148250: Mention str subclasses in PyUnicodeWr...
2026-04-09  Miss Islington... [3.14] gh-146646: Document that glob functions suppress...
2026-04-08  Miss Islington... [3.14] gh-70039: smtplib: store the server name in...
2026-04-08  Miss Islington... [3.14] Minor edit: Four space indent in example (gh...
2026-04-07  Miss Islington... [3.14] gh-146458: Fix REPL height and width tracking...
2026-04-07  Hugo van KemenadePost 3.14.4
2026-04-07  Hugo van KemenadePython 3.14.4 v3.14.4
2026-04-07  Hugo van Kemenade[3.14] GH-146128: Remove the buggy AArch64 "33rx" reloc...
2026-04-07  Miss Islington... [3.14] gh-146121: Clarify security model of pkgutil...
2026-04-07  Gregory P.... [3.14] gh-144503: Pass sys.argv to forkserver as real...
2026-04-07  Miss Islington... [3.14] gh-137586: Open external osascript program with...
2026-04-06  Miss Islington... [3.14] gh-146613: Fix re-entrant use-after-free in...
2026-04-06  Miss Islington... [3.14] gh-148157: Check for `_PyPegen_add_type_comment_...
2026-04-06  Miss Islington... [3.14] Docs: Update "Installing Python modules" (GH...
2026-04-06  Miss Islington... [3.14] gh-144418: Increase Android testbed emulator...
2026-04-05  Miss Islington... [3.14] gh-148144: Initialize visited on copied interpre...
2026-04-05  Miss Islington... [3.14] gh-145098: Use `macos-15-intel` instead of unsta...
2026-04-05  Miss Islington... [3.14] gh-94632: document the subprocess need for extra...
2026-04-04  Ezio Melotti[3.14] Add `permissions: {}` to all reusable workflows...
2026-04-04  Miss Islington... [3.14] Docs: Standardize documentation authors (GH...
2026-04-04  Miss Islington... [3.14] Docs: Fix a typo in the 'Non-ASCII characters...
2026-04-04  Miss Islington... [3.14] Regex HOWTO: invalid string literals result...
2026-04-04  Miss Islington... [3.14] gh-145883: Fix two heap-buffer-overflows in...
2026-04-04  Miss Islington... [3.14] gh-148074: Fix `typeobject.c` missing error...
2026-04-04  Miss Islington... [3.14] gh-145098: Use `macos-15-intel` instead of unsta...
2026-04-04  Miss Islington... [3.14] gh-143394: Skip pyrepl test_no_newline() basic...
2026-04-04  Miss Islington... [3.14] gh-146450: Normalise feature set of Android...
2026-04-04  Russell Keith... [3.14] gh-146541: Allow building the Android testbed...
2026-04-03  Miss Islington... [3.14] gh-126676: Expand argparse docs for type=bool...
2026-04-03  Miss Islington... [3.14] gh-143930: Tweak the exception message and incre...
2026-04-03  Miss Islington... [3.14] gh-125895: Fix static asset location for `sphinx...
2026-04-03  Miss Islington... [3.14] gh-148022: Add threat model to remote debugging...
2026-04-03  Miss Islington... [3.14] gh-146907: Clarify ABI compatibility between...
2026-04-02  Miss Islington... [3.14] gh-142533: Document CRLF injection vulnerabiliti...
2026-04-02  William Woodruff[3.14] gh-146488: hash-pin all action references (gh...
next