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