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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[3.12] gh-95782: Fix io.BufferedReader.tell() etc. being able to return offse...
Miss Islington (bot)
2024-02-17
1
-1/+10
*
[3.12] gh-115059: Flush the underlying write buffer in io.BufferedRandom.read...
Miss Islington (bot)
2024-02-09
1
-0/+10
*
[3.12] gh-115015: Argument Clinic: fix generated code for METH_METHOD methods...
Erlend E. Aasland
2024-02-06
6
-12/+12
*
[3.12] gh-114286: Fix `maybe-uninitialized` warning in `Modules/_io/fileio.c`...
Miss Islington (bot)
2024-01-19
1
-1/+1
*
[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-111049: Fix crash during garbage collection of the BytesIO buffer o...
Miss Islington (bot)
2023-12-14
1
-10/+4
*
[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-111174: Fix crash in getbuffer() called repeatedly for empty BytesI...
Miss Islington (bot)
2023-10-25
1
-3/+4
*
gh-110913: Fix WindowsConsoleIO chunking of UTF-8 text (GH-111007)
Miss Islington (bot)
2023-10-20
1
-16/+20
*
[3.12] gh-107801: Improve the accuracy of io.IOBase.seek docs (#108268) (#108...
Erlend E. Aasland
2023-08-29
2
-2/+9
*
[3.12] gh-107801: Document io.TextIOWrapper.tell (#108265) (#108547)
Erlend E. Aasland
2023-08-27
2
-3/+12
*
[3.12] gh-107913: Fix possible losses of OSError error codes (GH-107930) (#10...
Miss Islington (bot)
2023-08-26
2
-7/+7
*
[3.12] gh-107801: Improve the accuracy of io.TextIOWrapper.seek docs (#107933...
Erlend E. Aasland
2023-08-22
2
-5/+39
*
GH-104510: Fix refleaks in `_io` base types (#104516)
Kumar Aditya
2023-05-16
3
-26/+6
*
gh-104341: Adjust tstate_must_exit() to Respect Interpreter Finalization (gh-...
Eric Snow
2023-05-15
1
-1/+2
*
gh-101819: Fix _io clinic input for unused base class method stubs (#104418)
Erlend E. Aasland
2023-05-15
6
-109/+168
*
gh-101819: Isolate `_io` (#101948)
Erlend E. Aasland
2023-05-15
9
-346/+198
*
gh-101819: Prepare _io._IOBase for module state (#104386)
Erlend E. Aasland
2023-05-12
4
-11/+21
*
gh-101819: Fix inverted debug preprocessor check in winconsoleio.c (#104388)
Erlend E. Aasland
2023-05-11
1
-1/+1
*
gh-101819: Adapt _io.IOBase.seek and _io.IOBase.truncate to Argument Clinic (...
Erlend E. Aasland
2023-05-11
2
-22/+135
*
gh-101819: Adapt _io._Buffered* methods to Argument Clinic (#104367)
Erlend E. Aasland
2023-05-11
2
-56/+328
*
gh-101819: Refactor `_io` futher in preparation for module isolation (#104369)
Erlend E. Aasland
2023-05-11
5
-116/+268
*
gh-101819: Adapt _io.TextIOBase methods to Argument Clinic (#104383)
Erlend E. Aasland
2023-05-11
2
-40/+233
*
gh-101819: Adapt _io._BufferedIOBase_Type methods to Argument Clinic (#104355)
Erlend E. Aasland
2023-05-10
2
-44/+236
*
gh-101819: Clean up _io windows console io after gh-104197 (#104354)
Erlend E. Aasland
2023-05-10
3
-3/+3
*
gh-101819: Harden _io init (#104352)
Erlend E. Aasland
2023-05-10
1
-3/+4
*
gh-101819: Refactor _io in preparation for module isolation (#104334)
Erlend E. Aasland
2023-05-09
3
-42/+80
*
gh-101819: Port _io.PyBytesIOBuffer_Type to heap type (#104264)
Erlend E. Aasland
2023-05-07
3
-50/+29
*
gh-101819: Adapt _io.PyWindowsConsoleIO_Type to heap type (#104197)
Erlend E. Aasland
2023-05-07
3
-69/+51
*
gh-101819: Port _io.PyIncrementalNewlineDecoder_Type to heap type (#104249)
Erlend E. Aasland
2023-05-07
3
-47/+42
*
gh-101819: Remove unused 'locale_module' from _io state (#104246)
Erlend E. Aasland
2023-05-06
2
-5/+0
*
gh-101819: Prepare to modernize the _io extension (#104178)
Victor Stinner
2023-05-05
9
-37/+92
*
gh-94673: Properly Initialize and Finalize Static Builtin Types for Each Inte...
Eric Snow
2023-05-02
1
-6/+2
*
gh-94673: Ensure Builtin Static Types are Readied Properly (gh-103940)
Eric Snow
2023-04-27
1
-6/+4
*
gh-103617: Fix compiler warning in _iomodule.c (#103618)
Erlend E. Aasland
2023-04-19
1
-2/+3
*
gh-94673: Isolate the _io module to Each Interpreter (gh-102663)
Eric Snow
2023-03-21
1
-8/+32
*
gh-102255: Improve build support for Windows API partitions (GH-102256)
Max Bachmann
2023-03-09
5
-29/+33
*
gh-102507 Remove invisible pagebreak characters (#102531)
JosephSBoyle
2023-03-08
1
-3/+0
*
gh-102192: Replace PyErr_Fetch/Restore etc by more efficient alternatives (in...
Irit Katriel
2023-02-24
6
-71/+77
*
gh-101819: Adapt _io types to heap types, batch 1 (GH-101949)
Erlend E. Aasland
2023-02-20
8
-469/+373
*
gh-101819: Remove _PyWindowsConsoleIO_Type from the Windows DLL (GH-101904)
Erlend E. Aasland
2023-02-15
2
-7/+1
*
gh-101819: Remove _testcapi dependencies on specific _io symbols (#101918)
Erlend E. Aasland
2023-02-15
1
-10/+2
*
GH-101228: Fix typo in docstring for read method of `_io.TextIOWrapper` class...
Partha P. Mukherjee
2023-02-09
1
-3/+3
*
gh-101409: Improve generated clinic code for self type checks (#101411)
Erlend E. Aasland
2023-01-31
1
-3/+4
*
gh-101469: Optimise get_io_state() by using _PyModule_GetState() (GH-101470)
Erlend E. Aasland
2023-01-31
1
-1/+2
*
gh-82052: Don't send partial UTF-8 sequences to the Windows API (GH-101103)
Paul Moore
2023-01-17
1
-1/+16
*
gh-81057: Move More Globals to _PyRuntimeState (gh-100092)
Eric Snow
2022-12-07
1
-12/+12
*
bpo-15999: Accept arbitrary values for boolean parameters. (#15609)
Serhiy Storchaka
2022-12-03
8
-37/+36
*
gh-99845: Use size_t type in __sizeof__() methods (#99846)
Victor Stinner
2022-11-30
2
-12/+9
[next]