]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
2026-03-09  Chris EiblFix intermittent `test_ci_fuzz_stdlib` failures (GH...
2026-03-09  Hood Chathamgh-145219: Add Emscripten cross-build and clean configu...
2026-03-08  Jamesgh-145642: Docs: Avoid warning for invalid escape seque...
2026-03-07  Hugo van KemenadeFix bug notifier for issues with no body text (#145603)
2026-03-07  Ramin Farajpour... gh-145623: Fix crashes on uninitialized struct.Struct...
2026-03-07  Pieter Eendebakgh-145376: Fix refleak in `queuemodule.c` out-of-memory...
2026-03-07  AN Longgh-116738: Make mmap.set_name thread-safe (#145555)
2026-03-06  Victor Stinnergh-144175: Add PyArg_ParseArray() function (#144283)
2026-03-06  Pieter Eendebakgh-145376: Fix crashes in `md5module.c` and `hmacmodule...
2026-03-06  Sam Grossgh-145566: Skip stop-the-world when reassigning `__clas...
2026-03-06  Andrew Barnesgh-69223: Document that add_argument() returns an Actio...
2026-03-06  Victor Stinnergh-145548: Use VMADDR_CID_LOCAL in VSOCK socket tests...
2026-03-06  Benedikt Johannesgh-144370: Disallow usage of control characters in...
2026-03-06  Hugo van KemenadeDocs: `import datetime as dt` in examples (#145315)
2026-03-06  Victor Stinnergh-141510: Use frozendict in the stdlib (#144909)
2026-03-06  Victor Stinnergh-141510: Change marshal version to 6 (#145551)
2026-03-06  Hood Chathamgh-145177: Support multiple Emscripten versions for...
2026-03-05  Alex Malyshevgh-145557: Check ctypes is available in test_external_i...
2026-03-05  Yash Kaushikdoc: Clarify logger creation example in logging HOWTO...
2026-03-05  Victor Stinnergh-141510: Complete What's New in Python 3.15 for froze...
2026-03-05  Victor Stinnergh-141510: No longer accept frozendict in PyDict_Copy...
2026-03-05  Shrey Naithanigh-145417: Do not preserve SELinux context when copying...
2026-03-05  Victor Stinnergh-141510: Fix frozendict.items() ^ frozendict.items...
2026-03-05  Xianpeng Shengh-140681: Freeze pre-commit hooks and update zizmor...
2026-03-05  Victor Stinnergh-145056: Accept frozendict in xml.etree (#145508)
2026-03-05  Victor Stinnergh-145055: Accept frozendict for globals in exec()...
2026-03-05  Victor Stinnergh-141510: Use frozendict in the _opcode_metadata ...
2026-03-05  Victor Stinnergh-82626: Schedule removal of bool used as file descrip...
2026-03-05  Victor Stinnergh-141510: Don't accept frozendict in PyDict_Watch...
2026-03-05  Hood Chathamgh-145335: Skip Emscripten for os.execve() test (#145528)
2026-03-05  Pieter Eendebakgh-145376: Fix refleak and null pointer deref in unusua...
2026-03-05  krylosov-aagh-145301: Fix double-free in hashlib and hmac module...
2026-03-05  Donghee Nagh-144991: Use runtime JIT threshold in _testinternalca...
2026-03-04  Victor Stinnergh-141510: Add frozendict support to python-gdb.py...
2026-03-04  Pieter Eendebakgh-145376: Fix reference leaks in deque (#145421)
2026-03-04  Brett CannonUse bytecodealliance/setup-wasi-sdk-action to install...
2026-03-04  Brett CannonRefactor `Platforms/WASI/__main__.py` for lazy importin...
2026-03-04  Stan UlbrychFix bugs in `compute-changes.py` logic for CIFuzz ...
2026-03-04  Steve Dowergh-145506: Fixes CVE-2026-2297 by ensuring SourcelessFi...
2026-03-04  Victor Stinnergh-141510: Optimize PyDict_Copy() for frozendict (...
2026-03-04  Victor Stinnergh-141510: Return frozendict unmodified in PyDict_Copy...
2026-03-04  Sam Grossgh-145500: Delete _PyType_GetMRO (gh-145501)
2026-03-04  Itamar Orengh-122941: Fix test_launcher sporadic failures via...
2026-03-04  Victor Stinnergh-144741: Fix test_frame_pointer_unwind for libpython...
2026-03-04  Pieter Eendebakgh-145376: Fix refleak in unusual error path in BaseExc...
2026-03-04  Pieter Eendebakgh-145376: Avoid reference leaks in failure path of...
2026-03-04  Pieter Eendebakgh-145376: Fix refleak in error path of time_tzset...
2026-03-04  Miro HrončokGH-144739: Skip test_pyexpat.MemoryProtectionTest based...
2026-03-04  Victor Stinnergh-142417: Restore private _Py_InitializeMain() functio...
2026-03-03  Justin KunimuneFix incorrect statement about argparse.ArgumentParser...
2026-03-03  Ned BatchelderDocs: use a Sphinx extension to eliminate excessive...
2026-03-03  Tan Longgh-135883: Fix sqlite3 CLI history scrolling with color...
2026-03-03  Bartosz Sławeckigh-145452: Initialize `PyLazyImport_Type` during interp...
2026-03-03  VictorienReference `memoryview.tolist` as a method (#145412)
2026-03-03  Jelle Zijlstragh-145376: Fix various reference leaks (GH-145377)
2026-03-03  Filipe LaínsAdd myself to initialization and import machinery codeo...
2026-03-03  bkap123gh-144475: Fix reference management in partial_repr...
2026-03-03  Victor Stinnergh-145335: Fix os functions when passing fd -1 as path...
2026-03-03  Michiel W.... GH-145450: Document missing `wave.Wave_write` getter...
2026-03-03  Stan UlbrychAdd `PyExc_OverflowError` to the list of possible excep...
2026-03-03  Victor Stinnergh-144995: Optimize memoryview == memoryview (#144996)
2026-03-03  Petr Viktoringh-145455: Show output of blurb & sphinx-build version...
2026-03-03  Donghee Nagh-145214: Narrow _GUARD_TOS_ANY_{SET,DICT} by using...
2026-03-02  Daniel Hollasgh-117865: Speedup import of `inspect` module (#144756)
2026-03-02  Filipe LaínsGH-145273: skip stdlib warning on module_search_paths_s...
2026-03-02  C.A.M. GerlachHide "object" prefix on dunders in contextlib docs...
2026-03-02  Filipe LaínsAdd `sysconfig[VPATH]` to `test.pythoninfo` (#145434)
2026-03-02  Filipe LaínsGH-145273: drop build_prefix check from missing stdlib...
2026-03-02  Stan Ulbrychgh-145118: Add `frozendict` support to `type()` (#145124)
2026-03-02  Peter Biermagh-130327: Always traverse managed dictionaries, even...
2026-03-02  Filipe LaínsGH-145275: add -X pathconfig_warnings and PYTHON_PATHCO...
2026-03-02  Filipe LaínsGH-145273: warn when we can't find the standard library...
2026-03-02  AN Longgh-145335: Fix crash when passing -1 as fd in os.pathco...
2026-03-02  Sam Grossgh-130555: Fix use-after-free in dict.clear() with...
2026-03-02  Hai Zhugh-144569: Avoid creating temporary objects in `BINARY_...
2026-03-02  Steve Dowergh-145307: Defer loading psapi.dll until ctypes.util...
2026-03-02  Thomas A CaswellDOC: clarify and expand documentation about PYTHONUSERB...
2026-03-02  zhonggh-142781: Fix type confusion in zoneinfo weak cache...
2026-03-02  Facundo Batistagh-144835: Added missing explanations for some paramete...
2026-03-02  Bartosz Sławeckigh-144851: Fix `__lazy_import__` crash with user-define...
2026-03-02  Petr Viktoringh-144748: Make PyErr_CheckSignals raise the exception...
2026-03-01  Stan Ulbrychgh-100538: Add workflow to verify bundled libexpat...
2026-03-01  Furkan Ondergh-137829: Fix shelve tests for backend compatibility...
2026-03-01  Thomas Kowalskigh-145351: use `--no-install-recommends` (#145352)
2026-03-01  edson duartegh-140715: Improve class reference links on datetime...
2026-03-01  Zachary Waregh-136728: Combine OpenSSL and AWS-LC CI configurations...
2026-03-01  Jelle Zijlstragh-145033: Implement PEP 747 (#145034)
2026-02-28  Zachary Waregh-144551: Update iOS builds to use OpenSSL 3.5.5 ...
2026-02-28  Zachary Waregh-144551: Update Android builds to use OpenSSL 3.5...
2026-02-28  Zachary WareDestroy the turtle window after its doctests finish...
2026-02-28  Thomas Kowalskigh-145349: Do not install `ccache` (#145350)
2026-02-28  Maksym Kasimovgh-142352: Fix `asyncio` `start_tls()` to transfer...
2026-02-28  Stan UlbrychAdd Stan to 'Dates and times' reviewers (#145360)
2026-02-28  Nathan Goldbaumgh-145269: simplify bisect.bisect doc example (#145270)
2026-02-28  Pablo Galindo... gh-145241: specialize SyntaxError for single trailing...
2026-02-28  Hugo van Kemenadegh-142927: Tachyon: Fix singular and plurals (#145329)
2026-02-28  Bartosz Sławeckigh-145334: Make lazy import tests discoverable (#145336)
2026-02-28  Savannah OstrowskiGH-144533: Use wasmtime's --argv0 to auto-discover...
2026-02-27  Sam Grossgh-145230: Update lockbench (gh-145231)
2026-02-27  Stan Ulbrychgh-76007: Deprecate `tarfile.version` (#145326)
next