COMMITS
/ Doc/c-api/long.rst 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
M
Issue #12965: Merge from 3.2.
Mark Dickinson committed
M
Issue #12965: Merge from 3.2
Mark Dickinson committed
October 7, 2011
G
Update C API docs for PEP 393.
Georg Brandl committed
October 17, 2010
G
#9204: remove mentions of removed types in the types module.
Georg Brandl committed
October 6, 2010
G
Migrate to Sphinx 1.0 C language constructs.
Georg Brandl committed
August 17, 2010
G
Consistency check for versionadded/changed directives.
Georg Brandl committed
January 30, 2010
E
Merged revisions 77850-77851 via svnmerge from
Ezio Melotti committed
M
Merged revisions 77842 via svnmerge from
Mark Dickinson committed
December 21, 2009
M
Keep PyLong_AsLongAndOverflow documentation and implementation in sync
Mark Dickinson committed
April 27, 2009
J
After discussing some more with Georg, do no migrate versionchanged:: 2.5 to
Jeroen Ruigrok van der Werven committed
April 26, 2009
J
Merged revisions 71898-71900,71910,71914-71919 via svnmerge from
Jeroen Ruigrok van der Werven committed
March 31, 2009
G
#5566: remove duplicate entry.
Georg Brandl committed
February 10, 2009
M
Merged revisions 69498 via svnmerge from
Mark Dickinson committed
January 3, 2009
G
Remove trailing whitespace.
Georg Brandl committed
May 4, 2008
February 22, 2008
January 20, 2008
G
Split C API docs in Py3k branch.
Georg Brandl committed