Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
dc13b79a384691ed966f760a58d73a1b835e7d6b
/
Objects
/
stringlib
/
formatter.h
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