This website requires JavaScript.
Explore
Help
Sign In
traverseda
/
cpython
Watch
1
Star
0
Fork
You've already forked cpython
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
2aaad462ca
cpython
/
Modules
/
_io
History
Martin Panter
5b48fa9fa4
Fix spelling (inital), grammar (may translates) in documentation, comments
2016-04-19 04:03:41 +00:00
..
_iomodule.c
Issue
#23781
: Add private helper function _PyErr_ReplaceException() that
2015-03-30 09:48:42 +03:00
_iomodule.h
Issue
#22413
: Document newline effect on StringIO initializer and getvalue
2015-10-10 02:52:30 +00:00
bufferedio.c
Issue
#22570
: Renamed Py_SETREF to Py_XSETREF.
2016-04-06 09:51:18 +03:00
bytesio.c
Fix typos in code comment and documentation
2016-04-16 09:28:57 +00:00
fileio.c
Issue
#21859
: Corrected FileIO docstrings.
2015-04-10 16:08:33 +03:00
iobase.c
#15840
: make docs consistent by saying operations on closed files raise ValueError.
2014-04-15 16:07:52 -04:00
stringio.c
Fix spelling (inital), grammar (may translates) in documentation, comments
2016-04-19 04:03:41 +00:00
textio.c
Issue
#22570
: Renamed Py_SETREF to Py_XSETREF.
2016-04-06 09:51:18 +03:00