1. 31 Oct, 2005 3 commits
  2. 28 Oct, 2005 2 commits
  3. 27 Oct, 2005 3 commits
  4. 26 Oct, 2005 6 commits
  5. 21 Oct, 2005 6 commits
  6. 18 Oct, 2005 3 commits
  7. 16 Oct, 2005 2 commits
  8. 14 Oct, 2005 2 commits
  9. 13 Oct, 2005 2 commits
  10. 12 Oct, 2005 1 commit
    • Sidnei da Silva's avatar
      · 94bdc066
      Sidnei da Silva authored
            - OFS.Image.manage_FTPget() would str() it's .data attribute,
              potentially loading the whole file in memory as a
              string. Changed to use RESPONSE.write() iterating through the
              Pdata chain, just like index_html().
      94bdc066
  11. 11 Oct, 2005 3 commits
  12. 09 Oct, 2005 5 commits
  13. 05 Oct, 2005 1 commit
  14. 04 Oct, 2005 1 commit
    • Tim Peters's avatar
      Putative fix for Collector 1912. · da718a07
      Tim Peters authored
      File._read_data():  This uses savepoints just to get oids assigned
      and to free memory, with no possibility of rollback.  Therefore
      "optimistic" savepoints should be used:  there's no reason here to
      insist that any data managers involved support rollback.
      da718a07