index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Objects
/
stringlib
/
formatter.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added '#' formatting to integers. This adds the 0b, 0o, or 0x prefix for bin...
Eric Smith
2008-07-15
1
-13/+43
*
Fixed formatting with thousands separator and padding. Resolves issue 3140.
Eric Smith
2008-06-24
1
-13/+13
*
Typo in comment.
Eric Smith
2008-06-24
1
-1/+1
*
Modified interface to _Py_[String|Unicode]InsertThousandsGrouping, in anticip...
Eric Smith
2008-06-24
1
-4/+2
*
Refactor and clean up str.format() code (and helpers) in advance of optimizat...
Eric Smith
2008-05-30
1
-69/+47
*
Renamed PyString to PyBytes
Christian Heimes
2008-05-26
1
-1/+1
*
Addresses issue 2802: 'n' formatting for integers.
Eric Smith
2008-05-11
1
-3/+27
*
Bug #2388: Fix gcc warnings when compiling with --enable-unicode=ucs4.
Martin v. Löwis
2008-04-07
1
-2/+13
*
Issue 2264: empty float presentation type needs to have at least one digit pa...
Eric Smith
2008-03-17
1
-1/+6
*
Now that PyOS_ascii_formatd supports the 'n' format, simplify the float forma...
Eric Smith
2008-02-20
1
-40/+15
*
Backport of PEP 3101, Advanced String Formatting, from py3k.
Eric Smith
2008-02-17
1
-0/+980