COMMITS
/ Doc/c-api/long.rst January 21, 2026
S
gh-143869: Add PEP 757 functions to the limited API (#143906)
Sergey B Kirpichev committed
January 15, 2026
M
gh-143834: Fix PyLong_AsNativeBytes docs for negative number padding (GH-143840)
Muneeb Ullah committed
January 14, 2026
P
gh-141004: Document several soft-deprecated C APIs (GH-141634)
Peter Bierma committed
November 6, 2025
P
gh-141004: Document `PyLong_FromPid` and `PyLong_AsPid` (GH-141028)
Peter Bierma committed
October 17, 2025
T
gh-133059: Update documentation of preallocated integer range in `long.rst` (GH-140231)
Tomasz Dądela committed
September 9, 2025
S
Add impl-detail block for PyLong_FromLong docs (#126422)
Sergey B Kirpichev committed
August 4, 2025
S
gh-137368: document __index__() support for PyLong_AsInt32/64() (GH-137369)
Sergey B Kirpichev committed
June 27, 2025
B
Docs: Fix duplicate word typos (GH-135958)
Brian Schubert committed
January 27, 2025
V
gh-102471: Change PyLongWriter_Discard(NULL) to do nothing (#129339)
Victor Stinner committed
December 17, 2024
H
Python 3.14.0a3
Hugo van Kemenade committed
December 13, 2024
V
gh-102471, PEP 757: Add PyLong import and export API (#121339)
Victor Stinner committed
November 19, 2024
H
Python 3.14.0a2
Hugo van Kemenade committed
November 12, 2024
R
gh-126061: Add PyLong_IsPositive/Zero/Negative() functions (#126065)
RUANG (James Roy) committed
October 21, 2024
E
Doc: Fix typos (#125728)
ember91 committed
October 15, 2024
H
Python 3.14.0a1
Hugo van Kemenade committed
October 13, 2024
S
gh-101291: Add versionadded directives for PyUnstable_Long_* (#125384)
Sergey B Kirpichev committed
September 27, 2024
P
gh-124385: Document and soft-deprecate PyLong_AS_LONG (GH-124386)
Petr Viktorin committed
September 25, 2024
P
gh-121277: Allow `.. versionadded:: next` in docs (GH-121278)
Petr Viktorin committed
September 18, 2024
P
gh-118915: Add/fix docs entries for some new 3.13 C API (GH-124134)
Petr Viktorin committed
August 28, 2024
V
gh-120389: Add PyLong_FromInt64() and PyLong_AsInt64() (#120390)
Victor Stinner committed
August 17, 2024
S
gh-121477: mention new PyLong_*Bytes() functions in PyLong_FromString() (#121478)
Sergey B Kirpichev committed
August 3, 2024
S
gh-122613: Document PyLong_GetInfo() (part of Limited API) (GH-#122280)
Sergey B Kirpichev committed
June 28, 2024
S
gh-121115: Skip __index__ in PyLong_AsNativeBytes by default (GH-121118)
Steve Dower committed
June 3, 2024
S
gh-116560: Add PyLong_GetSign() public function (#116561)
Sergey B Kirpichev committed
May 5, 2024
G
gh-111140: minor docs typos cleanup in the C example API calls. (#118612)
Gregory P. Smith committed
April 5, 2024
S
March 13, 2024
S
Docs: PyUnstable_Long_IsCompact() docs now mention PyLong_AsNativeBytes() (#116634)
Sergey B Kirpichev committed
February 22, 2024
G
gh-111140: Improve PyLong_AsNativeBytes API doc example & improve the test (#115380)
Gregory P. Smith committed
February 12, 2024
S
gh-111140: Minor doc fixes for PyLong_AsNativeBytes (GH-115375)
Steve Dower committed
February 11, 2024
S
gh-115172: Fix explicit index extries for the C API (GH-115173)
Serhiy Storchaka committed
August 24, 2023
V
gh-108444: Add PyLong_AsInt() public function (#108445)
Victor Stinner committed
July 21, 2023
S
gh-106919: Use role :c:macro: for referencing the C "constants" (GH-106920)
Serhiy Storchaka committed
June 30, 2023
F
gh-101100: Docs: Fix references to several numeric dunders (#106278)
F3eQnxN3RriK committed
May 21, 2023
M
GH-101291: Add low level, unstable API for pylong (GH-101685)
Mark Shannon committed
May 4, 2023
A
GH-97950: Use new-style index directive ('object') (#104158)
Adam Turner committed
January 24, 2023
G
[docs] Mention how to get/set a bigint PyLong via the C API (#101270)
Gregory P. Smith committed
October 5, 2022
A
gh-93738: Documentation C syntax (:c:type:<C type> -> :c:expr:<C type>) (#97768)
Adam Turner committed
July 28, 2022
J
gh-59200: Clarify `PyLong_FromString` documentation (GH-94363)
JustAnotherArchivist committed
April 2, 2022
J
More minor fixes to C API docs (GH-31525)
Jelle Zijlstra committed
January 6, 2021
A
bpo-42528: Improve the docs of most Py*_Check{,Exact} API calls (GH-23602)
Antonio Cuni committed
July 5, 2020
I
bpo-41211: Doc: Fix PyLong_FromUnicodeObject (GH-21325)
Inada Naoki committed
June 29, 2020
I
bpo-41123: Remove PyLong_FromUnicode() (GH-21204)
Inada Naoki committed
May 27, 2020
M
bpo-37999: Fix outdated __int__ and nb_int references in comments (GH-20449)
Mark Dickinson committed
January 21, 2020
K
PyLong_AsLongLong() docs should say 'long long' (#18082)
Keith Erskine committed
December 9, 2019
S
bpo-27961: Replace PY_ULLONG_MAX with ULLONG_MAX (GH-17539)
Sergey Fedoseev 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
October 30, 2019
S
bpo-38600: Change the mark up of NULL in the C API documentation. (GH-16950)
Serhiy Storchaka committed
July 16, 2019
June 6, 2019
Z
bpo-37170: Fix the cast on error in PyLong_AsUnsignedLongLongMask() (GH-13860)
Zackery Spytz committed