Commits
User selector
Commit History
Commits on Nov 21, 2022
Commits on Oct 4, 2022
[3.9] gh-96848: Fix -X int_max_str_digits option parsing (GH-96988) (GH-97574)
Show description for 358b7a4andauthored
Commits on Sep 5, 2022
[3.9] gh-95778: CVE-2020-10735: Prevent DoS by very large int() (#96502)
Show description for cec1e9dauthored
Commits on May 24, 2022
gh-93065: Fix HAMT to iterate correctly over 7-level deep trees (GH-93066) (#93147)
Show description for 95c9c2bauthored
Commits on Mar 3, 2022
bpo-46831: Update __build_class__ comment (GH-31522)
Show description for 1d428bbandauthored
Commits on Feb 2, 2022
[3.9] bpo-45703: Invalidate _NamespacePath cache on importlib.invalidate_cache (GH-29384) (GH-30922) (GH-31076)
Show description for 8d239bfauthored
Commits on Jan 2, 2022
Update copyright year to 2022. (GH-30335)
Show description for 17c858eandauthored
Commits on Nov 29, 2021
bpo-45614: Fix traceback display for exceptions with invalid module name (GH-29726) (GH-29827)
Show description for 5b6aa6cauthored
Commits on Nov 19, 2021
[3.9] bpo-45806: Fix recovery from stack overflow for 3.9. Again. (GH-29640)
Show description for 4296396andauthored
Commits on Nov 17, 2021
[3.9] bpo-42540: reallocation of id_mutex should not force default allocator (GH-29564) (GH-29600)
Show description for 87787c8authoredbpo-45831: _Py_DumpASCII() uses a single write() call if possible (GH-29596) (GH-29597)
Show description for ac89f8candauthored
Commits on Oct 22, 2021
bpo-44959: Add fallback to extension modules with '.sl' suffix on HP-UX (GH-27857)
Show description for aa8c344andauthored
Commits on Oct 14, 2021
[3.9] bpo-45461: Fix IncrementalDecoder and StreamReader in the "unicode-escape" codec (GH-28939) (GH-28945)
Show description for 7c722e3authored
Commits on Oct 12, 2021
Fix format string in _PyImport_LoadDynamicModuleWithSpec() (GH-28863)
Show description for 6d4d4ecandauthored
Commits on Oct 11, 2021
Handle error when PyUnicode_GetLength returns a negative value. (GH-28859)
Show description for 7d1ae89andauthoredFix a leak in _PyImport_LoadDynamicModuleWithSpec() after failing PySys_Audit() (GH-28862)
Show description for d57d33candauthored
Commits on Oct 7, 2021
[3.9] Fix typos in the Python directory (GH-28767) (GH-28798)
Show description for 78efc9aauthored
Commits on Oct 5, 2021
[3.9] bpo-44050: Extension modules can share state when they don't support sub-interpreters. (GH-27794) (GH-28741)
Show description for 52d9d3bandauthored
Commits on Oct 3, 2021
Commits on Oct 1, 2021
bpo-41710: PyThread_acquire_lock_timed() uses sem_clockwait() (GH-28671) (GH-28683)
Show description for 0e1aeabandauthored
Commits on Sep 9, 2021
bpo-44219: Release the GIL during isatty syscalls (GH-28250)
Show description for 5c65834andauthored
Commits on Sep 3, 2021
[3.9] bpo-45083: Include the exception class qualname when formatting an exception (GH-28119) (GH-28135)
Show description for 41c2374authored
Commits on Aug 30, 2021
bpo-44449: faulthandler don't modify frame refcnt (GH-27850)
Show description for 720aef4andauthored
Commits on Aug 10, 2021
bpo-25782: avoid hang in PyErr_SetObject when current exception has a cycle in its context chain (GH-27626) (GH-27707)
Show description for 6f4cdedandauthored
Commits on Aug 7, 2021
bpo-44856: Possible reference leak in error paths of update_bases() and __build_class__ (GH-27647) (GH-27651)
Show description for ed718e9andauthored
Commits on Aug 6, 2021
bpo-44849: Fix os.set_inheritable() on FreeBSD 14 with O_PATH (GH-27623)
Show description for 791c28aandauthored
Commits on Aug 3, 2021
bpo-39091: Fix segfault when Exception constructor returns non-exception for gen.throw. (GH-17658) (GH-27573)
Show description for 0b551dbandauthored
Commits on Jul 20, 2021
Commits on Jul 12, 2021
bpo-44472: Fix ltrace functionality when exceptions are raised (GH-26822) (#26831)
Show description for 6fb4248andauthored
Commits on Jun 30, 2021
Commits on Jun 23, 2021
bpo-44441: _PyImport_Fini2() resets PyImport_Inittab (GH-26874) (GH-26878)
Show description for 5ed7827authored
Commits on Jun 11, 2021
bpo-41299: Reduce lag in Windows threading timeouts by using a higher precision time source (GH-26568)
Show description for 57b3ca7andauthored
Commits on Jun 3, 2021
[3.9] bpo-11105: Do not crash when compiling recursive ASTs (GH-20594) (GH-26522)
Show description for de58b31authored
Commits on May 21, 2021
[3.9] bpo-43667: Fix broken Unicode encoding in non-UTF locales on Solaris (GH-25096) (GH-25847)
Show description for d3cc689authored
Commits on May 13, 2021
bpo-28146: Fix a confusing error message in str.format() (GH-24213)
Show description for 133013eandauthored