cpython/Modules/_io
Hirokazu Yamamoto 8223c24d07 Merged revisions 72698-72699 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r72698 | hirokazu.yamamoto | 2009-05-17 11:52:09 +0900 | 1 line

  Issue #3527: Removed Py_WIN_WIDE_FILENAMES which is not used any more.
........
  r72699 | hirokazu.yamamoto | 2009-05-17 11:58:36 +0900 | 1 line

  Added NEWS for r72698.
........
2009-05-17 04:21:53 +00:00
..
_iomodule.c Issue #5006: Better handling of unicode byte-order marks (BOM) in the io library. 2009-05-14 18:55:55 +00:00
_iomodule.h Issue #5006: Better handling of unicode byte-order marks (BOM) in the io library. 2009-05-14 18:55:55 +00:00
bufferedio.c implement a detach() method for BufferedIOBase and TextIOBase #5883 2009-05-01 20:40:59 +00:00
bytesio.c use NULL for the ends of tables 2009-04-19 03:15:20 +00:00
fileio.c Merged revisions 72698-72699 via svnmerge from 2009-05-17 04:21:53 +00:00
iobase.c use NULL for the ends of tables 2009-04-19 03:15:20 +00:00
stringio.c use NULL for the ends of tables 2009-04-19 03:15:20 +00:00
textio.c correctly handle invalid operations on streams (like writing on a non-writable one) 2009-05-14 22:01:31 +00:00