1. 423be95 Merged revisions 65654 via svnmerge from by Martin v. Löwis · 16 years ago
  2. 86b2fb9 Merged revisions 64623,64640,64665,64687,64689-64690,64719,64721,64735,64742,64744-64746,64756-64761,64767-64769,64771-64772,64774-64775,64788,64793,64835-64836 via svnmerge from by Georg Brandl · 16 years ago
  3. 1a21451 Implement PEP 3121: new module initialization and finalization API. by Martin v. Löwis · 16 years ago
  4. 72b710a Renamed PyString to PyBytes by Christian Heimes · 16 years ago
  5. 77250f4 Added fast alternate io.BytesIO implementation and its test suite. by Alexandre Vassalotti · 16 years ago
  6. ada8c3b Merged revisions 61520,61523-61528,61532 via svnmerge from by Christian Heimes · 16 years ago
  7. 90aa764 #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. by Christian Heimes · 17 years ago
  8. 217cfd1 Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases in intobject.h by Christian Heimes · 17 years ago
  9. 1ff9910 Issue1395: Universal mode used to duplicate newlines when using read(1). by Amaury Forgeot d'Arc · 17 years ago
  10. 8e42a0a Fixed bug #1081: file.seek allows float arguments by Christian Heimes · 17 years ago
  11. 98297ee Merging the py3k-pep3137 branch back into the py3k branch. by Guido van Rossum · 17 years ago
  12. 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
  13. 2dced8b Patch 1329 (partial) by Christian Heimes. by Guido van Rossum · 17 years ago
  14. 57233cb Patch 1330 by Christian Heimes (with some TLC applied by myself). by Guido van Rossum · 17 years ago
  15. eb08df2 Remove a bogus comment based on the code above. by Neal Norwitz · 17 years ago
  16. 88b44da Cleanup a little. by Neal Norwitz · 17 years ago
  17. 3c8ba93 Py_ssize_t requires "n" format, this fixes most of the 64-bit only failures. by Neal Norwitz · 17 years ago
  18. 9f2e346 Merged revisions 56467-56482 via svnmerge from by Martin v. Löwis · 17 years ago
  19. fdeee3a Second part of sf# 1752225: On windows, emulate ftruncate with Win32 by Thomas Heller · 17 years ago
  20. af2be26 First part of sf# 1752225: Support for wide filenames on Windows. by Thomas Heller · 17 years ago
  21. c6a55ee See SF# 1751801: Windows: Add the _fileio builtin module, and undefine by Thomas Heller · 17 years ago
  22. 7165cb1 Made test_file pass. This meant adding support for read(-1) and read() by Guido van Rossum · 17 years ago
  23. c43e79f Fix a buch of shallow test failures. by Guido van Rossum · 17 years ago
  24. 0e41148 Use O_APPEND flag instead of seeking, when append mode is specified. by Walter Dörwald · 17 years ago
  25. 3a77c7a If append mode is specified seek to the end of the file. by Walter Dörwald · 17 years ago
  26. c2f93dc Remove native popen() and fdopen(), replacing them with subprocess calls. by Guido van Rossum · 17 years ago
  27. 1ab8330 Add functions PyUnicode_Append() and PyUnicode_AppendAndDel() that mirror by Walter Dörwald · 17 years ago
  28. dc0b1a1 Make a few more tests pass with the new I/O library. by Guido van Rossum · 17 years ago
  29. 8742977 truncate() returns the new size and position. by Guido van Rossum · 17 years ago
  30. 53807da Implement long positioning (Unix only, probably). Etc., etc. by Guido van Rossum · 17 years ago
  31. b042815 Make it possible to instantiate a _FileIO() with an integer file descriptor by Guido van Rossum · 17 years ago
  32. af33438 Add a missing forward declaration for PyFileIO_Type. The _fileio module now compiles with --with-pydebug. by Collin Winter · 17 years ago
  33. a9e2024 Check in Daniel Stutzbach's _fileio.c and test_fileio.py by Guido van Rossum · 17 years ago