summaryrefslogtreecommitdiffstats
path: root/Objects/stringlib/join.h
Commit message (Expand)AuthorAgeFilesLines
* Issue #16592: stringlib_bytes_join doesn't raise MemoryError on allocation fa...Christian Heimes2012-12-021-0/+1
* Issue #12805: Make bytes.join and bytearray.join faster when the separator is...Antoine Pitrou2012-10-201-0/+10
* Issue #15958: bytes.join and bytearray.join now accept arbitrary buffer objects.Antoine Pitrou2012-10-161-0/+122