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
/
string_format.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Issue #26778: Fixed "a/an/and" typos in code comment and documentation.
Serhiy Storchaka
2016-04-17
1
-1/+1
*
Issue #14700: Fix buggy overflow checks for large precision and width in new-...
Mark Dickinson
2012-10-28
1
-9/+6
*
#11515: fix several typos. Patch by Piotr Kasprzyk.
Ezio Melotti
2011-03-15
1
-1/+1
*
correctly overflow when indexes are too large
Benjamin Peterson
2010-06-07
1
-0/+4
*
Untabify C files. Will watch buildbots.
Antoine Pitrou
2010-05-09
1
-89/+89
*
Issue 6089: str.format raises SystemError.
Eric Smith
2009-05-23
1
-2/+3
*
#5889: remove comma at the end of a list that some C compilers don't like.
Georg Brandl
2009-05-01
1
-1/+1
*
Issue 5237, Allow auto-numbered replacement fields in str.format() strings.
Eric Smith
2009-03-14
1
-44/+129
*
Backport of r63826.
Eric Smith
2008-08-18
1
-6/+42
*
This reverts r63675 based on the discussion in this thread:
Gregory P. Smith
2008-06-09
1
-1/+1
*
Renamed PyString to PyBytes
Christian Heimes
2008-05-26
1
-1/+1
*
Bug #2388: Fix gcc warnings when compiling with --enable-unicode=ucs4.
Martin v. Löwis
2008-04-07
1
-3/+11
*
Corrected assert to check for correct type in py3k.
Eric Smith
2008-02-24
1
-1/+1
*
Added code to correct combining str and unicode in ''.format(). Added test c...
Eric Smith
2008-02-18
1
-0/+16
*
Backport of PEP 3101, Advanced String Formatting, from py3k.
Eric Smith
2008-02-17
1
-0/+1214