| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #14630: Fix an incorrect access of ob_digit[0] for a zero instance of a... | Mark Dickinson | 2012-04-20 | 1 | -0/+14 |
* | Issue #10624: Use support.requires_IEEE_754 in all appropriate tests. | Eric Smith | 2010-12-04 | 1 | -8/+3 |
* | #1513299: cleanup some map() uses where a comprehension works better. | Georg Brandl | 2010-12-04 | 1 | -1/+1 |
* | Issue #2844: Make int('42', n) consistently raise ValueError for | Mark Dickinson | 2010-05-26 | 1 | -0/+10 |
* | Merged revisions 81551 via svnmerge from | Mark Dickinson | 2010-05-26 | 1 | -0/+15 |
* | Merged revisions 78093 via svnmerge from | Georg Brandl | 2010-03-14 | 1 | -5/+0 |
* | Merged revisions 78018,78035-78040,78042-78043,78046,78048-78052,78054,78059,... | Georg Brandl | 2010-03-14 | 1 | -1/+1 |
* | Issue #1023290: Added API for the conversion of longs to bytes and vice-versa. | Alexandre Vassalotti | 2010-01-09 | 1 | -0/+232 |
* | Merged revisions 77071 via svnmerge from | Mark Dickinson | 2009-12-27 | 1 | -3/+2 |
* | Merged revisions 77066 via svnmerge from | Mark Dickinson | 2009-12-27 | 1 | -1/+1 |
* | Merged revisions 77062 via svnmerge from | Mark Dickinson | 2009-12-27 | 1 | -4/+164 |
* | Issue #7435: Remove duplicate int/long tests, and other | Mark Dickinson | 2009-12-05 | 1 | -336/+19 |
* | convert old fail* assertions to assert* | Benjamin Peterson | 2009-06-30 | 1 | -13/+13 |
* | Merged revisions 71772 via svnmerge from | Mark Dickinson | 2009-04-20 | 1 | -0/+59 |
* | Issue #4258: Make it possible to use 30-bit digits for PyLongs: | Mark Dickinson | 2009-03-18 | 1 | -1/+30 |
* | Issue #4707: round(x, n) now returns an integer when x is an integer. | Mark Dickinson | 2009-01-28 | 1 | -0/+75 |
* | Issue #1717: Remove cmp. Stage 1: remove all uses of cmp and __cmp__ from | Mark Dickinson | 2009-01-27 | 1 | -3/+4 |
* | Issue 4842, patch 2/2: int('3L') should be invalid in Python 3.x. | Mark Dickinson | 2009-01-20 | 1 | -0/+10 |
* | Issue #4910 (1st patch of a series): fix int() and the corresponding | Mark Dickinson | 2009-01-12 | 1 | -4/+18 |
* | Forward merge of r67822 to py3k: add bit_length method to int. | Mark Dickinson | 2008-12-17 | 1 | -0/+36 |
* | remove some more references to __cmp__ #1717 | Benjamin Peterson | 2008-10-16 | 1 | -1/+13 |
* | Merged revisions 65459,65472,65481,65518,65536,65581,65609,65637,65641,65644-... | Georg Brandl | 2008-08-12 | 1 | -1/+2 |
* | Optimization to stop creating new small longs and use the | Facundo Batista | 2008-07-24 | 1 | -0/+18 |
* | move test_long_future into test_long | Benjamin Peterson | 2008-07-13 | 1 | -0/+35 |
* | #2621 rename test.test_support to test.support | Benjamin Peterson | 2008-05-20 | 1 | -2/+2 |
* | Merged revisions 63078 via svnmerge from | Eric Smith | 2008-05-11 | 1 | -1/+1 |
* | Merged revisions 62425-62429,62434-62436,62441,62444,62446-62448,62450-62455,... | Christian Heimes | 2008-05-04 | 1 | -2/+220 |
* | Renamed test_format to test__format__, since it really tests the __format__ m... | Eric Smith | 2008-02-11 | 1 | -1/+1 |
* | Partially revert r60376: restore ability for ints to be automatically convert... | Eric Smith | 2008-01-28 | 1 | -3/+9 |
* | Restrict format presentation types to those specified in the 'Standard Format... | Eric Smith | 2008-01-27 | 1 | -6/+11 |
* | long(float('nan')) raises an OverflowError as discussed on the mailing list a... | Christian Heimes | 2008-01-15 | 1 | -1/+1 |
* | Fixed test_long | Christian Heimes | 2008-01-04 | 1 | -2/+2 |
* | Merged revisions 59680-59695 via svnmerge from | Christian Heimes | 2008-01-04 | 1 | -0/+4 |
* | Removed PyInt_GetMax and sys.maxint | Christian Heimes | 2007-12-04 | 1 | -16/+16 |
* | Remove the simple slicing API. All slicing is now done with slice objects. | Thomas Wouters | 2007-08-30 | 1 | -11/+0 |
* | Added format tests. | Eric Smith | 2007-08-30 | 1 | -2/+13 |
* | Implementation of PEP 3101, Advanced String Formatting. | Eric Smith | 2007-08-25 | 1 | -0/+44 |
* | math.floor(<int>) now returns the argument, | Guido van Rossum | 2007-08-24 | 1 | -1/+3 |
* | Merged revisions 56125-56153 via svnmerge from | Guido van Rossum | 2007-07-03 | 1 | -5/+2 |
* | Merged revisions 55817-55961 via svnmerge from | Guido van Rossum | 2007-06-13 | 1 | -4/+1 |
* | Merged revisions 55007-55179 via svnmerge from | Guido van Rossum | 2007-05-07 | 1 | -9/+10 |
* | Fix various spots where int/long and str/unicode unification | Walter Dörwald | 2007-05-03 | 1 | -1/+1 |
* | Rip out 'long' and 'L'-suffixed integer literals. | Guido van Rossum | 2007-01-15 | 1 | -34/+34 |
* | Four months of trunk changes (including a few releases...) | Thomas Wouters | 2006-12-13 | 1 | -3/+20 |
* | repr() of a long int no longer produces a trailing 'L'. | Guido van Rossum | 2006-08-18 | 1 | -3/+3 |
* | SF bug #1224347: int/long unification and hex() | Raymond Hettinger | 2005-06-29 | 1 | -1/+1 |
* | Port test_long.py to unittest. | Walter Dörwald | 2005-06-13 | 1 | -508/+451 |
* | SF bug #513866: Float/long comparison anomaly. | Tim Peters | 2004-09-23 | 1 | -2/+102 |
* | Changed Karatsuba cutoff to match current reality. | Tim Peters | 2004-08-30 | 1 | -1/+1 |
* | test_float_overflow(): make shuge (added last week) a little less | Guido van Rossum | 2003-02-03 | 1 | -1/+1 |