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-12 15:39:22 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
c2d481fbcd1e7b6cda02efc0ebbcf940c548b9cb
cpython
/
Modules
/
_io
T
History
Florent Xicluna
109d57358e
Issue
#13248
: io: Remove obsolete argument "max_buffer_size" of BufferedWriter and BufferedRWPair.
2012-07-07 17:03:22 +02:00
..
_iomodule.c
Close
#11022
: TextIOWrapper doesn't call locale.setlocale() anymore
2012-06-05 13:43:22 +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
#13248
: io: Remove obsolete argument "max_buffer_size" of BufferedWriter and BufferedRWPair.
2012-07-07 17:03:22 +02:00
bytesio.c
…
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
…
textio.c
Fixes issue
#12268
: File readline, readlines and read() or readall() methods
2012-06-24 00:23:47 -07:00