| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #27443: __length_hint__() of bytearray itearator no longer return | Serhiy Storchaka | 2016-07-03 | 1 | -0/+10 |
|
|
* | Issue #27039: Fixed bytearray.remove() for values greater than 127. | Serhiy Storchaka | 2016-05-16 | 1 | -0/+7 |
|
|
* | Make bytes and bytearray subclass tests compatible with base types tests. | Serhiy Storchaka | 2016-05-12 | 1 | -15/+17 |
|
|
* | Issue #26764: Bacported tests for bytes formatting. | Serhiy Storchaka | 2016-04-15 | 1 | -26/+11 |
|
|
* | Issue #26712: Unify (r)split, (l/r)strip tests into string_tests | Martin Panter | 2016-04-10 | 1 | -87/+4 |
|
|
* | Issue #26257: Eliminate buffer_tests.py and fix ByteArrayAsStringTest | Martin Panter | 2016-04-06 | 1 | -9/+6 |
|
|
* | Issue #26492: Added additional tests for exhausted iterators of mutable seque... | Serhiy Storchaka | 2016-03-30 | 1 | -0/+2 |
|
|
* | Issue #26494: Fixed crash on iterating exhausting iterators. | Serhiy Storchaka | 2016-03-30 | 1 | -0/+4 |
|
|
* | Issue #26015: Added new tests for pickling iterators of mutable sequences. | Serhiy Storchaka | 2016-03-06 | 1 | -3/+39 |
|
|
* | Issue #19587: Remove masked and redundant tests in test_bytes | Martin Panter | 2016-02-02 | 1 | -13/+0 |
|
|
* | Issue #25766: Special method __bytes__() now works in str subclasses. | Serhiy Storchaka | 2015-12-20 | 1 | -0/+6 |
|
|
* | Issue #24731: Fixed crash on converting objects with special methods | Serhiy Storchaka | 2015-11-25 | 1 | -0/+11 |
|\ |
|
| * | Issue #24731: Fixed crash on converting objects with special methods | Serhiy Storchaka | 2015-11-25 | 1 | -0/+11 |
|
|
* | | Issue #24467: Fixed possible buffer over-read in bytearray. The bytearray | Serhiy Storchaka | 2015-06-29 | 1 | -1/+18 |
|\ \
| |/ |
|
| * | Issue #24467: Fixed possible buffer over-read in bytearray. The bytearray | Serhiy Storchaka | 2015-06-29 | 1 | -1/+18 |
|
|
* | | Issue #23985: Fix a possible buffer overrun when deleting a slice from the fr... | Antoine Pitrou | 2015-05-19 | 1 | -0/+16 |
|\ \
| |/ |
|
| * | Issue #23985: Fix a possible buffer overrun when deleting a slice from the fr... | Antoine Pitrou | 2015-05-19 | 1 | -0/+16 |
|
|
* | | Use assertEqual rather than assertEquals to avoid the deprecation warning. | Gregory P. Smith | 2015-04-26 | 1 | -4/+4 |
|
|
* | | Implements issue #9951: Adds a hex() method to bytes, bytearray, & memoryview. | Gregory P. Smith | 2015-04-25 | 1 | -0/+8 |
|
|
* | | Issue #23681: The -b option now affects comparisons of bytes with int. | Serhiy Storchaka | 2015-03-20 | 1 | -13/+28 |
|
|
* | | Issue #14203: Remove obsolete support for view==NULL in bytesiobuf_getbuffer() | Stefan Krah | 2015-02-03 | 1 | -0/+4 |
|
|
* | | Don't use deprecated assertEquals. | Serhiy Storchaka | 2015-01-26 | 1 | -4/+4 |
|
|
* | | Issue20284: Implement PEP461 | Ethan Furman | 2015-01-24 | 1 | -0/+44 |
|
|
* | | Issue #22777: Test pickling with all protocols. | Serhiy Storchaka | 2014-12-15 | 1 | -16/+17 |
|\ \
| |/ |
|
| * | Issue #22777: Test pickling with all protocols. | Serhiy Storchaka | 2014-12-15 | 1 | -16/+17 |
|
|
* | | Issue #20335: bytes constructor now raises TypeError when encoding or errors | Serhiy Storchaka | 2014-12-02 | 1 | -0/+8 |
|\ \
| |/ |
|
| * | Issue #20335: bytes constructor now raises TypeError when encoding or errors | Serhiy Storchaka | 2014-12-02 | 1 | -0/+8 |
|
|
* | | Issue #22335: Fix crash when trying to enlarge a bytearray to 0x7fffffff byte... | Antoine Pitrou | 2014-11-02 | 1 | -0/+13 |
|\ \
| |/ |
|
| * | Issue #22335: Fix crash when trying to enlarge a bytearray to 0x7fffffff byte... | Antoine Pitrou | 2014-11-02 | 1 | -0/+13 |
|
|
* | | merge 3.4 (#22379) | Benjamin Peterson | 2014-09-28 | 1 | -0/+1 |
|\ \
| |/ |
|
| * | check that exception messages are not empty (#22379) | Benjamin Peterson | 2014-09-28 | 1 | -0/+1 |
|
|
* | | Issue #22077: Improve index error messages for bytearrays, bytes, lists, and | Terry Jan Reedy | 2014-08-02 | 1 | -0/+16 |
|/ |
|
* | Fix test_bytes when sys.stdin is None, for example on Windows when using | Victor Stinner | 2014-07-28 | 1 | -1/+1 |
|
|
* | (Merge 3.3) Issue #19969: PyBytes_FromFormatV() now raises an OverflowError if | Victor Stinner | 2013-12-13 | 1 | -0/+6 |
|\ |
|
| * | Issue #19969: PyBytes_FromFormatV() now raises an OverflowError if "%c" | Victor Stinner | 2013-12-13 | 1 | -0/+6 |
|
|
* | | Issue #19087: Improve bytearray allocation in order to allow cheap popping of... | Antoine Pitrou | 2013-10-05 | 1 | -0/+9 |
|
|
* | | Merge 3.3. | Stefan Krah | 2013-01-26 | 1 | -0/+1 |
|\ \
| |/ |
|
| * | Adapt test_bytes for a build --without-doc-strings. | Stefan Krah | 2013-01-26 | 1 | -0/+1 |
|
|
* | | #16910: merge with 3.3. | Ezio Melotti | 2013-01-10 | 1 | -15/+9 |
|\ \
| |/ |
|
| * | #16910: test_bytes, test_unicode, and test_userstring now work with unittest ... | Ezio Melotti | 2013-01-10 | 1 | -15/+9 |
|
|
* | | Use OESeeror instead of os.error (#16720) | Andrew Svetlov | 2012-12-24 | 1 | -1/+1 |
|
|
* | | merge 3.3 (#16722) | Benjamin Peterson | 2012-12-19 | 1 | -0/+6 |
|\ \
| |/ |
|
| * | try to call __bytes__ before __index__ (closes #16722) | Benjamin Peterson | 2012-12-19 | 1 | -0/+6 |
|
|
| * | #8401: merge with 3.2. | Ezio Melotti | 2012-11-03 | 1 | -0/+18 |
| |\ |
|
* | \ | #8401: merge with 3.3. | Ezio Melotti | 2012-11-03 | 1 | -0/+18 |
|\ \ \
| | |/
| |/| |
|
| * | | #8401: assigning an int to a bytearray slice (e.g. b[3:4] = 5) now raises an ... | Ezio Melotti | 2012-11-03 | 1 | -0/+18 |
|
|
* | | | Issue #15958: bytes.join and bytearray.join now accept arbitrary buffer objects. | Antoine Pitrou | 2012-10-16 | 1 | -2/+21 |
| |/
|/| |
|
* | | Issue #14288: Serialization support for builtin iterators. | Kristján Valur Jónsson | 2012-04-03 | 1 | -0/+18 |
|
|
* | | #14081: The sep and maxsplit parameter to str.split, bytes.split, and bytearr... | Ezio Melotti | 2012-02-26 | 1 | -0/+16 |
|
|
* | | Issue #13623: Fix a performance regression introduced by issue #12170 in | Victor Stinner | 2011-12-18 | 1 | -0/+5 |
|
|