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
*
gh-111178: remove redundant casts for functions with correct signatures (#131...
Bénédikt Tran
2025-04-01
2
-3/+1
*
gh-131525: Cache the result of tuple_hash (#131529)
Michael Droettboom
2025-03-27
7
-7/+33
*
Fix Windows build warnings (#131487)
Victor Stinner
2025-03-20
2
-2/+1
*
gh-131238: Remove more includes from pycore_interp.h (#131480)
Victor Stinner
2025-03-19
1
-8/+9
*
gh-111178: Fix function signatures for test_iter (#131456)
Victor Stinner
2025-03-19
1
-1/+2
*
GH-131238: More refactoring of core header files (GH-131351)
Mark Shannon
2025-03-17
2
-0/+2
*
gh-131238: Add explicit includes to pycore headers (#131257)
Victor Stinner
2025-03-17
1
-1/+1
*
gh-111178: Fix function signatures in misc files (#131180)
Victor Stinner
2025-03-13
1
-2/+4
*
gh-111178: Change Argument Clinic signature for METH_O (#130682)
Victor Stinner
2025-03-11
7
-18/+71
*
gh-131082: Add missing guards for WIN32_LEAN_AND_MEAN (#131044)
Max Bachmann
2025-03-11
1
-1/+1
*
gh-117151: IO performance improvement, increase io.DEFAULT_BUFFER_SIZE to 128...
morotti
2025-03-07
3
-11/+11
*
gh-129011: Update comments in FileIO to match current code (#129012)
Cody Maloney
2025-03-07
2
-13/+29
*
gh-130790: Remove references about unicode's readiness from comments (#130801)
Sergey Miryanov
2025-03-03
1
-2/+1
*
gh-111178: fix UBSan failures in `Modules/_io/*.c` (GH-129083)
Bénédikt Tran
2025-02-08
7
-163/+230
*
gh-129354: Use PyErr_FormatUnraisable() function (#129656)
Victor Stinner
2025-02-04
2
-3/+6
*
gh-119182: Use public PyUnicodeWriter in stringio.c (#129243)
Victor Stinner
2025-01-23
1
-12/+21
*
gh-111178: Generate correct signature for most self converters (#128447)
Erlend E. Aasland
2025-01-20
8
-212/+212
*
gh-128083: Fix macro redefinition warning in clinic. (GH-127950)
Peter Bierma
2024-12-19
1
-1/+10
*
gh-109523: Raise a BlockingIOError if reading text from a non-blocking stream...
Giovanni Siragusa
2024-12-02
1
-0/+6
*
gh-127341: Argument Clinic: fix compiler warnings for getters with docstrings...
Peter Bierma
2024-11-29
3
-51/+21
*
gh-124008: Fix calculation of the number of written bytes for the Windows con...
Serhiy Storchaka
2024-11-27
1
-28/+90
*
gh-127182: Fix `io.StringIO.__setstate__` crash when `None` is the first valu...
sobolevn
2024-11-25
1
-14/+16
*
gh-122943: Add the varpos parameter in _PyArg_UnpackKeywords (GH-126564)
Serhiy Storchaka
2024-11-08
8
-37/+66
*
gh-120754: _io Ensure stat cache is cleared on fd change (#125166)
Cody Maloney
2024-11-01
1
-5/+6
*
gh-115754: Use Py_GetConstant(Py_CONSTANT_EMPTY_STR) (#125583)
Victor Stinner
2024-10-25
1
-1/+1
*
gh-115754: Use Py_GetConstant(Py_CONSTANT_EMPTY_STR) (#125194)
Victor Stinner
2024-10-09
1
-1/+1
*
gh-115754: Use Py_GetConstant(Py_CONSTANT_EMPTY_BYTES) (#125195)
Victor Stinner
2024-10-09
1
-1/+1
*
gh-90102: Remove isatty call during regular open (#124922)
Cody Maloney
2024-10-08
3
-4/+21
*
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-121645: Add PyBytes_Join() function (#121646)
Victor Stinner
2024-08-30
2
-3/+3
*
Fix typos in docs, error messages and comments (#123336)
Wulian
2024-08-28
1
-1/+1
*
gh-121489: Export private _PyBytes_Join() again (#122267)
Marc Mueller
2024-07-25
1
-1/+0
*
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
*
Fixes loop variables to be the same types as their limit (GH-120958)
Steve Dower
2024-06-24
1
-1/+1
*
Use _PyLong_IsNegative instead of _PyLong_Sign if appropriate. (GH-120493)
Serhiy Storchaka
2024-06-24
1
-5/+2
*
gh-113993: Allow interned strings to be mortal, and fix related issues (GH-12...
Petr Viktorin
2024-06-21
1
-1/+1
*
gh-119506: fix `_io.TextIOWrapper.write()` write during flush (#119507)
Radislav Chugunov
2024-06-03
1
-9/+22
*
gh-119661: Add _Py_SINGLETON() include in Argumenet Clinic (#119712)
Victor Stinner
2024-05-29
3
-5/+8
*
gh-116322: Add Py_mod_gil module slot (#116882)
Brett Simmers
2024-05-03
1
-0/+1
*
gh-117151: optimize BufferedWriter(), do not buffer writes that are the buffe...
morotti
2024-04-23
1
-2/+2
*
gh-117764: Add signatures for __reduce__ and __reduce_ex__ in the _io module ...
Serhiy Storchaka
2024-04-12
3
-10/+10
*
gh-117068: Remove useless code in bytesio.c:resize_buffer() (GH-117069)
NGRsoftlab
2024-03-22
1
-3/+0
*
gh-115538: Emit warning when use bool as fd in _io.WindowsConsoleIO (GH-116925)
AN Long
2024-03-18
1
-0/+7
*
gh-95782: Fix io.BufferedReader.tell() etc. being able to return offsets < 0 ...
6t8k
2024-02-17
1
-1/+10
*
gh-111140: Adds PyLong_AsNativeBytes and PyLong_FromNative[Unsigned]Bytes fun...
Steve Dower
2024-02-12
1
-1/+1
*
gh-115059: Flush the underlying write buffer in io.BufferedRandom.read1() (GH...
Serhiy Storchaka
2024-02-09
1
-0/+10
*
gh-82626: Emit a warning when bool is used as a file descriptor (GH-111275)
Serhiy Storchaka
2024-02-05
1
-0/+7
[next]