cpython/Modules/_io
Mark Dickinson 00de1bdcfc Merged revisions 75941 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

................
  r75941 | mark.dickinson | 2009-10-29 09:58:06 +0000 (Thu, 29 Oct 2009) | 11 lines

  Merged revisions 75939 via svnmerge from
  svn+ssh://pythondev@svn.python.org/python/trunk

  ........
    r75939 | mark.dickinson | 2009-10-29 09:46:04 +0000 (Thu, 29 Oct 2009) | 5 lines

    Roll back ill-considered attempts to fix printf specifier mismatch for off_t.
    The sensible solution seems to be to implement %lld for PyString_FromFormat(V)
    and PyErr_Format.  See issue #7228.
  ........
................
2009-10-29 10:01:23 +00:00
..
_iomodule.c move to a naming scheme with all lowercase and underscores 2009-06-12 02:07:12 +00:00
_iomodule.h Merged revisions 75941 via svnmerge from 2009-10-29 10:01:23 +00:00
bufferedio.c Merged revisions 75941 via svnmerge from 2009-10-29 10:01:23 +00:00
bytesio.c Merged revisions 74126,74130-74131,74149,74155,74157,74180-74183,74398 via svnmerge from 2009-08-13 09:34:05 +00:00
fileio.c Merged revisions 75009 via svnmerge from 2009-09-21 21:42:29 +00:00
iobase.c move to a naming scheme with all lowercase and underscores 2009-06-12 02:07:12 +00:00
stringio.c Merged revisions 74126,74130-74131,74149,74155,74157,74180-74183,74398 via svnmerge from 2009-08-13 09:34:05 +00:00
textio.c Merged revisions 75009 via svnmerge from 2009-09-21 21:42:29 +00:00