Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #28126: Replace Py_MEMCPY with memcpy(). Visual Studio can properly opt... | Christian Heimes | 2016-09-13 | 1 | -3/+3 |
* | Issue #26765: Ensure that bytes- and unicode-specific stringlib files are used | Serhiy Storchaka | 2016-05-16 | 1 | -1/+1 |
* | Issue #22896: Avoid to use PyObject_AsCharBuffer(), PyObject_AsReadBuffer() | Serhiy Storchaka | 2015-02-02 | 1 | -1/+8 |
* | Issue #22581: Use more "bytes-like object" throughout the docs and comments. | Serhiy Storchaka | 2014-12-05 | 1 | -3/+3 |
* | Issue #16592: stringlib_bytes_join doesn't raise MemoryError on allocation fa... | Christian Heimes | 2012-12-02 | 1 | -0/+1 |
* | Issue #12805: Make bytes.join and bytearray.join faster when the separator is... | Antoine Pitrou | 2012-10-20 | 1 | -0/+10 |
* | Issue #15958: bytes.join and bytearray.join now accept arbitrary buffer objects. | Antoine Pitrou | 2012-10-16 | 1 | -0/+122 |