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
*
Issue #23524: Finish removing _PyVerify_fd from sources
Steve Dower
2016-09-08
1
-26/+13
*
Issue #27066: Fixed SystemError if a custom opener (for open()) returns a
Barry Warsaw
2016-06-08
1
-1/+7
|
\
|
*
Issue #27066: Fixed SystemError if a custom opener (for open()) returns
Barry Warsaw
2016-06-08
1
-1/+6
*
|
Issue #20699: Merge io bytes-like fixes from 3.5
Martin Panter
2016-05-28
1
-2/+2
|
\
\
|
|
/
|
*
Issue #20699: Document that “io” methods accept bytes-like objects
Martin Panter
2016-05-28
1
-2/+2
*
|
On ResourceWarning, log traceback where the object was allocated
Victor Stinner
2016-03-19
1
-2/+1
*
|
Issue #25923: Added more const qualifiers to signatures of static and private...
Serhiy Storchaka
2015-12-25
1
-2/+2
|
/
*
Issue #25717: Add comment explaining why errors are ignored
Martin Panter
2015-12-06
1
-0/+3
*
Issue #25717: Tolerate fstat() failures in the FileIO constructor
Martin Panter
2015-12-06
1
-12/+27
*
Issue #24001: Argument Clinic converters now use accept={type}
Larry Hastings
2015-05-04
1
-2/+2
*
Issue #23908: os functions now reject paths with embedded null character
Serhiy Storchaka
2015-04-20
1
-7/+6
|
\
|
*
Issue #23908: os functions now reject paths with embedded null character
Serhiy Storchaka
2015-04-20
1
-7/+6
*
|
Fix typo in assert statement
Christian Heimes
2015-04-16
1
-1/+1
*
|
Issue #20175: Converted the _io module to Argument Clinic.
Serhiy Storchaka
2015-04-16
1
-157/+202
*
|
Issue #23668: Suppresses invalid parameter handler around chsize calls.
Steve Dower
2015-04-12
1
-0/+2
*
|
Issue #23524: Replace _PyVerify_fd function with calls to _set_thread_local_i...
Steve Dower
2015-04-12
1
-1/+13
*
|
Issue #23668: Adds support for os.truncate and os.ftruncate on Windows
Steve Dower
2015-03-21
1
-50/+4
*
|
Issue #21859: Corrected FileIO docstrings.
Serhiy Storchaka
2015-04-10
1
-15/+18
|
\
\
|
|
/
|
*
Issue #21859: Corrected FileIO docstrings.
Serhiy Storchaka
2015-04-10
1
-15/+18
*
|
Replaced "string" with "bytes object" in docstrings of binary I/O objects.
Serhiy Storchaka
2015-04-09
1
-3/+3
|
\
\
|
|
/
|
*
Replaced "string" with "bytes object" in docstrings of binary I/O objects.
Serhiy Storchaka
2015-04-09
1
-3/+3
*
|
Issue #23752: _Py_fstat() is now responsible to raise the Python exception
Victor Stinner
2015-03-30
1
-6/+4
*
|
Issue #23752: When built from an existing file descriptor, io.FileIO() now only
Victor Stinner
2015-03-30
1
-24/+0
*
|
Issue #23753: Python doesn't support anymore platforms without stat() or
Victor Stinner
2015-03-24
1
-20/+0
*
|
Issue #23708: Add _Py_read() and _Py_write() functions to factorize code handle
Victor Stinner
2015-03-19
1
-111/+31
*
|
Issue #23524: Change back to using Windows errors for _Py_fstat instead of th...
Steve Dower
2015-03-08
1
-1/+7
*
|
Issue #23524: Replace _PyVerify_fd function with calling _set_thread_local_in...
Steve Dower
2015-03-06
1
-1/+1
*
|
Issue #23285: Fix handling of EINTR in fileio.c
Victor Stinner
2015-03-04
1
-28/+46
*
|
Issue #23152: Implement _Py_fstat() to support files larger than 2 GB on Wind...
Steve Dower
2015-02-21
1
-22/+24
*
|
Issue #5700: io.FileIO() called flush() after closing the file.
Serhiy Storchaka
2015-02-20
1
-7/+14
|
\
\
|
|
/
|
*
Issue #5700: io.FileIO() called flush() after closing the file.
Serhiy Storchaka
2015-02-20
1
-7/+14
*
|
Issue #23285: PEP 475 -- Retry system calls failing with EINTR.
Charles-François Natali
2015-02-07
1
-55/+70
*
|
Issue #17401: Output the closefd attribute as boolean.
Serhiy Storchaka
2014-12-02
1
-4/+4
*
|
Issue #17401: document closefd in io.FileIO docs and add to repr
Robert Collins
2014-10-18
1
-4/+6
*
|
Issue #21860: Correct docstrings of FileIO.seek() and FileIO.truncate() methods.
Berker Peksag
2014-09-24
1
-3/+5
|
\
\
|
|
/
|
*
Issue #21860: Correct docstrings of FileIO.seek() and FileIO.truncate() methods.
Berker Peksag
2014-09-24
1
-3/+5
*
|
Issue #22215: Now ValueError is raised instead of TypeError when str or bytes
Serhiy Storchaka
2014-09-06
1
-1/+1
*
|
(Merge 3.4) Issue #21090: io.FileIO.readall() does not ignore I/O errors
Victor Stinner
2014-07-02
1
-2/+2
|
\
\
|
|
/
|
*
Issue #21090: io.FileIO.readall() does not ignore I/O errors anymore. Before,
Victor Stinner
2014-07-02
1
-2/+2
*
|
Issue #21679: Prevent extraneous fstat() calls during open(). Patch by Bohus...
Antoine Pitrou
2014-06-30
1
-21/+25
|
/
*
Issue #20037: Avoid crashes when doing text I/O late at interpreter shutdown.
Antoine Pitrou
2013-12-21
1
-2/+4
*
Issue #19512: fileio_init() reuses PyId_name identifier instead of "name"
Victor Stinner
2013-11-06
1
-2/+3
*
Issue #18876: The FileIO.mode attribute now better reflects the actual mode u...
Antoine Pitrou
2013-09-04
1
-9/+13
|
\
|
*
Issue #18876: The FileIO.mode attribute now better reflects the actual mode u...
Antoine Pitrou
2013-09-04
1
-10/+13
*
|
Issue #18571: Implementation of the PEP 446: file descriptors and file handles
Victor Stinner
2013-08-27
1
-3/+29
*
|
Issue #18112: PEP 442 implementation (safe object finalization).
Antoine Pitrou
2013-07-30
1
-5/+19
*
|
Issue #18408: Fix fileio_read() on _PyBytes_Resize() failure
Victor Stinner
2013-07-16
1
-1/+1
*
|
If MS_WIN64 is defined, MS_WINDOWS is also defined: #ifdef can be simplified.
Victor Stinner
2013-06-24
1
-7/+7
*
|
Check for correct macro, code uses S_ISDIR().
Christian Heimes
2013-06-23
1
-1/+1
|
\
\
|
|
/
|
*
Check for correct macro, code uses S_ISDIR().
Christian Heimes
2013-06-23
1
-1/+1
[next]