Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
88feaecd46a8f427e30ef7ad8cfcddfe392a2402
/
Include
/
bytes_methods.h
a49ac99
bpo-32677: Add .isascii() to str, bytes and bytearray (GH-5342)
by INADA Naoki
· 7 years ago
dd40fc3
Issue #26765: Moved common code and docstrings for bytes and bytearray methods
by Serhiy Storchaka
· 9 years ago
ef1585e
Issue #25923: Added more const qualifiers to signatures of static and private functions.
by Serhiy Storchaka
· 9 years ago
3dd3e26
Issue #22896: Avoid to use PyObject_AsCharBuffer(), PyObject_AsReadBuffer()
by Serhiy Storchaka
· 10 years ago
7252a6e
Issue #20179: Apply Argument Clinic to bytes and bytearray. Patch by Tal Einat.
by Martin v. Löwis
· 10 years ago
4d0d471
Merge branches/pep-0384.
by Martin v. Löwis
· 14 years ago
9696088
Issue #10288: The deprecated family of "char"-handling macros
by David Malcolm
· 14 years ago
6dc46f5
Merged revisions 72040 via svnmerge from
by Eric Smith
· 16 years ago
abc3877
Add bytes/bytearray.maketrans() to mirror str.maketrans(), and deprecate
by Georg Brandl
· 16 years ago
9c4756e
Renamed PyBytes to PyByteArray
by Christian Heimes
· 16 years ago
bbe741d
Merged revisions 61981,61984-61987,61992-61993,61997-62000 via svnmerge from
by Christian Heimes
· 17 years ago
ba4af49
Merged revisions 61964-61979 via svnmerge from
by Christian Heimes
· 17 years ago
60d241f
For PEP3137: Adds missing methods to the mutable PyBytes object (soon
by Gregory P. Smith
· 17 years ago