| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #7094: Add alternate ('#') flag to __format__ methods for float, comple... | Eric Smith | 2010-11-25 | 1 | -16/+6 |
|
|
* | Followup to r86170: fix reference leak in str.format | Antoine Pitrou | 2010-11-05 | 1 | -1/+0 |
|
|
* | Issue #6081: Add str.format_map. str.format_map(mapping) is similar to str.fo... | Eric Smith | 2010-11-04 | 1 | -1/+10 |
|
|
* | #9418: first step of moving private string methods to _string module. | Georg Brandl | 2010-10-14 | 1 | -2/+2 |
|
|
* | Fix #8530: Prevent stringlib fastsearch from reading beyond the front of an a... | Florent Xicluna | 2010-08-08 | 1 | -2/+2 |
|
|
* | Issue #9337: Make float.__str__ identical to float.__repr__. | Mark Dickinson | 2010-08-04 | 1 | -6/+11 |
|
|
* | Issue #9416: Fix some issues with complex formatting where the | Mark Dickinson | 2010-08-01 | 1 | -4/+8 |
|
|
* | remove unneeded error check | Benjamin Peterson | 2010-07-11 | 1 | -8/+0 |
|
|
* | Merged revisions 81824 via svnmerge from | Benjamin Peterson | 2010-06-07 | 1 | -2/+2 |
|
|
* | Merged revisions 81820 via svnmerge from | Benjamin Peterson | 2010-06-07 | 1 | -0/+4 |
|
|
* | Merged revisions 81813 via svnmerge from | Benjamin Peterson | 2010-06-07 | 1 | -1/+1 |
|
|
* | Recorded merge of revisions 81029 via svnmerge from | Antoine Pitrou | 2010-05-09 | 2 | -98/+98 |
|
|
* | Merged revisions 78349 via svnmerge from | Eric Smith | 2010-02-23 | 1 | -4/+7 |
|
|
* | Merged revisions 78329 via svnmerge from | Eric Smith | 2010-02-22 | 1 | -10/+40 |
|
|
* | Merged revisions 77484,77487,77561,77570,77593,77603,77608,77667,77702-77703,... | Benjamin Peterson | 2010-02-03 | 1 | -4/+5 |
|
|
* | Merged revisions 77469-77470 via svnmerge from | Antoine Pitrou | 2010-01-13 | 1 | -11/+23 |
|
|
* | svnmerge duplicated contents of Objects/stringlib/split.h | Antoine Pitrou | 2010-01-13 | 1 | -394/+0 |
|
|
* | Merged revisions 77461 via svnmerge from | Antoine Pitrou | 2010-01-13 | 9 | -195/+884 |
|
|
* | Merged revisions 77241 via svnmerge from | Antoine Pitrou | 2010-01-02 | 6 | -86/+94 |
|
|
* | Issue #5748: bytesobject.c should not have its own private defines for string... | Eric Smith | 2009-11-30 | 2 | -0/+2 |
|
|
* | Keep this file in sync with trunk. | Eric Smith | 2009-11-29 | 1 | -20/+0 |
|
|
* | Merged revisions 74269 via svnmerge from | Eric Smith | 2009-07-30 | 1 | -3/+20 |
|
|
* | Sync trunk and py3k versions of string formatting. Manual merge of r74219. | Eric Smith | 2009-07-27 | 1 | -9/+16 |
|
|
* | Merged revisions 72848 via svnmerge from | Eric Smith | 2009-05-23 | 1 | -2/+3 |
|
|
* | Issue #3382. float 'F' formatting no longer maps to 'f'. This only affects na... | Eric Smith | 2009-05-06 | 1 | -10/+9 |
|
|
* | 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 |
|
|