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
7cd8b42f32
cpython
/
Modules
/
_io
History
Antoine Pitrou
76370f4977
Make TextIOWrapper's documentation clearer by copying the newline argument's description from open().
2012-08-04 00:55:38 +02:00
..
_iomodule.c
Fix typo “seperator”
2012-02-26 01:41:39 +01:00
_iomodule.h
Issue
#14437
: Fix building the _io module under Cygwin.
2012-03-31 23:53:07 +02:00
bufferedio.c
Issue
#15487
: Add a __sizeof__ implementation for buffered I/O objects.
2012-07-29 19:02:46 +02:00
bytesio.c
Issue
#15489
: Add a __sizeof__ implementation for BytesIO objects.
2012-07-30 00:01:06 +02:00
fileio.c
Issue
#15247
: FileIO now raises an error when given a file descriptor pointing to a directory.
2012-07-06 18:48:24 +02:00
iobase.c
Issue
#12175
: RawIOBase.readall() now returns None if read() returns None.
2011-05-25 22:52:37 +02:00
stringio.c
Issue
#12434
: make StringIO.write error message consistent with Python 2.7 nomenclature
2011-07-22 14:39:55 +03:00
textio.c
Make TextIOWrapper's documentation clearer by copying the newline argument's description from open().
2012-08-04 00:55:38 +02:00