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