This website requires JavaScript.
Explore
Help
Sign In
mirror
/
cpython
Watch
1
Star
0
Fork
0
You've already forked cpython
mirror of
https://github.com/python/cpython.git
synced
2026-01-30 22:55:41 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
cpython
/
Modules
/
_io
History
Hynek Schlawack
9866d96e48
#4841
: Fix FileIO constructor to honor closefd when called repeatedly
...
Patch by Victor Stinner.
2012-05-25 10:27:43 +02:00
..
_iomodule.c
Issue
#14153
Create _Py_device_encoding() to prevent _io from having to import
2012-02-29 18:31:31 -05:00
_iomodule.h
Issue
#14437
: Fix building the _io module under Cygwin.
2012-03-31 23:50:31 +02:00
bufferedio.c
Backing out 86dc014cdd74. Not ready yet
2012-04-26 17:05:31 +02:00
bytesio.c
Issue
#8914
: fix various warnings from the Clang static analyzer v254.
2011-02-22 20:15:44 +00:00
fileio.c
#4841
: Fix FileIO constructor to honor closefd when called repeatedly
2012-05-25 10:27:43 +02:00
iobase.c
use new generic __dict__ descriptor implementations
2012-02-19 20:02:57 -05:00
stringio.c
Issue
#14387
: Do not include accu.h from Python.h.
2012-03-22 14:42:18 +01:00
textio.c
Don't Py_DECREF NULL variable in io.IncrementalNewlineDecoder.
2012-04-07 07:09:57 +02:00