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
6f73874edd
cpython
/
Modules
/
_io
History
Benjamin Peterson
23d7f12ffb
use new generic __dict__ descriptor implementations
2012-02-19 20:02:57 -05:00
..
_iomodule.c
Merge refleak fixes from 3.2
2012-01-18 16:19:19 +01:00
_iomodule.h
PEP 3151 / issue
#12555
: reworking the OS and IO exception hierarchy.
2011-10-12 02:54:14 +02:00
bufferedio.c
Issue
#13322
: Fix BufferedWriter.write() to ensure that BlockingIOError is
2011-11-21 20:22:01 +01: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
#13848
: open() and the FileIO constructor now check for NUL characters in the file name.
2012-01-29 18:43:36 +01:00
iobase.c
use new generic __dict__ descriptor implementations
2012-02-19 20:02:57 -05:00
stringio.c
Fix misuse of PyUnicode_GET_SIZE() => PyUnicode_GET_LENGTH()
2011-11-21 02:49:52 +01:00
textio.c
Fix compiler warnings
2011-11-22 02:30:47 +01:00