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
*
[3.12] gh-119506: fix `_io.TextIOWrapper.write()` write during flush (GH-1195...
Miss Islington (bot)
2024-06-19
1
-9/+22
*
[3.12] gh-80109: Fix io.TextIOWrapper dropping the internal buffer during wri...
Miss Islington (bot)
2024-01-08
1
-4/+8
*
[3.12] gh-111942: Fix SystemError in the TextIOWrapper constructor (GH-112061...
Victor Stinner
2023-11-15
1
-2/+11
*
[3.12] gh-111942: Fix crashes in TextIOWrapper.reconfigure() (GH-111976) (GH-...
Miss Islington (bot)
2023-11-14
1
-3/+36
*
[3.12] gh-107801: Document io.TextIOWrapper.tell (#108265) (#108547)
Erlend E. Aasland
2023-08-27
1
-1/+6
*
[3.12] gh-107801: Improve the accuracy of io.TextIOWrapper.seek docs (#107933...
Erlend E. Aasland
2023-08-22
1
-2/+18
*
GH-104510: Fix refleaks in `_io` base types (#104516)
Kumar Aditya
2023-05-16
1
-8/+2
*
gh-101819: Fix _io clinic input for unused base class method stubs (#104418)
Erlend E. Aasland
2023-05-15
1
-10/+13
*
gh-101819: Isolate `_io` (#101948)
Erlend E. Aasland
2023-05-15
1
-54/+26
*
gh-101819: Refactor `_io` futher in preparation for module isolation (#104369)
Erlend E. Aasland
2023-05-11
1
-18/+23
*
gh-101819: Adapt _io.TextIOBase methods to Argument Clinic (#104383)
Erlend E. Aasland
2023-05-11
1
-39/+67
*
gh-101819: Port _io.PyIncrementalNewlineDecoder_Type to heap type (#104249)
Erlend E. Aasland
2023-05-07
1
-42/+40
*
gh-101819: Prepare to modernize the _io extension (#104178)
Victor Stinner
2023-05-05
1
-9/+13
*
gh-102192: Replace PyErr_Fetch/Restore etc by more efficient alternatives (in...
Irit Katriel
2023-02-24
1
-10/+13
*
gh-101819: Adapt _io types to heap types, batch 1 (GH-101949)
Erlend E. Aasland
2023-02-20
1
-59/+40
*
GH-101228: Fix typo in docstring for read method of `_io.TextIOWrapper` class...
Partha P. Mukherjee
2023-02-09
1
-3/+3
*
bpo-15999: Accept arbitrary values for boolean parameters. (#15609)
Serhiy Storchaka
2022-12-03
1
-7/+7
*
bpo-31718: Fix io.IncrementalNewlineDecoder SystemErrors and segfaults (#18640)
Zackery Spytz
2022-11-28
1
-8/+20
*
gh-99537: Use Py_SETREF() function in C code (#99656)
Victor Stinner
2022-11-22
1
-6/+3
*
gh-99300: Use Py_NewRef() in Modules/ directory (#99467)
Victor Stinner
2022-11-14
1
-23/+12
*
GH-90699: fix ref counting of static immortal strings (gh-94850)
Kumar Aditya
2022-07-20
1
-1/+1
*
GH-94857: fix test_io refleak (GH-94858)
Kumar Aditya
2022-07-18
1
-1/+6
*
Fix typo in _io.TextIOWrapper Clinic input (#94037)
fikotta
2022-06-22
1
-2/+2
*
gh-91952: Make TextIOWrapper.reconfigure() supports "locale" encoding (GH-91982)
Inada Naoki
2022-05-01
1
-2/+10
*
bpo-46712: share more global strings in deepfreeze (gh-32152)
Kumar Aditya
2022-04-19
1
-0/+1
*
gh-91526: io: Remove device encoding support from TextIOWrapper (GH-91529)
Inada Naoki
2022-04-19
1
-50/+6
*
gh-91156: Fix `encoding="locale"` in UTF-8 mode (GH-70056)
Inada Naoki
2022-04-14
1
-5/+13
*
bpo-47000: Add `locale.getencoding()` (GH-32068)
Inada Naoki
2022-04-09
1
-1/+7
*
bpo-25415: Remove confusing sentence from IOBase docstrings (PR-31631)
slateny
2022-03-04
1
-1/+1
*
bpo-46765: Replace Locally Cached Strings with Statically Initialized Objects...
Eric Snow
2022-02-23
1
-31/+30
*
bpo-46541: Replace core use of _Py_IDENTIFIER() with statically initialized g...
Eric Snow
2022-02-08
1
-79/+57
*
bpo-43510: Fix emitting EncodingWarning from _io module. (GH-25146)
Inada Naoki
2021-04-02
1
-11/+13
*
bpo-43510: Implement PEP 597 opt-in EncodingWarning. (GH-19481)
Inada Naoki
2021-03-29
1
-0/+11
*
bpo-43260: io: Prevent large data remains in textio buffer. (GH-24592)
Inada Naoki
2021-02-21
1
-3/+17
*
bpo-42236: Enhance _locale._get_locale_encoding() (GH-23083)
Victor Stinner
2020-11-01
1
-1/+1
*
bpo-42208: Add _Py_GetLocaleEncoding() (GH-23050)
Victor Stinner
2020-10-31
1
-22/+4
*
bpo-42161: Modules/ uses _PyLong_GetZero() and _PyLong_GetOne() (GH-22998)
Victor Stinner
2020-10-27
1
-7/+10
*
bpo-40521: Add PyInterpreterState.unicode (GH-20081)
Victor Stinner
2020-05-13
1
-1/+1
*
bpo-40268: Remove unused structmember.h includes (GH-19530)
Victor Stinner
2020-04-15
1
-3/+3
*
bpo-40268: Remove a few pycore_pystate.h includes (GH-19510)
Victor Stinner
2020-04-14
1
-1/+2
*
bpo-40268: Rename _PyInterpreterState_GET_UNSAFE() (GH-19509)
Victor Stinner
2020-04-14
1
-1/+1
*
bpo-40268: Add _PyInterpreterState_GetConfig() (GH-19492)
Victor Stinner
2020-04-13
1
-1/+2
*
bpo-39943: Add the const qualifier to pointers on non-mutable PyBytes data. (...
Serhiy Storchaka
2020-04-12
1
-1/+1
*
bpo-39943: Add the const qualifier to pointers on non-mutable PyUnicode data....
Serhiy Storchaka
2020-04-11
1
-5/+5
*
bpo-39573: Finish converting to new Py_IS_TYPE() macro (GH-18601)
Andy Lester
2020-03-04
1
-8/+8
*
closes bpo-39605: Fix some casts to not cast away const. (GH-18453)
Andy Lester
2020-02-12
1
-2/+2
*
bpo-39245: Switch to public API for Vectorcall (GH-18460)
Petr Viktorin
2020-02-11
1
-21/+21
*
bpo-39573: Use Py_TYPE() macro in Modules directory (GH-18393)
Victor Stinner
2020-02-07
1
-1/+1
*
bpo-37206: Unrepresentable default values no longer represented as None. (GH-...
Serhiy Storchaka
2019-09-14
1
-3/+3
*
bpo-15999: Clean up of handling boolean arguments. (GH-15610)
Serhiy Storchaka
2019-09-01
1
-5/+5
[next]