summaryrefslogtreecommitdiff
path: root/Include/bytes_methods.h
Commit message (Expand)AuthorAgeFilesLines
* bpo-32677: Add .isascii() to str, bytes and bytearray (GH-5342)INADA Naoki2018-01-271-0/+2
* Issue #26765: Moved common code and docstrings for bytes and bytearray methodsSerhiy Storchaka2016-05-041-0/+21
* Issue #25923: Added more const qualifiers to signatures of static and private...Serhiy Storchaka2015-12-251-3/+3
* Issue #22896: Avoid to use PyObject_AsCharBuffer(), PyObject_AsReadBuffer()Serhiy Storchaka2015-02-031-1/+1
|\
* | Issue #20179: Apply Argument Clinic to bytes and bytearray.Martin v. Löwis2014-07-271-2/+2
|/
* Merge branches/pep-0384.Martin v. Löwis2010-12-031-0/+2
* Issue #10288: The deprecated family of "char"-handling macrosDavid Malcolm2010-11-051-35/+0
* Merged revisions 72040 via svnmerge fromEric Smith2009-04-271-22/+13
* Add bytes/bytearray.maketrans() to mirror str.maketrans(), and deprecateGeorg Brandl2009-04-121-0/+4
* Renamed PyBytes to PyByteArrayChristian Heimes2008-05-261-1/+1
* Merged revisions 61981,61984-61987,61992-61993,61997-62000 via svnmerge fromChristian Heimes2008-03-281-7/+7
* Merged revisions 61964-61979 via svnmerge fromChristian Heimes2008-03-281-7/+7
* For PEP3137: Adds missing methods to the mutable PyBytes object (soonGregory P. Smith2007-10-161-0/+84