1. 36ecd67 Issue #7788: Fix a crash produced by deleting a list slice with huge by Mark Dickinson · 16 years ago
  2. b0f5adc use assert[Not]IsInstance where appropriate by Ezio Melotti · 16 years ago
  3. aa98058 use assert[Not]In where appropriate 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. 5f76d13 Issue #7625: Add more tests that bytearray methods return new objects, by Antoine Pitrou · 16 years ago
  6. efa45f3 Issue #7654: enable additional bytes/bytearray tests. Patch by Florent Xicluna. by Antoine Pitrou · 16 years ago
  7. dc782b5 backport keyword argument support for bytearray.decode by Benjamin Peterson · 16 years ago
  8. c8a7c7c Issue #6846: bytearray.pop was returning ints in the range [-128, 128) by Mark Dickinson · 16 years ago
  9. 5c8da86 convert usage of fail* to assert* by Benjamin Peterson · 16 years ago
  10. 78821dd fix building the core with --disable-unicode by Benjamin Peterson · 17 years ago
  11. 6425a2f Backport r67974: by Georg Brandl · 17 years ago
  12. ae5bece Issue #4509: bugs in bytearray with exports (buffer protocol) by Antoine Pitrou · 17 years ago
  13. d3b5a79 oops! didn't mean to disable that test by Benjamin Peterson · 17 years ago
  14. 46cc6d1 make sure that bytearray methods return a new bytearray even if there is no change by Benjamin Peterson · 17 years ago
  15. 592c275 Issue #4183: Some tests didn't run with pickle.HIGHEST_PROTOCOL. by Hirokazu Yamamoto · 17 years ago
  16. 69ed524 Fix bug 3625: test issues on 64bit windows. r=pitrou by Mark Hammond · 17 years ago
  17. 0a34baf Byte items *can* be chars in 2.6. by Georg Brandl · 17 years ago
  18. 3e483f6 #3156: fix consistency in what type bytearray methods accept as items. by Georg Brandl · 17 years ago
  19. 1a6387e Merged revisions 61750,61752,61754,61756,61760,61763,61768,61772,61775,61805,61809,61812,61819,61917,61920,61930,61933-61934 via svnmerge from by Christian Heimes · 17 years ago