| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
(see SF#1671314) with small tweaks.
The io module now uses this instead of its own implementation
of the FileIO class, if it can import _fileio.
|
| |
|
|
|
|
| |
the amount of data read.
|
|
|
|
|
|
|
| |
I cleaned up whitespace but otherwise didn't change it.
This will need work to reflect the tentative decision to drop nonblocking I/O
support from the buffering layers.
|
|
|
|
|
|
| |
Also implemented Neal's suggestion (add fileno() to SocketIO)
and some unrelated changes, e.g. remove Google copyright
and make BytesIO a subclass of BufferedIOBase.
|
|
|