This website requires JavaScript.
Explore
Help
Sign In
traverseda
/
cpython
Watch
1
Star
0
Fork
You've already forked cpython
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
7903913fa6
cpython
/
Modules
/
_io
History
Ross Lagerwall
59142db6d3
Issue
#12797
: Added custom opener parameter to builtin open() and FileIO.open().
2011-10-31 20:34:46 +02:00
..
_iomodule.c
Issue
#12797
: Added custom opener parameter to builtin open() and FileIO.open().
2011-10-31 20:34:46 +02:00
_iomodule.h
PEP 3151 / issue
#12555
: reworking the OS and IO exception hierarchy.
2011-10-12 02:54:14 +02:00
bufferedio.c
Rename _Py_identifier to _Py_IDENTIFIER.
2011-10-14 10:20:37 +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
Issue
#12797
: Added custom opener parameter to builtin open() and FileIO.open().
2011-10-31 20:34:46 +02:00
iobase.c
Rename _Py_identifier to _Py_IDENTIFIER.
2011-10-14 10:20:37 +02:00
stringio.c
Fix misuse of PyUnicode_GET_SIZE, use PyUnicode_GET_LENGTH instead
2011-10-11 22:11:42 +02:00
textio.c
Rename _Py_identifier to _Py_IDENTIFIER.
2011-10-14 10:20:37 +02:00