summaryrefslogtreecommitdiff
path: root/Objects/bytearrayobject.c
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 69998-69999,70002,70022-70023,70025-70026,70061,70086,70145,...Benjamin Peterson2009-03-091-5/+5
* Issue 1242657: list(obj) can swallow KeyboardInterrupt.Raymond Hettinger2009-02-021-0/+4
* Issue #1717: rename tp_compare to tp_reserved. I'll change theMark Dickinson2009-02-021-2/+2
* #4759: allow None as first argument of bytearray.translate(), for consistency...Georg Brandl2008-12-281-16/+25
* Issue #4509: bugs in bytearray with exports (buffer protocol)Antoine Pitrou2008-12-061-11/+31
* Merged revisions 67291 via svnmerge fromBenjamin Peterson2008-11-191-17/+3
* STINNER Victor (haypo)'s patch for bug 3988, Byte warning mode and b'' != ''Barry Warsaw2008-10-171-1/+1
* Merged revisions 65910,65977,65980,65984,65986,66000,66011-66012,66014,66017,...Benjamin Peterson2008-08-251-0/+1
* Closes release blocker #3627.Neal Norwitz2008-08-241-0/+5
* Merged revisions 65780,65782,65785,65809,65812,65834,65846,65859,65861 via sv...Benjamin Peterson2008-08-191-4/+10
* Merged revisions 65654 via svnmerge fromMartin v. Löwis2008-08-131-32/+37
* Merged revisions 65012,65035,65037-65040,65048,65057,65077,65091-65095,65097-...Georg Brandl2008-07-231-2/+2
* Merged revisions 65041 via svnmerge fromGeorg Brandl2008-07-161-47/+34
* Merged revisions 64842,64853,64856,64945 via svnmerge fromRobert Schuppenies2008-07-141-0/+14
* Merged revisions 64434-64435,64440-64443,64445,64447-64448,64450,64452,64455,...Benjamin Peterson2008-07-021-1/+1
* Move the codec decode type checks to bytes/bytearray.decode().Marc-André Lemburg2008-06-061-2/+2
* Fix misspelling.Georg Brandl2008-06-041-1/+1
* Don't return the same object from trivial replace() cases --Georg Brandl2008-05-301-4/+1
* Fix all return types for str/bytes/bytearray docstrings and make the wording ...Georg Brandl2008-05-301-30/+34
* Renamed files bytesobject.[ch] and stringobject.[ch]Christian Heimes2008-05-261-0/+3300