index
:
cpython
3.10
3.11
3.12
3.13
3.14
3.9
main
The Python programming language
Aslak Raanes
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
Objects
/
stringlib
/
stringdefs.h
Commit message (
Expand
)
Author
Age
*
gh-93033: Use wmemchr in stringlib (GH-93034)
goldsteinn
2022-05-24
*
bpo-40521: Make empty Unicode string per interpreter (GH-21096)
Victor Stinner
2020-06-24
*
bpo-40521: Make bytes singletons per interpreter (GH-21074)
Victor Stinner
2020-06-23
*
stringlib: remove unused STRINGLIB_RESIZE macro
Victor Stinner
2013-04-14
*
Issue #13706: Fix format(int, "n") for locale with non-ASCII thousands separator
Victor Stinner
2012-02-24
*
remove some usage of Py_UNICODE_TOUPPER/LOWER
Benjamin Peterson
2012-01-11
*
stringlib: remove unused STRINGLIB_FILL
Victor Stinner
2011-11-20
*
Fix fastsearch for UCS2 and UCS4
Victor Stinner
2011-10-11
*
Implement PEP 393.
Martin v. Löwis
2011-09-28
*
Merged revisions 77461 via svnmerge from
Antoine Pitrou
2010-01-13
*
Merged revisions 77241 via svnmerge from
Antoine Pitrou
2010-01-02
*
Issue #5748: bytesobject.c should not have its own private defines for string...
Eric Smith
2009-11-30
*
Merged revisions 72040 via svnmerge from
Eric Smith
2009-04-27
*
Added ',' thousands grouping to int.__format__. See PEP 378.
Eric Smith
2009-04-03
*
#2630: Implement PEP 3138.
Georg Brandl
2008-06-11
*
Renamed PyString to PyBytes
Christian Heimes
2008-05-26
*
Merged revisions 63078 via svnmerge from
Eric Smith
2008-05-11
*
Fixes for shared 2.6 code that implements PEP 3101, advanced string
Eric Smith
2008-02-17
*
Changed to use 'U' argument to PyArg_ParseTuple, instead of manually checking...
Eric Smith
2007-09-01
*
Implementation of PEP 3101, Advanced String Formatting.
Eric Smith
2007-08-25