cpython/Modules/_io
Antoine Pitrou 78de9cc146 Merged revisions 85864 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r85864 | antoine.pitrou | 2010-10-27 21:45:43 +0200 (mer., 27 oct. 2010) | 5 lines

  In open(), only set the buffer size from st.st_blksize when it is greater
  than 1.  This matches the pure Python implementation in _pyio and should
  fix a couple of failures on the NetBSD buildbot.
........
2010-10-27 19:53:15 +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 84239 via svnmerge from 2010-08-21 19:17:25 +00:00
bytesio.c Merged revisions 84438 via svnmerge from 2010-09-02 22:23:19 +00:00
fileio.c Untabify Modules/_io/fileio.c 2010-05-05 16:27:30 +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