summaryrefslogtreecommitdiffstats
path: root/Objects/longobject.c
Commit message (Expand)AuthorAgeFilesLines
* Issue #12965: Fix some inaccurate comments in Objects/longobject.c. Thanks S...Mark Dickinson2011-10-231-15/+23
* Use the new Py_ARRAY_LENGTH macroVictor Stinner2011-09-281-2/+1
* Implement PEP 393.Martin v. Löwis2011-09-281-44/+38
* Merge fix for issue #12963.Stefan Krah2011-09-121-3/+3
|\
| * Issue #12963: PyLong_AsSize_t() now returns (size_t)-1 in all error cases.Stefan Krah2011-09-121-3/+3
* | Issue #12909: Make PyLong_As* functions consistent in their use of exceptions.Nadeem Vawda2011-09-071-2/+10
* | Replace Py_NotImplemented returns with the macro form Py_RETURN_NOTIMPLEMENTED.Brian Curtin2011-08-111-6/+3
|/
* #11565: Merge with 3.1.Ezio Melotti2011-03-161-1/+1
|\
| * #11565: Fix several typos. Patch by Piotr Kasprzyk.Ezio Melotti2011-03-161-2/+2
* | #11515: Merge with 3.1.Ezio Melotti2011-03-151-1/+1
|\ \ | |/
| * #11515: fix several typos. Patch by Piotr Kasprzyk.Ezio Melotti2011-03-151-1/+1
| * Recorded merge of revisions 81032 via svnmerge fromAntoine Pitrou2010-05-091-3334/+3334
| * Issue #8328: Silence Visual Studio warnings.Stefan Krah2010-04-071-2/+2
| * Merged revisions 78918,78920 via svnmerge fromMark Dickinson2010-04-061-5/+20
| * Merged revisions 74771 via svnmerge fromMark Dickinson2009-09-131-7/+10
| * Merged revisions 74691 via svnmerge fromMark Dickinson2009-09-061-1/+0
* | Fix indentation in Objects/longobject.cMark Dickinson2010-12-041-3/+3
* | Issue #10557: Fixed error messages from float() and other numericAlexander Belopolsky2010-12-041-7/+24
* | Include structseq.h in Python.h, and remove now-redundant includes in individ...Georg Brandl2010-11-301-1/+0
* | follow up to #9778: define and use an unsigned hash typeBenjamin Peterson2010-10-231-3/+3
* | make hashes always the size of pointers; introduce Py_hash_t #9778Benjamin Peterson2010-10-171-2/+2
* | Fix naming inconsistency.Mark Dickinson2010-06-071-2/+2
* | Issue #2844: Make int('42', n) consistently raise ValueError forMark Dickinson2010-05-261-9/+20
* | Issue #8817: Expose round-to-nearest variant of divmod in _PyLong_Divmod_NearMark Dickinson2010-05-261-111/+140
* | Issue #8188: Introduce a new scheme for computing hashes of numbersMark Dickinson2010-05-231-10/+29
* | Merged revisions 81037 via svnmerge fromMark Dickinson2010-05-101-33/+39
* | Merged revisions 81036 via svnmerge fromMark Dickinson2010-05-101-102/+101
* | Recorded merge of revisions 81029 via svnmerge fromAntoine Pitrou2010-05-091-3745/+3745
* | Merged revisions 80961 via svnmerge fromMark Dickinson2010-05-081-5/+2
* | Merged revisions 79885 via svnmerge fromStefan Krah2010-04-071-7/+7
* | Merged revisions 79856 via svnmerge fromMark Dickinson2010-04-061-1/+1
* | Merged revisions 79843-79844 via svnmerge fromMark Dickinson2010-04-061-14/+6
* | Remove out-of-date comment about making ints and longs hash equal.Mark Dickinson2010-03-191-3/+0
* | Issue #8014: Fix PyLong_As<c-integer-type> methods not to produce anMark Dickinson2010-03-131-5/+20
* | Move docstrings for long.to_bytes and long.from_bytes after the corresponding...Mark Dickinson2010-01-301-27/+27
* | Merged revisions 77842 via svnmerge fromMark Dickinson2010-01-301-0/+96
* | simplify string comparison of from_bytes/to_bytesBenjamin Peterson2010-01-091-20/+6
* | Issue #1023290: Added API for the conversion of longs to bytes and vice-versa.Alexandre Vassalotti2010-01-091-0/+199
* | Merged revisions 77234 via svnmerge fromMark Dickinson2010-01-021-221/+146
* | Merged revisions 77062 via svnmerge fromMark Dickinson2009-12-271-30/+250
* | Keep PyLong_AsLongAndOverflow documentation and implementation in syncMark Dickinson2009-12-211-9/+10
* | Fix error message, for consistency with messages for % and //, and for consis...Mark Dickinson2009-12-071-1/+1
* | Merge in the new GIL.Antoine Pitrou2009-11-101-4/+1
* | Merged revisions 75697 via svnmerge fromMark Dickinson2009-10-251-66/+100
* | Merged revisions 75110 via svnmerge fromMark Dickinson2009-09-281-7/+7
* | Silence compiler warningMark Dickinson2009-09-241-1/+2
* | Merged revisions 75003 via svnmerge fromMark Dickinson2009-09-211-2/+3
* | Issue #6713 (continued): remove unused arbitrary-base conversion codeMark Dickinson2009-09-181-99/+34
* | Revert accidental changes to Objects/longobject.cMark Dickinson2009-09-171-44/+104
* | Add some more module maintainers.Mark Dickinson2009-09-171-104/+44