1. 2d7911e Silence more compiler warnings; fix an instance of potential undefined behaviour from signed overflow. by Mark Dickinson · 15 years ago
  2. 36ecd67 Issue #7788: Fix a crash produced by deleting a list slice with huge by Mark Dickinson · 16 years ago
  3. 1fafaab #7775: fixed docstring for rpartition by Ezio Melotti · 16 years ago
  4. e80a6a4 Issue #7561: Operations on empty bytearrays (such as `int(bytearray())`) by Antoine Pitrou · 16 years ago
  5. d234208 Fixed typo by Ezio Melotti · 16 years ago
  6. 6467213 Issue #7622: Improve the split(), rsplit(), splitlines() and replace() by Antoine Pitrou · 16 years ago
  7. 5b7139a Issue #7462: Implement the stringlib fast search algorithm for the `rfind`, by Antoine Pitrou · 16 years ago
  8. 9d10974 Fix missing semicolon by Mark Dickinson · 16 years ago
  9. dc782b5 backport keyword argument support for bytearray.decode by Benjamin Peterson · 16 years ago
  10. 135a7cf Issue #6847: s/bytes/bytearray/ in some bytearray error messages. Thanks Hagen Fürstenau. by Mark Dickinson · 16 years ago
  11. c8a7c7c Issue #6846: bytearray.pop was returning ints in the range [-128, 128) by Mark Dickinson · 16 years ago
  12. ec812ca Issue #6540: Fixed crash for bytearray.translate() with invalid parameters. by Georg Brandl · 16 years ago
  13. cac7af6 Issue #5793: rationalize isdigit / isalpha / tolower, etc. Will port to py3k. Should fix Windows buildbot errors. by Eric Smith · 16 years ago
  14. d672001 rename internal bytes_ functions to bytearray by Benjamin Peterson · 16 years ago
  15. 517cfdc Whitespace normalization. by Georg Brandl · 16 years ago
  16. 9c1f7b2 fix funky indentation by Benjamin Peterson · 16 years ago
  17. a3e6c97 Fixed memory leak on failure. by Hirokazu Yamamoto · 16 years ago
  18. b516370 Issue 1242657: list(obj) can swallow KeyboardInterrupt. by Raymond Hettinger · 17 years ago
  19. 78821dd fix building the core with --disable-unicode by Benjamin Peterson · 17 years ago
  20. 6425a2f Backport r67974: by Georg Brandl · 17 years ago
  21. ae5bece Issue #4509: bugs in bytearray with exports (buffer protocol) by Antoine Pitrou · 17 years ago
  22. 46cc6d1 make sure that bytearray methods return a new bytearray even if there is no change by Benjamin Peterson · 17 years ago
  23. 7d4c317 Silenced compiler warning by Christian Heimes · 17 years ago
  24. 313bda1 Fix a refleak in bytearray.split and bytearray.rsplit, detected by by Amaury Forgeot d'Arc · 17 years ago
  25. f91d46a Issue #3139: Make buffer-interface thread-safe wrt. PyArg_ParseTuple, by Martin v. Löwis · 17 years ago
  26. c86b54c Fix a couple of names in error messages that were wrong by Neal Norwitz · 17 years ago
  27. 3238a3e Backport part of r65043. by Georg Brandl · 17 years ago
  28. 3e75846 Use _getbytevalue() in init too. by Georg Brandl · 17 years ago
  29. 3e483f6 #3156: fix consistency in what type bytearray methods accept as items. by Georg Brandl · 17 years ago
  30. 9be2ec1 Added additional __sizeof__ implementations and addressed comments made in by Robert Schuppenies · 17 years ago
  31. d897264 Docstring typo by Andrew M. Kuchling · 17 years ago
  32. 4472083 Renamed bytesobject.c to bytearrayobject.c by Christian Heimes · 17 years ago