1. bc27c6a Various tests cleanup: check_warnings/check_py3k_warnings, unittest.assert* and setUp/tearDown. by Florent Xicluna · 15 years ago
  2. 36ecd67 Issue #7788: Fix a crash produced by deleting a list slice with huge by Mark Dickinson · 15 years ago
  3. b0f5adc use assert[Not]IsInstance where appropriate by Ezio Melotti · 15 years ago
  4. aa98058 use assert[Not]In where appropriate by Ezio Melotti · 15 years ago
  5. e80a6a4 Issue #7561: Operations on empty bytearrays (such as `int(bytearray())`) by Antoine Pitrou · 15 years ago
  6. 5f76d13 Issue #7625: Add more tests that bytearray methods return new objects, by Antoine Pitrou · 15 years ago
  7. efa45f3 Issue #7654: enable additional bytes/bytearray tests. Patch by Florent Xicluna. by Antoine Pitrou · 15 years ago
  8. dc782b5 backport keyword argument support for bytearray.decode by Benjamin Peterson · 16 years ago
  9. c8a7c7c Issue #6846: bytearray.pop was returning ints in the range [-128, 128) by Mark Dickinson · 16 years ago
  10. 5c8da86 convert usage of fail* to assert* by Benjamin Peterson · 16 years ago
  11. 78821dd fix building the core with --disable-unicode by Benjamin Peterson · 16 years ago
  12. 6425a2f Backport r67974: by Georg Brandl · 16 years ago
  13. ae5bece Issue #4509: bugs in bytearray with exports (buffer protocol) by Antoine Pitrou · 16 years ago
  14. d3b5a79 oops! didn't mean to disable that test by Benjamin Peterson · 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. 592c275 Issue #4183: Some tests didn't run with pickle.HIGHEST_PROTOCOL. by Hirokazu Yamamoto · 17 years ago
  17. 69ed524 Fix bug 3625: test issues on 64bit windows. r=pitrou by Mark Hammond · 17 years ago
  18. 0a34baf Byte items *can* be chars in 2.6. by Georg Brandl · 17 years ago
  19. 3e483f6 #3156: fix consistency in what type bytearray methods accept as items. by Georg Brandl · 17 years ago
  20. 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