summaryrefslogtreecommitdiff
path: root/Objects/stringlib/formatter.h
Commit message (Expand)AuthorAgeFilesLines
* Implement PEP 393.Martin v. Löwis2011-09-281-1516/+0
* Issue #1621: Fix undefined behaviour from signed overflow in get_integer (str...Mark Dickinson2011-09-241-9/+7
* Issue #7094: Add alternate ('#') flag to __format__ methods for float, comple...Eric Smith2010-11-251-16/+6
* Issue #9337: Make float.__str__ identical to float.__repr__.Mark Dickinson2010-08-041-6/+11
* Issue #9416: Fix some issues with complex formatting where theMark Dickinson2010-08-011-4/+8
* remove unneeded error checkBenjamin Peterson2010-07-111-8/+0
* Merged revisions 81824 via svnmerge fromBenjamin Peterson2010-06-071-2/+2
* Merged revisions 81813 via svnmerge fromBenjamin Peterson2010-06-071-1/+1
* Merged revisions 78349 via svnmerge fromEric Smith2010-02-231-4/+7
* Merged revisions 78329 via svnmerge fromEric Smith2010-02-221-10/+40
* Keep this file in sync with trunk.Eric Smith2009-11-291-20/+0
* Merged revisions 74269 via svnmerge fromEric Smith2009-07-301-3/+20
* Sync trunk and py3k versions of string formatting. Manual merge of r74219.Eric Smith2009-07-271-9/+16
* Issue #3382. float 'F' formatting no longer maps to 'f'. This only affects na...Eric Smith2009-05-061-10/+9
* Issue #5920: Changed format.__float__ and complex.__float__ to use a precisio...Eric Smith2009-05-051-4/+8
* Merged revisions 72189 via svnmerge fromEric Smith2009-05-021-0/+6
* Issue #5859: Remove '%f' to '%g' formatting switch for large floats.Mark Dickinson2009-05-011-2/+0
* Issue #1588: Add complex.__format__.Eric Smith2009-04-301-49/+334
* Merged revisions 71802 via svnmerge fromEric Smith2009-04-221-0/+1
* The other half of Issue #1580: use short float repr where possible.Eric Smith2009-04-161-303/+415
* Merged revisions 71548 via svnmerge fromEric Smith2009-04-131-1/+1
* Resolves issue 5690: accidentally skipping code in non-debug build.Eric Smith2009-04-041-2/+2
* Added ',' thousands grouping to int.__format__. See PEP 378.Eric Smith2009-04-031-3/+32
* Removed mixed tabs and whitespace.Eric Smith2009-04-031-96/+96
* Merged revisions 70678 via svnmerge fromMark Dickinson2009-03-291-1/+1
* Merged revisions 69806 via svnmerge fromEric Smith2009-02-201-17/+31
* Merged revisions 66006 via svnmerge fromNeal Norwitz2008-08-241-1/+4
* Backed out r65073, pending fixing it in Windows.Eric Smith2008-07-171-6/+6
* Merged revisions 65069 via svnmerge fromEric Smith2008-07-171-6/+6
* Merged revisions 65023 via svnmerge fromEric Smith2008-07-161-32/+32
* Merged revisions 64984 via svnmerge fromEric Smith2008-07-161-30/+68
* Forward port of r64958.Eric Smith2008-07-151-13/+43
* Merged revisions 64499 via svnmerge fromEric Smith2008-06-241-13/+13
* Merged revisions 64496 via svnmerge fromEric Smith2008-06-241-1/+1
* Merged revisions 64491 via svnmerge fromEric Smith2008-06-241-4/+2
* Refactor and clean up str.format() code (and helpers) in advance of optimizat...Eric Smith2008-05-301-69/+47
* Renamed PyString to PyBytesChristian Heimes2008-05-261-1/+1
* Merged revisions 63078 via svnmerge fromEric Smith2008-05-111-3/+27
* Merged revisions 62199 via svnmerge fromMartin v. Löwis2008-04-071-2/+13
* Merged revisions 61431,61433-61436,61439,61444,61449-61450,61453,61458,61465,...Christian Heimes2008-03-181-1/+6
* Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,...Christian Heimes2008-02-221-40/+15
* Fixes for shared 2.6 code that implements PEP 3101, advanced stringEric Smith2008-02-171-77/+151
* Partially revert r60376: restore ability for ints to be automatically convert...Eric Smith2008-01-281-4/+15
* Restrict format presentation types to those specified in the 'Standard Format...Eric Smith2008-01-271-77/+0
* Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases i...Christian Heimes2007-12-021-1/+1
* Changed to use 'U' argument to PyArg_ParseTuple, instead of manually checking...Eric Smith2007-09-011-15/+3
* Added format tests.Eric Smith2007-08-301-14/+14
* Patch # 1048 by Amaury Forgeot d'Arc.Guido van Rossum2007-08-291-1/+1
* Corrected missed #if in r57652.Eric Smith2007-08-291-0/+2
* Added conditional compilation for '()', which was an allowed sign code in aEric Smith2007-08-291-1/+8