cpython/Modules/_io
Antoine Pitrou 5800b27104 Merged revisions 76007 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r76007 | antoine.pitrou | 2009-11-01 12:58:22 +0100 (dim., 01 nov. 2009) | 3 lines

  Buffered I/O: optimize lock taking in the common non-contended case.
........
2009-11-01 12:05:48 +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 75939 via svnmerge from 2009-10-29 09:58:06 +00:00
bufferedio.c Merged revisions 76007 via svnmerge from 2009-11-01 12:05:48 +00:00
bytesio.c Issue 5449: Fix io.BytesIO to not accept arbitrary keywords 2009-08-04 23:19:13 +00:00
fileio.c Merged revisions 75007 via svnmerge from 2009-09-21 21:37:02 +00:00
iobase.c move to a naming scheme with all lowercase and underscores 2009-06-12 02:07:12 +00:00
stringio.c Issue #6218: Make io.BytesIO and io.StringIO picklable. 2009-07-22 03:24:36 +00:00
textio.c Merged revisions 75007 via svnmerge from 2009-09-21 21:37:02 +00:00