| Commit message (Expand) | Author | Age | Files | Lines |
* | (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 |
|
|
* | | Issue #12170: The count(), find(), rfind(), index() and rindex() methods | Antoine Pitrou | 2011-10-20 | 1 | -15/+88 |
|
|
* | | Issue #12380: PyArg_ParseTuple now accepts a bytearray for the 'c' format. | Eli Bendersky | 2011-07-29 | 1 | -0/+21 |
|
|
* | | #6780: merge with 3.2. | Ezio Melotti | 2011-04-26 | 1 | -0/+10 |
|\ \
| |/ |
|
| * | #6780: merge with 3.1. | Ezio Melotti | 2011-04-26 | 1 | -0/+10 |
| |\ |
|
| | * | #6780: fix starts/endswith error message to mention that tuples are accepted ... | Ezio Melotti | 2011-04-26 | 1 | -0/+16 |
|
|
* | | | Merge with 3.2. | Ezio Melotti | 2011-04-20 | 1 | -7/+7 |
|\ \ \
| |/ / |
|
| * | | Use non-deprecated method name. | Ezio Melotti | 2011-04-20 | 1 | -7/+7 |
|
|
* | | | MERGE: startswith and endswith don't accept None as slice index. Patch by Tor... | Jesus Cea | 2011-04-20 | 1 | -0/+62 |
|\ \ \
| |/ / |
|
| * | | MERGE: startswith and endswith don't accept None as slice index. Patch by Tor... | Jesus Cea | 2011-04-20 | 1 | -0/+62 |
| |\ \
| | |/ |
|
| | * | startswith and endswith don't accept None as slice index. Patch by Torsten Be... | Jesus Cea | 2011-04-20 | 1 | -0/+62 |
|
|
| | * | Merged revisions 86596 via svnmerge from | Ezio Melotti | 2010-11-21 | 1 | -13/+13 |
|
|
| | * | Merged revisions 80125,80128,80130 via svnmerge from | Benjamin Peterson | 2010-04-16 | 1 | -9/+10 |
|
|
| | * | Merged revisions 77823 via svnmerge from | Mark Dickinson | 2010-01-29 | 1 | -1/+1 |
|
|
| | * | Merged revisions 77576 via svnmerge from | Antoine Pitrou | 2010-01-17 | 1 | -0/+8 |
|
|
| | * | Merged revisions 76010 via svnmerge from | Antoine Pitrou | 2009-11-01 | 1 | -1/+1 |
|
|
| | * | Merged revisions 75404 via svnmerge from | Antoine Pitrou | 2009-10-14 | 1 | -8/+6 |
|
|
| | * | Merged revisions 74675 via svnmerge from | Mark Dickinson | 2009-09-06 | 1 | -0/+2 |
|
|
| | * | Merged revisions 73715 via svnmerge from | Georg Brandl | 2009-08-13 | 1 | -56/+56 |
|
|
| * | | Merged revisions 88735 via svnmerge from | Eli Bendersky | 2011-03-04 | 1 | -1/+1 |
|
|
* | | | Issue #11386: Fixed the exception thrown by bytearray.pop() for empty bytearrays | Eli Bendersky | 2011-03-04 | 1 | -1/+1 |
|
|
* | | | Issue #10516: added copy() and clear() methods to bytearrays as well | Eli Bendersky | 2011-03-03 | 1 | -0/+33 |
|
|
* | | | Normalize the encoding names for Latin-1 and UTF-8 to | Marc-André Lemburg | 2011-02-25 | 1 | -8/+10 |
|/ / |
|
* | | test_bytes: test PyBytes_FromFormat() using ctypes | Victor Stinner | 2011-01-05 | 1 | -0/+21 |
|
|
* | | remove (un)transform methods | Benjamin Peterson | 2010-12-12 | 1 | -5/+0 |
|
|
* | | #7475: add (un)transform method to bytes/bytearray and str, add back codecs t... | Georg Brandl | 2010-12-02 | 1 | -0/+5 |
|
|
* | | #9424: Replace deprecated assert* methods in the Python test suite. | Ezio Melotti | 2010-11-20 | 1 | -13/+13 |
|
|
* | | Strengthen BytesWarning tests. | Florent Xicluna | 2010-09-03 | 1 | -45/+54 |
|
|
* | | Issue #9530: Fix undefined-behaviour-inducing overflow checks in bytes and b... | Mark Dickinson | 2010-08-10 | 1 | -2/+4 |
|
|
* | | Issue #8485: PyUnicode_FSConverter() doesn't accept bytearray object anymore, | Victor Stinner | 2010-04-22 | 1 | -7/+0 |
|
|
* | | Merged revisions 80126 via svnmerge from | Benjamin Peterson | 2010-04-16 | 1 | -0/+1 |
|
|
* | | Merged revisions 80123-80124 via svnmerge from | Benjamin Peterson | 2010-04-16 | 1 | -8/+8 |
|
|
* | | Clean up warnings filter use in test_bytes. | Brett Cannon | 2010-03-20 | 1 | -42/+41 |
|
|
* | | Merged revisions 79100 via svnmerge from | Florent Xicluna | 2010-03-19 | 1 | -2/+2 |
|
|