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
/
unicodedefs.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
-19/+0
*
Issue #5748: bytesobject.c should not have its own private defines for string...
Eric Smith
2009-11-30
1
-0/+1
*
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
-0/+2
*
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
-0/+6
*
Replace PyObject_Unicode with PyObject_Str everywhere, and remove the
Thomas Heller
2007-11-15
1
-1/+1
*
For PEP3137: Adds missing methods to the mutable PyBytes object (soon
Gregory P. Smith
2007-10-16
1
-0/+2
*
Changed to use 'U' argument to PyArg_ParseTuple, instead of manually checking...
Eric Smith
2007-09-01
1
-0/+1
*
Changed STRINGLIB_CMP from an inline function to a macro in order to avoid a ...
Eric Smith
2007-08-28
1
-0/+11
*
Implementation of PEP 3101, Advanced String Formatting.
Eric Smith
2007-08-25
1
-0/+32