]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
2026-03-19  Serhiy Storchakagh-146143: Fix the PyUnicodeWriter_WriteUCS4() signatur...
2026-03-19  Serhiy Storchakagh-146056: Fix list.__repr__() for lists containing...
2026-03-19  Hood Chathamgh-145805: Add `python Platforms/emscripten run` subcom...
2026-03-18  Victor Stinnergh-145410: Add _sysconfig.get_platform() function ...
2026-03-18  Victor Stinnergh-141510: Document isinstance change for frozendict...
2026-03-18  Stan Ulbrychgh-146121: `pkgutil.get_data()` reject invalid resource...
2026-03-18  Victor Stinnergh-146092: Handle _PyFrame_GetFrameObject() failures...
2026-03-18  Victor Stinnergh-146093: Fix csv _set_str(): check if PyUnicode_Decod...
2026-03-18  Hai Zhugh-144888: JIT executor bloom filter wide-type optimiz...
2026-03-18  Bartosz Grabowskidocs: fix f-string in ExceptionGroup example (#146108)
2026-03-18  Lysandros Nikolaough-142518: Annotate PyList_* C APIs for thread safety...
2026-03-18  Victor Stinnergh-146092: Fix error handling in _BINARY_OP_ADD_UNICODE...
2026-03-18  Serhiy Storchakagh-66419: Make optional arguments with nargs=REMAINDER...
2026-03-18  Lysandros Nikolaough-142518: Add thread safety notes for the buffer proto...
2026-03-18  Stan Ulbrychgh-146076: Fix crash when a `ZoneInfo` subclass is...
2026-03-18  Michiel W.... GH-60729: Add IEEE format wave audio support (GH-145931)
2026-03-18  bkap123gh-146075: Prevent crash in `functools.partial()` from...
2026-03-18  Stan UlbrychFix entry in `fuzz_pycompile.dict` (GH-146069)
2026-03-17  Sam Grossgh-145779: Improve classmethod/staticmethod scaling...
2026-03-17  Ken Jingh-146058: Fix _GUARD_CODE_VERSION_* (GH-146060)
2026-03-17  Michiel W.... gh-144975: Fix wave.Wave_write.setframerate() validatio...
2026-03-17  Ramin Farajpour... gh-145966: Fix _csv DIALECT_GETATTR macro silently...
2026-03-17  Saculgh-131798: Optimize `_ITER_CHECK_RANGE` and `_ITER_CHEC...
2026-03-17  Stan Ulbrychgh-146054: Limit the growth of `encodings.search_functi...
2026-03-17  Serhiy Storchakagh-144545: Improve handling of default values in Argume...
2026-03-17  Ned BatchelderDocs: a brief note in the sets tutorial about order...
2026-03-17  Hood Chathamgh-145176 Move Emscripten files into Platforms/emscript...
2026-03-16  Hugo van Kemenadegh-142927: Move hotspots up flamegraph sidebar (#145428)
2026-03-16  trag1cDocs: remove unmatched parenthesis for `asyncio.TaskGro...
2026-03-16  wavebyrdgh-145870: Fix Format.SOURCE reference in get_annotatio...
2026-03-16  dependabot... build(deps): bump hypothesis from 6.135.26 to 6.151...
2026-03-16  Ken Jingh-127958: Trace from RESUME in the JIT (GH-145905)
2026-03-16  Hai Zhu gh-144888: Replace bloom filter linked lists with...
2026-03-16  Sam Grossgh-135329: Remove flaky test_repl_eio test (gh-145932)
2026-03-16  Ken Jingh-146018: Disable over-aggressive optimization for...
2026-03-16  Sergey MiryanovGH-145247: Use _PyTuple_FromPair in exceptions.c (GH...
2026-03-16  Stan Ulbrychgh-145599, CVE 2026-3644: Reject control characters...
2026-03-16  Victor Stinnergh-141510: Avoid critical section on frozendict copy...
2026-03-16  Ramin Farajpour... gh-144984: Fix crash in Expat's `ExternalEntityParserCr...
2026-03-16  Saculgh-145866: Convert `CALL_INTRINSIC_1` to leave its...
2026-03-16  Matt Van Horngh-145649: Fix man page text wrapping for -X option...
2026-03-16  Ken Jingh-139038: Link to Savannah's webpage for JIT results...
2026-03-16  Pieter Eendebakgh-123471: make concurrent iteration over itertools...
2026-03-16  AN Longgh-129849: Add tests for `Py_tp_bases` (#143208)
2026-03-16  RayXuDocs: fix a form error and a grammatical error in float...
2026-03-16  Gregory P.... gh-140814: Fix freeze_support() setting start method...
2026-03-15  Stan UlbrychExpand `fuzz_pycompile.dict` for new syntax
2026-03-15  Gregory P.... gh-145990: sort `--help-env` sections by environment...
2026-03-15  Gregory P.... gh-145990: Sort `python --help-xoptions` by option...
2026-03-15  Shahar Navehgh-145998: Remove duplicated "What's New in 3.15" entry...
2026-03-15  Stan Ulbrychgh-145986: Avoid unbound C recursion in `conv_content_m...
2026-03-15  Stan Ulbrychgh-145976: Remove `Misc/indent.pro` (#145992)
2026-03-15  Gregory P.... gh-122575: gh-142349: fix sys.flags tuple size (it...
2026-03-15  Matthieu Darboisgh-145968: Fix base64.b64decode altchars translation...
2026-03-15  Stan Ulbrychgh-145976: Remove `Misc/{Porting,vgrindefs}` (#145973)
2026-03-15  Lysandros Nikolaough-142518: Document thread-safety guarantees of bytearr...
2026-03-15  Brian SchubertBump mypy to 1.19.1 (#145956)
2026-03-15  Peter Biermagh-141004: Document `PyDTrace*` (GH-141856)
2026-03-14  Guido van Rossumgh-123720: When closing an asyncio server, stop the...
2026-03-14  Stan UlbrychFix `fuzz_builtin_int` fuzzer reproducibility (#145890)
2026-03-14  dependabot... build(deps): bump the actions group with 4 updates...
2026-03-14  Stan Ulbrychgh-137650: Group dependabot actions updates (#145947)
2026-03-14  Saculgh-134584: Eliminate redundant refcounting in JIT for...
2026-03-14  Bénédikt Trangh-143636: fix a crash when calling ``__replace__`...
2026-03-14  Connor GibsonDocs: fix missing period in `Doc/library/stdtypes.rst...
2026-03-14  Konstantin... gh-145703: Fix `asyncio.BaseEventLoop` low clock resolu...
2026-03-13  Victor Stinnergh-129813: Document that PyBytesWriter_GetData() cannot...
2026-03-13  Petr ViktorinGH-60729: Revert "Add IEEE format wave audio support...
2026-03-13  Pieter Eendebakgh-145376: Fix GC tracking in `structseq.__replace__...
2026-03-13  Lysandros Nikolaough-142518: Document thread-safety guarantees of set...
2026-03-13  Michiel W.... GH-60729: Add IEEE format wave audio support (GH-145384)
2026-03-13  Jason Yalim... gh-140715: Add %t and %n format codes support to strpti...
2026-03-13  Furkan Ondergh-99631: Add shelve custom serialization to What's...
2026-03-13  VanshAgarwal24036gh-145792: Fix incorrect alloca allocation size in...
2026-03-13  devdanzingh-145887: Use `write()` instead of `stream.write(...
2026-03-13  Serhiy Storchakagh-145850: Change some implementation details in struct...
2026-03-13  Stan Ulbrychgh-145783: Propagate errors raised in `NEW_TYPE_COMMENT...
2026-03-13  Maurizio SambatiDocs: except with multiple exceptions parentheses not...
2026-03-13  Stan UlbrychRevert "gh-143050: Remove redundant decref in _PyLong_N...
2026-03-12  Victor Stinnergh-145801: Use gcc -fprofile-update=atomic for PGO...
2026-03-12  Sergey MiryanovGH-132042: Fix calculation of slotdef index in update_o...
2026-03-12  Sam Grossgh-145685: Improve scaling of type attribute lookups...
2026-03-12  Charlie Lingh-145717: Add a few Microsoft-specific MIME types...
2026-03-12  Tan Longgh-140131: Fix REPL cursor position on Windows when...
2026-03-12  Victor Stinnergh-141510: Update PyDict C API doc for frozendict ...
2026-03-12  bkap123gh-145446: Add critical section in functools module...
2026-03-12  Thomas Kowalskigh-145681: do not deallocate list buffer in `_PyList_As...
2026-03-12  Mark ShannonGH-145692: Convert DEOPT_IFs to EXIT_IFs (GH-145751)
2026-03-12  Shamilgh-140594: Fix an out of bounds read when feeding NUL...
2026-03-12  Serhiy Storchakagh-143715: Deprecate incomplete initialization of struc...
2026-03-12  Lysandros Nikolaough-145254: Add thread safety annotation in docs (#145255)
2026-03-11  Sergey MiryanovGH-145247: Use _PyTuple_FromPair in Parser and Python...
2026-03-11  Hai Zhugh-144540: Add _MAKE_HEAP_SAFE uop to eliminate unneces...
2026-03-11  Serhiy Storchakagh-145736: Fix Tkinter tests for Tk 8.7, 9.0 and 9...
2026-03-11  Victor Stinnergh-141510: Raise TypeError in PyDict_SetItem() on froze...
2026-03-11  T. Woutersgh-142183: Cache one datachunk per tstate to prevent...
2026-03-11  Bénédikt Trangh-139933: correctly suggest attributes for classes...
2026-03-11  Lysandros Nikolaough-142518: Improve mimalloc allocator docs (#145224)
2026-03-11  Seth Michael... Add GitHub team for maintaining fuzzers
2026-03-11  Seth Michael... gh-141707: Skip TarInfo DIRTYPE normalization during...
next