summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_memoryio.py
Commit message (Collapse)AuthorAgeFilesLines
* Silence some py3k warnings claiming to affect _pyioAntoine Pitrou2009-10-141-2/+6
|
* convert usage of fail* to assert*Benjamin Peterson2009-06-301-2/+2
|
* Issue #6215: backport the 3.1 io libAntoine Pitrou2009-06-121-35/+182
|
* Backport fast alternate io.BytesIO implementation.Alexandre Vassalotti2008-05-091-0/+416
Merged r62778, r62779, r62802, r62806, r62807, r62808, r62809, r62844, r62846, r62952, r62956.