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
/
transmogrify.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-99300: Use Py_NewRef() in Objects/ directory (#99354)
Victor Stinner
2022-11-10
1
-2/+1
*
bpo-28029: Make "".replace("", s, n) returning s for any n != 0. (GH-16981)
Serhiy Storchaka
2019-10-30
1
-8/+5
*
bpo-20180: complete AC conversion of Objects/stringlib/transmogrify.h (GH-8039)
Tal Einat
2018-07-06
1
-33/+75
*
Issue #29145: Merge 3.6.
Xiang Zhang
2017-01-10
1
-1/+1
*
Issue #28126: Replace Py_MEMCPY with memcpy(). Visual Studio can properly opt...
Christian Heimes
2016-09-13
1
-20/+20
*
remove all usage of Py_LOCAL
Benjamin Peterson
2016-09-09
1
-11/+11
*
Backed out changeset b0087e17cd5e (issue #26765)
Serhiy Storchaka
2016-07-03
1
-54/+0
*
Issue #26765: Moved wrappers for bytes and bytearray methods to common header
Serhiy Storchaka
2016-07-01
1
-0/+54
*
Issue #26765: Ensure that bytes- and unicode-specific stringlib files are used
Serhiy Storchaka
2016-05-16
1
-2/+3
*
Issue #26765: Moved common code for the replace() method of bytes and bytearray
Serhiy Storchaka
2016-05-05
1
-57/+521
*
Issue #26765: Moved common code and docstrings for bytes and bytearray methods
Serhiy Storchaka
2016-05-04
1
-30/+0
*
Removed unintentional trailing spaces in non-external and non-generated C files.
Serhiy Storchaka
2015-03-18
1
-1/+1
*
merge 3.3
Benjamin Peterson
2014-03-30
1
-19/+19
|
\
|
*
merge 3.2
Benjamin Peterson
2014-03-30
1
-19/+19
|
|
\
|
|
*
fix expandtabs overflow detection to be consistent and not rely on signed ove...
Benjamin Peterson
2014-03-30
1
-19/+19
*
|
|
#17806: Added keyword-argument support for "tabsize" to str/bytes.expandtabs().
Ezio Melotti
2013-11-16
1
-3/+5
|
/
/
*
|
Remove trailing whitespace.
Ezio Melotti
2013-04-21
1
-7/+7
|
/
*
Merged revisions 77461 via svnmerge from
Antoine Pitrou
2010-01-13
1
-91/+0
*
Issue #4935: The overflow checking code in the expandtabs() method common
Antoine Pitrou
2009-01-13
1
-37/+30
*
Merging the py3k-pep3137 branch back into the py3k branch.
Guido van Rossum
2007-11-06
1
-7/+7
*
For PEP3137: Adds missing methods to the mutable PyBytes object (soon
Gregory P. Smith
2007-10-16
1
-0/+362