Commits
Branch selector
User selector
Datepicker
Commit History
Commits on Dec 23, 2025
[3.13] gh-122431: Correct the non-negative error message in `readline.append_history_file` (GH-143075) (GH-143091)
Show description for a9a8ca3andauthored
Commits on Dec 22, 2025
[3.13] gh-143010: Prevent a TOCTOU issue by only calling open once (GH-143011) (#143079)
Show description for a6cfdb5authored[3.13] gh-139743: Avoid print twice verbose version for sqlite tests (GH-142850) (GH-142866)
Show description for 931c4d6andauthored[3.13] gh-143046: Make asyncio REPL respect the `-q` flag (quiet mode) (GH-143047) (#143061)
Show description for 96bc410andauthored
Commits on Dec 21, 2025
[3.13] gh-79986: Add parsing for References/In-Reply-To email headers (GH-137201) (#142574)
Show description for c084a66andauthored[3.13] gh-70647: Better promote how to safely parse yearless dates in datetime. (GH-116179) (#143038)
Show description for 9b7a628authored[3.13] gh-142145: relax the no-longer-quadratic test timing (GH-143030) (#143032)
Show description for a696ba8authored
Commits on Dec 20, 2025
[3.13] gh-142754: Ensure that Element & Attr instances have the ownerDocument attribute (GH-142794) (#142819)
Show description for 86747f1authored- authored
[3.13] gh-141808: Don't remove the JIT stencils when building with PGO (GH-141809) (GH-142657) (#142955)
Show description for 5d82520authored[3.13] gh-143012: use `Py_ssize_t` cast for `PyBytes_FromStringAndSize` (GH-143013) (#143015)
Show description for 98d97d7andauthored[3.13] gh-142776: Ensure fp file descriptor is closed on all code paths in import.c (GH-142777) (#142989)
Show description for 4b8c9f5authored
Commits on Dec 19, 2025
[3.13] gh-142681: Move NormalizationTest-3.2.0.txt to more safe place. (GH-142935) (GH-142945)
Show description for ae3834candauthored[3.13] gh-142527: Docs: Clarify that random.seed() discards the sign of an integer input (GH-142483) (#142971)
Show description for 20c3015authored
Commits on Dec 18, 2025
[3.13] gh-118342: [Enum] update docs (GH-137290) (GH-142954)
Show description for b5a2955authored[3.13] gh-142784: make the asyncio REPL call `loop.close()` at exit (GH-142785) (#142932)
Show description for d6aa7e1andauthored
Commits on Dec 17, 2025
[3.13] GH-100964: Fix reference cycle in exhausted generator frames (G… (#142904)
Show description for 8f7c4f1authored[3.13] gh-142766: Clear frame when `generator.close()` is called (gh-142838) (#142900)
Show description for db552ddauthored[3.13] gh-112127: Fix possible use-after-free in atexit.unregister() (GH-114092) (GH-142880)
Show description for 08d665dandauthored[3.13] gh-142873: Do not check for `PyContextVar_CheckExact` twice in `PyContextVar_Set` (GH-142874) (#142894)
Show description for 5e1a9c8andauthored[3.13] gh-142876: remove reference to thread in documentation of `asyncio.Queue.shutdown` (GH-142888) (#142892)
Show description for 42513a2andauthored[3.13] decimal docs: specification link and examples (GH-128698) (#142805)
Show description for e5fd737authored[3.13] Fix os.posix_spawn() error handling (GH-142532) (#142581)
Show description for 53ca3b7andauthored[3.13] gh-142836: Avoid /proc fd pipes on Solaris (GH-142853) (#142855)
Show description for 7c2d9c9andauthored[3.13] gh-142859: Add `Tools/check-c-api-docs` to mypy check (GH-142860) (#142870)
Show description for 6990fbbandauthored[3.13] gh-140374: Add glossary entries related to multithreading (GH-140375) (#142869)
Show description for 9028594andauthored[3.13] gh-139320: Cover exception chaining in the docs of `contextmanager.__exit__` (GH-140169) (GH-142793)
Show description for e4ca817andauthored[3.13] gh-142783: Fix possible use after free in zoneinfo module (GH-142790) (GH-142861)
Show description for 88b8e63andauthored[3.13] gh-142495: Make `defaultdict` keep existed value when racing with `__missing__` (GH-142668) (GH-142858)
Show description for 9361207andauthored[3.13] gh-142752: add more thread safety tests for mock (GH-142791) (#142857)
Show description for e07cda3andauthored
Commits on Dec 16, 2025
[3.13] gh-142315: Don't pass the "real path" of Pdb script target to system functions (GH-142371) (#142498)
Show description for fb54747authored[3.13] gh-130536: Add details to `os.path` documentation (GH-130557) (#142801)
Show description for bce4a20andauthored[3.13] gh-83926: BlockingIOError characters_written is byte count (GH-141215) (#142815)
Show description for 3b5c7baandauthored[3.13] gh-142019: Add description about the exponent of result formatted with presentation type 'e' (GH-142084) (#142814)
Show description for 8f25661andauthored[3.13] gh-141218: Fix inaccurate object comparison documentation (GH-141221) (#142811)
Show description for c2d34a1authored