summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_memoryio.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #15841: The readable(), writable() and seekable() methods of io.BytesIOAntoine Pitrou2012-09-051-4/+3
* Issue #15489: Add a __sizeof__ implementation for BytesIO objects.Antoine Pitrou2012-07-291-0/+11
* #11565: Fix several typos. Patch by Piotr Kasprzyk.Ezio Melotti2011-03-161-1/+1
* Merged revisions 86596 via svnmerge fromEzio Melotti2010-11-211-13/+13
* Merged revisions 86587 via svnmerge fromBenjamin Peterson2010-11-201-0/+5
* Fix some py3k warnings in the standard library.Florent Xicluna2010-03-071-6/+2
* Remove unused imports in test modules.Georg Brandl2010-02-071-1/+0
* Issue #7870: Remove duplicate test methods. Reported by Georg Brandl.Antoine Pitrou2010-02-071-19/+0
* - Issue #6939: Fix file I/O objects in the `io` module to keep the originalAntoine Pitrou2010-01-311-2/+3
* use assert[Not]IsInstance where appropriateEzio Melotti2010-01-241-4/+4
* Add acceptance of long ints to test_memoryio.pyAntoine Pitrou2009-11-021-3/+11
* Manual py3k backport: [svn r74316] Issue #5449: Fix io.BytesIO to not accept ...Antoine Pitrou2009-10-241-0/+5
* Manual py3k backport: [svn r74158] Issue #6218: Make io.BytesIO and io.String...Antoine Pitrou2009-10-241-9/+147
* Manual py3k backport: [svn r74155] Issue #6242: Fix deallocator of io.StringI...Antoine Pitrou2009-10-241-0/+7
* 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