]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
2026-05-23  Miss Islington... [3.15] gh-146452: Fix pickle segfault on concurrent...
2026-05-23  Victor Stinner[3.15] Revert "[3.15] gh-146452: Improve locking granul...
2026-05-22  Miss Islington... [3.15] gh-82907: Document mtime=0 for reproducible...
2026-05-22  Miss Islington... [3.15] gh-149189: Revert "Modern defaults for `pprint...
2026-05-22  Miss Islington... [3.15] gh-148829: Make sentinels' repr and module custo...
2026-05-22  Miss Islington... [3.15] CI: Move Homebrew dependencies into Brewfile...
2026-05-22  Miss Islington... [3.15] gh-149902: Remove dead packaging docs link and...
2026-05-22  Miss Islington... [3.15] gh-137571: Protect against possible UnboundLocal...
2026-05-22  Miss Islington... [3.15] gh-133998: Fix gzip file creation when time...
2026-05-22  Miss Islington... [3.15] gh-149995: Update typing.py docstrings and docum...
2026-05-22  Miss Islington... [3.15] gh-148294: Make configure find g++ correctly...
2026-05-21  Miss Islington... [3.15] gh-149819: fix .pth and .start file processing...
2026-05-21  Miss Islington... [3.15] gh-107398: Fix tarfile stream mode exception...
2026-05-21  Miss Islington... [3.15] gh-149219: Test `frozendict` in `Lib/test/test_c...
2026-05-21  sobolevn[3.15] gh-149981: Test lazy import corner cases with...
2026-05-20  Miss Islington... [3.15] Add summary table to the `unicodedata` doc ...
2026-05-20  Miss Islington... [3.15] gh-134261: ZipFile - Don't rely on local time...
2026-05-20  Miss Islington... [3.15] gh-143387: Add news blurb for importlib.metadata...
2026-05-20  Miss Islington... [3.15] PEP 810 - Update some error strings (GH-150126...
2026-05-20  Miss Islington... [3.15] gh-150146: Fix NULL dereference in `_Py_subs_par...
2026-05-20  Miss Islington... [3.15] gh-150034: Print JSONL filename when profiling...
2026-05-20  Miss Islington... [3.15] gh-149584: Fix excessive overhead in the Tachyon...
2026-05-20  Miss Islington... [3.15] gh-149807: Fix hash(frozendict): compute (key...
2026-05-20  Miss Islington... [3.15] gh-148260: Use at least 1 MiB stack size on...
2026-05-20  Miss Islington... [3.15] gh-143387: Update docs to reflect the behavior...
2026-05-20  Miss Islington... [3.15] gh-72088: clarify `inspect.ismethod` and `inspec...
2026-05-20  Miss Islington... [3.15] gh-134887: Add references to `locale` module...
2026-05-20  Miss Islington... [3.15] gh-150042: queue.SimpleQueue.put: fix minor...
2026-05-19  Miss Islington... [3.15] gh-150114: Reduce memory usage of test_free_thre...
2026-05-19  Dino Viehland[3.15] gh-150052: Resolve un-loaded lazily loaded submo...
2026-05-19  Miss Islington... [3.15] gh-149983: Fix PyErr_NoMemory call without GIL...
2026-05-19  Miss Islington... [3.15] gh-124111: Keep tests passing for Tcl prior...
2026-05-19  Miss Islington... [3.15] gh-149945: Fix potential OOM for gzip with large...
2026-05-19  Miss Islington... [3.15] gh-69619: Clarify whitespace definition in str...
2026-05-19  Miss Islington... [3.15] gh-146581: Update docs for dangerous filenames...
2026-05-19  Miss Islington... [3.15] gh-86533: Restore os.makedirs() ability to apply...
2026-05-19  Miss Islington... [3.15] gh-149816: fix `dict.clear()` race on split...
2026-05-19  Miss Islington... [3.15] gh-149816: fix thread safety of deletion of...
2026-05-19  Dino Viehland[3.15] gh-148587: Make sys.lazy_modules match PEP and...
2026-05-18  Miss Islington... [3.15] gh-146452: Improve locking granularity in pickle...
2026-05-18  Miss Islington... [3.15] gh-149590: Remove faulthandler_traverse (GH...
2026-05-18  Miss Islington... [3.15] gh-95816: Fix TLS version range example in docs...
2026-05-18  Miss Islington... [3.15] gh-149977: Fix extra output of `-m test test_laz...
2026-05-18  Miss Islington... [3.15] gh-149816: Fix a RC in `_random.Random.__init__...
2026-05-18  Miss Islington... [3.15] gh-149887: Install python3t.lib for GIL-enabled...
2026-05-18  Miss Islington... [3.15] gh-149953: Fix null pointer dereference order...
2026-05-17  Miss Islington... [3.15] gh-149921: Fix reference leaks in _interpchannel...
2026-05-17  Miss Islington... [3.15] gh-149916: Restore the commented out part of...
2026-05-16  Miss Islington... [3.15] gh-149816: Fix a race condition in `_PyBytes_Fro...
2026-05-15  Miss Islington... [3.15] gh-142349: Add `help("lazy")` support (GH-149886...
2026-05-15  Miss Islington... [3.15] gh-149786: Fixes venvlauncher builds on Windows...
2026-05-15  Miss Islington... [3.15] gh-138489: Add build-details.json generation...
2026-05-15  Miss Islington... [3.15] gh-149816: Fix race condition in `memoryview...
2026-05-15  Miss Islington... [3.15] gh-149801: Add IANA registered names and aliases...
2026-05-15  Miss Islington... [3.15] gh-148675: Use a string for ctypes cparam tag...
2026-05-15  Victor Stinner[3.15] gh-149707: Fix compiler warning in _ctypes_test...
2026-05-15  Miss Islington... [3.15] gh-87451: Apply CVE-2021-4189 PASV fix to ftplib...
2026-05-15  Miss Islington... [3.15] gh-149763: Improve availablity docs in `select...
2026-05-14  Miss Islington... [3.15] gh-149144: Use decodeURIComponent() for UTF...
2026-05-14  Miss Islington... [3.15] gh-124111: Update Windows build to use Tcl/Tk...
2026-05-14  Petr Viktorin[3.15] gh-149231: Revert extra NEWS entry (GH-149840)
2026-05-14  Miss Islington... [3.15] Link to existing rules in compound_stmts.rst...
2026-05-14  Miss Islington... [3.15] gh-148821: Add more tests for invalid XML encodi...
2026-05-14  Miss Islington... [3.15] gh-149698: Update bundled expat to 2.8.1 (GH...
2026-05-13  Miss Islington... [3.15] Fix incorrect sentence in stable.rst (GH-149684...
2026-05-13  Miss Islington... [3.15] gh-149231: tomllib: Limit the number of parts...
2026-05-13  Barry Warsaw[3.15] gh-149504: Fix re-entrancy bug when .pth/.start...
2026-05-13  Miss Islington... [3.15] gh-140550: Update xxlimited with 3.15 limited...
2026-05-13  Miss Islington... [3.15] gh-149685: Use the _Py prefix for private C...
2026-05-13  Miss Islington... [3.15] gh-128110: Fix rfc2047 whitespace handling in...
2026-05-13  Miss Islington... [3.15] gh-148906: fix performance scaling of descriptor...
2026-05-13  Miss Islington... [3.15] gh-149776: Skip UDP Lite tests if it's not suppo...
2026-05-13  Miss Islington... [3.15] Run mypy with four worker processes and uv ...
2026-05-13  Miss Islington... [3.15] gh-148821: Add more strict tests for XML encodin...
2026-05-13  Miss Islington... [3.15] bpo-45509: Check gzip headers for corrupted...
2026-05-13  Miss Islington... [3.15] gh-148829: Add PySentinel_CheckExact() (GH-14972...
2026-05-13  Miss Islington... [3.15] gh-149701: Fully silence potential `hash -r...
2026-05-13  Miss Islington... [3.15] gh-149642: Fix interaction between exec and...
2026-05-13  Miss Islington... [3.15] gh-149574: Document that is_typeddict, is_protoc...
2026-05-13  Miss Islington... [3.15] gh-149718: Aggregate same stack frames in Tachyo...
2026-05-12  Miss Islington... [3.15] gh-149496: Fix MacOSTest.test_default regression...
2026-05-12  Miss Islington... [3.15] gh-134837: Correct and improve base85 documentat...
2026-05-12  Miss Islington... [3.15] gh-139808: Add branch protections for aarch64...
2026-05-12  Miss Islington... [3.15] GH-149501: Fix compilation warning in `_YIELD_VA...
2026-05-12  deadlovelll[3.15] gh-149694: Fix missing docstring on `asyncio...
2026-05-12  Miss Islington... [3.15] Remove myself from CODEOWNERS (GH-149727) (...
2026-05-12  Miss Islington... [3.15] gh-149676: Fix hash(frozendict | frozendict...
2026-05-12  Miss Islington... [3.15] Update mypy to 2.1.0 (GH-149709) (#149711)
2026-05-12  Miss Islington... [3.15] gh-148669: Clarify `__reduce__()` module lookup...
2026-05-11  Savannah Ostrowski[3.15] gh-149614 - Restore deepcopiability of argparse...
2026-05-11  Sam Gross[3.15] gh-145235: Make dict watcher API thread-safe...
2026-05-11  Miss Islington... [3.15] gh-112821: Fix rlcompleter failures on objects...
2026-05-11  Miss Islington... [3.15] gh-144957: Fix lazy imports + module __getattr__...
2026-05-11  Miss Islington... [3.15] gh-149663: fix typo in `unittest` docs (GH-14967...
2026-05-11  Miss Islington... [3.15] gh-146061: Clarify indent=None in json docs...
2026-05-11  Miss Islington... [3.15] gh-149486: tarfile.data_filter: validate written...
2026-05-10  Miss Islington... [3.15] gh-149083: use sentinel to fix _functools.reduce...
2026-05-10  Miss Islington... [3.15] gh-139489: Add is_valid_text to xml.__all__...
2026-05-10  Miss Islington... [3.15] gh-148441: Avoid integer overflow in Expat's...
2026-05-09  Miss Islington... [3.15] gh-139871: Fix 3.15 bytearray.take_bytes example...
next