| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #5920: Changed format.__float__ and complex.__float__ to use a precisio... | Eric Smith | 2009-05-05 | 1 | -4/+8 |
|
|
* | Merged revisions 72189 via svnmerge from | Eric Smith | 2009-05-02 | 1 | -0/+6 |
|
|
* | Issue #5859: Remove '%f' to '%g' formatting switch for large floats. | Mark Dickinson | 2009-05-01 | 1 | -2/+0 |
|
|
* | Merged revisions 72159 via svnmerge from | Georg Brandl | 2009-05-01 | 1 | -1/+1 |
|
|
* | Issue #1588: Add complex.__format__. | Eric Smith | 2009-04-30 | 1 | -49/+334 |
|
|
* | Merged revisions 72040 via svnmerge from | Eric Smith | 2009-04-27 | 1 | -2/+2 |
|
|
* | Merged revisions 71802 via svnmerge from | Eric Smith | 2009-04-22 | 1 | -0/+1 |
|
|
* | The other half of Issue #1580: use short float repr where possible. | Eric Smith | 2009-04-16 | 2 | -414/+573 |
|
|
* | Merged revisions 71548 via svnmerge from | Eric Smith | 2009-04-13 | 1 | -1/+1 |
|
|
* | Resolves issue 5690: accidentally skipping code in non-debug build. | Eric Smith | 2009-04-04 | 1 | -2/+2 |
|
|
* | Added ',' thousands grouping to int.__format__. See PEP 378. | Eric Smith | 2009-04-03 | 4 | -85/+151 |
|
|
* | Removed mixed tabs and whitespace. | Eric Smith | 2009-04-03 | 1 | -96/+96 |
|
|
* | Merged revisions 70678 via svnmerge from | Mark Dickinson | 2009-03-29 | 1 | -1/+1 |
|
|
* | Merged revisions 70364 via svnmerge from | Eric Smith | 2009-03-14 | 1 | -44/+129 |
|
|
* | Merged revisions 69806 via svnmerge from | Eric Smith | 2009-02-20 | 1 | -17/+31 |
|
|
* | Issue #1717: rename tp_compare to tp_reserved. I'll change the | Mark Dickinson | 2009-02-02 | 1 | -2/+2 |
|
|
* | Merged revisions 68750,68776-68777,68811,68842,68859 via svnmerge from | Benjamin Peterson | 2009-01-23 | 1 | -1/+1 |
|
|
* | Issue #4935: The overflow checking code in the expandtabs() method common | Antoine Pitrou | 2009-01-13 | 1 | -37/+30 |
|
|
* | Merged revisions 66631 via svnmerge from | Amaury Forgeot d'Arc | 2008-09-26 | 2 | -8/+6 |
|
|
* | Removed merge glitch from stringlib/find.h as explained on the python committ... | Christian Heimes | 2008-08-28 | 1 | -1/+1 |
|
|
* | Merged revisions 65910,65977,65980,65984,65986,66000,66011-66012,66014,66017,... | Benjamin Peterson | 2008-08-25 | 1 | -1/+1 |
|
|
* | Merged revisions 66006 via svnmerge from | Neal Norwitz | 2008-08-24 | 1 | -1/+4 |
|
|
* | Backed out r65073, pending fixing it in Windows. | Eric Smith | 2008-07-17 | 1 | -6/+6 |
|
|
* | Merged revisions 65069 via svnmerge from | Eric Smith | 2008-07-17 | 1 | -6/+6 |
|
|
* | Merged revisions 65023 via svnmerge from | Eric Smith | 2008-07-16 | 1 | -32/+32 |
|
|
* | Merged revisions 64984 via svnmerge from | Eric Smith | 2008-07-16 | 1 | -30/+68 |
|
|
* | Forward port of r64958. | Eric Smith | 2008-07-15 | 1 | -13/+43 |
|
|
* | Merged revisions 64499 via svnmerge from | Eric Smith | 2008-06-24 | 1 | -13/+13 |
|
|
* | Merged revisions 64496 via svnmerge from | Eric Smith | 2008-06-24 | 1 | -1/+1 |
|
|
* | Merged revisions 64491 via svnmerge from | Eric Smith | 2008-06-24 | 2 | -20/+27 |
|
|
* | #2630: Implement PEP 3138. | Georg Brandl | 2008-06-11 | 3 | -1/+7 |
|
|
* | Refactored known type optimization, in anticipation of backporting to 2.6. I... | Eric Smith | 2008-06-02 | 1 | -7/+13 |
|
|
* | Optimization of str.format() for cases with unicode, long, and float | Eric Smith | 2008-05-31 | 1 | -7/+28 |
|
|
* | Refactor and clean up str.format() code (and helpers) in advance of optimizat... | Eric Smith | 2008-05-30 | 1 | -69/+47 |
|
|
* | Renamed PyString to PyBytes | Christian Heimes | 2008-05-26 | 3 | -9/+9 |
|
|
* | Merged revisions 63078 via svnmerge from | Eric Smith | 2008-05-11 | 4 | -3/+150 |
|
|
* | Merged revisions 62199 via svnmerge from | Martin v. Löwis | 2008-04-07 | 2 | -5/+24 |
|
|
* | Merged revisions 61431,61433-61436,61439,61444,61449-61450,61453,61458,61465,... | Christian Heimes | 2008-03-18 | 1 | -1/+6 |
|
|
* | Corrected assert to check for correct type in py3k. | Eric Smith | 2008-02-24 | 1 | -1/+1 |
|
|
* | Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,... | Christian Heimes | 2008-02-22 | 1 | -40/+15 |
|
|
* | Port 60893 to py3k, without unicode test. | Eric Smith | 2008-02-18 | 1 | -0/+16 |
|
|
* | Fixes for shared 2.6 code that implements PEP 3101, advanced string | Eric Smith | 2008-02-17 | 4 | -150/+185 |
|
|
* | Partially revert r60376: restore ability for ints to be automatically convert... | Eric Smith | 2008-01-28 | 1 | -4/+15 |
|
|
* | Restrict format presentation types to those specified in the 'Standard Format... | Eric Smith | 2008-01-27 | 1 | -77/+0 |
|
|
* | #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. | Christian Heimes | 2007-12-19 | 1 | -4/+4 |
|
|
* | Fixed issue #1564: The set implementation should special-case PyUnicode inste... | Christian Heimes | 2007-12-10 | 1 | -0/+21 |
|
|
* | Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases i... | Christian Heimes | 2007-12-02 | 2 | -4/+4 |
|
|
* | Merged revisions 59005-59040 via svnmerge from | Christian Heimes | 2007-11-18 | 1 | -0/+50 |
|
|
* | Replace PyObject_Unicode with PyObject_Str everywhere, and remove the | Thomas Heller | 2007-11-15 | 2 | -2/+2 |
|
|
* | Merging the py3k-pep3137 branch back into the py3k branch. | Guido van Rossum | 2007-11-06 | 1 | -7/+7 |
|
|