Commits
User selector
Commit History
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
Commits on Mar 7, 2022
[3.10] bpo-46940: Don't override existing AttributeError suggestion information (GH-31710) (GH-31724)
Show description for 3594ebcauthored
Commits on Mar 3, 2022
bpo-46831: Update __build_class__ comment (GH-31522)
Show description for fa8c5edandauthored
Commits on Feb 16, 2022
Commits on Feb 3, 2022
bpo-45773: Remove invalid peephole optimizations (GH-31066)
Show description for ff6948bandauthored
Commits on Jan 27, 2022
[3.10] bpo-45703: Invalidate _NamespacePath cache on importlib.invalidate_cache (GH-29384) (GH-30922)
Show description for 5c39e47authored
Commits on Jan 12, 2022
- authored
Yury Selivanov
Commits on Jan 11, 2022
bpo-46347: Fix memory leak in PyEval_EvalCodeEx. (GH-30546)
Show description for b1a94f1andauthored
Commits on Jan 7, 2022
bpo-46289: Make conversion of FormattedValue not optional on ASDL (GH-30467)
Show description for bea3f42andauthored
Commits on Jan 2, 2022
[3.10] Update copyright year to 2022. (GH-30335) (GH-30336)
Show description for 35955e4andauthored
Commits on Dec 12, 2021
bpo-46042: Improve SyntaxError locations in the symbol table (GH-30059) (GH-30064)
Show description for 438817fandauthored
Commits on Dec 8, 2021
[3.10] bpo-46009: Do not exhaust generator when send() method raises (GH-29986). (GH-29988)
Show description for 99c7232authored
Commits on Nov 29, 2021
bpo-45614: Fix traceback display for exceptions with invalid module name (GH-29726) (GH-29826)
Show description for 4d2cc3eauthored
Commits on Nov 20, 2021
[3.10] bpo-45848: Allow the parser to get error lines from encoded files (GH-29646) (GH-29661)
Show description for 904af3dandauthored
Commits on Nov 18, 2021
bpo-44959: Add fallback to extension modules with '.sl' suffix on HP-UX (GH-27857) (GH-29152)
Show description for 6d66de9andauthored