Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
c060b0e7eb140cb13dfb51f954883241f1ddabc6
/
Objects
/
stringlib
/
formatter.h
5dce7e9
Fixed formatting with thousands separator and padding. Resolves issue 3140.
by Eric Smith
· 17 years ago
9ea1e36
Typo in comment.
by Eric Smith
· 17 years ago
65fe47b
Modified interface to _Py_[String|Unicode]InsertThousandsGrouping, in anticipation of fixing issue 3140.
by Eric Smith
· 17 years ago
dc13b79
Refactor and clean up str.format() code (and helpers) in advance of optimizations.
by Eric Smith
· 17 years ago
593daf5
Renamed PyString to PyBytes
by Christian Heimes
· 17 years ago
cf537ff
Addresses issue 2802: 'n' formatting for integers.
by Eric Smith
· 17 years ago
d918e4e
Bug #2388: Fix gcc warnings when compiling with --enable-unicode=ucs4.
by Martin v. Löwis
· 17 years ago
8113ca6
Issue 2264: empty float presentation type needs to have at least one digit past the decimal point.
by Eric Smith
· 17 years ago
8a803dd
Now that PyOS_ascii_formatd supports the 'n' format, simplify the float formatting code to just call it.
by Eric Smith
· 17 years ago
a9f7d62
Backport of PEP 3101, Advanced String Formatting, from py3k.
by Eric Smith
· 17 years ago