1. 94f6fa6 Issue #13738: Simplify implementation of bytes.lower() and bytes.upper(). by Antoine Pitrou · 12 years ago
  2. 84e3ccc Fix closes Issue12385 - Clarify maketrans method docstring for bytes and bytearray object. by Senthil Kumaran · 13 years ago
  3. 47019e5 Fix (harmless) warning with MSVC. by Antoine Pitrou · 14 years ago
  4. 9b49192 Fix indentation and remove dead code. by Antoine Pitrou · 14 years ago
  5. e51ee8a Fix the docstrings of the capitalize method. by Senthil Kumaran · 14 years ago
  6. f95a1b3 Recorded merge of revisions 81029 via svnmerge from by Antoine Pitrou · 14 years ago
  7. 403ce78 Issue #7065: Fix a crash in bytes.maketrans and bytearray.maketrans when by Antoine Pitrou · 15 years ago
  8. 6dc46f5 Merged revisions 72040 via svnmerge from by Eric Smith · 15 years ago
  9. abc3877 Add bytes/bytearray.maketrans() to mirror str.maketrans(), and deprecate by Georg Brandl · 15 years ago
  10. 72b710a Renamed PyString to PyBytes by Christian Heimes · 16 years ago
  11. 60d241f For PEP3137: Adds missing methods to the mutable PyBytes object (soon by Gregory P. Smith · 17 years ago