| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix DeprecationWarning in test_bytes (GH-10805) | Victor Stinner | 2018-11-30 | 1 | -2/+2 |
|
|
* | [2.7] bpo-34974: Do not replace unexpected errors in bytearray(). (GH-9852) (... | Serhiy Storchaka | 2018-10-15 | 1 | -2/+16 |
|
|
* | [2.7] Add new tests for bytes and bytearray constructors. (GH-9843) (#9866) | Serhiy Storchaka | 2018-10-14 | 1 | -3/+56 |
|
|
* | [2.7] bpo-20047: Make bytearray methods partition() and rpartition() rejectin... | Serhiy Storchaka | 2017-10-29 | 1 | -6/+29 |
|
|
* | Issue #27039: Fixed bytearray.remove() for values greater than 127. | Serhiy Storchaka | 2016-05-16 | 1 | -0/+7 |
|
|
* | Issue #26712: Unify (r)split(), (l/r)strip() tests into string_tests | Martin Panter | 2016-04-10 | 1 | -71/+4 |
|
|
* | Issue #26257: Eliminate buffer_tests.py and fix ByteArrayAsStringTest | Martin Panter | 2016-04-06 | 1 | -16/+6 |
|
|
* | Issue #26492: Added additional tests for exhausted iterators of mutable seque... | Serhiy Storchaka | 2016-03-30 | 1 | -0/+10 |
|
|
* | Issue #26494: Fixed crash on iterating exhausting iterators. | Serhiy Storchaka | 2016-03-30 | 1 | -0/+4 |
|
|
* | Issue #24467: Fixed possible buffer over-read in bytearray. The bytearray | Serhiy Storchaka | 2015-06-29 | 1 | -1/+18 |
|
|
* | Adapt test for build --without-doc-strings. | Stefan Krah | 2013-01-26 | 1 | -0/+1 |
|
|
* | #8401: assigning an int to a bytearray slice (e.g. b[3:4] = 5) now raises an ... | Ezio Melotti | 2012-11-03 | 1 | -0/+20 |
|
|
* | startswith and endswith don't accept None as slice index. Patch by Torsten Be... | Jesus Cea | 2011-04-20 | 1 | -0/+62 |
|
|
* | Merged revisions 88735 via svnmerge from | Eli Bendersky | 2011-03-04 | 1 | -1/+1 |
|
|
* | Merged revisions 86596 via svnmerge from | Ezio Melotti | 2010-11-21 | 1 | -13/+13 |
|
|
* | Merged revisions 84470-84471,84566-84567,84759 via svnmerge from | Florent Xicluna | 2010-09-13 | 1 | -16/+18 |
|
|
* | have a clear error when passing something > sys.maxsize to bytearray | Benjamin Peterson | 2010-04-16 | 1 | -0/+1 |
|
|
* | fix typo | Benjamin Peterson | 2010-04-16 | 1 | -1/+1 |
|
|
* | bytearray -> type2test | Benjamin Peterson | 2010-04-16 | 1 | -8/+8 |
|
|
* | Various tests cleanup: check_warnings/check_py3k_warnings, unittest.assert* a... | Florent Xicluna | 2010-03-19 | 1 | -2/+2 |
|
|
* | Issue #7788: Fix a crash produced by deleting a list slice with huge | Mark Dickinson | 2010-01-29 | 1 | -1/+1 |
|
|
* | use assert[Not]IsInstance where appropriate | Ezio Melotti | 2010-01-24 | 1 | -1/+1 |
|
|
* | use assert[Not]In where appropriate | Ezio Melotti | 2010-01-23 | 1 | -15/+14 |
|
|
* | Issue #7561: Operations on empty bytearrays (such as `int(bytearray())`) | Antoine Pitrou | 2010-01-17 | 1 | -0/+7 |
|
|
* | Issue #7625: Add more tests that bytearray methods return new objects, | Antoine Pitrou | 2010-01-13 | 1 | -1/+7 |
|
|
* | Issue #7654: enable additional bytes/bytearray tests. Patch by Florent Xicluna. | Antoine Pitrou | 2010-01-12 | 1 | -15/+10 |
|
|
* | backport keyword argument support for bytearray.decode | Benjamin Peterson | 2009-09-18 | 1 | -0/+2 |
|
|
* | Issue #6846: bytearray.pop was returning ints in the range [-128, 128) | Mark Dickinson | 2009-09-06 | 1 | -0/+2 |
|
|
* | convert usage of fail* to assert* | Benjamin Peterson | 2009-06-30 | 1 | -55/+55 |
|
|
* | fix building the core with --disable-unicode | Benjamin Peterson | 2009-01-25 | 1 | -1/+0 |
|
|
* | Backport r67974: | Georg Brandl | 2008-12-28 | 1 | -0/+10 |
|
|
* | Issue #4509: bugs in bytearray with exports (buffer protocol) | Antoine Pitrou | 2008-12-06 | 1 | -0/+32 |
|
|
* | oops! didn't mean to disable that test | Benjamin Peterson | 2008-11-20 | 1 | -1/+1 |
|
|
* | make sure that bytearray methods return a new bytearray even if there is no c... | Benjamin Peterson | 2008-11-19 | 1 | -0/+10 |
|
|
* | Issue #4183: Some tests didn't run with pickle.HIGHEST_PROTOCOL. | Hirokazu Yamamoto | 2008-10-23 | 1 | -2/+2 |
|
|
* | Fix bug 3625: test issues on 64bit windows. r=pitrou | Mark Hammond | 2008-08-23 | 1 | -1/+1 |
|
|
* | Byte items *can* be chars in 2.6. | Georg Brandl | 2008-07-16 | 1 | -1/+2 |
|
|
* | #3156: fix consistency in what type bytearray methods accept as items. | Georg Brandl | 2008-07-16 | 1 | -16/+25 |
|
|
* | Merged revisions 61750,61752,61754,61756,61760,61763,61768,61772,61775,61805,... | Christian Heimes | 2008-03-26 | 1 | -0/+982 |
|
|