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
*
Issue #13461: Fix a crash in the TextIOWrapper.tell method and in the "replace"
Serhiy Storchaka
2013-08-20
1
-1/+1
*
Issue #17106: Fix a segmentation fault in io.TextIOWrapper when an underlying
Serhiy Storchaka
2013-02-03
1
-19/+44
*
Additional fix for Issue #12268: The io module file object writelines() methods
Gregory P. Smith
2013-02-01
1
-2/+5
*
call close on the underlying stream even if flush raises (#16597)
Benjamin Peterson
2012-12-20
1
-4/+16
*
Fixes Issue #12268 for the io module - File readline, readlines and
Gregory P. Smith
2012-10-12
1
-2/+14
*
Issue #15604: Update uses of PyObject_IsTrue() to check for and handle errors...
Antoine Pitrou
2012-08-15
1
-1/+4
*
Make TextIOWrapper's documentation clearer by copying the newline argument's ...
Antoine Pitrou
2012-08-03
1
-9/+16
*
Fix typo “seperator”
Éric Araujo
2012-02-26
1
-1/+1
*
Issue #7865: The close() method of :mod:`io` objects should not swallow
Antoine Pitrou
2010-05-03
1
-7/+21
*
- Issue #6939: Fix file I/O objects in the `io` module to keep the original
Antoine Pitrou
2010-01-31
1
-9/+1
*
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
-3/+3
*
#6750: TextIOWrapped could duplicate output when several threads write to it.
Amaury Forgeot d'Arc
2009-08-29
1
-4/+9
*
Issue #6215: backport the 3.1 io lib
Antoine Pitrou
2009-06-12
1
-0/+2606