This website requires JavaScript.
Explore
Help
Sign In
ada
/
cpython
Watch
0
Star
0
Fork
0
You've already forked cpython
mirror of
https://github.com/AdaCore/cpython.git
synced
2026-02-12 12:57:15 -08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
8b41168bab1ef241b63aba52528df63503970235
cpython
/
Modules
/
_io
History
Andrew M. Kuchling
4b81bc7fe6
#7706
: add include guards where they're missing; required for Windows CE
2010-02-22 23:12:00 +00:00
..
_iomodule.c
Issue
#7545
: improve documentation of the
buffering
argument in io.open().
2009-12-19 21:01:10 +00:00
_iomodule.h
accept None as the same as having passed no argument in file types
#7349
2009-12-13 19:19:07 +00:00
bufferedio.c
accept None as the same as having passed no argument in file types
#7349
2009-12-13 19:19:07 +00:00
bytesio.c
- Issue
#6939
: Fix file I/O objects in the
io
module to keep the original
2010-01-31 22:26:04 +00:00
fileio.c
#7706
: add include guards where they're missing; required for Windows CE
2010-02-22 23:12:00 +00:00
iobase.c
- Issue
#6939
: Fix file I/O objects in the
io
module to keep the original
2010-01-31 22:26:04 +00:00
stringio.c
- Issue
#6939
: Fix file I/O objects in the
io
module to keep the original
2010-01-31 22:26:04 +00:00
textio.c
- Issue
#6939
: Fix file I/O objects in the
io
module to keep the original
2010-01-31 22:26:04 +00:00