summaryrefslogtreecommitdiffstats
path: root/Objects/bytes_methods.c
Commit message (Expand)AuthorAgeFilesLines
* Fix (harmless) warning with MSVC.Antoine Pitrou2010-08-151-1/+1
* Fix indentation and remove dead code.Antoine Pitrou2010-08-151-132/+98
* Fix the docstrings of the capitalize method.Senthil Kumaran2010-07-051-1/+2
* Recorded merge of revisions 81029 via svnmerge fromAntoine Pitrou2010-05-091-157/+157
* Issue #7065: Fix a crash in bytes.maketrans and bytearray.maketrans whenAntoine Pitrou2009-10-141-2/+2
* 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