]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
6 hours ago  Stan Ulbrych[3.14] gh-149017: Upgrade bundled Expat to 2.8.0 (GH... 3.14
15 hours ago  Miss Islington... [3.14] gh-149035: Modernize legacy Python patterns...
24 hours ago  Miss Islington... [3.14] gh-148529: Minor improvements of the struct...
24 hours ago  Miss Islington... [3.14] gh-148663: Document that `calendar.IllegalMonthE...
24 hours ago  Miss Islington... [3.14] gh-146581: Fix vulnerability in shutil.unpack_ar...
27 hours ago  Thomas Kowalski[3.14] Un-skip previously-broken `test_get_type_hints_m...
28 hours ago  Gregory P.... [3.14] Improve `hash()` builtin docstring with caveats...
29 hours ago  Miss Islington... [3.14] gh-82665 Mention that HTMLParser.handle_starttag...
42 hours ago  Miss Islington... [3.14] Document that multiprocessing treats local same...
2 days ago  Sergey Miryanov[3.14] GH-148726: Forward-port generational GC (#148720)
2 days ago  Miss Islington... [3.14] gh-146455: Fix O(N²) in add_const() after consta...
2 days ago  Miss Islington... [3.14] gh-141473: Speed up subprocess test_communicate_...
3 days ago  Miss Islington... [3.14] gh-148947: dataclasses: fix error on empty __cla...
3 days ago  Miss Islington... [3.14] gh-148973: fix segfault on mismatch between...
3 days ago  Miss Islington... [3.14] gh-148735: Fix a UAF in `Element.findtext()...
4 days ago  Miss Islington... [3.14] Additional itertool recipes for running statisti...
5 days ago  Sam Gross[3.14] gh-113956: Make intern_common thread-safe in...
5 days ago  Miss Islington... [3.14] gh-132631: Fix "I/O operation on closed file...
5 days ago  Miss Islington... [3.14] gh-148484: Fix memory leak of iterator in array...
5 days ago  Miss Islington... [3.14] gh-148464: Add missing ``__ctype_le/be__`` attri...
5 days ago  Miss Islington... [3.14] gh-148680: Replace internal names with type_repr...
5 days ago  Miss Islington... [3.14] gh-90309: Base64-encode cookie values embedded...
5 days ago  Miss Islington... [3.14] gh-148892: Drop mention of deprecated cibuildwhe...
5 days ago  Miss Islington... [3.14] gh-119180: Document the `format` parameter in...
5 days ago  Miss Islington... [3.14] gh-142965: Fix Concatenate documentation to...
5 days ago  Miss Islington... [3.14] gh-146553: Fix infinite loop in typing.get_type_...
5 days ago  Miss Islington... [3.14] gh-145194: Fix typing in re tokenizer example...
5 days ago  Hugo van Kemenade[3.14] Add a new Sphinx `soft-deprecated` directive...
5 days ago  Stan Ulbrych[3.14] gh-148801: Fix unbound C recursion in `Element...
6 days ago  Sam Gross[3.14] gh-148820: Fix _PyRawMutex use-after-free on...
6 days ago  Miss Islington... [3.14] gh-146578: _zstd: Fix printf format for pledged...
7 days ago  Miss Islington... [3.14] gh-148808: Add boundary check to asyncio.Abstrac...
7 days ago  Miss Islington... [3.14] gh-146211: Reject CR/LF in HTTP tunnel request...
7 days ago  Miss Islington... [3.14] gh-148814: Fix an issue in Emscripten README...
8 days ago  Miss Islington... [3.14] Docs: Fix some typos in `calendar.rst` (GH-14875...
8 days ago  Miss Islington... [3.14] gh-148788: Update Emscripten example post move...
8 days ago  Miss Islington... [3.14] gh-148763: Fix paramter name in `multiprocessing...
8 days ago  Miss Islington... [3.14] gh-148779: Update Briefcase link in android...
9 days ago  Miss Islington... [3.14] gh-121946: Use clang-20 for TSan build (GH-14857...
9 days ago  Miss Islington... [3.14] Prevent GitHub's web conflict editor from conver...
9 days ago  Miss Islington... [3.14] gh-133403: Add type annotations to generate_leve...
10 days ago  Miss Islington... [3.14] gh-148653: Fix reference leaks in test_marshal...
10 days ago  Serhiy Storchaka[3.14] gh-148653: Fix some marshal errors related to...
10 days ago  Miss Islington... [3.14] gh-148222: Fix NULL dereference bugs in generica...
11 days ago  Miss Islington... [3.14] gh-148651: Fix refcount leak in _zstd decompress...
12 days ago  Miss Islington... [3.14] gh-148535: Don't use gcc -fprofile-update=atomic...
12 days ago  Jelle Zijlstra[3.14] gh-137814: Fix __qualname__ of __annotate__...
12 days ago  Miss Islington... Add PyManager documentation for index signatures (GH...
13 days ago  Miss Islington... [3.14] gh-100305: Deemphasize that `ast.literal_eval...
13 days ago  Miss Islington... [3.14] Docs: Use bash lexer for http.server CLI command...
13 days ago  Miss Islington... [3.14] tiny edit, fix a couple of minor typos in enum...
13 days ago  Miss Islington... [3.14] gh-137335: remove a mktemp use in multiprocessin...
13 days ago  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...
next