]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
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 (...
2026-02-17  Victor Stinnergh-143637: Fix test_socket.test_sendmsg_reentrant_ancil...
2026-02-17  Mauricio Villegasgh-144782: Make sure that ArgumentParser instances...
2026-02-16  Pablo Galindo... gh-142349: Fix ast.unparse for lazy import statements...
2026-02-16  Jason Yalim... gh-140715: Add `%D` format code support to `strptime...
2026-02-16  Pablo Galindo... gh-144878: Gate PEP 810 builtins in xpickle compat...
2026-02-16  sblondonbpo-32234: Allow mailbox instances as context managers...
2026-02-16  Serhiy Storchakagh-80667: Fix Tangut ideographs names in unicodedata...
2026-02-16  Zachary Waregh-144551: Update iOS builds to use OpenSSL 3.0.19...
2026-02-16  Zachary Waregh-144551: Update Android builds to use OpenSSL 3.0...
2026-02-16  Ramin Farajpour... gh-144833: Fix use-after-free in SSL module when SSL_ne...
2026-02-16  Gregory P.... gh-86519: Add prefixmatch APIs to the re module (GH...
2026-02-15  Pablo Galindo... gh-144727: Add test for circular lazy import crash...
2026-02-15  Pablo Galindo... Format CODEOWNERS file (#144842)
2026-02-15  Pablo Galindo... gh-142349: Add CODEOWNERS for lazy imports (#144840)
2026-02-15  Kumar Adityaadd whatsnew entry for `PyUnstable_SetImmortal` and...
2026-02-15  Ramin Farajpour... gh-144759: Fix undefined behavior from NULL pointer...
2026-02-14  Benedikt Johannesgh-144822: remove redundant decref in `codegen.c` ...
2026-02-14  Chris Eiblfix warnings in jit builds (GH-144817)
2026-02-14  Chris Eiblremove unused _PyFunction_LookupByVersion (GH-144814)
2026-02-14  Yileigh-144766: Fix a crash in fork child process when perf...
2026-02-14  Marc Muellergh-138912: Improve MATCH_CLASS opcode performance ...
2026-02-13  Zachary Waregh-144551: Update various CI jobs to OpenSSL 3.5 (GH...
2026-02-13  Zachary Waregh-144551: Update OpenSSL version references in Mac...
2026-02-13  Zachary Waregh-144551: Update Windows builds to use OpenSSL 3.5...
2026-02-13  Rafael Weingartner... gh-136672: Docs: Move parts of Enum HOWTO to API Docs...
2026-02-13  Zachary Waregh-144551: Update CI to use latest OpenSSL versions...
2026-02-13  Zachary Waregh-144551: Update Windows builds to use OpenSSL 3.0...
2026-02-13  Colin McAllistergh-144787: [tests] Allow TLS v1.2 to be minimum version...
2026-02-13  Priyanshu Singhgh-143637: Fix re-entrant mutation of ancillary data...
2026-02-12  Robsdedudegh-144706: Warn against using synchronization primitive...
2026-02-12  Seth Michael... gh-143916: Allow HTAB in wsgiref header values
2026-02-12  Victor Stinnergh-135906: Test more internal headers in test_cext...
2026-02-12  Jamesgh-80667: Fix case-sensitivity of some Unicode literal...
2026-02-12  Victor Stinnergh-121617: Include <string.h> for Py_CLEAR() macro...
2026-02-12  Victor Stinnergh-138744: Upgrade Windows to 2025 in GitHub Actions...
2026-02-12  Bartosz Sławeckigh-144285: Improve `AttributeError` attribute suggestio...
2026-02-12  Pablo Galindo... gh-142349: Fix refcount corruption in lazy import speci...
2026-02-12  Stan Ulbrychgh-57095: Add note about input splitting in `datetime...
2026-02-12  Stan UlbrychAdd missing step to `Modules/expat/refresh.sh` instruct...
2026-02-12  Pablo Galindo... gh-142349: Fix build errors from PEP 810 (#144726)
2026-02-12  Adorilson Bezerragh-106318: Fix incorrectly rendered code block in ...
2026-02-12  Pablo Galindo... gh-142349: Implement PEP 810 - Explicit lazy imports...
2026-02-12  Roman Volosatovsgh-144675: update to WASI SDK 30 (#144676)
2026-02-11  William Meehangh-84424: Use numeric_changed for UCD.numeric (GH-19457)
2026-02-11  Victor Stinnergh-141563: Enable test_cppext internal C API tests...
2026-02-11  Ronald Eddy JrFix typos and grammar errors across documentation ...
2026-02-11  Hugo van KemenadeMerge branch 'main' of https://github.com/python/cpython
2026-02-11  Hugo van KemenadePost 3.15.0a6
2026-02-11  Kumar Adityagh-143300: implement `PyUnstable_SetImmortal` for marki...
2026-02-11  Hugo van Kemenadegh-144639: Ruff: target Python 3.14 syntax in `Lib...
2026-02-11  Lysandros Nikolaough-142518: Document thread-safety guarantees of dict...
2026-02-11  Ned BatchelderDocs: remove links of modules to themselves (#144695)
2026-02-11  Lysandros Nikolaough-142518: Define lock-free and per-object lock (#144548)
2026-02-11  bkap123gh-144321: Fix named tuple bug when input is a non...
2026-02-11  Hugo van KemenadePython 3.15.0a6 v3.15.0a6
2026-02-11  Adorilson Bezerragh-106318: Improve str.rstrip() method doc (#143893)
2026-02-11  Joshua Rootgh-140421: Disable perf trampoline on older macOS ...
2026-02-10  László Kiss... gh-138122: Add sampling profiler visualisation to docs...
2026-02-10  Dov Murikdocs: profiling.sampling: Fix sampling-rate default...
2026-02-10  Victor Stinnergh-141563: Fix test_cppext on macOS (#144685)
2026-02-10  Victor Stinnergh-141563: Fix test_cext on Windows (#144677)
2026-02-10  Hugo van Kemenadegh-133879: Copyedit "What's new in Python 3.15" (#144661)
2026-02-10  Victor Stinnergh-141563: Don't test datetime.h with the limited C...
2026-02-10  Victor Stinnergh-141563: Add missing cast to _PyDateTime_IMPORT(...
2026-02-10  Nybblistagh-144629: Add test for the PyFunction_GetAnnotations...
next