Commits
User selector
Commit History
Commits on Nov 21, 2022
[3.8] gh-87604: Avoid publishing list of active per-interpreter audit hooks via the gc module (GH-99373) (GH-99661)
Show description for b50b6f9andauthored
Commits on Oct 4, 2022
[3.8] gh-96848: Fix -X int_max_str_digits option parsing (GH-96988) (GH-97575)
Show description for 18a0cdbandauthored
Commits on Sep 5, 2022
[3.8] gh-95778: CVE-2020-10735: Prevent DoS by very large int() (#96503)
Show description for b5e331fauthored
Commits on May 24, 2022
[3.8] gh-93065: Fix HAMT to iterate correctly over 7-level deep trees (GH-93066) (#93148)
Show description for 6d4927aauthored
Commits on Mar 8, 2022
Update copyright year to 2022. (GH-30335) (GH-31478)
Show description for 28ad79eandauthored
Commits on Oct 19, 2021
bpo-44849: Fix os.set_inheritable() on FreeBSD 14 with O_PATH (GH-27623) (GH-28978)
Show description for 67e10beandauthored
Commits on Aug 7, 2021
bpo-44856: Possible reference leak in error paths of update_bases() and __build_class__ (GH-27647) (GH-27652)
Show description for 0a42309andauthored
Commits on May 12, 2021
Commits on May 3, 2021
bpo-42800: Add audit events for f_code and tb_frame (GH-24182)
Show description for 8ab272fandauthored
Commits on Apr 28, 2021
bpo-43962: Fix _PyInterpreterState_IDIncref() (GH-25683) (GH-25686)
Show description for 77db337authored
Commits on Apr 9, 2021
Commits on Mar 29, 2021
bpo-43660: Fix crash when displaying exceptions with custom values for sys.stderr (GH-25075)
Show description for ba7f863andauthoredbpo-35883: Py_DecodeLocale() escapes invalid Unicode characters (GH-24843) (GH-24906)
Show description for 3b6e61eandauthored
Commits on Jan 21, 2021
bpo-42780: Fix set_inheritable() for O_PATH file descriptors on Linux (GH-24172) (GH-24277)
Show description for 844ec0bauthored
Commits on Jan 1, 2021
Bring Python into the new year. (GH-24036)
Show description for 02639c3andauthored
Commits on Dec 17, 2020
bpo-26564: fix obsolete comment in traceback.c (GH-23819)
Show description for cecbaa3andauthored
Commits on Dec 8, 2020
bpo-32381: Fix PyRun_SimpleFileExFlags() encoding (GH-23642) (GH-23692) (GH-23696)
Show description for b5cf308authored
Commits on Dec 7, 2020
bpo-42536: GC track recycled tuples (GH-23623) (GH-23652)
Show description for 7c79798authored
Commits on Nov 17, 2020
bpo-41686: Always create the SIGINT event on Windows (GH-23344) (GH-23347) (GH-23349)
Show description for a702bd4authored
Commits on Oct 21, 2020
bpo-41819: Fix compiler warning in init_dump_ascii_wstr() (GH-22332)
Show description for c756c2bandauthored
Commits on Oct 20, 2020
bpo-38324: Fix test__locale.py Windows failures (GH-20529)
Show description for 4cde523andauthored
Commits on Oct 15, 2020
bpo-41894: Fix UnicodeDecodeError while loading native module (GH-22466)
Show description for 47ca679andauthored
Commits on Sep 9, 2020
Fix compiler warnings in init_dump_ascii_wstr() (GH-22150)
Show description for 23d3681andauthoredbpo-41525: Make the Python program help ASCII-only (GH-21836)
Show description for 9171dc2andauthored
Commits on Sep 4, 2020
[3.8] closes bpo-41533: Fix a potential memory leak when allocating a stack (GH-21847) (GH-22015)
Show description for 66e9c2aandauthored
Commits on Aug 30, 2020
Commits on Jul 15, 2020
Fix -Wstrict-prototypes warning in thread_pthread.h. (GH-21477)
Show description for 05abf2aandauthored
Commits on Jul 6, 2020
bpo-41218: Only mark async code with CO_COROUTINE. (GH-21357)
Show description for 41db8ffandauthoredbpo-29778: Ensure python3.dll is loaded from correct locations when Python is embedded (GH-21297) (GH-21352)
Show description for aa7f775andauthored
Commits on Jul 3, 2020
bpo-41162: Clear audit hooks later during finalization (GH-21222)
Show description for b9e288candauthoredbpo-41180: Audit code.__new__ when unmarshalling (GH-21271)
Show description for c1d9165andauthored
Commits on Jun 28, 2020
Commits on Jun 27, 2020
[3.8] bpo-41132: Use pymalloc allocator in the f-string parser (GH-21173) (GH-21184)
Show description for 749d3bcauthored
Commits on Jun 24, 2020
bpo-41094: Fix decoding errors with audit when open files. (GH-21095)
Show description for 1813d31andauthored
Commits on Jun 22, 2020
bpo-41056: Fix reference to deallocated stack in pathconfig (Coverity) (GH-21013)
Show description for d5ee9b9andauthored