| Commit message (Expand) | Author | Age | Files | Lines |
* | Silence expression result unused warnings with clang. | Christian Heimes | 2013-12-04 | 1 | -1/+1 |
|
|
* | #17080: improve error message of float/complex when the wrong type is passed. | Ezio Melotti | 2013-11-07 | 1 | -4/+6 |
|
|
* | #19068: merge with 3.3. | Ezio Melotti | 2013-10-05 | 1 | -2/+2 |
|\ |
|
| * | #19068: use imperative mood in complex object docstrings. Patch by Marco Buttu. | Ezio Melotti | 2013-10-05 | 1 | -2/+2 |
|
|
* | | Issue #18722: Remove uses of the "register" keyword in C code. | Antoine Pitrou | 2013-08-13 | 1 | -1/+1 |
|
|
* | | Close #17694: Add minimum length to _PyUnicodeWriter | Victor Stinner | 2013-04-17 | 1 | -1/+1 |
|
|
* | | Issue #16290: __complex__ must now always return an instance of complex. | Mark Dickinson | 2012-11-14 | 1 | -6/+6 |
|/ |
|
* | Issue #14744: Use the new _PyUnicodeWriter internal API to speed up str%args ... | Victor Stinner | 2012-05-29 | 1 | -3/+14 |
|
|
* | use the static identifier api for looking up special methods | Benjamin Peterson | 2012-01-22 | 1 | -2/+2 |
|
|
* | Implement PEP 393. | Martin v. Löwis | 2011-09-28 | 1 | -15/+4 |
|
|
* | Replace Py_NotImplemented returns with the macro form Py_RETURN_NOTIMPLEMENTED. | Brian Curtin | 2011-08-11 | 1 | -2/+1 |
|
|
* | Issue #10833: Use PyErr_Format() and PyUnicode_FromFormat() instead of | Victor Stinner | 2011-03-21 | 1 | -13/+1 |
|
|
* | Removed static function complex_format, moved it into complex_repr. Modified ... | Eric Smith | 2010-12-04 | 1 | -10/+8 |
|
|
* | Issue #10557: Fixed error messages from float() and other numeric | Alexander Belopolsky | 2010-12-04 | 1 | -13/+17 |
|
|
* | #6780: fix complex() constructor TypeError message | Victor Stinner | 2010-12-03 | 1 | -1/+1 |
|
|
* | follow up to #9778: define and use an unsigned hash type | Benjamin Peterson | 2010-10-23 | 1 | -7/+7 |
|
|
* | make hashes always the size of pointers; introduce Py_hash_t #9778 | Benjamin Peterson | 2010-10-17 | 1 | -2/+2 |
|
|
* | Issue #9337: Make float.__str__ identical to float.__repr__. | Mark Dickinson | 2010-08-04 | 1 | -7/+1 |
|
|
* | Issue #8188: Introduce a new scheme for computing hashes of numbers | Mark Dickinson | 2010-05-23 | 1 | -9/+9 |
|
|
* | Issue #8748: Fix two issues with comparisons between complex and integer | Mark Dickinson | 2010-05-21 | 1 | -8/+44 |
|
|
* | Recorded merge of revisions 81029 via svnmerge from | Antoine Pitrou | 2010-05-09 | 1 | -806/+806 |
|
|
* | Issue #7845: Make 1j.__le__(2j) return NotImplemented rather than raising Ty... | Mark Dickinson | 2010-03-13 | 1 | -4/+2 |
|
|
* | Merged revisions 78319 via svnmerge from | Ezio Melotti | 2010-02-22 | 1 | -1/+1 |
|
|
* | Merged revisions 77292-77293 via svnmerge from | Benjamin Peterson | 2010-01-04 | 1 | -36/+26 |
|
|
* | Merged revisions 76561 via svnmerge from | Mark Dickinson | 2009-11-28 | 1 | -4/+0 |
|
|
* | Make sure memory is freed on error in complex_subtype_from_string. | Mark Dickinson | 2009-10-26 | 1 | -8/+7 |
|
|
* | Remove length limitation on string arguments to complex() | Mark Dickinson | 2009-10-26 | 1 | -7/+11 |
|
|
* | Issue 7147 - remove ability to attempt to build Python without complex number... | Skip Montanaro | 2009-10-18 | 1 | -4/+0 |
|
|
* | Issue #5829: complex('1e500') shouldn't raise OverflowError | Mark Dickinson | 2009-05-20 | 1 | -2/+2 |
|
|
* | Merged revisions 72718 via svnmerge from | Mark Dickinson | 2009-05-17 | 1 | -2/+2 |
|
|
* | Issue #5920: Changed format.__float__ and complex.__float__ to use a precisio... | Eric Smith | 2009-05-05 | 1 | -6/+6 |
|
|
* | Merged revisions 72253 via svnmerge from | Mark Dickinson | 2009-05-03 | 1 | -4/+4 |
|
|
* | Issue #5914: Add new C-API function PyOS_string_to_double, to complement | Mark Dickinson | 2009-05-03 | 1 | -18/+14 |
|
|
* | Issue #1588: Add complex.__format__. | Eric Smith | 2009-04-30 | 1 | -0/+19 |
|
|
* | Merged revisions 71963 via svnmerge from | Mark Dickinson | 2009-04-26 | 1 | -2/+2 |
|
|
* | Merged revisions 71869 via svnmerge from | Mark Dickinson | 2009-04-25 | 1 | -1/+1 |
|
|
* | Make sure that complex parsing code and corresponding tests | Mark Dickinson | 2009-04-24 | 1 | -26/+85 |
|
|
* | Issue #5816: Simplify code for parsing and printing of complex numbers. | Mark Dickinson | 2009-04-23 | 1 | -215/+103 |
|
|
* | The other half of Issue #1580: use short float repr where possible. | Eric Smith | 2009-04-16 | 1 | -70/+97 |
|
|
* | Issue #1717: rename tp_compare to tp_reserved. I'll change the | Mark Dickinson | 2009-02-02 | 1 | -1/+1 |
|
|
* | Issue #4910, patch 3/3: rename nb_long to nb_reserved | Mark Dickinson | 2009-01-17 | 1 | -1/+1 |
|
|
* | Issue 4910, patch 2 of (probably) 3: pave the way for renaming of | Mark Dickinson | 2009-01-15 | 1 | -9/+1 |
|
|
* | Remove nb_reserved (nb_coerce), nb_hex, and nb_oct from PyNumberMethods | Benjamin Peterson | 2008-06-11 | 1 | -3/+0 |
|
|
* | Merged revisions 63829-63831,63858,63865,63879,63882,63948,63970-63972,63976,... | Georg Brandl | 2008-06-10 | 1 | -1/+2 |
|
|
* | Merged revisions 62380,62382-62383 via svnmerge from | Christian Heimes | 2008-04-19 | 1 | -3/+61 |
|
|
* | Merged revisions 61981,61984-61987,61992-61993,61997-62000 via svnmerge from | Christian Heimes | 2008-03-28 | 1 | -0/+4 |
|
|
* | Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,... | Christian Heimes | 2008-02-16 | 1 | -7/+40 |
|
|
* | Merged revisions 60379-60382 via svnmerge from | Christian Heimes | 2008-01-28 | 1 | -5/+6 |
|
|
* | Merged revisions 60053-60078 via svnmerge from | Christian Heimes | 2008-01-19 | 1 | -34/+34 |
|
|
* | Add an errors parameter to open() and TextIOWrapper() to specify error handling. | Guido van Rossum | 2007-12-03 | 1 | -0/+1 |
|
|