1. 99a1b20 Issue #4797: IOError.filename was not set when _fileio.FileIO failed to open by Hirokazu Yamamoto · 16 years ago
  2. 7af6556 #4764 in io.open, set IOError.filename when trying to open a directory on POSIX platforms by Benjamin Peterson · 16 years ago
  3. bfc5156 backport r67325: make FileIO.mode always contain 'b' by Benjamin Peterson · 16 years ago
  4. 3226565 Fixed issue #4233. by Amaury Forgeot d'Arc · 16 years ago
  5. ab5f879 Issue #4237: io.FileIO() was raising invalid warnings caused by insufficient initialization of PyFileIOObject struct members. by Christian Heimes · 16 years ago
  6. 9f616f4 Correct error message in io.open(): by Amaury Forgeot d'Arc · 16 years ago
  7. 09979a1 Issue #3945: Fixed compile error on cygwin. (initializer element is not constant) by Hirokazu Yamamoto · 16 years ago
  8. f22c26e #3703 unhelpful _fileio.FileIO error message when trying to open a directory by Benjamin Peterson · 16 years ago
  9. 901e471 #3662: Fix segfault introduced when fixing memory leaks. by Neal Norwitz · 16 years ago
  10. 18aa388 Fix: by Neal Norwitz · 16 years ago
  11. f91d46a Issue #3139: Make buffer-interface thread-safe wrt. PyArg_ParseTuple, by Martin v. Löwis · 16 years ago
  12. eb77fe4 fix issue3304 - remove an incorrect PyMem_Free in fileio_init by Gregory P. Smith · 16 years ago
  13. dd96db6 This reverts r63675 based on the discussion in this thread: by Gregory P. Smith · 16 years ago
  14. 593daf5 Renamed PyString to PyBytes by Christian Heimes · 16 years ago
  15. 1aed624 Backport fast alternate io.BytesIO implementation. by Alexandre Vassalotti · 16 years ago
  16. 10ed0f5 Remove all traces of HAVE_STRERROR. by Brett Cannon · 17 years ago
  17. 7f39c9f Backport of several functions from Python 3.0 to 2.6 including PyUnicode_FromString, PyUnicode_Format and PyLong_From/AsSsize_t. The functions are partly required for the backport of the bytearray type and _fileio module. They should also make it easier to port C to 3.0. by Christian Heimes · 17 years ago