COMMITS
/ Objects/stringlib/join.h November 10, 2022
V
gh-99300: Use Py_NewRef() in Objects/ directory (#99354)
Victor Stinner committed
February 7, 2022
V
bpo-46670: Define all macros for stringlib (GH-31176)
Victor Stinner committed
December 1, 2020
V
bpo-42519: Replace PyMem_MALLOC() with PyMem_Malloc() (GH-23586)
Victor Stinner committed
April 12, 2020
S
bpo-39943: Add the const qualifier to pointers on non-mutable PyBytes data. (GH-19472)
Serhiy Storchaka committed
February 3, 2020
I
bpo-36051: Fix compiler warning. (GH-18325)
Inada Naoki committed
January 29, 2020
B
bpo-36051: Drop GIL during large bytes.join() (GH-17757)
Bruce Merry committed
September 13, 2016
C
Issue #28126: Replace Py_MEMCPY with memcpy(). Visual Studio can properly optimize memcpy().
Christian Heimes committed
May 16, 2016
S
Issue #26765: Ensure that bytes- and unicode-specific stringlib files are used
Serhiy Storchaka committed
February 2, 2015
S
Issue #22896: Avoid to use PyObject_AsCharBuffer(), PyObject_AsReadBuffer()
Serhiy Storchaka committed
December 5, 2014
S
Issue #22581: Use more "bytes-like object" throughout the docs and comments.
Serhiy Storchaka committed
December 2, 2012
C
Issue #16592: stringlib_bytes_join doesn't raise MemoryError on allocation failure
Christian Heimes committed
October 20, 2012
A
Issue #12805: Make bytes.join and bytearray.join faster when the separator is empty.
Antoine Pitrou committed
October 16, 2012
A
Issue #15958: bytes.join and bytearray.join now accept arbitrary buffer objects.
Antoine Pitrou committed