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
/
Modules
/
_io
/
stringio.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
BytesIO.getvalue() and StringIO.getvalue() are METH_NOARGS.
Antoine Pitrou
2010-09-02
1
-1/+1
*
Merged revisions 77890 via svnmerge from
Antoine Pitrou
2010-01-31
1
-2/+1
*
Merged revisions 75149,75260-75263,75265-75267,75292,75300,75376,75405,75429-...
Benjamin Peterson
2009-11-13
1
-3/+0
*
Issue #6218: Make io.BytesIO and io.StringIO picklable.
Alexandre Vassalotti
2009-07-22
1
-4/+139
*
Issue #6241: Better type checking for the arguments of io.StringIO.
Alexandre Vassalotti
2009-07-22
1
-4/+27
*
Issue #6242: Fix deallocator of io.StringIO and io.BytesIO.
Alexandre Vassalotti
2009-07-22
1
-2/+6
*
just throw a normal AttributeError for no buffer attribute
Benjamin Peterson
2009-06-14
1
-9/+0
*
move to a naming scheme with all lowercase and underscores
Benjamin Peterson
2009-06-12
1
-29/+29
*
give the C implementation of TextIOWrapper the errors property #6217
Benjamin Peterson
2009-06-06
1
-18/+0
*
use NULL for the ends of tables
Benjamin Peterson
2009-04-19
1
-1/+1
*
Issue 5682: Move _io module into its own subdirectory.
Alexandre Vassalotti
2009-04-04
1
-0/+769