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