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