COMMITS
/ Objects/stringlib/transmogrify.h August 18, 2025
A
GH-137623: Use an AC decorator for docstring line length enforcement (#137690)
Adam Turner committed
November 10, 2022
V
gh-99300: Use Py_NewRef() in Objects/ directory (#99354)
Victor Stinner committed
October 30, 2019
S
bpo-28029: Make "".replace("", s, n) returning s for any n != 0. (GH-16981)
Serhiy Storchaka committed
July 6, 2018
T
bpo-20180: complete AC conversion of Objects/stringlib/transmogrify.h (GH-8039)
Tal Einat committed
January 10, 2017
X
Issue #29145: Merge 3.6.
Xiang Zhang committed
September 13, 2016
C
Issue #28126: Replace Py_MEMCPY with memcpy(). Visual Studio can properly optimize memcpy().
Christian Heimes committed
September 9, 2016
B
remove all usage of Py_LOCAL
Benjamin Peterson committed
July 3, 2016
S
Backed out changeset b0087e17cd5e (issue #26765)
Serhiy Storchaka committed
July 1, 2016
S
Issue #26765: Moved wrappers for bytes and bytearray methods to common header
Serhiy Storchaka committed
May 16, 2016
S
Issue #26765: Ensure that bytes- and unicode-specific stringlib files are used
Serhiy Storchaka committed
May 5, 2016
S
Issue #26765: Moved common code for the replace() method of bytes and bytearray
Serhiy Storchaka committed
May 4, 2016
S
Issue #26765: Moved common code and docstrings for bytes and bytearray methods
Serhiy Storchaka committed
March 18, 2015
S
Removed unintentional trailing spaces in non-external and non-generated C files.
Serhiy Storchaka committed
March 30, 2014
November 16, 2013
E
#17806: Added keyword-argument support for "tabsize" to str/bytes.expandtabs().
Ezio Melotti committed
April 21, 2013
E
Remove trailing whitespace.
Ezio Melotti committed
January 13, 2010
A
Merged revisions 77461 via svnmerge from
Antoine Pitrou committed
January 13, 2009
A
Issue #4935: The overflow checking code in the expandtabs() method common
Antoine Pitrou committed
November 6, 2007
G
Merging the py3k-pep3137 branch back into the py3k branch.
Guido van Rossum committed
October 16, 2007
G
For PEP3137: Adds missing methods to the mutable PyBytes object (soon
Gregory P. Smith committed