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
*
more PY_LONG_LONG to long long
Benjamin Peterson
2016-09-08
1
-2/+2
*
Issue #26778: Fixed "a/an/and" typos in code comment, documentation and error
Serhiy Storchaka
2016-04-17
1
-1/+1
|
\
*
\
Issue #22570: Renamed Py_SETREF to Py_XSETREF.
Serhiy Storchaka
2016-04-06
1
-4/+4
|
\
\
|
|
/
|
*
Issue #22570: Renamed Py_SETREF to Py_XSETREF.
Serhiy Storchaka
2016-04-06
1
-4/+4
*
|
Issue #20440: Applied yet one patch for using Py_SETREF.
Serhiy Storchaka
2015-12-27
1
-8/+4
|
\
\
|
|
/
|
*
Issue #20440: Applied yet one patch for using Py_SETREF.
Serhiy Storchaka
2015-12-27
1
-8/+4
*
|
Issue #25923: Added more const qualifiers to signatures of static and private...
Serhiy Storchaka
2015-12-25
1
-10/+10
*
|
Issue #25923: Added the const qualifier to static constant arrays.
Serhiy Storchaka
2015-12-25
1
-2/+2
|
/
*
Issue #25523: Merge "a" to "an" fixes from 3.4 into 3.5
Martin Panter
2015-11-02
1
-2/+2
|
\
|
*
Issue #25523: Correct "a" article to "an" article
Martin Panter
2015-11-02
1
-2/+2
*
|
Issue #24009: Got rid of using rare "y#" format unit in TextIOWrapper.tell().
Serhiy Storchaka
2015-05-06
1
-2/+11
*
|
Issue #24001: Argument Clinic converters now use accept={type}
Larry Hastings
2015-05-04
1
-4/+4
*
|
Use PyArg_ParseTuple (new API) instead of PyArg_Parse (old API) for parsing t...
Serhiy Storchaka
2015-04-19
1
-5/+5
*
|
Issue #20175: Converted the _io module to Argument Clinic.
Serhiy Storchaka
2015-04-16
1
-194/+282
*
|
Issue #22982: Improve BOM handling when seeking to multiple positions of a wr...
Antoine Pitrou
2015-04-13
1
-4/+21
|
\
\
|
|
/
|
*
Issue #22982: Improve BOM handling when seeking to multiple positions of a wr...
Antoine Pitrou
2015-04-13
1
-4/+21
*
|
Issue #23785: Fixed memory leak in TextIOWrapper.tell() in rare circumstances.
Serhiy Storchaka
2015-03-30
1
-6/+2
|
\
\
|
|
/
|
*
Issue #23785: Fixed memory leak in TextIOWrapper.tell() in rare circumstances.
Serhiy Storchaka
2015-03-30
1
-6/+2
*
|
merge 3.4 (#23093)
Benjamin Peterson
2014-12-22
1
-38/+40
|
\
\
|
|
/
|
*
allow more operations to work on detached streams (closes #23093)
Benjamin Peterson
2014-12-22
1
-38/+40
*
|
merge 3.4 (#22849)
Benjamin Peterson
2014-11-12
1
-1/+1
|
\
\
|
|
/
|
*
fix possible double free in TextIOWrapper.__init__ (closes #22849)
Benjamin Peterson
2014-11-12
1
-1/+1
*
|
Issue #21715: Extracted shared complicated code in the _io module to new
Serhiy Storchaka
2014-10-08
1
-14/+2
|
\
\
|
|
/
|
*
Issue #21715: Extracted shared complicated code in the _io module to new
Serhiy Storchaka
2014-10-08
1
-14/+2
*
|
Issue #22156: Fix some "comparison between signed and unsigned integers"
Victor Stinner
2014-08-15
1
-1/+1
*
|
Issue #10310: Use "unsigned int field:1" instead of "signed int field:1" in a
Victor Stinner
2014-06-17
1
-3/+3
*
|
PyErr_NormalizeException doesn't like being called with an exception set
Serhiy Storchaka
2014-06-11
1
-4/+4
|
\
\
|
|
/
|
*
PyErr_NormalizeException doesn't like being called with an exception set
Serhiy Storchaka
2014-06-11
1
-4/+4
*
|
Issue #21677: Fixed chaining nonnormalized exceptions in io close() methods.
Serhiy Storchaka
2014-06-09
1
-0/+1
|
\
\
|
|
/
|
*
Issue #21677: Fixed chaining nonnormalized exceptions in io close() methods.
Serhiy Storchaka
2014-06-09
1
-0/+1
*
|
Issue #21396: Fix TextIOWrapper(..., write_through=True) to not force a flush...
Antoine Pitrou
2014-05-08
1
-4/+5
|
\
\
|
|
/
|
*
Issue #21396: Fix TextIOWrapper(..., write_through=True) to not force a flush...
Antoine Pitrou
2014-05-08
1
-4/+5
*
|
Issue #21057: TextIOWrapper now allows the underlying binary stream's read() ...
Antoine Pitrou
2014-04-29
1
-14/+20
|
/
*
Close #20404: blacklist non-text encodings in io.TextIOWrapper
Nick Coghlan
2014-02-04
1
-12/+22
*
Issue #20037: Avoid crashes when doing text I/O late at interpreter shutdown.
Antoine Pitrou
2013-12-21
1
-2/+7
*
Issue #19356: Avoid using a C variabled named "_self", it's a reserved word i...
Antoine Pitrou
2013-10-23
1
-2/+2
|
\
|
*
Issue #19356: Avoid using a C variabled named "_self", it's a reserved word i...
Antoine Pitrou
2013-10-23
1
-2/+2
*
|
Issue #13461: Fix a crash in the TextIOWrapper.tell method on 64-bit platforms.
Serhiy Storchaka
2013-08-20
1
-1/+1
|
\
\
|
|
/
|
*
Issue #13461: Fix a crash in the TextIOWrapper.tell method on 64-bit platforms.
Serhiy Storchaka
2013-08-20
1
-1/+1
*
|
Issue #18608: Avoid keeping a strong reference to the locale module inside th...
Antoine Pitrou
2013-08-01
1
-27/+21
*
|
Issue #18112: PEP 442 implementation (safe object finalization).
Antoine Pitrou
2013-07-30
1
-8/+29
*
|
Issue #9566: _io: Use Py_SAFE_DOWNCAST for fix a compiler warning on Windows x64
Victor Stinner
2013-06-24
1
-1/+1
*
|
Merge with 3.3
Andrew Kuchling
2013-06-16
1
-2/+3
|
\
\
|
|
/
|
*
Describe 'surrogateescape' in the documentation.
Andrew Kuchling
2013-06-16
1
-2/+3
*
|
Issue #17106: Fix a segmentation fault in io.TextIOWrapper when an underlying
Serhiy Storchaka
2013-02-03
1
-28/+48
|
\
\
|
|
/
|
*
Issue #17106: Fix a segmentation fault in io.TextIOWrapper when an underlying
Serhiy Storchaka
2013-02-03
1
-28/+48
|
|
\
|
|
*
Issue #17106: Fix a segmentation fault in io.TextIOWrapper when an underlying
Serhiy Storchaka
2013-02-03
1
-18/+44
*
|
|
Additional fix for issue #12268: The io module file object write methods no
Gregory P. Smith
2013-02-01
1
-2/+5
|
\
\
\
|
|
/
/
|
*
|
Additional fix for issue #12268: The io module file object write methods no
Gregory P. Smith
2013-02-01
1
-2/+5
|
|
\
\
|
|
|
/
|
|
*
Additional fix for Issue #12268: The io module file object writelines() metho...
Gregory P. Smith
2013-02-01
1
-2/+5
[next]