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
/
stringdefs.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
stringlib: remove unused STRINGLIB_RESIZE macro
Victor Stinner
2013-04-14
1
-1/+0
*
Issue #13706: Fix format(int, "n") for locale with non-ASCII thousands separator
Victor Stinner
2012-02-23
1
-2/+0
*
remove some usage of Py_UNICODE_TOUPPER/LOWER
Benjamin Peterson
2012-01-12
1
-2/+0
*
stringlib: remove unused STRINGLIB_FILL
Victor Stinner
2011-11-20
1
-1/+0
*
Fix fastsearch for UCS2 and UCS4
Victor Stinner
2011-10-11
1
-0/+1
*
Implement PEP 393.
Martin v. Löwis
2011-09-28
1
-0/+2
*
Merged revisions 77461 via svnmerge from
Antoine Pitrou
2010-01-13
1
-0/+2
*
Merged revisions 77241 via svnmerge from
Antoine Pitrou
2010-01-02
1
-1/+0
*
Issue #5748: bytesobject.c should not have its own private defines for string...
Eric Smith
2009-11-30
1
-0/+1
*
Merged revisions 72040 via svnmerge from
Eric Smith
2009-04-27
1
-2/+2
*
Added ',' thousands grouping to int.__format__. See PEP 378.
Eric Smith
2009-04-03
1
-0/+1
*
#2630: Implement PEP 3138.
Georg Brandl
2008-06-11
1
-1/+1
*
Renamed PyString to PyBytes
Christian Heimes
2008-05-26
1
-7/+7
*
Merged revisions 63078 via svnmerge from
Eric Smith
2008-05-11
1
-0/+1
*
Fixes for shared 2.6 code that implements PEP 3101, advanced string
Eric Smith
2008-02-17
1
-1/+4
*
Changed to use 'U' argument to PyArg_ParseTuple, instead of manually checking...
Eric Smith
2007-09-01
1
-0/+1
*
Implementation of PEP 3101, Advanced String Formatting.
Eric Smith
2007-08-25
1
-0/+23