1. 4216aa1 Adapt test for build --without-doc-strings. by Stefan Krah · 12 years ago
  2. 67dc4a8 #8401: assigning an int to a bytearray slice (e.g. b[3:4] = 5) now raises an error. by Ezio Melotti · 13 years ago
  3. 44e8168 startswith and endswith don't accept None as slice index. Patch by Torsten Becker. (closes #11828) by Jesus Cea · 14 years ago
  4. 680e6eb Merged revisions 88735 via svnmerge from by Eli Bendersky · 14 years ago
  5. 2623a37 Merged revisions 86596 via svnmerge from by Ezio Melotti · 14 years ago
  6. 9b90cd1 Merged revisions 84470-84471,84566-84567,84759 via svnmerge from by Florent Xicluna · 15 years ago
  7. 821a8ea have a clear error when passing something > sys.maxsize to bytearray by Benjamin Peterson · 15 years ago
  8. 5c4e292 fix typo by Benjamin Peterson · 15 years ago
  9. 06f06a0 bytearray -> type2test by Benjamin Peterson · 15 years ago
  10. bc27c6a Various tests cleanup: check_warnings/check_py3k_warnings, unittest.assert* and setUp/tearDown. by Florent Xicluna · 15 years ago
  11. 36ecd67 Issue #7788: Fix a crash produced by deleting a list slice with huge by Mark Dickinson · 15 years ago
  12. b0f5adc use assert[Not]IsInstance where appropriate by Ezio Melotti · 15 years ago
  13. aa98058 use assert[Not]In where appropriate by Ezio Melotti · 15 years ago
  14. e80a6a4 Issue #7561: Operations on empty bytearrays (such as `int(bytearray())`) by Antoine Pitrou · 15 years ago
  15. 5f76d13 Issue #7625: Add more tests that bytearray methods return new objects, by Antoine Pitrou · 15 years ago
  16. efa45f3 Issue #7654: enable additional bytes/bytearray tests. Patch by Florent Xicluna. by Antoine Pitrou · 15 years ago
  17. dc782b5 backport keyword argument support for bytearray.decode by Benjamin Peterson · 16 years ago
  18. c8a7c7c Issue #6846: bytearray.pop was returning ints in the range [-128, 128) by Mark Dickinson · 16 years ago
  19. 5c8da86 convert usage of fail* to assert* by Benjamin Peterson · 16 years ago
  20. 78821dd fix building the core with --disable-unicode by Benjamin Peterson · 16 years ago
  21. 6425a2f Backport r67974: by Georg Brandl · 16 years ago
  22. ae5bece Issue #4509: bugs in bytearray with exports (buffer protocol) by Antoine Pitrou · 16 years ago
  23. d3b5a79 oops! didn't mean to disable that test by Benjamin Peterson · 16 years ago
  24. 46cc6d1 make sure that bytearray methods return a new bytearray even if there is no change by Benjamin Peterson · 16 years ago
  25. 592c275 Issue #4183: Some tests didn't run with pickle.HIGHEST_PROTOCOL. by Hirokazu Yamamoto · 17 years ago
  26. 69ed524 Fix bug 3625: test issues on 64bit windows. r=pitrou by Mark Hammond · 17 years ago
  27. 0a34baf Byte items *can* be chars in 2.6. by Georg Brandl · 17 years ago
  28. 3e483f6 #3156: fix consistency in what type bytearray methods accept as items. by Georg Brandl · 17 years ago
  29. 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