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
/
fileio.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixes Issue #12268 for the io module - File readline, readlines and
Gregory P. Smith
2012-10-12
1
-0/+7
*
Issue #15247: FileIO now raises an error when given a file descriptor pointin...
Antoine Pitrou
2012-07-06
1
-12/+5
*
#10053: Don't close FDs when FileIO.__init__ fails
Hynek Schlawack
2012-06-21
1
-6/+6
*
#4841: Fix FileIO constructor to honor closefd when called repeatedly
Hynek Schlawack
2012-05-25
1
-3/+7
*
Issue #13159: Replace FileIO's quadratic-time buffer growth algorithm with a ...
Nadeem Vawda
2011-10-13
1
-15/+4
*
Issue #9611, #9015: FileIO.read(), FileIO.readinto(), FileIO.write() and
Victor Stinner
2011-07-05
1
-4/+26
*
Issue #12175: FileIO.readall() now raises a ValueError instead of an IOError if
Victor Stinner
2011-05-25
1
-0/+2
*
Merged revisions 85768-85771,85773,85777,85823,85825 via svnmerge from
Georg Brandl
2010-11-26
1
-1/+2
*
Merged revisions 85982 via svnmerge from
Antoine Pitrou
2010-10-31
1
-1/+6
*
Untabify Modules/_io/fileio.c
Antoine Pitrou
2010-05-05
1
-705/+705
*
Issue #8438: Remove reference to the missing "surrogateescape" encoding
Antoine Pitrou
2010-04-19
1
-1/+1
*
Revert temporary commit in r79937
Antoine Pitrou
2010-04-10
1
-37/+18
*
Temporary commit of fix to issue #5380 (in order to watch buildbot response)
Antoine Pitrou
2010-04-10
1
-18/+37
*
#7706: add include guards where they're missing; required for Windows CE
Andrew M. Kuchling
2010-02-22
1
-0/+6
*
- Issue #6939: Fix file I/O objects in the `io` module to keep the original
Antoine Pitrou
2010-01-31
1
-20/+50
*
accept None as the same as having passed no argument in file types #7349
Benjamin Peterson
2009-12-13
1
-1/+1
*
Issue #6236, #6348: Fix various failures in the io module under AIX
Antoine Pitrou
2009-09-21
1
-4/+4
*
Issue #4856: Remove checks for win NT.
Hirokazu Yamamoto
2009-06-28
1
-5/+2
*
Issue #6215: backport the 3.1 io lib
Antoine Pitrou
2009-06-12
1
-0/+1054