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
499b2ee8a8
cpython
/
Modules
/
_io
History
Antoine Pitrou
716c444edc
Issue
#5761
: Add the name of the underlying file to the repr() of various IO objects.
2009-05-23 19:04:03 +00:00
..
_iomodule.c
Issue
#5006
: Better handling of unicode byte-order marks (BOM) in the io library.
2009-05-14 18:55:55 +00:00
_iomodule.h
Issue
#5006
: Better handling of unicode byte-order marks (BOM) in the io library.
2009-05-14 18:55:55 +00:00
bufferedio.c
Issue
#5761
: Add the name of the underlying file to the repr() of various IO objects.
2009-05-23 19:04:03 +00:00
bytesio.c
use NULL for the ends of tables
2009-04-19 03:15:20 +00:00
fileio.c
Issue
#5761
: Add the name of the underlying file to the repr() of various IO objects.
2009-05-23 19:04:03 +00:00
iobase.c
use NULL for the ends of tables
2009-04-19 03:15:20 +00:00
stringio.c
use NULL for the ends of tables
2009-04-19 03:15:20 +00:00
textio.c
Issue
#5761
: Add the name of the underlying file to the repr() of various IO objects.
2009-05-23 19:04:03 +00:00