This website requires JavaScript.
Explore
Help
Sign In
ada
/
cpython
Watch
0
Star
0
Fork
0
You've already forked cpython
mirror of
https://github.com/AdaCore/cpython.git
synced
2026-02-12 12:57:15 -08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
ff79486bb5e353dd32fa422ff65a595a3ff1b554
cpython
/
Modules
/
_io
History
Antoine Pitrou
57911f6c1a
Issue
#15489
: Add a __sizeof__ implementation for BytesIO objects.
...
Patch by Serhiy Storchaka.
2012-07-30 00:01:44 +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
#15487
: Add a __sizeof__ implementation for buffered I/O objects.
2012-07-29 19:04:57 +02:00
bytesio.c
Issue
#15489
: Add a __sizeof__ implementation for BytesIO objects.
2012-07-30 00:01:44 +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
#14387
: Do not include accu.h from Python.h.
2012-03-22 14:42:18 +01:00
textio.c
Fixes issue
#12268
: File readline, readlines and read() or readall() methods
2012-06-24 00:23:47 -07:00