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-05-15 08:59:27 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
9f0c9401d364cae9ef366e50ded1faf156c32ef0
cpython
/
Modules
/
_io
T
History
Antoine Pitrou
6f430e4963
Issue
#15604
: Update uses of PyObject_IsTrue() to check for and handle errors correctly.
...
Patch by Serhiy Storchaka.
2012-08-15 23:18:25 +02:00
..
_iomodule.c
open() / TextIOWrapper doc: make it explicit than newline='\n' doesn't
2012-08-04 01:18:56 +02:00
_iomodule.h
Fixes issue
#12268
: File readline, readlines and read() or readall() methods
2012-06-23 23:55:39 -07: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
Fixes issue
#12268
: File readline, readlines and read() or readall() methods
2012-06-23 23:55:39 -07:00
stringio.c
#11565
: Merge with 3.1.
2011-03-16 11:35:38 +02:00
textio.c
Issue
#15604
: Update uses of PyObject_IsTrue() to check for and handle errors correctly.
2012-08-15 23:18:25 +02:00