Commit Graph

23 Commits

Author SHA1 Message Date
Mike Dirolf
a6b77c347b minor changes to appease pychecker 2009-02-10 09:55:19 -05:00
Mike Dirolf
49b1ecd591 write chunks before writing new file length 2009-02-05 15:09:55 -05:00
Mike Dirolf
57d7fce271 just check for subclass of dict, not (SON, dict). SON is now a subclass of dict 2009-02-04 13:38:36 -05:00
Mike Dirolf
b9acd8ff9f create index, use stored chunk_number instead of sorting each time, convert length to int 2009-02-03 10:54:32 -05:00
Mike Dirolf
dc874b932d default root collection: gridfs -> fs 2009-02-03 10:19:16 -05:00
Mike Dirolf
ff15368fcb gridfs 1.0 2009-02-03 10:09:13 -05:00
Mike Dirolf
57941f9166 towards gridfs 1.0: support metadata 2009-02-02 17:39:30 -05:00
Mike Dirolf
7507898476 towards gridfs 1.0 -> change collection structure / default naming 2009-02-02 17:14:05 -05:00
Mike Dirolf
a5ddab40db properly indent lists 2009-01-30 15:10:57 -05:00
Mike Dirolf
0462726907 documentation: use epydoc format for rST parameter lists 2009-01-27 11:01:26 -05:00
Mike Dirolf
9ee0089b02 doc 2009-01-27 10:27:35 -05:00
Mike Dirolf
f9117a1bd0 a couple of helpers for common gridfs use cases - the more raw operations can be done by using GridFile directly 2009-01-27 10:21:15 -05:00
Mike Dirolf
d0ab291aa3 doc 2009-01-27 10:20:20 -05:00
Mike Dirolf
b4e600c19f buffered reads 2009-01-27 09:07:12 -05:00
Mike Dirolf
25dd339219 save data as binary 2009-01-26 17:59:45 -05:00
Mike Dirolf
a304a4b998 seperate rename() method, make name property read-only 2009-01-26 17:52:04 -05:00
Mike Dirolf
e01d2ab6c0 doc 2009-01-26 17:20:24 -05:00
Mike Dirolf
c95f9823b0 test getters, fix chunk_size 2009-01-26 17:19:01 -05:00
Mike Dirolf
0d4f6acde1 reads on non-matching file specifiers raise IOError 2009-01-26 17:13:47 -05:00
Mike Dirolf
b28d20f8b1 more tests and a fix 2009-01-26 17:05:08 -05:00
Mike Dirolf
82b105c481 more tests 2009-01-26 17:02:15 -05:00
Mike Dirolf
7defe93a71 no __del__ 2009-01-26 17:01:45 -05:00
Mike Dirolf
cd86a107ea toward a gridfs module 2009-01-26 16:19:06 -05:00