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
*
bpo-35504: Fix segfaults and SystemErrors when deleting certain attrs. (GH-11...
Zackery Spytz
2018-12-20
1
-0/+4
*
[2.7] bpo-25862: Fix several bugs in the _io module. (GH-8026) (GH-8033)
Serhiy Storchaka
2018-12-04
1
-6/+14
*
bpo-35062: Fix parsing _io.IncrementalNewlineDecoder's *translate* argument. ...
Miss Islington (bot)
2018-10-31
1
-1/+1
*
[2.7] bpo-25862: Fix assertion failures in io.TextIOWrapper.tell(). (GH-3918)...
Zackery Spytz
2018-06-29
1
-0/+4
*
[2.7] bpo-25359: Add missed "goto error" after setting an exception. (GH-3712...
Serhiy Storchaka
2017-09-27
1
-0/+1
*
[2.7] bpo-31243: Fixed PyArg_ParseTuple failure checks. (GH-3171) (#3235)
Oren Milman
2017-08-29
1
-1/+1
*
Fix spelling and markup in documentation and code comment
Martin Panter
2017-01-14
1
-1/+1
*
Issue #28387: Fixed possible crash in _io.TextIOWrapper deallocator when
Serhiy Storchaka
2016-11-03
1
-8/+7
*
Issue #25523: Correct "a" article to "an" article
Martin Panter
2015-11-02
1
-2/+2
*
Issue #22570: Renamed Py_SETREF to Py_XSETREF.
Serhiy Storchaka
2016-04-06
1
-5/+5
*
Issue #20440: Applied yet one patch for using Py_SETREF.
Serhiy Storchaka
2015-12-27
1
-10/+5
*
Issue #19543: Emit deprecation warning for known non-text encodings.
Serhiy Storchaka
2015-05-31
1
-12/+22
*
Issue #23785: Fixed memory leak in TextIOWrapper.tell() in rare circumstances.
Serhiy Storchaka
2015-03-30
1
-5/+2
*
Issue #23781: Add private helper function _PyErr_ReplaceException() that
Serhiy Storchaka
2015-03-30
1
-9/+2
*
allow more operations to work on detached streams (closes #23093)
Benjamin Peterson
2014-12-22
1
-37/+38
*
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