1. 621b430 remove all usage of Py_LOCAL by Benjamin Peterson · 8 years ago
  2. f9efb8b Issue #27474: Unified error messages in the __contains__ method of bytes and by Serhiy Storchaka · 8 years ago
  3. ab8bcb3 Issue #26765: Fixed parsing Py_ssize_t arguments on 32-bit Windows. by Serhiy Storchaka · 8 years ago
  4. dd40fc3 Issue #26765: Moved common code and docstrings for bytes and bytearray methods by Serhiy Storchaka · 8 years ago
  5. ef1585e Issue #25923: Added more const qualifiers to signatures of static and private functions. by Serhiy Storchaka · 8 years ago
  6. 3dd3e26 Issue #22896: Avoid to use PyObject_AsCharBuffer(), PyObject_AsReadBuffer() by Serhiy Storchaka · 9 years ago
  7. 4fdb684 Issue #22896: Avoid to use PyObject_AsCharBuffer(), PyObject_AsReadBuffer() by Serhiy Storchaka · 9 years ago
  8. 861470c #16518: Bring error messages in harmony with docs ("bytes-like object") by R David Murray · 10 years ago
  9. 7252a6e Issue #20179: Apply Argument Clinic to bytes and bytearray. Patch by Tal Einat. by Martin v. Löwis · 10 years ago
  10. 9ed5f27 Issue #18722: Remove uses of the "register" keyword in C code. by Antoine Pitrou · 11 years ago
  11. 94f6fa6 Issue #13738: Simplify implementation of bytes.lower() and bytes.upper(). by Antoine Pitrou · 12 years ago
  12. 84e3ccc Fix closes Issue12385 - Clarify maketrans method docstring for bytes and bytearray object. by Senthil Kumaran · 13 years ago
  13. 47019e5 Fix (harmless) warning with MSVC. by Antoine Pitrou · 14 years ago
  14. 9b49192 Fix indentation and remove dead code. by Antoine Pitrou · 14 years ago
  15. e51ee8a Fix the docstrings of the capitalize method. by Senthil Kumaran · 14 years ago
  16. f95a1b3 Recorded merge of revisions 81029 via svnmerge from by Antoine Pitrou · 14 years ago
  17. 403ce78 Issue #7065: Fix a crash in bytes.maketrans and bytearray.maketrans when by Antoine Pitrou · 15 years ago
  18. 6dc46f5 Merged revisions 72040 via svnmerge from by Eric Smith · 15 years ago
  19. abc3877 Add bytes/bytearray.maketrans() to mirror str.maketrans(), and deprecate by Georg Brandl · 15 years ago
  20. 72b710a Renamed PyString to PyBytes by Christian Heimes · 16 years ago
  21. 60d241f For PEP3137: Adds missing methods to the mutable PyBytes object (soon by Gregory P. Smith · 17 years ago