summaryrefslogtreecommitdiffstats
path: root/Objects/stringlib/formatter.h
Commit message (Expand)AuthorAgeFilesLines
* Recorded merge of revisions 81029 via svnmerge fromAntoine Pitrou2010-05-091-96/+96
* Silence compiler warningMark Dickinson2009-09-271-1/+1
* Merged revisions 71548 via svnmerge fromEric Smith2009-04-131-1/+1
* Merged revisions 70678 via svnmerge fromMark Dickinson2009-03-291-1/+1
* Merged revisions 69806 via svnmerge fromEric Smith2009-02-201-17/+31
* Fix:Neal Norwitz2008-08-241-1/+4
* Backed out r65069, pending fixing it in Windows.Eric Smith2008-07-171-6/+6
* Issue 3382: Make '%F' and float.__format__('F') convert results to upper case.Eric Smith2008-07-171-6/+6
* Renamed a parameter in calc_number_widths, for consistency with the same para...Eric Smith2008-07-161-32/+32
* Complete issue 3083: add alternate (#) formatting to bin, oct, hex in str.for...Eric Smith2008-07-161-30/+68
* Added '#' formatting to integers. This adds the 0b, 0o, or 0x prefix for bin...Eric Smith2008-07-151-13/+43
* Fixed formatting with thousands separator and padding. Resolves issue 3140.Eric Smith2008-06-241-13/+13
* Typo in comment.Eric Smith2008-06-241-1/+1
* Modified interface to _Py_[String|Unicode]InsertThousandsGrouping, in anticip...Eric 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
* Addresses issue 2802: 'n' formatting for integers.Eric Smith2008-05-111-3/+27
* Bug #2388: Fix gcc warnings when compiling with --enable-unicode=ucs4.Martin v. Löwis2008-04-071-2/+13
* Issue 2264: empty float presentation type needs to have at least one digit pa...Eric Smith2008-03-171-1/+6
* Now that PyOS_ascii_formatd supports the 'n' format, simplify the float forma...Eric Smith2008-02-201-40/+15
* Backport of PEP 3101, Advanced String Formatting, from py3k.Eric Smith2008-02-171-0/+980