1. 25 Mar, 2005 2 commits
    • Chris McDonough's avatar
      Fix typo. · 4c55d269
      Chris McDonough authored
      4c55d269
    • Chris McDonough's avatar
      - Get rid of streamsize attribute as well as redundant next method · cfe7eae1
      Chris McDonough authored
        on BlobFile.
      
      - Implement __del__ on BlobFile, which attempts to close the filehandle.
      
      - Use a weak reference to the blobfile in the BlobDataManager so as to
        not keep the blobfile alive for longer than necessary (mainly to support
        the idiom of opening a blobfile without assigning it to a name).
        It is no longer necessary to explicitly close a blobfile.
      
      - Raise IOError if an invalid mode is passed in to Blob.open.
      
      - Add some comments about why things are the way they are.
      
       
      cfe7eae1
  2. 24 Mar, 2005 13 commits
  3. 23 Mar, 2005 2 commits
  4. 22 Mar, 2005 6 commits
  5. 21 Mar, 2005 17 commits