summaryrefslogtreecommitdiffstats
path: root/Doc/c-api/long.rst
Commit message (Expand)AuthorAgeFilesLines
* bpo-27961: Replace PY_ULLONG_MAX with ULLONG_MAX (GH-17539)Sergey Fedoseev2019-12-091-1/+1
* bpo-27961: Replace PY_LLONG_MAX, PY_LLONG_MIN and PY_ULLONG_MAX with standard...Sergey Fedoseev2019-12-051-2/+2
* bpo-38600: Change the mark up of NULL in the C API documentation. (GH-16950)Serhiy Storchaka2019-10-301-9/+9
* bpo-37599: Remove a vague statement in documentation of Integer Objects (#14786)sgal2019-07-161-3/+1
* bpo-37170: Fix the cast on error in PyLong_AsUnsignedLongLongMask() (GH-13860)Zackery Spytz2019-06-061-2/+4
* Doc: Replace the deprecated highlightlang directive by highlight. (#13377)Stéphane Wirtel2019-05-171-1/+1
* bpo-36048: Use __index__() instead of __int__() for implicit conversion if av...Serhiy Storchaka2019-02-251-12/+54
* Make formatting of some return codes conforming to the general style. (#5587)Serhiy Storchaka2018-02-091-9/+9
* Document the error return of PyLong_As* APIs. (#5396)Gregory P. Smith2018-01-291-0/+34
* bpo-29751: Improve PyLong_FromString documentation (GH-915)csabella2017-04-241-7/+6
* Issue #28496: Mark up constants 0, 1 and -1 that denote return values orSerhiy Storchaka2016-10-271-2/+2
|\
| * Issue #28496: Mark up constants 0, 1 and -1 that denote return values orSerhiy Storchaka2016-10-271-2/+2
* | more PY_LONG_LONG to long longBenjamin Peterson2016-09-081-9/+9
|/
* Issue #1772673: The type of `char*` arguments now changed to `const char*`.Serhiy Storchaka2013-10-191-1/+1
* Merge with 3.2: Issue #17047: removed doubled words in Doc/*,Terry Jan Reedy2013-03-111-2/+2
|\
| * Issue #17047: removed doubled words in Doc/*, Mac/*, and Tool/*Terry Jan Reedy2013-03-111-2/+2
* | Issue #12965: Merge from 3.2.Mark Dickinson2012-06-231-22/+39
|\ \ | |/
| * Issue #12965: More PyLong_As* clarifications. Thanks Stefan Krah.Mark Dickinson2012-06-231-22/+39
* | Issue #12965: Merge from 3.2.Mark Dickinson2012-06-231-18/+23
|\ \ | |/
| * Issue #12965: Clean up C-API docs for PyLong_AsLongLong(AndOverflow); clarify...Mark Dickinson2012-06-231-18/+23
* | Issue #12965: Merge from 3.2Mark Dickinson2012-06-231-13/+16
|\ \ | |/
| * Issue #12965: Clean up C-API docs for PyLong_AsLong(AndOverflow); clarify tha...Mark Dickinson2012-06-231-13/+16
* | Update C API docs for PEP 393.Georg Brandl2011-10-071-0/+14
|/
* #9204: remove mentions of removed types in the types module.Georg Brandl2010-10-171-1/+1
* Migrate to Sphinx 1.0 C language constructs.Georg Brandl2010-10-061-61/+61
* Consistency check for versionadded/changed directives.Georg Brandl2010-08-171-2/+3
* Merged revisions 77850-77851 via svnmerge fromEzio Melotti2010-01-301-9/+9
* Merged revisions 77842 via svnmerge fromMark Dickinson2010-01-301-0/+13
* Keep PyLong_AsLongAndOverflow documentation and implementation in syncMark Dickinson2009-12-211-4/+7
* After discussing some more with Georg, do no migrate versionchanged:: 2.5 toJeroen Ruigrok van der Werven2009-04-271-4/+0
* Merged revisions 71898-71900,71910,71914-71919 via svnmerge fromJeroen Ruigrok van der Werven2009-04-261-0/+4
* #5566: remove duplicate entry.Georg Brandl2009-03-311-13/+3
* Merged revisions 69498 via svnmerge fromMark Dickinson2009-02-101-6/+15
* Remove trailing whitespace.Georg Brandl2009-01-031-2/+2
* Merged revisions 62425-62429,62434-62436,62441,62444,62446-62448,62450-62455,...Christian Heimes2008-05-041-4/+15
* Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,...Christian Heimes2008-02-221-4/+4
* Split C API docs in Py3k branch.Georg Brandl2008-01-201-0/+196