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