]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
2026-02-24  Arjit Singh... gh-143304: Fix ctypes.CDLL to honor handle parameter...
2026-02-24  Serhiy Storchakagh-137335: Fix unlikely name conflicts for named pipes...
2026-02-24  Serhiy Storchakagh-66305: Fix a hang on Windows in the tempfile module...
2026-02-24  Serhiy Storchakagh-101178: Fix possible integer overflow in Ascii85...
2026-02-24  Stan Ulbrych`_struct.c`: Fix UB from integer overflow in `prepare_s...
2026-02-23  Philipp A.gh-110937: Document full public importlib.metadata...
2026-02-23  Chris Eiblgh-145110: Fix cleaning of PGO builds in Windows build...
2026-02-23  Steve DowerUpdate Python install manager docs (GH-145160)
2026-02-23  Stan Ulbrychgh-145118: Add `frozendict` support to `str.maketrans...
2026-02-23  Raymond HettingerIndexing is more straight-forward (and faster) than...
2026-02-23  Savannah OstrowskiAdd Savannah as `jit.yml` CODEOWNER (#145152)
2026-02-23  Savannah OstrowskiUpdate argparse `suggest_on_error` code snippet in...
2026-02-23  Sam Grossgh-144777: Fix data races in IncrementalNewlineDecoder...
2026-02-23  Peter Biermagh-141004: Document `PyModuleDef_Type` (GH-145043)
2026-02-23  Victor Stinnergh-145089: Fix frozendict constructor (#145128)
2026-02-23  Gregory P.... gh-144015: Add portable SIMD optimization for bytes...
2026-02-23  dgpbgh-145131: difflib.Differ._fancy_replace performance...
2026-02-22  Hai Zhugh-145064: Fix JIT assertion failure during CALL_ALLOC...
2026-02-22  Savannah OstrowskiRefactor jit.yml (#144577)
2026-02-22  Chris EiblFix warnings on main (GH-145104)
2026-02-22  Rudi Heitbaumgh-145092: Fix compiler warning for memchr() and wcschr...
2026-02-21  Victor Stinnergh-145076: Check globals type in __lazy_import__()...
2026-02-21  Victor Stinnergh-141510: Change dict_unhashable_type() error message...
2026-02-21  Victor Stinnergh-141510: Test frozendict in test_capi.test_dict ...
2026-02-21  Victor Stinnergh-141510: Check argument in PyDict_Contains() (#145083)
2026-02-21  Stan Ulbrychgh-66802: Add `unicodedata.block()` function (#145042)
2026-02-21  Victor Stinnergh-141510: Check argument in PyDict_MergeFromSeq2(...
2026-02-21  Victor Stinnergh-141510: Support frozendict in pprint (#144908)
2026-02-21  Victor Stinnergh-141510: Test frozendict C API (#145081)
2026-02-21  Victor Stinnergh-141510: Fix copy.deepcopy() for recursive frozendict...
2026-02-21  Raymond HettingerUse `lazy` imports in `collections` (gh-145054)
2026-02-21  Stan Ulbrychgh-145058: Add input validation to `_PyImport_LazyImpor...
2026-02-21  Bartosz Sławeckigh-144285: Update *What's New* entry after GH-144299...
2026-02-21  Victor Stinnergh-141510: Fix test_xpickle for Python 3.14 and older...
2026-02-21  Bénédikt Trangh-141226: Deprecate PEP-456 support for embedders...
2026-02-21  Bénédikt Trangh-142516: fix reference leaks in `ssl.SSLContext`...
2026-02-21  Victor Stinnergh-141510, PEP 814: Add frozendict support to json...
2026-02-21  Bénédikt Trangh-143698: correctly check `scheduler` and `setpgroup...
2026-02-21  Victor Stinnergh-141510, PEP 814: Add frozendict support to pickle...
2026-02-21  Mohsin Mehmoodgh-144694: Fix re.Match.group() doc claiming [1..99...
2026-02-21  Rafael Santosgh-145028: Fix blake2 tests in test_hashlib when it...
2026-02-21  Peter Biermagh-144748: Document 3.12 and 3.14 changes to `PyErr_Che...
2026-02-20  Sam Grossgh-144809: Make deque copy atomic in free-threaded...
2026-02-20  Stan UlbrychFix errors in `CODEOWNERS` (#145049)
2026-02-20  Alpergh-144981: Make PyUnstable_Code_SetExtra/GetExtra threa...
2026-02-20  Raymond HettingerSimplify summary tables in the itertools docs (gh-145050)
2026-02-20  Peter Biermagh-141811: Split up `init.rst` into multiple pages...
2026-02-20  Anton RyzhovUpdate comments in `_strptime` module (GH-144979)
2026-02-19  Ned BatchelderDocs: remove unneeded author attributions (#145002)
2026-02-19  J BergCorrect MAX_N in Lib/zipfile ZipExtFile (GH-144973)
2026-02-19  Victor Stinnergh-141510: Document ParameterizedMIMEHeader.params...
2026-02-19  Shamilgh-144986: Fix memory leak in atexit.register() (#144987)
2026-02-19  Peter BiermaAdd myself as a codeowner for the C API documentation...
2026-02-19  Chris Eiblgh-100239: Use ``PyFloat_AS_DOUBLE`` and `_PyLong_IsZer...
2026-02-19  Robsdedudegh-144156: Fix email header folding concatenating encod...
2026-02-19  Chris EiblGH-144679: Switch to windows-2025-vs2026 build image...
2026-02-19  Stan Ulbrych`compute-changes.py`: Fix & test `process_changed_files...
2026-02-19  Chris EiblGH-144679: MSVC tailcall CI no longer needs to specify...
2026-02-19  Filipe LaínsGH-134872: add ModuleNotFoundError suggestions (#142512)
2026-02-19  Filipe Laínsgh-139899: Introduce MetaPathFinder.discover and PathEn...
2026-02-19  Petr Viktoringh-84393: Remove AIX workaround: re-enable posix_fadvis...
2026-02-19  Donghee Nagh-141510: Update ftscalingbench to support frozendict...
2026-02-19  David Petergh-144702: Use standard terminology in class pattern...
2026-02-19  Donghee Nagh-141510: Update Whats News for frozendict (gh-144961)
2026-02-19  Chris EiblGH-144679: When building with VS 2026 on Windows, use...
2026-02-19  Mark ShannonGH-144651: Optimize the new uops added when recording...
2026-02-19  Stan UlbrychRemove unused :platform: in module's docs (GH-144988)
2026-02-19  Ken Jingh-144888: Don't invalidate executors during function...
2026-02-19  Sam Grossgh-144969: Document that the free threading GC can...
2026-02-18  Victor Stinnergh-141510: Replace MappingProxyType with frozendict...
2026-02-18  Victor Stinnergh-141510: Fix frozendict.fromkeys() for dict subclasse...
2026-02-18  Donghee Nagh-141510: Update specializer to support frozendict...
2026-02-18  Serhiy Storchakagh-135573: Add tests for pickle opcodes with wrong...
2026-02-18  Victor Stinnergh-144763: Don't detach the GIL in tracemalloc (#144779)
2026-02-18  Victor Stinnergh-141510: Fix frozendict.fromkeys() for subclasses...
2026-02-18  Victor Stinnergh-141510: Add can_modify_dict() in dictobject.c (...
2026-02-18  Victor Stinnergh-141510: Add frozendict fast-path to the set type...
2026-02-18  Stan UlbrychDatetime: Tidy up docs (GH-144720)
2026-02-18  Ruslan Gilfanovgh-124748: Fix handling kwargs in `WeakKeyDictionary...
2026-02-18  Petr Viktoringh-141984: Reword and reorganize the first part of...
2026-02-18  Serhiy Storchakagh-140652: Fix a crash in _interpchannels.list_all...
2026-02-18  Pieter Eendebakgh-141510: Implement copy and deepcopy for frozendict...
2026-02-18  Serhiy Storchakagh-135573: Make pickled lists, sets and dicts a tiny...
2026-02-18  Serhiy Storchakagh-144386: Update equivalent code for "with", "async...
2026-02-18  Serhiy Storchakagh-144882: Optimize name tables in unicodedata by exclu...
2026-02-18  Stan Ulbrychgh-142224: unicodedata: support bidi classes for unassi...
2026-02-18  Ned BatchelderDocs: an "improve this page" feature (#144939)
2026-02-18  Stan UlbrychDocs: Remove unnecessary entry from `nitpick_ignore...
2026-02-18  Stan UlbrychMove CODEOWNERS rule from devguide (GH-144924)
2026-02-18  Kumar Adityagh-144914: use `mimalloc` for raw allocations on free...
2026-02-17  Victor Stinnergh-141510: Mention frozendict in dict documentation...
2026-02-17  Donghee Nagh-141510: Optimize {frozen}dict.fromkeys for frozendic...
2026-02-17  Stan Ulbrychgh-141510: Update `test_xpickle` for `frozendict` ...
2026-02-17  Victor Stinnergh-141510: Change repr(frozendict) for empty dict ...
2026-02-17  Victor Stinnergh-141510: Optimize hash(frozendict) (#144919)
2026-02-17  Sam Grossgh-144438: Fix false sharing between QSBR and tlbc_inde...
2026-02-17  Donghee Nagh-141510: Remove unncessary lock holding for frozendic...
2026-02-17  Donghee Nagh-141510: Update mp_length of frozendict to use non...
2026-02-17  Hugo van KemenadeEnable CPU tests on default ARM build (#144743)
2026-02-17  Victor Stinnergh-141510, PEP 814: Add built-in frozendict type (...
next