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
/
_fileio.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Issue 4804. Add a function to test the validity of file descriptors on Windo...
Kristján Valur Jónsson
2009-02-10
1
-1/+1
*
Issue #5008: When a file is opened in append mode with the new IO library,
Antoine Pitrou
2009-01-21
1
-0/+13
*
backport r68802 (bugfix)
Benjamin Peterson
2009-01-20
1
-1/+1
*
raise an OSError for invalid fds #4991
Benjamin Peterson
2009-01-19
1
-0/+20
*
Issue #4797: IOError.filename was not set when _fileio.FileIO failed to open
Hirokazu Yamamoto
2009-01-01
1
-3/+4
*
#4764 in io.open, set IOError.filename when trying to open a directory on POS...
Benjamin Peterson
2008-12-29
1
-4/+4
*
backport r67325: make FileIO.mode always contain 'b'
Benjamin Peterson
2008-11-22
1
-3/+5
*
Fixed issue #4233.
Amaury Forgeot d'Arc
2008-11-20
1
-4/+9
*
Issue #4237: io.FileIO() was raising invalid warnings caused by insufficient ...
Christian Heimes
2008-10-30
1
-2/+4
*
Correct error message in io.open():
Amaury Forgeot d'Arc
2008-10-29
1
-1/+1
*
Issue #3945: Fixed compile error on cygwin. (initializer element is not const...
Hirokazu Yamamoto
2008-09-23
1
-1/+1
*
#3703 unhelpful _fileio.FileIO error message when trying to open a directory
Benjamin Peterson
2008-09-01
1
-1/+3
*
#3662: Fix segfault introduced when fixing memory leaks.
Neal Norwitz
2008-08-24
1
-1/+1
*
Fix:
Neal Norwitz
2008-08-24
1
-0/+1
*
Issue #3139: Make buffer-interface thread-safe wrt. PyArg_ParseTuple,
Martin v. Löwis
2008-08-12
1
-6/+9
*
fix issue3304 - remove an incorrect PyMem_Free in fileio_init
Gregory P. Smith
2008-07-06
1
-1/+0
*
This reverts r63675 based on the discussion in this thread:
Gregory P. Smith
2008-06-09
1
-12/+12
*
Renamed PyString to PyBytes
Christian Heimes
2008-05-26
1
-12/+12
*
Backport fast alternate io.BytesIO implementation.
Alexandre Vassalotti
2008-05-09
1
-48/+16
*
Remove all traces of HAVE_STRERROR.
Brett Cannon
2008-03-18
1
-8/+0
*
Backport of several functions from Python 3.0 to 2.6 including PyUnicode_From...
Christian Heimes
2008-01-25
1
-0/+927