- 1bc4f19 Issue #11386: Fixed the exception thrown by bytearray.pop() for empty bytearrays by Eli Bendersky · 14 years ago
- 4db28d3 Issue #10516: added copy() and clear() methods to bytearrays as well by Eli Bendersky · 14 years ago
- 8f36af7 Normalize the encoding names for Latin-1 and UTF-8 to 'latin-1' and 'utf-8'. by Marc-André Lemburg · 14 years ago
- 29e762c test_bytes: test PyBytes_FromFormat() using ctypes by Victor Stinner · 14 years ago
- 28a4dce remove (un)transform methods by Benjamin Peterson · 14 years ago
- 0252462 #7475: add (un)transform method to bytes/bytearray and str, add back codecs that can be used with them from Python 2. by Georg Brandl · 14 years ago
- b3aedd4 #9424: Replace deprecated assert* methods in the Python test suite. by Ezio Melotti · 14 years ago
- edf5f0d Strengthen BytesWarning tests. by Florent Xicluna · 14 years ago
- cf940c7 Issue #9530: Fix undefined-behaviour-inducing overflow checks in bytes and bytearray implementations. by Mark Dickinson · 14 years ago
- dcb2403 Issue #8485: PyUnicode_FSConverter() doesn't accept bytearray object anymore, by Victor Stinner · 15 years ago
- 8380dd5 Merged revisions 80126 via svnmerge from by Benjamin Peterson · 15 years ago
- 4c04583 Merged revisions 80123-80124 via svnmerge from by Benjamin Peterson · 15 years ago
- 41a08bc Clean up warnings filter use in test_bytes. by Brett Cannon · 15 years ago
- 9b86b9a Merged revisions 79100 via svnmerge from by Florent Xicluna · 15 years ago
- bc09964 Merged revisions 77821 via svnmerge from by Mark Dickinson · 15 years ago
- e961593 Merged revisions 77727 via svnmerge from by Ezio Melotti · 15 years ago
- b58e0bd use assert[Not]In where appropriate by Ezio Melotti · 15 years ago
- 577473f use assert[Not]In where appropriate by Benjamin Peterson · 15 years ago
- fc8d6f4 Merged revisions 77573 via svnmerge from by Antoine Pitrou · 15 years ago
- cbaa6250 Merged revisions 77475 via svnmerge from by Antoine Pitrou · 15 years ago
- f845302 Merged revisions 77448 via svnmerge from by Antoine Pitrou · 15 years ago
- 41f58a7 Issue #7382: Fix bytes.__getnewargs__. by Alexandre Vassalotti · 15 years ago
- c9e9216 Fix test skipping in multibyte codec tests by Antoine Pitrou · 15 years ago
- 403ce78 Issue #7065: Fix a crash in bytes.maketrans and bytearray.maketrans when by Antoine Pitrou · 15 years ago
- 308d637 Merged revisions 74929 via svnmerge from by Benjamin Peterson · 15 years ago
- 54a3db9 Merged revisions 74673 via svnmerge from by Mark Dickinson · 15 years ago
- c9c0f20 convert old fail* assertions to assert* by Benjamin Peterson · 15 years ago
- db12d45 Issue #3672: Reject surrogates in utf-8 codec; add surrogates error handler. by Martin v. Löwis · 16 years ago
- abc3877 Add bytes/bytearray.maketrans() to mirror str.maketrans(), and deprecate by Georg Brandl · 16 years ago
- ccc47b6 #4759: allow None as first argument of bytearray.translate(), for consistency with bytes.translate(). by Georg Brandl · 16 years ago
- 5504e89 Issue #4509: bugs in bytearray with exports (buffer protocol) by Antoine Pitrou · 16 years ago
- b0c2916 Merged revisions 67295,67301-67302,67318,67330,67342-67343 via svnmerge from by Amaury Forgeot d'Arc · 16 years ago
- 0f3641c Merged revisions 67291 via svnmerge from by Benjamin Peterson · 16 years ago
- d0d0b65 Issue #4183: Some tests didn't run with pickle.HIGHEST_PROTOCOL. by Hirokazu Yamamoto · 16 years ago
- 9e9dcd6 STINNER Victor (haypo)'s patch for bug 3988, Byte warning mode and b'' != '' by Barry Warsaw · 16 years ago
- c15a073 make bytes(o) respect __bytes__ #2415 by Benjamin Peterson · 16 years ago
- fd03645 #2834: Change re module semantics, so that str and bytes mixing is forbidden, by Antoine Pitrou · 16 years ago
- 47d305d Issue #3571: test_bytes mistakingly closed stdin by Antoine Pitrou · 16 years ago
- 2f89aa6 #2538: bytes objects can only provide read-only buffers by Antoine Pitrou · 16 years ago
- 9a54d7c Merged revisions 65041 via svnmerge from by Georg Brandl · 16 years ago
- eb2c964 Add test case for r63810. by Georg Brandl · 16 years ago
- ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
- 4f06612 Enabled fromhex('') test for bytes by Christian Heimes · 17 years ago
- 5f63d18 Removed unused import by Christian Heimes · 17 years ago
- 510711d Patch #1972 by Antoine Pitrou: improve bytes and bytearray tests by Christian Heimes · 17 years ago
- 7b87615 Fixed #1969: split and rsplit in bytearray are inconsistent by Christian Heimes · 17 years ago
- a37d4c6 Removed PyInt_GetMax and sys.maxint by Christian Heimes · 17 years ago
- 09121e8 Issue #1283: Allow any iterable of integers to be passed to bytearray.extend(). by Alexandre Vassalotti · 17 years ago
- b2b6262 Removed some leftovers from the str8 days by Christian Heimes · 17 years ago
- 254348e Rename buffer -> bytearray. by Guido van Rossum · 17 years ago
- 98297ee Merging the py3k-pep3137 branch back into the py3k branch. by Guido van Rossum · 17 years ago
- a6c04be Patch 1171 by mfenniak -- allow subclassing of bytes. by Guido van Rossum · 17 years ago
- ae404e2 Sort the method lists for str8 and bytes so differences are more apparent. by Guido van Rossum · 17 years ago
- bd1c68c Patch #1303: Adapt str8 constructor to bytes (now buffer) one. by Georg Brandl · 17 years ago
- 75a902d Patch 1280, by Alexandre Vassalotti. by Guido van Rossum · 17 years ago
- 60d241f For PEP3137: Adds missing methods to the mutable PyBytes object (soon by Gregory P. Smith · 17 years ago
- 1e35e76 Patch #1049 by Thomas Lee. by Guido van Rossum · 17 years ago
- bae07c9 Breaking ground for PEP 3137 implementation: by Guido van Rossum · 17 years ago
- 8f95067 Bug # 1125 (my code). by Guido van Rossum · 17 years ago
- 18c3ff8 Make it an error to compare a bytes object and a Unicode object. by Jeremy Hylton · 17 years ago
- 09549f4 Changes in anticipation of stricter str vs. bytes enforcement. by Guido van Rossum · 17 years ago
- 9c62772 Changes in anticipation of stricter str vs. bytes enforcement. by Guido van Rossum · 17 years ago
- eb29e9a Fix core dump in an endcase of b.strip() that I missed. by Guido van Rossum · 17 years ago
- 99603b0 Getting rid of cPickle. Mmm, feels good! by Guido van Rossum · 17 years ago
- e61fd5b Patch by Christian Heimes to change self.assert_(x == y) into by Guido van Rossum · 17 years ago
- c1f779c Merged revisions 56125-56153 via svnmerge from by Guido van Rossum · 17 years ago
- cd16bf6 Merged revisions 55817-55961 via svnmerge from by Guido van Rossum · 17 years ago
- 75d6f1a Fix tset_bytes.py. by Guido van Rossum · 17 years ago
- cd6ae68 I don't know how come bytes.join() was a class method, but that's clearly by Guido van Rossum · 18 years ago
- f9e91c9 Given that ord() of a bytes object of length 1 is defined, it should by Guido van Rossum · 18 years ago
- 57b93ad repr(b"\0") should return b"\x00", not the (unusual) b"\0". by Guido van Rossum · 18 years ago
- 4355a47 Make all of test_bytes pass (except pickling, which is too badly busted). by Guido van Rossum · 18 years ago
- ef87d6e Rip out all the u"..." literals and calls to unicode(). by Guido van Rossum · 18 years ago
- 13633bb Support name and mode attributes on all file types. by Guido van Rossum · 18 years ago
- 84d79dd Disallow u"..." + b"..." and b"..." + u"...". by Guido van Rossum · 18 years ago
- ad7d8d1 Rough and dirty job -- allow concatenation of bytes and arbitrary by Guido van Rossum · 18 years ago
- 0ad0812 An example of action-at-a-distance: fix the problems I had in test_io.py by Guido van Rossum · 18 years ago
- ebea9be Bytes should never equal unicode. Add tests for str <cmpop> bytes. by Guido van Rossum · 18 years ago
- 343e97f For Make Benefit Glorious Nation of Backwards Compatibility, by Guido van Rossum · 18 years ago
- c788554 Addendum of patch #1669633: additional tests for bytes methods. by Georg Brandl · 18 years ago
- 6968b05 SF patch #1669633, add methods for bytes from Pete Shinners. by Neal Norwitz · 18 years ago
- 0b9b9e0 Implement bytes.fromhex(), with tests. by Georg Brandl · 18 years ago
- ee91be4 Make bytes_repr return a string containing a b"" literal. by Georg Brandl · 18 years ago
- 00e41de Bytes literal. by Thomas Wouters · 18 years ago
- e2a383d Rip out 'long' and 'L'-suffixed integer literals. (Rough first cut.) by Guido van Rossum · 18 years ago
- 376446d Implement extended slicing in bytes objects. by Thomas Wouters · 18 years ago
- 9a6e62b Fix buglet in slice assignment of bytesobjects: assigning to b[3:0] ('stop' by Thomas Wouters · 18 years ago
- d204a71 Make bytesobject raise ValueError instead of TypeError again (thanks, Nick) by Thomas Wouters · 18 years ago
- 00ee7ba Merge current trunk into p3yk. This includes the PyNumber_Index API change, by Thomas Wouters · 18 years ago
- 08e8b7a Comment out debug print. by Guido van Rossum · 18 years ago
- 2018831 Adding bytes.join() -- a class methods that concatenates an iterable of bytes. by Guido van Rossum · 19 years ago
- 13e5721 Implement bytes += bytes, bytes *= int, int in bytes, bytes in bytes. by Guido van Rossum · 19 years ago
- d624f18 Added much functionality to the bytes type. by Guido van Rossum · 19 years ago
- e06b6b8 Fix a leak and a buglet discovered by Thomas. by Guido van Rossum · 19 years ago
- 5f6f27d Fix test_main function so test_bytes can be run by regrtest.py. by Thomas Wouters · 19 years ago
- 4dfe8a1 Here is a bytes type. It's very minimal but it's a start. by Guido van Rossum · 19 years ago