COMMITS
/ Objects/longobject.c September 16, 2022
M
gh-95778: Mention sys.set_int_max_str_digits() in error message (GH-96874)
Miss Islington (bot) committed
September 4, 2022
G
[3.10] gh-95778: Correctly pre-check for int-to-str conversion (GH-96537) (#96563)
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
June 13, 2021
M
[3.10] Fix a potential reference-counting bug in long_pow (GH-26690) (GH-26703)
Mark Dickinson committed
April 2, 2021
V
bpo-43687: Py_Initialize() creates singletons earlier (GH-25147)
Victor Stinner committed
February 26, 2021
B
bpo-42128: Structural Pattern Matching (PEP 634) (GH-22917)
Brandt Bucher committed
February 19, 2021
V
bpo-43268: Pass interp rather than tstate to internal functions (GH-24580)
Victor Stinner committed
V
bpo-43268: _Py_IsMainInterpreter() now expects interp (GH-24577)
Victor Stinner committed
December 1, 2020
V
bpo-42519: Replace PyObject_MALLOC() with PyObject_Malloc() (GH-23587)
Victor Stinner committed
October 27, 2020
V
bpo-42161: Remove private _PyLong_Zero and _PyLong_One (GH-23003)
Victor Stinner committed
October 26, 2020
V
bpo-42161: Add _PyLong_GetZero() and _PyLong_GetOne() (GH-22993)
Victor Stinner committed
October 7, 2020
R
October 1, 2020
R
bpo-26680: Incorporate is_integer in all built-in and standard library numeric types (GH-6121)
Robert Smallshire committed
July 20, 2020
S
bpo-41342: Convert int.__round__ to Argument Clinic (GH-21549)
Serhiy Storchaka committed
June 29, 2020
I
bpo-41123: Remove PyLong_FromUnicode() (GH-21204)
Inada Naoki committed
June 15, 2020
V
bpo-40989: PyObject_INIT() becomes an alias to PyObject_Init() (GH-20901)
Victor Stinner committed
N
bpo-29782: Consolidate _Py_Bit_Length() (GH-20739)
Niklas Fiekas committed
June 10, 2020
V
bpo-39465: Use _PyInterpreterState_GET() (GH-20788)
Victor Stinner committed
June 8, 2020
V
bpo-29882: Add _Py_popcount32() function (GH-20518)
Victor Stinner committed
May 29, 2020
N
bpo-29882: Add an efficient popcount method for integers (#771)
Niklas Fiekas committed
May 28, 2020
S
bpo-40792: Make the result of PyNumber_Index() always having exact type int. (GH-20443)
Serhiy Storchaka committed
May 27, 2020
M
bpo-37999: Fix outdated __int__ and nb_int references in comments (GH-20449)
Mark Dickinson committed
May 26, 2020
S
bpo-37999: No longer use __int__ in implicit integer conversions. (GH-15636)
Serhiy Storchaka committed
May 10, 2020
S
bpo-37986: Improve perfomance of PyLong_FromDouble() (GH-15611)
Sergey Fedoseev committed
May 4, 2020
D
bpo-40455: Remove gcc10 warning about x_digits (#19852)
Dong-hee Na committed
April 14, 2020
V
bpo-40268: Include explicitly pycore_interp.h (GH-19505)
Victor Stinner committed
April 12, 2020
S
bpo-39943: Add the const qualifier to pointers on non-mutable PyBytes data. (GH-19472)
Serhiy Storchaka committed
February 11, 2020
P
bpo-39245: Switch to public API for Vectorcall (GH-18460)
Petr Viktorin committed
February 7, 2020
V
bpo-39573: Use Py_SET_SIZE() function (GH-18402)
Victor Stinner committed
V
bpo-39573: Use Py_TYPE() macro in Objects directory (GH-18392)
Victor Stinner committed
February 3, 2020
V
bpo-39489: Remove COUNT_ALLOCS special build (GH-18259)
Victor Stinner committed
January 22, 2020
January 16, 2020
N
bpo-31031: Unify duplicate bits_in_digit and bit_length (GH-2866)
Niklas Fiekas committed
December 17, 2019
V
bpo-38858: Small integer per interpreter (GH-17315)
Victor Stinner committed
December 5, 2019
S
bpo-27961: Replace PY_LLONG_MAX, PY_LLONG_MIN and PY_ULLONG_MAX with standard macros (GH-15385)
Sergey Fedoseev committed
November 26, 2019
H
bpo-27145: small_ints[x] could be returned in long_add and long_sub (GH-15716)
HongWeipeng committed
November 21, 2019
V
bpo-38858: Allocate small integers on the heap (GH-17301)
Victor Stinner committed
October 1, 2019
V
bpo-37802: Fix a compiler warning in longobject.c (GH-16517)
Victor Stinner committed
September 18, 2019
H
bpo-35696: Simplify long_compare() (GH-16146)
HongWeipeng committed
September 12, 2019
S
bpo-37802: Slightly improve perfomance of PyLong_FromUnsigned*() (GH-15192)
Sergey Fedoseev committed
September 11, 2019
R
bpo-38096: Clean up the "struct sequence" / "named tuple" docs (GH-15895)
Raymond Hettinger committed
September 10, 2019
J
bpo-37752: Delete redundant Py_CHARMASK in normalizestring() (GH-15095)
Jordon Xu committed
September 6, 2019
A
replace inline function `is_small_int` with a macro version (GH-15710)
animalize committed
August 26, 2019
V
Make PyXXX_Fini() functions private (GH-15531)
Victor Stinner committed
August 24, 2019
July 4, 2019
J
bpo-37483: add _PyObject_CallOneArg() function (#14558)
Jeroen Demeyer committed
June 6, 2019
Z
bpo-37170: Fix the cast on error in PyLong_AsUnsignedLongLongMask() (GH-13860)
Zackery Spytz committed
June 3, 2019
P
bpo-36027: Really fix "incompatible pointer type" compiler warning (GH-13761)
Petr Viktorin committed
June 2, 2019
P
bpo-36027 bpo-36974: Fix "incompatible pointer type" compiler warnings (GH-13758)
Petr Viktorin committed
M
bpo-36027: Extend three-argument pow to negative second argument (GH-13266)
Mark Dickinson committed