summaryrefslogtreecommitdiff
path: root/Lib/test/test_bytes.py
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 77821 via svnmerge fromMark Dickinson2010-01-291-1/+1
* Merged revisions 77727 via svnmerge fromEzio Melotti2010-01-241-1/+1
* use assert[Not]In where appropriateEzio Melotti2010-01-231-6/+5
* use assert[Not]In where appropriateBenjamin Peterson2010-01-191-9/+9
* Merged revisions 77573 via svnmerge fromAntoine Pitrou2010-01-171-0/+8
* Merged revisions 77475 via svnmerge fromAntoine Pitrou2010-01-131-1/+7
* Merged revisions 77448 via svnmerge fromAntoine Pitrou2010-01-121-9/+6
* Issue #7382: Fix bytes.__getnewargs__.Alexandre Vassalotti2010-01-121-19/+40
* Fix test skipping in multibyte codec testsAntoine Pitrou2009-11-011-1/+1
* Issue #7065: Fix a crash in bytes.maketrans and bytearray.maketrans whenAntoine Pitrou2009-10-141-8/+6
* Merged revisions 74929 via svnmerge fromBenjamin Peterson2009-09-181-0/+2
* Merged revisions 74673 via svnmerge fromMark Dickinson2009-09-061-0/+2
* convert old fail* assertions to assert*Benjamin Peterson2009-06-301-56/+56
* Issue #3672: Reject surrogates in utf-8 codec; add surrogates errorMartin v. Löwis2009-05-021-2/+2
* Add bytes/bytearray.maketrans() to mirror str.maketrans(), and deprecateGeorg Brandl2009-04-121-0/+7
* #4759: allow None as first argument of bytearray.translate(), for consistency...Georg Brandl2008-12-281-0/+10
* Issue #4509: bugs in bytearray with exports (buffer protocol)Antoine Pitrou2008-12-061-0/+31
* Merged revisions 67295,67301-67302,67318,67330,67342-67343 via svnmerge fromAmaury Forgeot d'Arc2008-11-221-1/+1
* Merged revisions 67291 via svnmerge fromBenjamin Peterson2008-11-191-0/+10
* Issue #4183: Some tests didn't run with pickle.HIGHEST_PROTOCOL.Hirokazu Yamamoto2008-10-231-2/+2
* STINNER Victor (haypo)'s patch for bug 3988, Byte warning mode and b'' != ''Barry Warsaw2008-10-171-0/+12
* make bytes(o) respect __bytes__ #2415Benjamin Peterson2008-08-261-0/+12
* #2834: Change re module semantics, so that str and bytes mixing is forbidden,Antoine Pitrou2008-08-191-1/+1
* Issue #3571: test_bytes mistakingly closed stdinAntoine Pitrou2008-08-161-1/+2
* #2538: bytes objects can only provide read-only buffersAntoine Pitrou2008-08-021-0/+5
* Merged revisions 65041 via svnmerge fromGeorg Brandl2008-07-161-15/+23
* Add test case for r63810.Georg Brandl2008-05-301-0/+5
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-201-8/+8
* Enabled fromhex('') test for bytesChristian Heimes2008-01-301-3/+1
* Removed unused importChristian Heimes2008-01-301-1/+0
* Patch #1972 by Antoine Pitrou: improve bytes and bytearray testsChristian Heimes2008-01-301-436/+470
* Fixed #1969: split and rsplit in bytearray are inconsistentChristian Heimes2008-01-301-1/+10
* Removed PyInt_GetMax and sys.maxintChristian Heimes2007-12-041-11/+11
* Issue #1283: Allow any iterable of integers to be passed toAlexandre Vassalotti2007-12-041-0/+18
* Removed some leftovers from the str8 daysChristian Heimes2007-11-221-3/+0
* Rename buffer -> bytearray.Guido van Rossum2007-11-211-158/+158
* Merging the py3k-pep3137 branch back into the py3k branch.Guido van Rossum2007-11-061-203/+258
* Patch 1171 by mfenniak -- allow subclassing of bytes.Guido van Rossum2007-11-031-2/+81
* Sort the method lists for str8 and bytes so differences are more apparent.Guido van Rossum2007-10-261-12/+10
* Patch #1303: Adapt str8 constructor to bytes (now buffer) one.Georg Brandl2007-10-241-31/+31
* Patch 1280, by Alexandre Vassalotti.Guido van Rossum2007-10-191-1/+1
* For PEP3137: Adds missing methods to the mutable PyBytes object (soonGregory P. Smith2007-10-161-10/+38
* Patch #1049 by Thomas Lee.Guido van Rossum2007-10-091-5/+7
* Breaking ground for PEP 3137 implementation:Guido van Rossum2007-10-081-8/+8
* Bug # 1125 (my code).Guido van Rossum2007-09-101-4/+50
* Make it an error to compare a bytes object and a Unicode object.Jeremy Hylton2007-08-291-5/+5
* Changes in anticipation of stricter str vs. bytes enforcement.Guido van Rossum2007-08-271-63/+44
* Changes in anticipation of stricter str vs. bytes enforcement.Guido van Rossum2007-08-271-39/+43
* Fix core dump in an endcase of b.strip() that I missed.Guido van Rossum2007-08-081-0/+1
* Getting rid of cPickle. Mmm, feels good!Guido van Rossum2007-07-201-7/+5