| Commit message (Expand) | Author | Age | Files | Lines |
* | Recorded merge of revisions 81032 via svnmerge from | Antoine Pitrou | 2010-05-09 | 1 | -820/+820 |
|
|
* | 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 |
|
|
* | Merged revisions 59202-59211 via svnmerge from | Christian Heimes | 2007-11-28 | 1 | -9/+15 |
|
|
* | Remove more cruft leftover from nb_coerce. Rename nb_coerce to | Neil Schemenauer | 2007-09-21 | 1 | -1/+1 |
|
|
* | Use unicode and remove support for some uses of str8. | Neal Norwitz | 2007-08-26 | 1 | -7/+3 |
|
|
* | Kill all uses and definitions of tp_print under Objects/. (Others will follow.) | Guido van Rossum | 2007-08-07 | 1 | -11/+1 |
|
|
* | Kill div, mod and divmod on complex (already deprecated in 2.x). | Guido van Rossum | 2007-08-01 | 1 | -55/+15 |
|
|
* | Merged revisions 56467-56482 via svnmerge from | Martin v. Löwis | 2007-07-21 | 1 | -2/+1 |
|
|
* | Make identifiers str (not str8) objects throughout. | Martin v. Löwis | 2007-06-10 | 1 | -2/+2 |
|
|
* | Change float.__str__() and complex.__str__() to return | Walter Dörwald | 2007-05-31 | 1 | -1/+1 |
|
|
* | Add functions PyUnicode_Append() and PyUnicode_AppendAndDel() that mirror | Walter Dörwald | 2007-05-18 | 1 | -1/+1 |
|
|
* | Get rid of all #ifdef Py_USING_UNICODE (it is always present now). | Guido van Rossum | 2007-05-03 | 1 | -4/+0 |
|
|
* | Merged revisions 53952-54987 via svnmerge from | Guido van Rossum | 2007-04-27 | 1 | -11/+91 |
|
|
* | Merged the int/long unification branch, by very crude means (sorry Thomas!). | Guido van Rossum | 2007-01-14 | 1 | -4/+0 |
|
|
* | - patch #1600346 submitted by Tomer Filiba | Jack Diederich | 2006-11-28 | 1 | -2/+2 |
|
|
* | Fix comparing complex to non-complex numbers. | Guido van Rossum | 2006-08-21 | 1 | -10/+4 |
|
|
* | Get rid of most of the rest of coerce (slot is still there for now). | Neal Norwitz | 2006-08-21 | 1 | -46/+1 |
|
|
* | Merged revisions 46753-51188 via svnmerge from | Thomas Wouters | 2006-08-11 | 1 | -7/+7 |
|
|
* | Get rid of most of the flags (in tp_flags) that keep track of various | Guido van Rossum | 2006-07-27 | 1 | -20/+76 |
|
|
* | Partially merge trunk into p3yk. The removal of Mac/Tools is confusing svn | Thomas Wouters | 2006-06-08 | 1 | -2/+2 |
|
|
* | Merge p3yk branch with the trunk up to revision 45595. This breaks a fair | Thomas Wouters | 2006-04-21 | 1 | -6/+6 |
|
|
* | Get rid of remnants of integer division | Neal Norwitz | 2006-03-24 | 1 | -23/+0 |
|
|
* | Revert backwards-incompatible const changes. | Martin v. Löwis | 2006-02-27 | 1 | -1/+1 |
|
|
* | Merge ssize_t branch. | Martin v. Löwis | 2006-02-15 | 1 | -2/+2 |
|
|
* | Add const to several API functions that take char *. | Jeremy Hylton | 2005-12-10 | 1 | -1/+1 |
|
|
* | patch [ 1118729 ] Error in representation of complex numbers(again) | Georg Brandl | 2005-09-16 | 1 | -6/+3 |
|
|
* | Bug #1079011: Incorrect error message (somewhat) | Raymond Hettinger | 2004-12-19 | 1 | -1/+1 |
|
|
* | Fix repr for negative imaginary part. Fixes #1013908. | Martin v. Löwis | 2004-08-22 | 1 | -2/+6 |
|
|
* | Patch #774665: Make Python LC_NUMERIC agnostic. | Martin v. Löwis | 2004-06-08 | 1 | -9/+14 |
|
|