Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
f50cc9ad663a523901087282aff512fcb928d768
/
Objects
/
stringlib
/
join.h
bcde10a
Issue #26765: Ensure that bytes- and unicode-specific stringlib files are used
by Serhiy Storchaka
· 9 years ago
4fdb684
Issue #22896: Avoid to use PyObject_AsCharBuffer(), PyObject_AsReadBuffer()
by Serhiy Storchaka
· 10 years ago
b757c83
Issue #22581: Use more "bytes-like object" throughout the docs and comments.
by Serhiy Storchaka
· 10 years ago
5f7e8da
Issue #16592: stringlib_bytes_join doesn't raise MemoryError on allocation failure
by Christian Heimes
· 12 years ago
6f7b0da
Issue #12805: Make bytes.join and bytearray.join faster when the separator is empty.
by Antoine Pitrou
· 12 years ago
cfc22b4
Issue #15958: bytes.join and bytearray.join now accept arbitrary buffer objects.
by Antoine Pitrou
· 12 years ago