COMMITS
/ Objects/stringlib/join.h 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