Commits
User selector
Commit history
Commits on Apr 30, 2026
[3.10] gh-145506: Fixes CVE-2026-2297 by ensuring SourcelessFileLoader uses io.open_code (GH-145507) (#145516)
Show description for 876858cauthored
Commits on Jun 5, 2023
[3.10] gh-105184: document that marshal functions can fail and need to be checked with PyErr_Occurred (GH-105185) (#105220)
Show description for f12502bandauthored
Commits on Mar 28, 2023
[3.10] GH-87235: Make sure "python /dev/fd/9 9</path/to/script.py" works on macOS (GH-99768) (#99817)
Show description for 5ae5ea8authored
Commits on Mar 21, 2023
gh-98608: Fix Failure-handling in new_interpreter() (gh-102658)
Show description for d5fdc3fandauthored
Commits on Mar 5, 2023
gh-102356: Add thrashcan macros to filter object dealloc (GH-102426)
Show description for d4a04e5andauthored
Commits on Mar 3, 2023
[3.10] GH-102126: fix deadlock at shutdown when clearing thread state… (#102235)
Show description for 6c2e052authored
Commits on Feb 26, 2023
[3.10] gh-97786: Fix compiler warnings in pytime.c (GH-101826) (#102150)
Show description for 5b610b5andauthored
Commits on Feb 18, 2023
gh-101967: add a missing error check (GH-101968)
Show description for 92050e8andauthored
Commits on Feb 8, 2023
gh-101614: Don't treat python3_d.dll as a Python DLL when checking extension modules for incompatibility (GH-101615)
Show description for c63d7c9andauthored
Commits on Jan 31, 2023
Commits on Jan 8, 2023
[3.10] Update copyright years to 2023. (gh-100850)
Show description for 3e9543eandauthored[3.10] gh-100776: Fix misleading default value in help(input) (GH-100788) (#100842)
Show description for a8702bbauthored
Commits on Dec 24, 2022
[3.10] Correct CVE-2020-10735 documentation (GH-100306). (#100477)
Show description for 88fe8d7andauthored
Commits on Dec 21, 2022
[3.10] gh-99240: Reset pointer to NULL when the pointed memory is freed in argument parsing (GH-99890) (#100386)
Show description for 591365cauthored
Commits on Nov 21, 2022
gh-99578: Fix refleak in _imp.create_builtin() (GH-99642)
Show description for 37dbbb2andauthored
Commits on Nov 15, 2022
gh-87604: Avoid publishing list of active per-interpreter audit hooks via the gc module (GH-99373)
Show description for e470803andauthored
Commits on Oct 7, 2022
Add a warning message about PyOS_snprintf (GH-95993)
Show description for 90f2c79andauthored
Commits on Sep 26, 2022
gh-96848: Fix -X int_max_str_digits option parsing (GH-96988)
Show description for 00c3524andauthored
Commits on Sep 20, 2022
[3.10] GH-95921: Fix positions for some chained comparisons (GH-96968) (GH-96974)
Show description for aced809authored[3.10] GH-96864: Check for error between line and opcode events (GH-96969)
Show description for 21b5af9authoredgh-96387: take_gil() resets drop request before exit (GH-96869) (GH-96941)
Show description for dcff50aandauthored
Commits on Sep 2, 2022
[3.10] gh-95778: CVE-2020-10735: Prevent DoS by very large int() (#96501)
Show description for 8f0fa4bauthored
Commits on Jul 28, 2022
[3.10] gh-94938: Fix errror detection of unexpected keyword arguments (GH-94999) (GH-95354)
Show description for 563f058authored
Commits on Jul 19, 2022
[3.10] gh-94930: skipitem() in getargs.c should return non-NULL on error (GH-94931) (GH-94963)
Show description for 31a390eandauthored
Commits on Jul 17, 2022
gh-94864: Fix PyArg_Parse* with deprecated format units "u" and "Z" (GH-94902)
Show description for 31608abandauthored
Commits on Jul 11, 2022
Commits on Jul 5, 2022
[3.10] gh-94510: Raise on re-entrant calls to sys.setprofile and syssettrace (GH-94511) (#94579)
Show description for 5e24c80authored
Commits on Jun 30, 2022
gh-94332: make it safe to call assemble_free when assemble_init has not been called (GH-94389) (GH-94443)
Show description for 1e6c678authored
Commits on Jun 22, 2022
Commits on Jun 16, 2022
[3.11] gh-93741: Add private C API _PyImport_GetModuleAttrString() (GH-93742) (GH-93792)
Show description for 968b238andauthored
Commits on May 29, 2022
Commits on May 25, 2022
[3.10] gh-91924: Fix __ltrace__ for non-UTF-8 stdout encoding (#93214)
Show description for 9369942authored
Commits on May 24, 2022
gh-93065: Fix HAMT to iterate correctly over 7-level deep trees (GH-93066) (GH-93146)
Show description for a4bea26authored
Commits on May 23, 2022
Commits on Apr 8, 2022
bpo-47260: Fix os.closerange() potentially being a no-op in a seccomp sandbox (GH-32418)
Show description for 89697f7andauthored