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
/
textio.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merged revisions 80720 via svnmerge from
Antoine Pitrou
2010-05-03
1
-7/+21
*
Merged revisions 77890 via svnmerge from
Antoine Pitrou
2010-01-31
1
-9/+1
*
Merged revisions 76805 via svnmerge from
Benjamin Peterson
2009-12-13
1
-1/+1
*
Merged revisions 75007 via svnmerge from
Antoine Pitrou
2009-09-21
1
-3/+3
*
Merged revisions 74581 via svnmerge from
Amaury Forgeot d'Arc
2009-08-29
1
-4/+9
*
move to a naming scheme with all lowercase and underscores
Benjamin Peterson
2009-06-12
1
-172/+169
*
stop throwing out all errors when PyObject_GetAttr fails
Benjamin Peterson
2009-06-06
1
-6/+19
*
give the C implementation of TextIOWrapper the errors property #6217
Benjamin Peterson
2009-06-06
1
-0/+21
*
Issue #5761: Add the name of the underlying file to the repr() of various IO ...
Antoine Pitrou
2009-05-23
1
-2/+19
*
correctly handle invalid operations on streams (like writing on a non-writabl...
Benjamin Peterson
2009-05-14
1
-1/+6
*
Issue #5006: Better handling of unicode byte-order marks (BOM) in the io libr...
Antoine Pitrou
2009-05-14
1
-22/+104
*
implement a detach() method for BufferedIOBase and TextIOBase #5883
Benjamin Peterson
2009-05-01
1
-4/+47
*
use NULL for the ends of tables
Benjamin Peterson
2009-04-19
1
-4/+4
*
Issue 5682: Move _io module into its own subdirectory.
Alexandre Vassalotti
2009-04-04
1
-0/+2420