cpython/Modules/_io
Antoine Pitrou 384c920832 Merged revisions 75009 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

................
  r75009 | antoine.pitrou | 2009-09-21 23:37:02 +0200 (lun., 21 sept. 2009) | 13 lines

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

  ........
    r75007 | antoine.pitrou | 2009-09-21 23:17:48 +0200 (lun., 21 sept. 2009) | 7 lines

    Issue #6236, #6348: Fix various failures in the io module under AIX
    and other platforms, when using a non-gcc compiler. Patch by egreen.

    In addition, I made explicit the signedness of all bitfields in the
    IO library.
  ........
................
2009-09-21 21:42:29 +00:00
..
_iomodule.c move to a naming scheme with all lowercase and underscores 2009-06-12 02:07:12 +00:00
_iomodule.h move to a naming scheme with all lowercase and underscores 2009-06-12 02:07:12 +00:00
bufferedio.c Merged revisions 74338 via svnmerge from 2009-08-06 20:52:43 +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