COMMITS
/ Objects/longobject.c December 9, 2021
November 18, 2021
D
bpo-45510: Specialize BINARY_SUBTRACT (GH-29523)
Dong-hee Na committed
November 3, 2021
M
bpo-45691: Make array of small ints static to fix use-after-free error. (GH-29366)
Mark Shannon committed
October 28, 2021
M
Store actual ints, not pointers to them in the interpreter state. (GH-29274)
Mark Shannon committed
October 15, 2021
V
bpo-35134: Move classobject.h to Include/cpython/ (GH-28968)
Victor Stinner committed
October 14, 2021
D
bpo-45367: Specialize BINARY_MULTIPLY (GH-28727)
Dennis Sweeney committed
October 13, 2021
V
bpo-45434: pyport.h no longer includes <stdlib.h> (GH-28914)
Victor Stinner committed
September 16, 2021
B
bpo-45155 : Default arguments for int.to_bytes(length=1, byteorder=sys.byteorder) (#28265)
Barry Warsaw committed
August 27, 2021
M
bpo-44945: Specialize BINARY_ADD (GH-27967)
Mark Shannon committed
August 25, 2021
June 13, 2021
M
Fix a potential reference-counting bug in long_pow (GH-26690)
Mark Dickinson committed
June 12, 2021
T
bpo-44376 - reduce pow() overhead for small exponents (GH-26662)
Tim Peters 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