]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
2026-05-04  Miss Islington... [3.14] gh-147998: Fix possible memory leak in _pop_pres...
2026-05-04  Miss Islington... [3.14] gh-148418: Fix a possible reference leak in...
2026-05-04  Miss Islington... [3.14] gh-87245: Improve IPv6Address.ipv4_mapped docume...
2026-05-04  Miss Islington... [3.14] gh-149351: Avoid possible broken macOS framewor...
2026-05-04  Miss Islington... [3.14] gh-148093: Raise binascii.Error from binascii...
2026-05-04  Savannah Ostrowski[3.14] GH-146475: Block Apple Clang for building JIT...
2026-05-03  Zachary Ware[3.14] gh-149254: Update CI to use latest OpenSSL versi...
2026-05-03  Zachary Ware[3.14] gh-149254: Update Windows builds to OpenSSL...
2026-05-03  Miss Islington... [3.14] gh-149267: Document ast.Constant.kind attribute...
2026-05-03  Miss Islington... [3.14] gh-148063: documentation: move ast.compare from...
2026-05-03  Miss Islington... [3.14] Ignore `/jit_unwind_info*.h` from git (GH-149311...
2026-05-02  Jelle Zijlstra[3.14] gh-149221: Sync random.py with main branch ...
2026-05-02  Miss Islington... [3.14] gh-149285: Increase recursion depth for `test_xm...
2026-05-02  lighting9999[3.14]gh-149221:Fix binomialvariate Function for random...
2026-05-02  Miss Islington... [3.14] gh-148914: Fix memoization of in-band PickleBuff...
2026-05-02  Russell Keith... [3.14] gh-149254: Bump OpenSSL versions for iOS and...
2026-05-02  Ned Deily[3.14] gh-149254: Update macOS installer to use OpenSSL...
2026-05-02  Miss Islington... [3.14] gh-149117: Set `ImportError.name` on errors...
2026-05-01  Dino Viehland[3.14] gh-149242: Heap size should be added at end...
2026-05-01  Miss Islington... [3.14] Fix source link in `Doc/howto/descriptor.rst...
2026-05-01  Hugo van Kemenade[3.14] gh-148726: Document the GC change in What's...
2026-05-01  Stan Ulbrych[3.14] gh-148390: fix undefined behavior of `memoryview...
2026-05-01  Miss Islington... [3.14] gh-148967: Fix FFI type pointer handling for...
2026-05-01  Petr Viktorin[3.14] gh-111264: Add a note about untrusted input...
2026-04-30  Miss Islington... [3.14] gh-148518 fix index error in local part attribut...
2026-04-30  Stan Ulbrych[3.14] Remove dead links to `pkg_resources` in `importl...
2026-04-30  Miss Islington... [3.14] bpo-39100: _header_value_parser: do not treat...
2026-04-30  Miss Islington... [3.14] gh-149122: Fix refleak in codegen (GH-149179...
2026-04-29  Miss Islington... [3.14] gh-149148: Upgrade bundled pip to 26.1 (GH-14915...
2026-04-29  Miss Islington... [3.14] gh-148740: Fix `uuid` CLI with custom UUIDs...
2026-04-29  Miss Islington... [3.14] gh-149122: Fix segfault in compiler when certain...
2026-04-29  Sergey Miryanov[3.14] GH-148726: Add heap_size to _gc_runtime_state...
2026-04-29  Miss Islington... [3.14] gh-97032: avoid test_squeezer crash on macOS...
2026-04-29  Miss Islington... [3.14] gh-148169: Fix webbrowser `%action` substitution...
2026-04-29  Miss Islington... [3.14] gh-140287: Handle `PYTHONSTARTUP` script excepti...
2026-04-28  Stan Ulbrych[3.14] gh-149017: Upgrade bundled Expat to 2.8.0 (GH...
2026-04-28  Miss Islington... [3.14] gh-149035: Modernize legacy Python patterns...
2026-04-27  Miss Islington... [3.14] gh-148529: Minor improvements of the struct...
2026-04-27  Miss Islington... [3.14] gh-148663: Document that `calendar.IllegalMonthE...
2026-04-27  Miss Islington... [3.14] gh-146581: Fix vulnerability in shutil.unpack_ar...
2026-04-27  Thomas Kowalski[3.14] Un-skip previously-broken `test_get_type_hints_m...
2026-04-27  Gregory P.... [3.14] Improve `hash()` builtin docstring with caveats...
2026-04-27  Miss Islington... [3.14] gh-82665 Mention that HTMLParser.handle_starttag...
2026-04-27  Miss Islington... [3.14] Document that multiprocessing treats local same...
2026-04-26  Sergey Miryanov[3.14] GH-148726: Forward-port generational GC (#148720)
2026-04-26  Miss Islington... [3.14] gh-146455: Fix O(N²) in add_const() after consta...
2026-04-26  Miss Islington... [3.14] gh-141473: Speed up subprocess test_communicate_...
2026-04-25  Miss Islington... [3.14] gh-148947: dataclasses: fix error on empty __cla...
2026-04-25  Miss Islington... [3.14] gh-148973: fix segfault on mismatch between...
2026-04-24  Miss Islington... [3.14] gh-148735: Fix a UAF in `Element.findtext()...
2026-04-24  Miss Islington... [3.14] Additional itertool recipes for running statisti...
2026-04-23  Sam Gross[3.14] gh-113956: Make intern_common thread-safe in...
2026-04-23  Miss Islington... [3.14] gh-132631: Fix "I/O operation on closed file...
2026-04-23  Miss Islington... [3.14] gh-148484: Fix memory leak of iterator in array...
2026-04-23  Miss Islington... [3.14] gh-148464: Add missing ``__ctype_le/be__`` attri...
2026-04-23  Miss Islington... [3.14] gh-148680: Replace internal names with type_repr...
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...
next