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
230f6621fa
cpython
/
Modules
/
_io
History
Stefan Krah
ea94ba45fa
Merge 3.2.
2012-09-08 11:19:27 +02:00
..
_iomodule.c
(Merge 3.2) open() / TextIOWrapper doc: make it explicit than newline='\n'
2012-08-04 01:22:07 +02:00
_iomodule.h
Fixes issue
#12268
: File readline, readlines and read() or readall() methods
2012-06-24 00:23:47 -07:00
bufferedio.c
Issue
#15487
: Add a __sizeof__ implementation for buffered I/O objects.
2012-07-29 19:04:57 +02:00
bytesio.c
Merge 3.2.
2012-09-08 11:19:27 +02:00
fileio.c
Issue
#15247
: FileIO now raises an error when given a file descriptor pointing to a directory.
2012-07-06 18:52:58 +02:00
iobase.c
Fixes issue
#12268
: File readline, readlines and read() or readall() methods
2012-06-24 00:23:47 -07:00
stringio.c
Issue
#15841
: The readable(), writable() and seekable() methods of BytesIO
2012-09-05 20:13:48 +02:00
textio.c
Issue
#15604
: Update uses of PyObject_IsTrue() to check for and handle errors correctly.
2012-08-15 23:20:39 +02:00