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
*
Merged revisions 86596 via svnmerge from
Ezio Melotti
2010-11-21
1
-11/+11
*
Merged revisions 86587 via svnmerge from
Benjamin Peterson
2010-11-20
1
-0/+5
*
Merged revisions 77895-77896 via svnmerge from
Antoine Pitrou
2010-01-31
1
-2/+3
*
Merged revisions 74126,74130-74131,74149,74155,74157,74180-74183,74398 via sv...
Georg Brandl
2009-08-13
1
-0/+15
*
Merged revisions 73715 via svnmerge from
Georg Brandl
2009-08-13
1
-2/+2
*
Merged revisions 74316,74335 via svnmerge from
Georg Brandl
2009-08-13
1
-0/+4
*
give the C implementation of TextIOWrapper the errors property #6217
Benjamin Peterson
2009-06-06
1
-3/+3
*
implement a detach() method for BufferedIOBase and TextIOBase #5883
Benjamin Peterson
2009-05-01
1
-0/+10
*
stringio doesn't have an encoding
Benjamin Peterson
2009-03-21
1
-1/+1
*
merge the io-c branch: C implementation of the io module
Benjamin Peterson
2009-03-04
1
-31/+158
*
Issue 2918: Merge StringIO and cStringIO.
Alexandre Vassalotti
2008-06-11
1
-3/+7
*
#2621 rename test.test_support to test.support
Benjamin Peterson
2008-05-20
1
-2/+2
*
Removed test_overflow from test_memoryio.CBytesIOTest.
Alexandre Vassalotti
2008-05-08
1
-13/+0
*
Changed _bytesio.c to avoid comparing a signed with an unsigned value.
Alexandre Vassalotti
2008-05-07
1
-0/+14
*
Fixed a small bug introduced by r62778.
Alexandre Vassalotti
2008-05-06
1
-0/+2
*
Added tests to check the buffer type returned during reading.
Alexandre Vassalotti
2008-05-06
1
-0/+6
*
Added fast alternate io.BytesIO implementation and its test suite.
Alexandre Vassalotti
2008-05-06
1
-0/+405