cpython/Modules/_io
Martin Panter 754aab28ed Issue #22854: Clarify documentation about UnsupportedOperation and add tests
Also change BufferedReader.writable() and BufferedWriter.readable() to always
return False.
2016-03-31 07:21:56 +00:00
..
clinic Issue #22854: Clarify documentation about UnsupportedOperation and add tests 2016-03-31 07:21:56 +00:00
_iomodule.c Issue #25523: Merge "a" to "an" fixes from 3.4 into 3.5 2015-11-02 04:04:57 +00:00
_iomodule.h Issue #22413: Merge StringIO doc from 3.4 into 3.5 2015-10-10 10:15:21 +00:00
bufferedio.c Issue #22854: Clarify documentation about UnsupportedOperation and add tests 2016-03-31 07:21:56 +00:00
bytesio.c Issue #20440: Massive replacing unsafe attribute setting code with special 2015-12-24 10:35:59 +02:00
fileio.c Issue #25717: Add comment explaining why errors are ignored 2015-12-06 11:12:15 +00:00
iobase.c Issue #22854: Clarify documentation about UnsupportedOperation and add tests 2016-03-31 07:21:56 +00:00
stringio.c Issue #22413: Remove comment made out of date by Argument Clinic 2015-10-10 10:17:57 +00:00
textio.c Issue #20440: Applied yet one patch for using Py_SETREF. 2015-12-27 12:36:18 +02:00