]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
2026-04-04  Kumar Adityagh-131798: split recursion check to _CHECK_RECURSION_LI...
2026-04-04  Serhiy Storchakagh-148016: Improve "Leading padding not allowed" error...
2026-04-04  Serhiy Storchakagh-148029: Fix error message for invalid number of...
2026-04-04  Kumar Adityagh-131798: relax GUARD_CALLABLE checks for self type...
2026-04-04  Kumar Adityagh-131798: JIT inline function addresses of builtin...
2026-04-04  Russell Keith... gh-146450: Normalise feature set of Android build scrip...
2026-04-04  Robert Kirkmangh-146541: Allow building the Android testbed for 32...
2026-04-03  Chris EiblGH-146210: Fix building the jit stencils on Windows...
2026-04-03  Joshua Swansongh-126676: Expand argparse docs for type=bool with...
2026-04-03  Hugo van Kemenadegh-145098: Use `macos-15-intel` instead of unstable...
2026-04-03  Hai Zhugh-146073: Add fitness/exit quality mechanism for JIT...
2026-04-03  Łukasz Langagh-143930: Tweak the exception message and increase...
2026-04-03  Pieter Eendebakgh-146640: Optimize int operations by mutating uniquely...
2026-04-03  Stan Ulbrychgh-125895: Fix static asset location for `sphinx-notfou...
2026-04-03  Pablo Galindo... gh-148022: Add threat model to remote debugging docs...
2026-04-03  Jakub Kulíktest_copy_dir_no_read_permission requires non root...
2026-04-03  Miikka Koskinengh-80642: timeit - make target time of autorange config...
2026-04-03  Neil SchemenauerGH-147985: Use lock-free lookup in `PySet_Contains...
2026-04-02  Tadej Magajnagh-142533: Document CRLF injection vulnerabilities...
2026-04-02  Sergey MiryanovGH-145247: Use _PyTuple_FromPair in Modules (part 2...
2026-04-02  Sergey MiryanovGH-145247: Use _PyTuple_FromPair in Modules (part 1...
2026-04-02  Ken Jingh-139038: Update JIT results in preparation for 3...
2026-04-02  Jakub KulíkMove root user checks to test.support (#146195)
2026-04-02  Petr ViktorinGH-126910: Revert "Make `_Py_get_machine_stack_pointer...
2026-04-02  Ma Yukungh-146613: Fix re-entrant use-after-free in `itertools...
2026-04-02  Victor Stinnergh-147988: Initialize digits in long_alloc() in debug...
2026-04-02  Petr Viktoringh-146636: Py_mod_abi mandatory for modules created...
2026-04-02  Victor Stinnergh-143394: Skip pyrepl test_no_newline() basic REPL...
2026-04-02  Russell Keith... gh-146444: Remove legacy iOS folder (#147993)
2026-04-01  Locked-chess... gh-146656: properly raise `NotImplementedError` instead...
2026-04-01  Sergey B Kirpichevgh-143050: Add helper _PyLong_InitTag() (#147956)
2026-04-01  Yongtao Huanggh-147960: Fix memory leak in crossinterp _tuple_shared...
2026-04-01  Peter SuttonDocs: Use !r in __repr__ example (gh-146273)
2026-04-01  Mark ShannonGH-126910: Make `_Py_get_machine_stack_pointer` return...
2026-04-01  Hugo van Kemenadegh-146488: hash-pin check-html-ids action references...
2026-04-01  konstigh-146907: Clarify ABI compatibility between debug...
2026-04-01  Petr Viktoringh-146636: PEP 803: add Py_TARGET_ABI3T and .abi3t...
2026-04-01  Stan Ulbrychgh-145000: Run `check-html-ids.py` in CI (#145632)
2026-04-01  Stan UlbrychIncrease dependabot interval to quarterly (#147959)
2026-04-01  William Woodruffgh-146488: hash-pin all action references
2026-04-01  Victor Stinnergh-146479: Skip test_frame_pointer_unwind for gcc ...
2026-04-01  Serhiy Storchakagh-147944: Increase range of bytes_per_sep (GH-147946)
2026-04-01  Serhiy Storchakagh-146431: Add the wrapcol and ignorechars parameters...
2026-04-01  dependabot... build(deps): bump qs from 6.14.0 to 6.15.0 in /Platform...
2026-03-31  Boy StevenDocs: fill in descriptor C API docs (GH-146644)
2026-03-31  Stan Ulbrychgh-147856: Allow the 'count' argument of `bytes.replace...
2026-03-31  Ken Jingh-139109: Document the trace recording interpreter...
2026-03-31  Sergey B Kirpichevgh-143050: Correct PyLong_FromString() to use _PyLong_N...
2026-03-31  Hugo van Kemenadegh-141510: Support `frozendict` in `plistlib` (#145590)
2026-03-31  Pieter Eendebakgh-145563: Add thread-safety annotation for PyCapsule...
2026-03-31  Thomas Kowalskigh-145458: use `self.skip_idle` consistently in the...
2026-03-31  sunmy2019gh-146615: Fix format specifiers in Objects/ directory...
2026-03-31  sunmy2019gh-146615: Fix format specifiers in Python/ directory...
2026-03-31  sunmy2019gh-146615: Fix format specifiers in test cextensions...
2026-03-31  sunmy2019gh-146615: Fix format specifiers in extension modules...
2026-03-31  sunmy2019gh-146615: Fix crash in __get__() for METH_METHOD descr...
2026-03-30  Hood Chathamgh-146376: Reduce timeout in Emscripten GHA workflow...
2026-03-30  Brandongh-146442: Fix various bugs in compiler pipeline (...
2026-03-30  Sergey B Kirpichevgh-146238: Support half-floats in the array module...
2026-03-30  Serhiy Storchakagh-145056: Add support for merging collections.UserDict...
2026-03-30  Serhiy Storchakagh-145056: Fix merging of collections.OrderedDict and...
2026-03-30  Cody Maloneygh-139633: Run netrc file permission check only once...
2026-03-30  Neko Asakuragh-144270: Make SubElement parent and tag positional...
2026-03-30  Kumar Adityagh-146558: JIT optimize dict access for objects with...
2026-03-30  Chris Eiblgh-139922: always run MSVC 64-bit tail-calling CI ...
2026-03-30  Victor Stinnergh-126835: Fix _PY_IS_SMALL_INT() macro (#146631)
2026-03-30  Kumar Adityagh-146587: fix type slot assignment incase of multiple...
2026-03-30  ivonastojanovicgh-138122: Add differential flame graph (#145785)
2026-03-30  Hood Chathamgh-146416: Emscripten: Improve standard stream handling...
2026-03-30  Russell Keith... gh-146444: Don't package as part of iOS 'build hosts...
2026-03-30  Marcel Telkagh-138850: Add --disable-epoll to configure (GH-145768)
2026-03-30  Victor Stinnergh-146444: Make Platforms/Apple/ compatible with Python...
2026-03-30  Sanyam Khuranagh-138577: Fix keyboard shortcuts in getpass with echo_...
2026-03-30  Ramin Farajpour... gh-146556: Fix infinite loop in annotationlib.get_annot...
2026-03-29  cuigh-146579: _zstd: Fix decompression options dict error...
2026-03-29  Stan Ulbrychgh-146083: Upgrade bundled Expat to 2.7.5 (#146085)
2026-03-29  Bénédikt Trangh-146080: fix a crash in SNI callbacks when the SSL...
2026-03-29  Bénédikt Trangh-146090: fix memory management of internal `sqlite3...
2026-03-29  Serhiy Storchakagh-145876: Do not mask KeyErrors raised during dictiona...
2026-03-29  Chris Eiblgh-146004: fix test_args_from_interpreter_flags on...
2026-03-28  Pieter Eendebakgh-139003: Use frozenset for module level attributes...
2026-03-28  Sergey MiryanovGH-146527: Add more data to GC statistics and add it...
2026-03-28  Stan Ulbrych`_pyrepl/pager.py`: call `less` with `--clear-screen...
2026-03-28  Jonathan Dunggh-146544: Fix `asyncio.Queue` docstring ambiguity...
2026-03-28  Ned BatchelderDocs: don't rely on implicit 'above' directions in...
2026-03-28  Gregory P.... gh-146004: propagate all -X options to multiprocessing...
2026-03-28  Donghee Nagh-146381: Constant-fold frozendict subscript lookups...
2026-03-28  Sergey MiryanovGH-145247: Use _PyTuple_FromPair[Steal] in Objects...
2026-03-27  Bartosz Sławeckigh-145059: Record lazy modules without submodules in...
2026-03-27  Bartosz Sławeckigh-145057: Fix test names and comments to reflect ...
2026-03-27  Imgyu Kimgh-146310: Fix ensurepip to treat empty WHEEL_PKG_DIR...
2026-03-27  Ken Jingh-126910: Verify that JIT stencils preserve frame...
2026-03-27  Diego RussoGH-126910: avoid reading the FP for getting the SP...
2026-03-27  Diego RussoGH-126910: reserve FP on AArch64 when generating JIT...
2026-03-27  Sergey B KirpichevMention _Float16 (type from Annex H of the C23) in...
2026-03-27  Neko Asakuragh-145866: Convert `LIST_EXTEND` to leave its inputs...
2026-03-27  moktamdgh-146507: cache the buffer size for `SelectorTransport...
2026-03-27  Brandongh-146388: Add null check for `sym_new(ctx)` in `make_b...
2026-03-27  Sam Jamesgh-85332: Support cross-compiling for GNU/Hurd (#146094)
2026-03-27  Pieter Eendebakgh-123471: Make `itertools.zip_longest` safe in the...
next