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
/
fileio.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-85524: Raise "UnsupportedOperation" on FileIO.readall (#141214)
Cody Maloney
2025-11-12
1
-3/+10
*
gh-141376: Fix exported symbols (GH-141377)
Victor Stinner
2025-11-11
1
-1/+1
*
gh-69528: Distinguish between file modes "wb+" and "rb+" (GH-137834)
Stan Ulbrych
2025-10-21
1
-3/+13
*
gh-129813, PEP 782: Use PyBytesWriter in FileIO.read() (#138955)
Victor Stinner
2025-09-15
1
-18/+8
*
gh-129813, PEP 782: Use PyBytesWriter in _io.FileIO.readall (#138901)
Cody Maloney
2025-09-15
1
-15/+11
*
GH-137623: Use an AC decorator for docstring line length enforcement (#137690)
Adam Turner
2025-08-18
1
-3/+6
*
gh-135607: remove null checking of weakref list in dealloc of extension modul...
Xuanteng Huang
2025-06-30
1
-3/+2
*
gh-122559: Synchronize C and Python implementation of the io module about pic...
Serhiy Storchaka
2025-05-04
1
-2/+1
*
Fix Windows build warnings (#131487)
Victor Stinner
2025-03-20
1
-1/+1
*
gh-129011: Update comments in FileIO to match current code (#129012)
Cody Maloney
2025-03-07
1
-7/+15
*
gh-111178: fix UBSan failures in `Modules/_io/*.c` (GH-129083)
Bénédikt Tran
2025-02-08
1
-13/+13
*
gh-129354: Use PyErr_FormatUnraisable() function (#129656)
Victor Stinner
2025-02-04
1
-2/+4
*
gh-120754: _io Ensure stat cache is cleared on fd change (#125166)
Cody Maloney
2024-11-01
1
-5/+6
*
gh-90102: Remove isatty call during regular open (#124922)
Cody Maloney
2024-10-08
1
-3/+19
*
gh-111178: Fix function signatures in fileio.c (#125043)
Victor Stinner
2024-10-07
1
-37/+51
*
gh-120754: Fix memory leak in FileIO.__init__() (#124225)
Victor Stinner
2024-09-18
1
-0/+1
*
gh-120754: Refactor I/O modules to stash whole stat result rather than indivi...
Cody Maloney
2024-09-18
1
-26/+57
*
gh-120754: Update estimated_size in C truncate (#121357)
Cody Maloney
2024-07-04
1
-0/+6
*
gh-120754: Reduce system calls in full-file FileIO.readall() case (#120755)
Cody Maloney
2024-07-04
1
-25/+45
*
gh-117764: Add signatures for __reduce__ and __reduce_ex__ in the _io module ...
Serhiy Storchaka
2024-04-12
1
-2/+2
*
gh-82626: Emit a warning when bool is used as a file descriptor (GH-111275)
Serhiy Storchaka
2024-02-05
1
-0/+7
*
gh-114286: Fix `maybe-uninitialized` warning in `Modules/_io/fileio.c` (GH-11...
Nikita Sobolev
2024-01-19
1
-1/+1
*
gh-66060: Use actual class name in _io type's __repr__ (#30824)
AN Long
2024-01-09
1
-8/+9
*
gh-110014: Include explicitly <unistd.h> header (#110155)
Victor Stinner
2023-09-30
1
-15/+19
*
gh-106320: Remove private _PyErr_ChainExceptions() (#108713)
Victor Stinner
2023-08-31
1
-0/+1
*
gh-107913: Fix possible losses of OSError error codes (GH-107930)
Serhiy Storchaka
2023-08-26
1
-6/+6
*
gh-108444: Replace _PyLong_AsInt() with PyLong_AsInt() (#108459)
Victor Stinner
2023-08-24
1
-2/+2
*
gh-106869: Use new PyMemberDef constant names (#106871)
Victor Stinner
2023-07-25
1
-5/+5
*
gh-106521: Remove _PyObject_LookupAttr() function (GH-106642)
Serhiy Storchaka
2023-07-12
1
-1/+1
*
gh-104922: remove PY_SSIZE_T_CLEAN (#106315)
Inada Naoki
2023-07-02
1
-1/+0
*
gh-105156: Deprecate the old Py_UNICODE type in C API (#105157)
Victor Stinner
2023-06-01
1
-1/+1
*
gh-101819: Isolate `_io` (#101948)
Erlend E. Aasland
2023-05-15
1
-1/+3
*
gh-101819: Refactor `_io` futher in preparation for module isolation (#104369)
Erlend E. Aasland
2023-05-11
1
-22/+31
*
gh-101819: Prepare to modernize the _io extension (#104178)
Victor Stinner
2023-05-05
1
-4/+9
*
gh-102255: Improve build support for Windows API partitions (GH-102256)
Max Bachmann
2023-03-09
1
-0/+2
*
gh-102192: Replace PyErr_Fetch/Restore etc by more efficient alternatives (in...
Irit Katriel
2023-02-24
1
-14/+17
*
gh-101819: Adapt _io types to heap types, batch 1 (GH-101949)
Erlend E. Aasland
2023-02-20
1
-57/+33
*
bpo-15999: Accept arbitrary values for boolean parameters. (#15609)
Serhiy Storchaka
2022-12-03
1
-2/+2
*
bpo-38031: Fix a possible assertion failure in _io.FileIO() (#GH-5688)
Zackery Spytz
2022-11-25
1
-1/+5
*
gh-92536: PEP 623: Remove wstr and legacy APIs from Unicode (GH-92537)
Inada Naoki
2022-05-12
1
-9/+0
*
bpo-46541: Replace core use of _Py_IDENTIFIER() with statically initialized g...
Eric Snow
2022-02-08
1
-7/+4
*
bpo-45434: Move _Py_BEGIN_SUPPRESS_IPH to pycore_fileutils.h (GH-28922)
Victor Stinner
2021-10-13
1
-1/+2
*
bpo-36346: Make using the legacy Unicode C API optional (GH-21437)
Serhiy Storchaka
2020-07-10
1
-0/+12
*
bpo-37999: No longer use __int__ in implicit integer conversions. (GH-15636)
Serhiy Storchaka
2020-05-26
1
-10/+0
*
bpo-40268: Remove unused structmember.h includes (GH-19530)
Victor Stinner
2020-04-15
1
-1/+1
*
closes bpo-27805: Ignore ESPIPE in initializing seek of append-mode files. (G...
Benjamin Peterson
2019-11-12
1
-9/+15
*
bpo-37206: Unrepresentable default values no longer represented as None. (GH-...
Serhiy Storchaka
2019-09-14
1
-3/+3
*
bpo-37547: add _PyObject_CallMethodOneArg (GH-14685)
Jeroen Demeyer
2019-07-11
1
-2/+2
*
bpo-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_async (G...
Jeroen Demeyer
2019-05-31
1
-2/+2
*
bpo-32388: Remove cross-version binary compatibility requirement in tp_flags ...
Antoine Pitrou
2019-05-29
1
-3/+3
[next]