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
cfb01a5ad070d49de242524ef77b4f61ae2f1fa7
cpython
/
Modules
/
_io
History
Ezio Melotti
ba372a59d1
#15796
: Fix \n in readline docstring.
2012-09-18 07:17:49 +03:00
..
_iomodule.c
Fix typo “seperator”
2012-02-26 01:41:39 +01:00
_iomodule.h
Issue
#14437
: Fix building the _io module under Cygwin.
2012-03-31 23:53:07 +02: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
#15841
: The readable(), writable() and seekable() methods of io.BytesIO
2012-09-05 20:11:49 +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
#15796
: Fix \n in readline docstring.
2012-09-18 07:17:49 +03:00
stringio.c
Issue
#15841
: The readable(), writable() and seekable() methods of io.BytesIO
2012-09-05 20:11:49 +02:00
textio.c
Issue
#15604
: Update uses of PyObject_IsTrue() to check for and handle errors correctly.
2012-08-15 23:16:51 +02:00