]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
15 hours ago  Miss Islington... [3.13] gh-149035: Modernize legacy Python patterns... 3.13
23 hours ago  Serhiy Storchaka[3.13] gh-148529: Minor improvements of the struct...
24 hours ago  Miss Islington... [3.13] gh-146581: Fix vulnerability in shutil.unpack_ar...
29 hours ago  Miss Islington... [3.13] gh-82665 Mention that HTMLParser.handle_starttag...
42 hours ago  Miss Islington... [3.13] Document that multiprocessing treats local same...
2 days ago  Gregory P.... [3.13] gh-105936: Properly update closure cells for...
2 days ago  Miss Islington... [3.13] gh-141473: Speed up subprocess test_communicate_...
2 days ago  Irit Katriel[3.13] gh-148973: fix segfault on mismatch between...
3 days ago  Stan Ulbrych[3.13] gh-148735: Fix a UAF in `Element.findtext()...
5 days ago  Miss Islington... [3.13] gh-132631: Fix "I/O operation on closed file...
5 days ago  Miss Islington... [3.13] gh-148484: Fix memory leak of iterator in array...
5 days ago  Miss Islington... [3.13] gh-90309: Base64-encode cookie values embedded...
5 days ago  Miss Islington... [3.13] gh-142965: Fix Concatenate documentation to...
5 days ago  Miss Islington... [3.13] gh-146553: Fix infinite loop in typing.get_type_...
5 days ago  Miss Islington... [3.13] gh-145194: Fix typing in re tokenizer example...
6 days ago  Sam Gross[3.13] gh-148820: Fix _PyRawMutex use-after-free on...
7 days ago  Miss Islington... [3.13] gh-148808: Add boundary check to asyncio.Abstrac...
8 days ago  Miss Islington... [3.13] Docs: Fix some typos in `calendar.rst` (GH-14875...
8 days ago  Miss Islington... [3.13] gh-148763: Fix paramter name in `multiprocessing...
8 days ago  Miss Islington... [3.13] gh-148779: Update Briefcase link in android...
9 days ago  Miss Islington... [3.13] gh-121946: Use clang-20 for TSan build (GH-14857...
9 days ago  Miss Islington... [3.13] Prevent GitHub's web conflict editor from conver...
10 days ago  Prakash Sellathurai[3.13] gh-148222: Fix NULL dereference bugs in generica...
10 days ago  Miss Islington... [3.13] gh-148653: Fix reference leaks in test_marshal...
10 days ago  Serhiy Storchaka[3.13] gh-148653: Fix some marshal errors related to...
12 days ago  Victor Stinner[3.13] gh-148535: Don't use gcc -fprofile-update=atomic...
13 days ago  Miss Islington... [3.13] gh-100305: Deemphasize that `ast.literal_eval...
13 days ago  Hugo van Kemenade[3.13] Docs: Use bash lexer for http.server CLI command...
13 days ago  Petr Viktorin[3.13] gh-146333: Fix quadratic regex backtracking...
13 days ago  Miss Islington... [3.13] tiny edit, fix a couple of minor typos in enum...
13 days ago  Miss Islington... [3.13] gh-137335: remove a mktemp use in multiprocessin...
13 days ago  Miss Islington... [3.13] gh-148186: Improve `assertCountEqual` descriptio...
2026-04-14  Savannah Ostrowski[3.13] gh-72406: Document argument ordering in argparse...
2026-04-14  Miss Islington... [3.13] gh-148192: Fix Generator._make_boundary behavior...
2026-04-14  Victor Stinner[3.13] gh-148487: Fix issues in `test_add_python_opts...
2026-04-14  Miss Islington... [3.13] gh-148508: Add resilience to SSL preauth tests...
2026-04-13  Miss Islington... [3.13] gh-148370: prevent quadratic behavior in `config...
2026-04-13  Miss Islington... [3.13] gh-146139: Disable `socketpair` authentication...
2026-04-13  Miss Islington... [3.13] InternalDocs: Correct struct path for latin1...
2026-04-13  Miss Islington... [3.13] Fix "encodings" typo in argparse.FileType docume...
2026-04-13  Miss Islington... [3.13] gh-148395: Fix a possible UAF in `{LZMA,BZ2...
2026-04-13  Miss Islington... [3.13] tests: use errno.EBADF instead of hardcoded...
2026-04-13  Miss Islington... [3.13] gh-146450: Ensure Android gradle build uses...
2026-04-12  Miss Islington... [3.13] gh-146313: Fix multiprocessing ResourceTracker...
2026-04-12  Miss Islington... [3.13] gh-147965: Add shutdown() to multiprocessing...
2026-04-12  Miss Islington... [3.13] gh-148337: Document `importlib.resources` securi...
2026-04-12  Hugo van Kemenade[3.13] Default GHA permissions to `contents: read`...
2026-04-11  Miss Islington... [3.13] gh-145105: Fix crash in csv.reader with re-entra...
2026-04-10  Hugo van Kemenade[3.13] Fix mixed line endings with pre-commit (GH-14833...
2026-04-10  Miss Islington... [3.13] gh-145831: email.quoprimime: `decode()` leaves...
2026-04-09  Hugo van Kemenade[3.13] gh-148254: Use singular "sec" in timeit verbose...
2026-04-09  Miss Islington... [3.13] gh-148091: clarify asyncio.Future.cancel(msg...
2026-04-09  Miss Islington... [3.13] gh-148067: Fix typo in asyncio event loop docs...
2026-04-09  Miss Islington... [3.13] gh-106318: Add example for str.swapcase() method...
2026-04-09  Miss Islington... [3.13] gh-146646: Document that glob functions suppress...
2026-04-08  Miss Islington... [3.13] gh-70039: smtplib: store the server name in...
2026-04-08  Miss Islington... [3.13] Minor edit: Four space indent in example (gh...
2026-04-07  Thomas WoutersPost 3.13.13
2026-04-07  Thomas WoutersPython 3.13.13 v3.13.13
2026-04-07  Hugo van Kemenade[3.13] GH-146128: Remove the buggy AArch64 "33rx" reloc...
2026-04-07  Miss Islington... [3.13] gh-124613: Deactivate perf support in tests...
2026-04-07  Miss Islington... [3.13] gh-146121: Clarify security model of pkgutil...
2026-04-07  Miss Islington... [3.13] gh-146613: Fix re-entrant use-after-free in...
2026-04-07  Ramin Farajpour... [3.13] gh-144984: Fix crash in Expat's `ExternalEntityP...
2026-04-07  Gregory P.... [3.13] gh-144503: Pass sys.argv to forkserver as real...
2026-04-07  Miss Islington... [3.13] gh-137586: Open external osascript program with...
2026-04-06  Miss Islington... [3.13] gh-148157: Check for `_PyPegen_add_type_comment_...
2026-04-06  Miss Islington... [3.13] Docs: Update "Installing Python modules" (GH...
2026-04-06  Miss Islington... [3.13] gh-144418: Increase Android testbed emulator...
2026-04-05  Malcolm Smith[3.13] gh-146541: Allow building the Android testbed...
2026-04-05  Hugo van Kemenade[3.13] gh-145098: Use `macos-15-intel` instead of unsta...
2026-04-05  Miss Islington... [3.13] gh-94632: document the subprocess need for extra...
2026-04-05  Ezio Melotti[3.13] Add `permissions: {}` to all reusable workflows...
2026-04-04  Stan Ulbrych[3.13] Docs: Standardize documentation authors (GH...
2026-04-04  Miss Islington... [3.13] Regex HOWTO: invalid string literals result...
2026-04-04  Miss Islington... [3.13] gh-145883: Fix two heap-buffer-overflows in...
2026-04-04  Hugo van Kemenade[3.13] gh-145098: Use `macos-15-intel` instead of unsta...
2026-04-04  Miss Islington... [3.13] gh-146450: Normalise feature set of Android...
2026-04-03  Miss Islington... [3.13] gh-126676: Expand argparse docs for type=bool...
2026-04-03  Łukasz Langa[3.13] gh-143930: Tweak the exception message and incre...
2026-04-03  Miss Islington... [3.13] gh-125895: Fix static asset location for `sphinx...
2026-04-03  Miss Islington... [3.13] gh-143394: Skip pyrepl test_no_newline() basic...
2026-04-03  Miss Islington... [3.13] gh-146907: Clarify ABI compatibility between...
2026-04-02  Miss Islington... [3.13] gh-142533: Document CRLF injection vulnerabiliti...
2026-04-02  William Woodruff[3.13] gh-146488: hash-pin all action references (gh...
2026-04-01  sunmy2019[3.13] gh-146615: Fix format specifiers in Objects...
2026-03-31  Victor Stinner[3.13] gh-143050: Correct PyLong_FromString() to use...
2026-03-31  Serhiy Storchaka[3.13] gh-146615: Fix format specifiers in extension...
2026-03-31  Miss Islington... [3.13] gh-146615: Fix crash in __get__() for METH_METHO...
2026-03-31  Serhiy Storchaka[3.13] gh-146615: Fix format specifiers in Python/...
2026-03-31  Serhiy Storchaka[3.13] gh-146615: Fix format specifiers in Objects...
2026-03-31  Serhiy Storchaka[3.13] gh-146615: Fix format specifiers in test cextens...
2026-03-30  AN Long[3.13] gh-146250: Fix memory leak in re-initialization...
2026-03-30  Hugo van Kemenade[3.13] gh-145098: Run Apple Silicon macOS CI on macos...
2026-03-29  Miss Islington... [3.13] gh-146083: Upgrade bundled Expat to 2.7.5 (GH...
2026-03-29  Miss Islington... [3.13] gh-146090: fix memory management of internal...
2026-03-29  Bénédikt Tran[3.13] gh-146080: fix a crash in SNI callbacks when...
2026-03-28  Miss Islington... [3.13] gh-146544: Fix `asyncio.Queue` docstring ambigui...
2026-03-28  Miss Islington... [3.13] Docs: don't rely on implicit 'above' directions...
2026-03-28  Malcolm Smith[3.13] gh-145616: Detect Android sysconfig ABI correctl...
next