summaryrefslogtreecommitdiff
path: root/Lib/test/test_bytes.py
Commit message (Expand)AuthorAgeFilesLines
* startswith and endswith don't accept None as slice index. Patch by Torsten Be...Jesus Cea2011-04-201-0/+62
* Merged revisions 88735 via svnmerge fromEli Bendersky2011-03-041-1/+1
* Merged revisions 86596 via svnmerge fromEzio Melotti2010-11-211-13/+13
* Merged revisions 84470-84471,84566-84567,84759 via svnmerge fromFlorent Xicluna2010-09-131-16/+18
* have a clear error when passing something > sys.maxsize to bytearrayBenjamin Peterson2010-04-161-0/+1
* fix typoBenjamin Peterson2010-04-161-1/+1
* bytearray -> type2testBenjamin Peterson2010-04-161-8/+8
* Various tests cleanup: check_warnings/check_py3k_warnings, unittest.assert* a...Florent Xicluna2010-03-191-2/+2
* Issue #7788: Fix a crash produced by deleting a list slice with hugeMark Dickinson2010-01-291-1/+1
* use assert[Not]IsInstance where appropriateEzio Melotti2010-01-241-1/+1
* use assert[Not]In where appropriateEzio Melotti2010-01-231-15/+14
* Issue #7561: Operations on empty bytearrays (such as `int(bytearray())`)Antoine Pitrou2010-01-171-0/+7
* Issue #7625: Add more tests that bytearray methods return new objects,Antoine Pitrou2010-01-131-1/+7
* Issue #7654: enable additional bytes/bytearray tests. Patch by Florent Xicluna.Antoine Pitrou2010-01-121-15/+10
* backport keyword argument support for bytearray.decodeBenjamin Peterson2009-09-181-0/+2
* Issue #6846: bytearray.pop was returning ints in the range [-128, 128)Mark Dickinson2009-09-061-0/+2
* convert usage of fail* to assert*Benjamin Peterson2009-06-301-55/+55
* fix building the core with --disable-unicodeBenjamin Peterson2009-01-251-1/+0
* Backport r67974:Georg Brandl2008-12-281-0/+10
* Issue #4509: bugs in bytearray with exports (buffer protocol)Antoine Pitrou2008-12-061-0/+32
* oops! didn't mean to disable that testBenjamin Peterson2008-11-201-1/+1
* make sure that bytearray methods return a new bytearray even if there is no c...Benjamin Peterson2008-11-191-0/+10
* Issue #4183: Some tests didn't run with pickle.HIGHEST_PROTOCOL.Hirokazu Yamamoto2008-10-231-2/+2
* Fix bug 3625: test issues on 64bit windows. r=pitrouMark Hammond2008-08-231-1/+1
* Byte items *can* be chars in 2.6.Georg Brandl2008-07-161-1/+2
* #3156: fix consistency in what type bytearray methods accept as items.Georg Brandl2008-07-161-16/+25
* Merged revisions 61750,61752,61754,61756,61760,61763,61768,61772,61775,61805,...Christian Heimes2008-03-261-0/+982