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
/
ucs2lib.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-46670: Define all macros for stringlib (GH-31176)
Victor Stinner
2022-02-07
1
-0/+1
*
bpo-40521: Make empty Unicode string per interpreter (GH-21096)
Victor Stinner
2020-06-23
1
-1/+0
*
bpo-40521: Make bytes singletons per interpreter (GH-21074)
Victor Stinner
2020-06-23
1
-1/+1
*
bpo-39372: Clean header files of declared interfaces with no implementations ...
Pablo Galindo
2020-01-18
1
-3/+0
*
stringlib: remove unused STRINGLIB_RESIZE macro
Victor Stinner
2013-04-14
1
-1/+0
*
Issue #14738: Speed-up UTF-8 decoding on non-ASCII data. Patch by Serhiy Sto...
Antoine Pitrou
2012-05-10
1
-0/+1
*
Issue #13706: Fix format(int, "n") for locale with non-ASCII thousands separator
Victor Stinner
2012-02-23
1
-3/+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
*
stringlib: Fix STRINGLIB_STR for UCS2/UCS4
Victor Stinner
2011-10-11
1
-1/+1
*
Fix fastsearch for UCS2 and UCS4
Victor Stinner
2011-10-11
1
-0/+1
*
Mark PyUnicode_FromUCS[124] as private
Victor Stinner
2011-09-28
1
-1/+1
*
Implement PEP 393.
Martin v. Löwis
2011-09-28
1
-0/+34