summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_memoryio.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #6939: Fix file I/O objects in the `io` module to keep the originalAntoine Pitrou2010-01-271-2/+3
* Issue #7249: Methods of io.BytesIO now allow `long` as well as `int` arguments.Antoine Pitrou2009-11-021-3/+11
* Backport fast alternate io.BytesIO implementation.Alexandre Vassalotti2008-05-091-0/+416