This website requires JavaScript.
Explore
Help
Register
Sign In
PublicArchive
/
cpython
Watch
2
Star
0
Fork
0
You've already forked cpython
mirror of
https://github.com/python/cpython.git
synced
2026-06-17 08:31:15 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
abcc3f4357529de91109fa52cd2fff67b13a44b0
cpython
/
Modules
/
_io
T
History
Benjamin Peterson
2cfca7977e
stop throwing out all errors when PyObject_GetAttr fails
2009-06-06 20:46:48 +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
give the C implementation of TextIOWrapper the errors property
#6217
2009-06-06 18:02:12 +00:00
textio.c
stop throwing out all errors when PyObject_GetAttr fails
2009-06-06 20:46:48 +00:00