1. 01 Aug, 2002 6 commits
  2. 29 Jul, 2002 1 commit
  3. 26 Jul, 2002 4 commits
  4. 25 Jul, 2002 3 commits
  5. 16 Jul, 2002 1 commit
  6. 04 Jul, 2002 1 commit
  7. 02 Jul, 2002 2 commits
  8. 28 Jun, 2002 3 commits
  9. 27 Jun, 2002 5 commits
  10. 25 Jun, 2002 10 commits
  11. 24 Jun, 2002 1 commit
    • Jeremy Hylton's avatar
      Be more cautious open creating a file when the old one doesn't exist. · ad85dfb9
      Jeremy Hylton authored
      Workaround for bug in Python versions upto and including 2.1.3.  If
      the interpreter was builtin without large file support but the
      platform had it, os.path.exists() would return false for large files.
      The fix is to try to open the file first, and decide whether to create
      a new file based on errno.
      
      (Only the two of the last three chunks of the diff affect this
      behavior.)
      
      Also cleanup imports and add some whitespace between arguments to func
      calls.
      ad85dfb9
  12. 23 Jun, 2002 3 commits