COMMITS
/ Objects/longobject.c March 31, 2026
V
[3.13] gh-143050: Correct PyLong_FromString() to use _PyLong_Negate() (#145901) (#147437)
Victor Stinner committed
December 14, 2025
B
[3.13] gh-142554: avoid `divmod` crashes due to bad `_pylong.int_divmod` (GH-142673) (#142697)
Bénédikt Tran committed
September 14, 2025
M
[3.13] gh-71810: Fix _PyLong_AsByteArray() undefined behavior (GH-138873) (#138884)
Miss Islington (bot) committed
September 11, 2025
M
[3.13] gh-71810: Fix corner case (length==0) for int.to_bytes() (GH-138739) (#138783)
Miss Islington (bot) committed
June 2, 2025
S
[3.13] gh-133489: Remove size restrictions on getrandbits() and randbytes() (GH-133658) (GH-134965)
Serhiy Storchaka committed
July 19, 2024
S
[3.13] gh-121905: Consistently use "floating-point" instead of "floating point" (GH-121907) (GH-122012)
Serhiy Storchaka committed
July 17, 2024
S
[3.13] gh-121153: Fix some errors with use of _PyLong_CompactValue() (GH-121154) (GH-121900)
Serhiy Storchaka committed
June 28, 2024
M
gh-121115: Skip __index__ in PyLong_AsNativeBytes by default (GH-121118)
Miss Islington (bot) committed
April 18, 2024
J
fix formatting of literal in docstring of int.from_bytes and int.to_bytes (#117847)
Jens Hedegaard Nielsen committed
April 5, 2024
S
March 12, 2024
N
gh-110819: Fix ‘kind’ may be used uninitialized warning in `longobject` (#116599)
Nikita Sobolev committed
February 22, 2024
N
gh-115827: Fix compile warning in `longobject.c` (#115828)
Nikita Sobolev committed
February 13, 2024
K
gh-115391: Fix compiler warning in `Objects/longobject.c` (GH-115368)
Kirill Podoprigora committed
February 12, 2024
January 18, 2024
November 2, 2023
M
GH-109369 Add vectorcall to `PyLong_Type` (GH-111642)
Mark Shannon committed
September 3, 2023
V
gh-108765: Python.h no longer includes <ctype.h> (#108831)
Victor Stinner committed
August 24, 2023
V
gh-108444: Add PyLong_AsInt() public function (#108445)
Victor Stinner committed
August 4, 2023
B
GH-84436: Skip refcounting for known immortals (GH-107605)
Brandt Bucher committed
July 28, 2023
I
gh-102509: Start initializing `ob_digit` of `_PyLongValue` (GH-102510)
Illia Volochii committed
May 21, 2023
M
GH-101291: Add low level, unstable API for pylong (GH-101685)
Mark Shannon committed
May 2, 2023
May 1, 2023
E
gh-84436: Immortalize in _PyStructSequence_InitBuiltinWithFlags() (gh-104054)
Eric Snow committed
April 27, 2023
E
gh-94673: Ensure Builtin Static Types are Readied Properly (gh-103940)
Eric Snow committed
April 22, 2023
E
gh-84436: Implement Immortal Objects (gh-19474)
Eddie Elizondo committed
March 22, 2023
M
GH-101291: Rearrange the size bits in PyLongObject (GH-102464)
Mark Shannon committed
February 27, 2023
S
gh-101825: Clarify that as_integer_ratio() output is always normalized (#101843)
Sergey B Kirpichev committed
February 5, 2023
M
gh-101266: Fix __sizeof__ for subclasses of int (#101394)
Mark Dickinson committed
January 30, 2023
January 21, 2023
M
gh-101037: Fix potential memory underallocation for zeros of int subtypes (#101038)
Mark Dickinson committed
January 2, 2023
December 24, 2022
S
gh-100268: Add is_integer method to int (#100439)
Shantanu committed
December 12, 2022
N
clarify the 4300-digit limit on int-str conversion (#100175)
Ned Batchelder committed
November 25, 2022
V
gh-98724: Fix warnings on Py_SETREF() usage (#99781)
Victor Stinner committed
November 22, 2022
V
gh-99537: Use Py_SETREF() function in longobject C code (#99655)
Victor Stinner committed
November 10, 2022
V
gh-99300: Use Py_NewRef() in Objects/ directory (#99351)
Victor Stinner committed
November 6, 2022
J
Correct some typos in comments (GH-98194)
jonasdlindner committed
November 4, 2022
V
gh-90716: Fix pylong_int_from_string() refleak (#99094)
Victor Stinner committed
November 3, 2022
G
gh-90716: bugfixes and more tests for _pylong. (#99073)
Gregory P. Smith committed
October 26, 2022
N
gh-90716: add _pylong.py module (#96673)
Neil Schemenauer committed
October 19, 2022
E
gh-98417: Store int_max_str_digits on the Interpreter State (GH-98418)
Eric Snow committed
October 3, 2022
M
gh-96526: Clarify format and __format__ docstrings (gh-96648)
Michael committed
G
gh-96512: Move int_max_str_digits setting to PyConfig (#96944)
Gregory P. Smith committed
September 25, 2022
O
gh-90716: Refactor PyLong_FromString to separate concerns (GH-96808)
Oscar Benjamin committed
September 16, 2022
V
gh-95778: Mention sys.set_int_max_str_digits() in error message (#96874)
Victor Stinner committed
September 4, 2022
M
gh-95778: Correctly pre-check for int-to-str conversion (#96537)
Mark Dickinson committed
September 2, 2022
G
gh-95778: CVE-2020-10735: Prevent DoS by very large int() (#96499)
Gregory P. Smith committed
July 25, 2022
E
gh-94673: Add _PyStaticType_InitBuiltin() (#95152)
Eric Snow committed
June 21, 2022
D
GH-91432: Specialize FOR_ITER (GH-91713)
Dennis Sweeney committed
May 25, 2022
O
Remove unnecessary for loop initializer in long_lshift1() (GH-93071)
oda-gitso committed