cpython/Modules/_io
Antoine Pitrou 4cb64ad8bb Merged revisions 86981,86984 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r86981 | antoine.pitrou | 2010-12-03 19:41:39 +0100 (ven., 03 déc. 2010) | 5 lines

  Issue #10478: Reentrant calls inside buffered IO objects (for example by
  way of a signal handler) now raise a RuntimeError instead of freezing the
  current process.
........
  r86984 | antoine.pitrou | 2010-12-03 20:14:17 +0100 (ven., 03 déc. 2010) | 3 lines

  Add an "advanced topics" section to the io doc.
........
2010-12-03 19:31:52 +00:00
..
_iomodule.c Merged revisions 85864 via svnmerge from 2010-10-27 19:53:15 +00:00
_iomodule.h accept None as the same as having passed no argument in file types #7349 2009-12-13 19:19:07 +00:00
bufferedio.c Merged revisions 86981,86984 via svnmerge from 2010-12-03 19:31:52 +00:00
bytesio.c Merged revisions 86587 via svnmerge from 2010-11-20 17:31:08 +00:00
fileio.c Merged revisions 85768-85771,85773,85777,85823,85825 via svnmerge from 2010-11-26 08:10:41 +00:00
iobase.c Merged revisions 84814 via svnmerge from 2010-09-14 18:48:19 +00:00
stringio.c Merged revisions 84438 via svnmerge from 2010-09-02 22:23:19 +00:00
textio.c Issue #7865: The close() method of :mod:`io` objects should not swallow 2010-05-03 16:25:33 +00:00