COMMITS
/ Doc/c-api/long.rst January 15, 2026
M
[3.13] gh-143834: Fix PyLong_AsNativeBytes docs for negative number padding (GH-143840) (GH-143855)
Miss Islington (bot) committed
November 6, 2025
P
[3.13] gh-141004: Document `PyLong_FromPid` and `PyLong_AsPid` (GH-141028) (GH-141143)
Peter Bierma committed
September 9, 2025
M
[3.13] Add impl-detail block for PyLong_FromLong docs (GH-126422) (#138695)
Miss Islington (bot) committed
June 27, 2025
B
[3.13] Docs: Fix duplicate word typos (GH-135958) (GH-136008)
Brian Schubert committed
October 21, 2024
M
[3.13] Doc: Fix typos (GH-125728) (#125773)
Miss Islington (bot) committed
October 13, 2024
M
[3.13] gh-101291: Add versionadded directives for PyUnstable_Long_* (GH-125384) (#125407)
Miss Islington (bot) committed
September 30, 2024
M
[3.13] gh-124385: Document and soft-deprecate PyLong_AS_LONG (GH-124386) (#124719)
Miss Islington (bot) committed
September 23, 2024
P
[3.13] gh-118915: Add/fix docs entries for some new 3.13 C API (GH-124134) (#124244)
Petr Viktorin committed
August 5, 2024
S
[3.13] gh-122613: Document PyLong_GetInfo() (part of Limited API) (GH-122280) (#122645)
Sergey B Kirpichev committed
June 28, 2024
M
gh-121115: Skip __index__ in PyLong_AsNativeBytes by default (GH-121118)
Miss Islington (bot) 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
May 17, 2019
S
Doc: Replace the deprecated highlightlang directive by highlight. (#13377)
Stéphane Wirtel committed
February 25, 2019
S
bpo-36048: Use __index__() instead of __int__() for implicit conversion if available. (GH-11952)
Serhiy Storchaka committed
February 9, 2018
S
Make formatting of some return codes conforming to the general style. (#5587)
Serhiy Storchaka committed
January 29, 2018
G
Document the error return of PyLong_As* APIs. (#5396)
Gregory P. Smith committed
April 24, 2017
C
bpo-29751: Improve PyLong_FromString documentation (GH-915)
csabella committed
October 27, 2016
S
Issue #28496: Mark up constants 0, 1 and -1 that denote return values or
Serhiy Storchaka committed
S
Issue #28496: Mark up constants 0, 1 and -1 that denote return values or
Serhiy Storchaka committed
September 8, 2016
B
more PY_LONG_LONG to long long
Benjamin Peterson committed
October 19, 2013
S
Issue #1772673: The type of `char*` arguments now changed to `const char*`.
Serhiy Storchaka committed
March 11, 2013
T
Merge with 3.2: Issue #17047: removed doubled words in Doc/*,
Terry Jan Reedy committed
T
Issue #17047: removed doubled words in Doc/*, Mac/*, and Tool/*
Terry Jan Reedy committed
June 23, 2012
M
Issue #12965: More PyLong_As* clarifications. Thanks Stefan Krah.
Mark Dickinson committed
M
M
Issue #12965: Merge from 3.2.
Mark Dickinson committed