summaryrefslogtreecommitdiffstats
path: root/Objects/bytes_methods.c
Commit message (Expand)AuthorAgeFilesLines
* Add bytes/bytearray.maketrans() to mirror str.maketrans(), and deprecateGeorg Brandl2009-04-121-0/+67
* Renamed PyString to PyBytesChristian Heimes2008-05-261-10/+10
* For PEP3137: Adds missing methods to the mutable PyBytes object (soonGregory P. Smith2007-10-161-0/+610