1. 1ff9910 Issue1395: Universal mode used to duplicate newlines when using read(1). by Amaury Forgeot d'Arc · 17 years ago
  2. 8e42a0a Fixed bug #1081: file.seek allows float arguments by Christian Heimes · 17 years ago
  3. 98297ee Merging the py3k-pep3137 branch back into the py3k branch. by Guido van Rossum · 17 years ago
  4. 0b48954 Fixed bug in _fileio.c and test_pep277. On Windows IOError.filename was not set because the name is stored in widename. by Christian Heimes · 17 years ago
  5. 2dced8b Patch 1329 (partial) by Christian Heimes. by Guido van Rossum · 17 years ago
  6. 57233cb Patch 1330 by Christian Heimes (with some TLC applied by myself). by Guido van Rossum · 17 years ago
  7. eb08df2 Remove a bogus comment based on the code above. by Neal Norwitz · 17 years ago
  8. 88b44da Cleanup a little. by Neal Norwitz · 17 years ago
  9. 3c8ba93 Py_ssize_t requires "n" format, this fixes most of the 64-bit only failures. by Neal Norwitz · 17 years ago
  10. 9f2e346 Merged revisions 56467-56482 via svnmerge from by Martin v. Löwis · 17 years ago
  11. fdeee3a Second part of sf# 1752225: On windows, emulate ftruncate with Win32 by Thomas Heller · 17 years ago
  12. af2be26 First part of sf# 1752225: Support for wide filenames on Windows. by Thomas Heller · 17 years ago
  13. c6a55ee See SF# 1751801: Windows: Add the _fileio builtin module, and undefine by Thomas Heller · 17 years ago
  14. 7165cb1 Made test_file pass. This meant adding support for read(-1) and read() by Guido van Rossum · 17 years ago
  15. c43e79f Fix a buch of shallow test failures. by Guido van Rossum · 17 years ago
  16. 0e41148 Use O_APPEND flag instead of seeking, when append mode is specified. by Walter Dörwald · 17 years ago
  17. 3a77c7a If append mode is specified seek to the end of the file. by Walter Dörwald · 17 years ago
  18. c2f93dc Remove native popen() and fdopen(), replacing them with subprocess calls. by Guido van Rossum · 17 years ago
  19. 1ab8330 Add functions PyUnicode_Append() and PyUnicode_AppendAndDel() that mirror by Walter Dörwald · 17 years ago
  20. dc0b1a1 Make a few more tests pass with the new I/O library. by Guido van Rossum · 17 years ago
  21. 8742977 truncate() returns the new size and position. by Guido van Rossum · 17 years ago
  22. 53807da Implement long positioning (Unix only, probably). Etc., etc. by Guido van Rossum · 17 years ago
  23. b042815 Make it possible to instantiate a _FileIO() with an integer file descriptor by Guido van Rossum · 17 years ago
  24. af33438 Add a missing forward declaration for PyFileIO_Type. The _fileio module now compiles with --with-pydebug. by Collin Winter · 18 years ago
  25. a9e2024 Check in Daniel Stutzbach's _fileio.c and test_fileio.py by Guido van Rossum · 18 years ago