COMMITS
/ Python/clinic/sysmodule.c.h December 24, 2022
G
[3.10] Correct CVE-2020-10735 documentation (GH-100306). (#100477)
Gregory P. Smith committed
September 2, 2022
G
[3.10] gh-95778: CVE-2020-10735: Prevent DoS by very large int() (#96501)
Gregory P. Smith committed
February 28, 2021
P
bpo-37146: Deactivate opcode cache only when using huntrleaks in the test suite (GH-24643)
Pablo Galindo committed
November 2, 2020
J
bpo-41435: Add sys._current_exceptions() function (GH-21689)
Julien Danjou committed
May 26, 2020
S
bpo-37999: No longer use __int__ in implicit integer conversions. (GH-15636)
Serhiy Storchaka committed
February 3, 2020
V
bpo-39489: Remove COUNT_ALLOCS special build (GH-18259)
Victor Stinner committed
September 14, 2019
S
bpo-37206: Unrepresentable default values no longer represented as None. (GH-13933)
Serhiy Storchaka committed
August 29, 2019
August 25, 2019
R
bpo-37942: Improve argument clinic float converter (GH-15470)
Raymond Hettinger committed
June 26, 2019
V
bpo-37414: Remove sys.callstats() (GH-14398)
Victor Stinner committed
June 25, 2019
V
bpo-37392: Remove sys.setcheckinterval() (GH-14355)
Victor Stinner committed
May 28, 2019
M
bpo-36933: Remove sys.set_coroutine_wrapper (marked for removal in 3.8) (GH-13577)
Matthias Bussonnier committed
May 27, 2019
V
bpo-36829: Add _PyErr_WriteUnraisableMsg() (GH-13488)
Victor Stinner committed
May 23, 2019
S
bpo-36842: Implement PEP 578 (GH-12613)
Steve Dower committed
May 22, 2019
V
bpo-36829: Add sys.unraisablehook() (GH-13187)
Victor Stinner committed
March 14, 2019
S
bpo-36127: Argument Clinic: inline parsing code for keyword parameters. (GH-12058)
Serhiy Storchaka committed
January 11, 2019
S
bpo-35582: Argument Clinic: Optimize the "all boring objects" case. (GH-11520)
Serhiy Storchaka committed
S
bpo-35582: Argument Clinic: inline parsing code for positional parameters. (GH-11313)
Serhiy Storchaka committed
December 31, 2018
T
bpo-20182: AC convert Python/sysmodule.c (GH-11328)
Tal Einat committed
November 27, 2018
S
bpo-33012: Fix invalid function cast warnings with gcc 8 in Argument Clinic. (GH-6748)
Serhiy Storchaka committed
January 21, 2018
N
bpo-32591: Add native coroutine origin tracking (#5250)
Nathaniel J. Smith committed