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-17
1
-0/+4
*
bpo-35081: Add Include/internal/pycore_object.h (GH-10640)
Victor Stinner
2018-11-21
1
-0/+1
*
bpo-35133: Fix mistakes when concatenate string literals on different lines. ...
Serhiy Storchaka
2018-11-05
1
-1/+1
*
bpo-35062: Fix parsing _io.IncrementalNewlineDecoder's *translate* argument. ...
Xiang Zhang
2018-10-31
1
-1/+1
*
bpo-33138: Change standard error message for non-pickleable and non-copyable ...
Serhiy Storchaka
2018-10-31
1
-9/+0
*
bpo-25862: Fix several bugs in the _io module. (GH-8026)
Serhiy Storchaka
2018-06-30
1
-7/+14
*
bpo-25862: Fix assertion failures in io.TextIOWrapper.tell(). (GH-3918)
Zackery Spytz
2018-06-29
1
-0/+5
*
bpo-33012: Fix invalid function cast warnings with gcc 8 for METH_NOARGS. (GH...
Siddhesh Poyarekar
2018-04-29
1
-2/+2
*
bpo-32571: Avoid raising unneeded AttributeError and silencing it in C code ...
Serhiy Storchaka
2018-01-25
1
-30/+18
*
bpo-31572: Get rid of PyObject_HasAttr() and _PyObject_HasAttrId() in the _io...
Serhiy Storchaka
2018-01-16
1
-11/+14
*
bpo-32402: io: Add missing NULL check. (GH-4971)
INADA Naoki
2017-12-24
1
-0/+6
*
bpo-15216: io: TextIOWrapper.reconfigure() accepts encoding, errors and newli...
INADA Naoki
2017-12-21
1
-140/+314
*
bpo-25359: Add missed "goto error" after setting an exception. (#3712)
Serhiy Storchaka
2017-09-23
1
-0/+1
*
bpo-31243: Fixed PyArg_ParseTuple failure checks. (#3171)
Oren Milman
2017-08-29
1
-5/+13
*
bpo-31271: Fix an assertion failure in io.TextIOWrapper.write. (#3201)
Oren Milman
2017-08-25
1
-0/+7
*
bpo-28261: fix err msgs where PyArg_ParseTuple is used to parse normal tuples...
Oren Milman
2017-08-24
1
-3/+20
*
bpo-28261: Fixed err msgs where PyArg_ParseTuple is used to parse normal tupl...
Oren Milman
2017-08-20
1
-1/+8
*
Fix bpo-30526: Add TextIOWrapper.reconfigure() and a TextIOWrapper.write_thro...
Antoine Pitrou
2017-06-03
1
-0/+60
*
bpo-30022: Get rid of using EnvironmentError and IOError (except test… (#1051)
Serhiy Storchaka
2017-04-16
1
-5/+5
*
bpo-29852: Argument Clinic Py_ssize_t converter now supports None (#716)
Serhiy Storchaka
2017-03-30
1
-9/+2
*
bpo-29878: Add global instances of int for 0 and 1. (#852)
Serhiy Storchaka
2017-03-30
1
-7/+7
*
bpo-25455: Fixed crashes in repr of recursive buffered file-like objects. (#514)
Serhiy Storchaka
2017-03-19
1
-3/+20
*
bpo-24037: Add Argument Clinic converter `bool(accept={int})`. (#485)
Serhiy Storchaka
2017-03-12
1
-5/+5
*
Merge doc fixes from 3.6
Martin Panter
2017-01-14
1
-1/+1
|
\
|
*
Merge doc fixes from 3.5
Martin Panter
2017-01-14
1
-1/+1
|
|
\
|
|
*
Fix grammar, typos and markup in documentation and code comments
Martin Panter
2017-01-14
1
-1/+1
*
|
|
Use _PyObject_CallMethodIdObjArgs() in _io
Victor Stinner
2016-12-09
1
-3/+5
*
|
|
Use _PyObject_CallMethodIdObjArgs()
Victor Stinner
2016-12-08
1
-2/+2
|
/
/
*
|
Replaced outdated macros _PyUnicode_AsString and _PyUnicode_AsStringAndSize
Serhiy Storchaka
2016-11-20
1
-2/+2
*
|
Issue #28701: Replace PyUnicode_CompareWithASCIIString with _PyUnicode_EqualT...
Serhiy Storchaka
2016-11-16
1
-1/+1
|
\
\
|
|
/
|
*
Issue #28701: Replace PyUnicode_CompareWithASCIIString with _PyUnicode_EqualT...
Serhiy Storchaka
2016-11-16
1
-1/+1
*
|
Issue #28387: Fixed possible crash in _io.TextIOWrapper deallocator when
Serhiy Storchaka
2016-11-03
1
-12/+5
|
\
\
|
|
/
|
*
Issue #28387: Fixed possible crash in _io.TextIOWrapper deallocator when
Serhiy Storchaka
2016-11-03
1
-12/+5
*
|
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
|
\
\
|
|
/
[next]