index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_memoryio.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Issue #20557: Use specific asserts in io tests.
Serhiy Storchaka
2015-08-02
1
-2/+4
*
Issue #22777: Test pickling with all protocols.
Serhiy Storchaka
2014-12-15
1
-1/+2
*
Issue #20498: Fixed io.StringIO tests for newline='\n'. Added new tests.
Serhiy Storchaka
2014-02-05
1
-1/+36
*
Issue #20435: Fix _pyio.StringIO.getvalue() to take into account newline tran...
Antoine Pitrou
2014-02-02
1
-0/+9
*
Backported a test for lone surrogates support in io.StringIO.
Serhiy Storchaka
2014-01-29
1
-0/+10
*
Issue #15841: The readable(), writable() and seekable() methods of io.BytesIO
Antoine Pitrou
2012-09-05
1
-4/+3
*
Issue #15489: Add a __sizeof__ implementation for BytesIO objects.
Antoine Pitrou
2012-07-29
1
-0/+11
*
#11565: Fix several typos. Patch by Piotr Kasprzyk.
Ezio Melotti
2011-03-16
1
-1/+1
*
Merged revisions 86596 via svnmerge from
Ezio Melotti
2010-11-21
1
-13/+13
*
Merged revisions 86587 via svnmerge from
Benjamin Peterson
2010-11-20
1
-0/+5
*
Fix some py3k warnings in the standard library.
Florent Xicluna
2010-03-07
1
-6/+2
*
Remove unused imports in test modules.
Georg Brandl
2010-02-07
1
-1/+0
*
Issue #7870: Remove duplicate test methods. Reported by Georg Brandl.
Antoine Pitrou
2010-02-07
1
-19/+0
*
- Issue #6939: Fix file I/O objects in the `io` module to keep the original
Antoine Pitrou
2010-01-31
1
-2/+3
*
use assert[Not]IsInstance where appropriate
Ezio Melotti
2010-01-24
1
-4/+4
*
Add acceptance of long ints to test_memoryio.py
Antoine Pitrou
2009-11-02
1
-3/+11
*
Manual py3k backport: [svn r74316] Issue #5449: Fix io.BytesIO to not accept ...
Antoine Pitrou
2009-10-24
1
-0/+5
*
Manual py3k backport: [svn r74158] Issue #6218: Make io.BytesIO and io.String...
Antoine Pitrou
2009-10-24
1
-9/+147
*
Manual py3k backport: [svn r74155] Issue #6242: Fix deallocator of io.StringI...
Antoine Pitrou
2009-10-24
1
-0/+7
*
Silence some py3k warnings claiming to affect _pyio
Antoine Pitrou
2009-10-14
1
-2/+6
*
convert usage of fail* to assert*
Benjamin Peterson
2009-06-30
1
-2/+2
*
Issue #6215: backport the 3.1 io lib
Antoine Pitrou
2009-06-12
1
-35/+182
*
Backport fast alternate io.BytesIO implementation.
Alexandre Vassalotti
2008-05-09
1
-0/+416