Commit Graph

6592 Commits

Author SHA1 Message Date
Mike Dirolf
b7c4e002f9 add classifiers and use the README as the long description 2009-01-26 09:59:52 -05:00
Mike Dirolf
4df85022c7 update README 2009-01-26 09:59:07 -05:00
Mike Dirolf
8e7952ae6d _id goes first 2009-01-26 09:33:07 -05:00
Mike Dirolf
0e3390f5e2 bumping version again - _id can be anything 2009-01-23 17:47:12 -05:00
Mike Dirolf
c48456ce36 test that _id can be anything 2009-01-23 17:46:09 -05:00
Mike Dirolf
84acf3b529 _id can be anything. this hasn't been well tested yet. 2009-01-23 17:34:27 -05:00
Mike Dirolf
63e7e4e043 pushing a new version to PyPI - threadsafe, support for (str, unicode) -> string, some more little things 2009-01-23 17:03:54 -05:00
Mike Dirolf
aba3a377a8 add a test that saving strings means retrieving unicode 2009-01-23 17:00:43 -05:00
Mike Dirolf
c19211a6e2 wrap test case with Binary() 2009-01-23 16:58:28 -05:00
Mike Dirolf
d7dadbfc5a make Binary instead of strings when coming from xml 2009-01-23 16:58:03 -05:00
Mike Dirolf
134eb62db2 support for Binary -> binary and string -> string 2009-01-23 16:57:30 -05:00
Mike Dirolf
38b7640d7a generate printable strings as well as Binary wrapped strings 2009-01-23 16:56:49 -05:00
Mike Dirolf
f42889acf1 repr for binary 2009-01-23 16:50:42 -05:00
Mike Dirolf
ce20d27540 be very explicit about this 2009-01-23 16:36:40 -05:00
Mike Dirolf
e83f91f1f8 binary wrapper 2009-01-23 16:35:03 -05:00
Mike Dirolf
b660722110 space 2009-01-23 16:34:48 -05:00
Mike Dirolf
81251c922c fix up mapping table - binary <-> Binary 2009-01-23 16:30:40 -05:00
Mike Dirolf
7295a3d09e document mapping (py types <-> mongo types). this is probably going to change soon so that binary has to be wrapped 2009-01-23 16:21:45 -05:00
Mike Dirolf
3111e69dfe a lot 2009-01-23 15:40:29 -05:00
Mike Dirolf
213d26203b a bit cleaner 2009-01-23 15:22:18 -05:00
Mike Dirolf
5c6ea28d22 oops 2009-01-23 15:15:20 -05:00
Mike Dirolf
4017a70ed4 make update's sig match the real update's sig 2009-01-23 15:13:56 -05:00
Mike Dirolf
94d51a6e39 authenticate() and logout() 2009-01-23 14:43:48 -05:00
Mike Dirolf
4180922a45 error(), previous_error() and reset_error_history() 2009-01-23 13:13:24 -05:00
Mike Dirolf
9a0e4b6bd7 test inserting and retrieving random documents 2009-01-23 10:49:43 -05:00
Mike Dirolf
2945e02434 enable test for insert multiple 2009-01-23 10:42:54 -05:00
Mike Dirolf
572e407af7 be more careful about killing cursors 2009-01-23 10:32:45 -05:00
Mike Dirolf
0955faca30 better error messages for iterating on connection, database 2009-01-23 10:05:59 -05:00
Mike Dirolf
163680bc16 can't iterate on a collection 2009-01-23 10:00:49 -05:00
Mike Dirolf
601b1618ad tests for insert - including a disabled test for insert multiple (since it's broken in recent mongo builds) 2009-01-22 17:38:16 -05:00
Mike Dirolf
db4447e243 ugh. spleling 2009-01-22 17:30:19 -05:00
Mike Dirolf
22e8d24de7 fix readme 2009-01-22 17:27:42 -05:00
Mike Dirolf
e61baa8399 be threadsafe + test 2009-01-22 17:23:12 -05:00
Mike Dirolf
e63f818bfe be (slightly) more private 2009-01-22 17:13:32 -05:00
Mike Dirolf
07f65cc1d1 add a simple example and update the README to reflect it 2009-01-22 16:27:57 -05:00
Mike Dirolf
2afc8d2c1b be more careful about generating ints across platforms 2009-01-22 15:48:15 -05:00
Mike Dirolf
9499d449d8 make another note of dependencies 2009-01-22 15:44:33 -05:00
Mike Dirolf
dd457bf278 chmod setup.py 2009-01-22 15:11:24 -05:00
Mike Dirolf
88a62b0c3e license 2009-01-22 15:10:00 -05:00
Mike Dirolf
c2c35cf4de more metadata 2009-01-22 15:02:10 -05:00
Mike Dirolf
6c7974103d support using setuptools test command 2009-01-22 14:52:26 -05:00
Mike Dirolf
247d0420bf gitignore build artifacts 2009-01-22 14:40:10 -05:00
Mike Dirolf
ec01929e50 starting on a setup.py 2009-01-22 14:30:41 -05:00
Mike Dirolf
b1e2294a0b move validate scripts to tools/ directory, add README there 2009-01-22 14:17:53 -05:00
Mike Dirolf
2b70d81fbd convert README to reStructured text and add some more details 2009-01-22 14:01:17 -05:00
Mike Dirolf
37f164629e doc updates 2009-01-22 11:32:45 -05:00
Mike Dirolf
b35c339d6e update epydoc config file 2009-01-22 11:32:32 -05:00
Mike Dirolf
0a8c972a13 remove ElementTree from source. you'll have to do if you don't have it already. this will be an automatic dependency when we set up the egg. 2009-01-22 11:27:42 -05:00
Mike Dirolf
d6c0ec39a3 create package pymongo and move all pymongo related modules there 2009-01-22 10:44:26 -05:00
Mike Dirolf
19ccdb8194 utc 2009-01-21 18:24:41 -05:00