summaryrefslogtreecommitdiff
path: root/Doc/c-api/number.rst
Commit message (Expand)AuthorAgeFilesLines
* Issue #28496: Mark up constants 0, 1 and -1 that denote return values orSerhiy Storchaka2016-10-271-1/+1
* Issue #19795: Improved more markups of True/False.Serhiy Storchaka2016-10-191-2/+2
* PEP 465: a dedicated infix operator for matrix multiplication (closes #21176)Benjamin Peterson2014-04-091-0/+17
* Issue #13145. Fix incorrect documentation for PyNumber_ToBase. Thanks Sven M...Mark Dickinson2011-10-111-4/+4
* Make it clear that PyNumber_AsSsize_t() returns -1 on error.Antoine Pitrou2011-07-131-1/+3
* Migrate to Sphinx 1.0 C language constructs.Georg Brandl2010-10-061-40/+40
* Issue #9089: PyNumber_Int is no more. Remove it from the docs.Mark Dickinson2010-06-271-12/+0
* #6115: remove entries for the already removed PyNumber_Divide and PyNumber_In...Georg Brandl2009-05-261-13/+0
* Merged revisions 70712,70714,70764-70765,70769-70771,70773,70776-70777,70788-...Benjamin Peterson2009-04-051-2/+2
* Issue #4910: PyNumber_Int is deprecated in 3.0.1; will be removed in 3.1.Mark Dickinson2009-02-111-0/+6
* Remove a couple of references to long in the c-api docsMark Dickinson2009-01-171-2/+2
* Issue #4910: replace "long" with "int" in docstring for __long__ slot andMark Dickinson2009-01-101-7/+4
* Merged revisions 66670,66681,66688,66696-66699 via svnmerge fromBenjamin Peterson2008-10-041-1/+1
* Remove many "versionchanged" items that didn't use the official markup,Georg Brandl2008-05-121-2/+0
* Merged revisions 62425-62429,62434-62436,62441,62444,62446-62448,62450-62455,...Christian Heimes2008-05-041-0/+11
* Split C API docs in Py3k branch.Georg Brandl2008-01-201-0/+276