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-16 01:19:28 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
a4b13d00200053e5985c089af45be34cdbffd1eb
cpython
/
Modules
/
_io
T
History
Martin Panter
a6d5038226
Issue
#22413
: Merge StringIO doc from 3.5
2015-10-10 10:20:25 +00:00
..
clinic
…
_iomodule.c
Issue
#15989
: Fixed some scarcely probable integer overflows.
2015-09-06 21:25:30 +03:00
_iomodule.h
Issue
#22413
: Merge StringIO doc from 3.4 into 3.5
2015-10-10 10:15:21 +00:00
bufferedio.c
Fixes cast warning in bufferedio.c
2015-05-23 08:59:25 -07:00
bytesio.c
Issue
#25030
: Do not document seek() as if it accepts keyword arguments
2015-09-11 03:58:30 +00:00
fileio.c
…
iobase.c
…
stringio.c
Issue
#22413
: Remove comment made out of date by Argument Clinic
2015-10-10 10:17:57 +00:00
textio.c
…