| Commit message (Expand) | Author | Age | Files | Lines |
* | Rename PyUnicode_AsString -> _PyUnicode_AsString and | Marc-André Lemburg | 2008-08-07 | 1 | -2/+2 |
|
|
* | Issue #3369: fix memory leak in floatobject.c. Thanks Kristján Jónsson | Mark Dickinson | 2008-07-21 | 1 | -0/+6 |
|
|
* | Merged revisions 64722,64729,64753,64845-64846,64849,64871,64880-64882,64885,... | Georg Brandl | 2008-07-16 | 1 | -26/+20 |
|
|
* | Merged revisions 64974 via svnmerge from | Mark Dickinson | 2008-07-16 | 1 | -0/+408 |
|
|
* | Revert 64451. | Raymond Hettinger | 2008-06-24 | 1 | -30/+0 |
|
|
* | Merge 64438: hex/oct/bin can show floats exactly. | Raymond Hettinger | 2008-06-22 | 1 | -0/+30 |
|
|
* | Remove nb_reserved (nb_coerce), nb_hex, and nb_oct from PyNumberMethods | Benjamin Peterson | 2008-06-11 | 1 | -3/+0 |
|
|
* | Refactor and clean up str.format() code (and helpers) in advance of optimizat... | Eric Smith | 2008-05-30 | 1 | -6/+7 |
|
|
* | Issue 2801: fix bug in float.is_integer where ValueError was incorrectly | Mark Dickinson | 2008-05-09 | 1 | -0/+1 |
|
|
* | Merged revisions 62380,62382-62383 via svnmerge from | Christian Heimes | 2008-04-19 | 1 | -124/+77 |
|
|
* | Merged revisions 61981,61984-61987,61992-61993,61997-62000 via svnmerge from | Christian Heimes | 2008-03-28 | 1 | -0/+4 |
|
|
* | Merged revisions 61964-61979 via svnmerge from | Christian Heimes | 2008-03-28 | 1 | -1/+1 |
|
|
* | Merged revisions 61239-61249,61252-61257,61260-61264,61269-61275,61278-61279,... | Christian Heimes | 2008-03-16 | 1 | -8/+8 |
|
|
* | Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,... | Christian Heimes | 2008-02-04 | 1 | -7/+23 |
|
|
* | Merged revisions 60481,60485,60489-60520,60523-60527,60530-60533,60535-60538,... | Christian Heimes | 2008-02-03 | 1 | -88/+29 |
|
|
* | Merged revisions 60441-60474 via svnmerge from | Christian Heimes | 2008-01-31 | 1 | -9/+4 |
|
|
* | Merged revisions 60364-60378 via svnmerge from | Christian Heimes | 2008-01-27 | 1 | -0/+159 |
|
|
* | Merged revisions 60245-60277 via svnmerge from | Christian Heimes | 2008-01-25 | 1 | -0/+5 |
|
|
* | Merged revisions 59933-59951 via svnmerge from | Christian Heimes | 2008-01-14 | 1 | -29/+77 |
|
|
* | #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. | Christian Heimes | 2007-12-19 | 1 | -12/+12 |
|
|
* | Merged revisions 59541-59561 via svnmerge from | Christian Heimes | 2007-12-19 | 1 | -2/+50 |
|
|
* | Merged revisions 59450-59464 via svnmerge from | Christian Heimes | 2007-12-11 | 1 | -1/+12 |
|
|
* | Issue #1580: New free format floating point representation based on "Floating... | Christian Heimes | 2007-12-10 | 1 | -2/+106 |
|
|
* | Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases i... | Christian Heimes | 2007-12-02 | 1 | -3/+3 |
|
|
* | Merged revisions 59245-59254 via svnmerge from | Christian Heimes | 2007-12-01 | 1 | -0/+47 |
|
|
* | Remove more cruft leftover from nb_coerce. Rename nb_coerce to | Neil Schemenauer | 2007-09-21 | 1 | -3/+2 |
|
|
* | Check in some documentation tweaks for PEP 3141, add some tests, and implement | Jeffrey Yasskin | 2007-09-07 | 1 | -3/+4 |
|
|
* | Remove checking redundantly for checks of PyInt and PyLong. | Neal Norwitz | 2007-08-31 | 1 | -1/+1 |
|
|
* | Use pow() instead of repeated multiplication by 10 in round(x, n). | Guido van Rossum | 2007-08-31 | 1 | -15/+5 |
|
|
* | Use unicode and remove support for some uses of str8. | Neal Norwitz | 2007-08-26 | 1 | -13/+6 |
|
|
* | Implementation of PEP 3101, Advanced String Formatting. | Eric Smith | 2007-08-25 | 1 | -0/+19 |
|
|
* | Finish the work on __round__ and __trunc__. | Guido van Rossum | 2007-08-23 | 1 | -10/+57 |
|
|
* | Fix memory leak | Neal Norwitz | 2007-08-12 | 1 | -1/+1 |
|
|
* | Kill all uses and definitions of tp_print under Objects/. (Others will follow.) | Guido van Rossum | 2007-08-07 | 1 | -13/+2 |
|
|
* | Changes to long and float by Jeffrey Jasskin to conform to PEP 3141. | Guido van Rossum | 2007-08-01 | 1 | -13/+22 |
|
|
* | Merged revisions 56467-56482 via svnmerge from | Martin v. Löwis | 2007-07-21 | 1 | -14/+13 |
|
|
* | Change float.__getformat__() to return a unicode string. | Walter Dörwald | 2007-06-22 | 1 | -3/+3 |
|
|
* | 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 |
|
|
* | Make tset_float pass. float(<unicode>) was never very good -- it used | Guido van Rossum | 2007-05-15 | 1 | -13/+21 |
|
|
* | Merged revisions 55325-55327 via svnmerge from | Guido van Rossum | 2007-05-14 | 1 | -12/+1 |
|
|
* | Get rid of all #ifdef Py_USING_UNICODE (it is always present now). | Guido van Rossum | 2007-05-03 | 1 | -4/+0 |
|
|
* | Remove the deprecated and useless "pend" argument from | Georg Brandl | 2007-03-18 | 1 | -20/+2 |
|
|
* | Merged the int/long unification branch, by very crude means (sorry Thomas!). | Guido van Rossum | 2007-01-14 | 1 | -30/+1 |
|
|
* | Remove PyFloat_AsReprString() and PyFloat_AsString() which should not | Neal Norwitz | 2006-12-28 | 1 | -27/+16 |
|
|
* | - patch #1600346 submitted by Tomer Filiba | Jack Diederich | 2006-11-28 | 1 | -2/+2 |
|
|
* | Get rid of most of the rest of coerce (slot is still there for now). | Neal Norwitz | 2006-08-21 | 1 | -26/+1 |
|
|
* | Get rid of most of the flags (in tp_flags) that keep track of various | Guido van Rossum | 2006-07-27 | 1 | -2/+1 |
|
|
* | Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. | Thomas Wouters | 2006-05-27 | 1 | -5/+2 |
|
|
* | Merge p3yk branch with the trunk up to revision 45595. This breaks a fair | Thomas Wouters | 2006-04-21 | 1 | -17/+17 |
|
|