summaryrefslogtreecommitdiffstats
path: root/Objects/bytearrayobject.c
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 71058,71149-71150,71212,71214-71216,71222,71225,71234,71237-...Georg Brandl2009-04-051-8/+8
* Issue 1242657: list(obj) can swallow KeyboardInterruptRaymond Hettinger2009-02-021-0/+4
* Backport r67975: #4759: fix segfault in bytearray.translate(x, None).Georg Brandl2008-12-281-0/+1
* Merged revisions 67619 via svnmerge fromAntoine Pitrou2008-12-071-11/+31
* Merged revisions 67291 via svnmerge fromBenjamin Peterson2008-11-191-21/+3
* Silenced compiler warningChristian Heimes2008-08-221-0/+1
* Fix a refleak in bytearray.split and bytearray.rsplit, detected byAmaury Forgeot d'Arc2008-08-171-4/+10
* Issue #3139: Make buffer-interface thread-safe wrt. PyArg_ParseTuple,Martin v. Löwis2008-08-121-32/+37
* Fix a couple of names in error messages that were wrongNeal Norwitz2008-07-201-2/+2
* Backport part of r65043.Georg Brandl2008-07-161-2/+1
* Use _getbytevalue() in init too.Georg Brandl2008-07-161-10/+3
* #3156: fix consistency in what type bytearray methods accept as items.Georg Brandl2008-07-161-40/+38
* Added additional __sizeof__ implementations and addressed comments made inRobert Schuppenies2008-07-101-0/+14
* Docstring typoAndrew M. Kuchling2008-06-211-1/+1
* Renamed bytesobject.c to bytearrayobject.cChristian Heimes2008-05-261-0/+3379