| Commit message (Expand) | Author | Age |
* | Issue #11386: Fixed the exception thrown by bytearray.pop() for empty bytearrays | Eli Bendersky | 2011-03-04 |
* | Issue #10516: added copy() and clear() methods to bytearrays as well | Eli Bendersky | 2011-03-03 |
* | Normalize the encoding names for Latin-1 and UTF-8 to | Marc-André Lemburg | 2011-02-25 |
* | test_bytes: test PyBytes_FromFormat() using ctypes | Victor Stinner | 2011-01-05 |
* | remove (un)transform methods | Benjamin Peterson | 2010-12-12 |
* | #7475: add (un)transform method to bytes/bytearray and str, add back codecs t... | Georg Brandl | 2010-12-02 |
* | #9424: Replace deprecated assert* methods in the Python test suite. | Ezio Melotti | 2010-11-20 |
* | Strengthen BytesWarning tests. | Florent Xicluna | 2010-09-03 |
* | Issue #9530: Fix undefined-behaviour-inducing overflow checks in bytes and b... | Mark Dickinson | 2010-08-10 |
* | Issue #8485: PyUnicode_FSConverter() doesn't accept bytearray object anymore, | Victor Stinner | 2010-04-22 |
* | Merged revisions 80126 via svnmerge from | Benjamin Peterson | 2010-04-16 |
* | Merged revisions 80123-80124 via svnmerge from | Benjamin Peterson | 2010-04-16 |
* | Clean up warnings filter use in test_bytes. | Brett Cannon | 2010-03-20 |
* | Merged revisions 79100 via svnmerge from | Florent Xicluna | 2010-03-19 |
* | Merged revisions 77821 via svnmerge from | Mark Dickinson | 2010-01-29 |
* | Merged revisions 77727 via svnmerge from | Ezio Melotti | 2010-01-24 |
* | use assert[Not]In where appropriate | Ezio Melotti | 2010-01-23 |
* | use assert[Not]In where appropriate | Benjamin Peterson | 2010-01-19 |
* | Merged revisions 77573 via svnmerge from | Antoine Pitrou | 2010-01-17 |
* | Merged revisions 77475 via svnmerge from | Antoine Pitrou | 2010-01-13 |
* | Merged revisions 77448 via svnmerge from | Antoine Pitrou | 2010-01-12 |
* | Issue #7382: Fix bytes.__getnewargs__. | Alexandre Vassalotti | 2010-01-12 |
* | Fix test skipping in multibyte codec tests | Antoine Pitrou | 2009-11-01 |
* | Issue #7065: Fix a crash in bytes.maketrans and bytearray.maketrans when | Antoine Pitrou | 2009-10-14 |
* | Merged revisions 74929 via svnmerge from | Benjamin Peterson | 2009-09-18 |
* | Merged revisions 74673 via svnmerge from | Mark Dickinson | 2009-09-06 |
* | convert old fail* assertions to assert* | Benjamin Peterson | 2009-06-30 |
* | Issue #3672: Reject surrogates in utf-8 codec; add surrogates error | Martin v. Löwis | 2009-05-02 |
* | Add bytes/bytearray.maketrans() to mirror str.maketrans(), and deprecate | Georg Brandl | 2009-04-12 |
* | #4759: allow None as first argument of bytearray.translate(), for consistency... | Georg Brandl | 2008-12-28 |
* | Issue #4509: bugs in bytearray with exports (buffer protocol) | Antoine Pitrou | 2008-12-06 |
* | Merged revisions 67295,67301-67302,67318,67330,67342-67343 via svnmerge from | Amaury Forgeot d'Arc | 2008-11-22 |
* | Merged revisions 67291 via svnmerge from | Benjamin Peterson | 2008-11-19 |
* | Issue #4183: Some tests didn't run with pickle.HIGHEST_PROTOCOL. | Hirokazu Yamamoto | 2008-10-23 |
* | STINNER Victor (haypo)'s patch for bug 3988, Byte warning mode and b'' != '' | Barry Warsaw | 2008-10-17 |
* | make bytes(o) respect __bytes__ #2415 | Benjamin Peterson | 2008-08-26 |
* | #2834: Change re module semantics, so that str and bytes mixing is forbidden, | Antoine Pitrou | 2008-08-19 |
* | Issue #3571: test_bytes mistakingly closed stdin | Antoine Pitrou | 2008-08-16 |
* | #2538: bytes objects can only provide read-only buffers | Antoine Pitrou | 2008-08-02 |
* | Merged revisions 65041 via svnmerge from | Georg Brandl | 2008-07-16 |
* | Add test case for r63810. | Georg Brandl | 2008-05-30 |
* | #2621 rename test.test_support to test.support | Benjamin Peterson | 2008-05-20 |
* | Enabled fromhex('') test for bytes | Christian Heimes | 2008-01-30 |
* | Removed unused import | Christian Heimes | 2008-01-30 |
* | Patch #1972 by Antoine Pitrou: improve bytes and bytearray tests | Christian Heimes | 2008-01-30 |
* | Fixed #1969: split and rsplit in bytearray are inconsistent | Christian Heimes | 2008-01-30 |
* | Removed PyInt_GetMax and sys.maxint | Christian Heimes | 2007-12-04 |
* | Issue #1283: Allow any iterable of integers to be passed to | Alexandre Vassalotti | 2007-12-04 |
* | Removed some leftovers from the str8 days | Christian Heimes | 2007-11-22 |
* | Rename buffer -> bytearray. | Guido van Rossum | 2007-11-21 |