summaryrefslogtreecommitdiffstats
path: root/Objects/stringlib/formatter.h
Commit message (Expand)AuthorAgeFilesLines
* 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