summaryrefslogtreecommitdiff
path: root/Objects/bytes_methods.c
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 72040 via svnmerge fromEric Smith2009-04-271-246/+33
* 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