Mike Dirolf
|
a5ba101751
|
bump version again - fix for some issues people have had w/ old versions of setuptools
|
2009-04-15 14:55:09 -04:00 |
|
Mike Dirolf
|
595381956e
|
do use_setuptools no matter what. this is to avoid the ambiguous error message some have gotten trying to install the egg with an old setuptools
|
2009-04-15 14:52:48 -04:00 |
|
Mike Dirolf
|
1afab870df
|
send size to create_collection as a float, not a long
|
2009-04-15 13:58:03 -04:00 |
|
Mike Dirolf
|
2b66d6135f
|
remove whole doc directory instead of just subdir. this way we don't upload all doc versions every time...
|
2009-04-15 10:52:13 -04:00 |
|
Mike Dirolf
|
934f6a12ae
|
bumping version: last_status method and bugfixes
|
2009-04-15 10:45:28 -04:00 |
|
Mike Dirolf
|
a4b642b7ab
|
don't manipulate documents being updated by default
|
2009-04-15 10:43:17 -04:00 |
|
Mike Dirolf
|
96caf793a3
|
clean out docs for version before generating new ones
|
2009-04-14 16:32:36 -04:00 |
|
Mike Dirolf
|
12449c65f4
|
add target for setup.py to generate versioned docs: python setup.py doc
|
2009-04-14 16:28:21 -04:00 |
|
Mike Dirolf
|
3a4fb688df
|
better error message when we can't encode
|
2009-04-13 16:08:41 -04:00 |
|
Mike Dirolf
|
bacb2457ba
|
still raise a ConnectionFailure, just more detailed
|
2009-04-13 16:07:35 -04:00 |
|
Mike Dirolf
|
ea83fd981e
|
minor: change author email to the user group address
|
2009-04-13 15:06:11 -04:00 |
|
Eliot Horowitz
|
f48d22728c
|
raise root socket error if only 1 server
|
2009-04-13 14:20:18 -04:00 |
|
Eliot Horowitz
|
196bee2914
|
scoping and sock and safety
|
2009-04-13 14:15:41 -04:00 |
|
Mike Dirolf
|
84d29a7805
|
Merge branch 'master' of git@github.com:mongodb/mongo-python-driver
|
2009-04-13 13:57:48 -04:00 |
|
Mike Dirolf
|
6841005a7d
|
adding last_status method to Database instances
|
2009-04-13 13:57:33 -04:00 |
|
Eliot Horowitz
|
a557e5eec8
|
turn of nagle
from: moe@mbox.bz
|
2009-04-12 19:06:36 -04:00 |
|
Mike Dirolf
|
4aa0438f76
|
minor: clean script fails if cleaning fails
|
2009-04-08 14:01:52 -04:00 |
|
Mike Dirolf
|
8bf2ad3d39
|
bumping version - no timeout for regular ops
|
2009-04-03 09:33:44 -04:00 |
|
Mike Dirolf
|
a0b2fa2fb2
|
use a short timeout for new connections and no timeout for other ops
|
2009-04-03 09:32:53 -04:00 |
|
Mike Dirolf
|
ac7e4bccfa
|
bump version - very minor additions
|
2009-03-26 12:01:37 -04:00 |
|
Mike Dirolf
|
700c303361
|
example of using the auto-reference functionality
|
2009-03-23 17:57:34 -04:00 |
|
Mike Dirolf
|
1d6e11f5a3
|
to_dict for SON
|
2009-03-18 17:39:43 -04:00 |
|
Mike Dirolf
|
5e8dedfc38
|
bump version - fix for dbref perf. regression
|
2009-03-18 14:00:05 -04:00 |
|
Mike Dirolf
|
157e032892
|
handle dbrefs in c bson module as well
|
2009-03-18 11:53:03 -04:00 |
|
Mike Dirolf
|
8578b20e64
|
handle dbrefs in the bson encoder rather than as a layer on top
|
2009-03-18 10:31:47 -04:00 |
|
Mike Dirolf
|
9f3ad7f0d4
|
bumping version: faster decoding, master-slave support, use code_w_scope, new-style dbrefs, auto-ref
|
2009-03-17 13:37:52 -04:00 |
|
Mike Dirolf
|
9eebac461e
|
add a test for what marc has been trying to do
|
2009-03-17 13:18:08 -04:00 |
|
Mike Dirolf
|
7ddbdc5442
|
add basic auto-ref support
|
2009-03-17 13:04:50 -04:00 |
|
Mike Dirolf
|
055bd7f31c
|
test that already passes
|
2009-03-17 11:26:31 -04:00 |
|
Mike Dirolf
|
61fe349105
|
newly added manipulators get applied before existing ones
|
2009-03-17 11:11:00 -04:00 |
|
Mike Dirolf
|
943b9e1328
|
test dereferencing a non-objectid dbref
|
2009-03-17 11:00:07 -04:00 |
|
Mike Dirolf
|
708f12a33a
|
_id can be anything in DBRef instance
|
2009-03-17 10:43:25 -04:00 |
|
Mike Dirolf
|
b57d8c2d60
|
SONManipulator for converting between DBRefs and the corresponding embedded objects
|
2009-03-17 10:10:54 -04:00 |
|
Mike Dirolf
|
5942f0de08
|
clean up the concept of copying vs non-copying manipulators. placeholder for dbreftransformer
|
2009-03-16 15:38:24 -04:00 |
|
Mike Dirolf
|
396d4ded9d
|
make collection, id properties of dbref
|
2009-03-12 13:45:07 -04:00 |
|
Mike Dirolf
|
411e4bc517
|
use the InvalidDocument exception class for C encoding / decoding errors
|
2009-03-12 11:58:52 -04:00 |
|
Mike Dirolf
|
3262cfc215
|
make subtype a property instead of a regular method
|
2009-03-12 11:52:52 -04:00 |
|
Mike Dirolf
|
06f1c92637
|
test that already passes
|
2009-03-12 11:47:09 -04:00 |
|
Mike Dirolf
|
e0776fb06a
|
c encoder + decoder for code_w_scope
|
2009-03-12 11:46:59 -04:00 |
|
Mike Dirolf
|
6ca697554d
|
support for scopes in where clauses. and getter for code_w_scope
|
2009-03-12 11:25:00 -04:00 |
|
Mike Dirolf
|
5eda427cbc
|
use code_w_scope instead of code for eval. change Code class to support scopes
|
2009-03-12 11:16:03 -04:00 |
|
Mike Dirolf
|
238dc58b85
|
oops. make sure we have enough space for all possible flags'
|
2009-03-10 16:01:44 -04:00 |
|
Mike Dirolf
|
fdb9a94db6
|
fix some tests
|
2009-03-09 14:22:21 -04:00 |
|
Mike Dirolf
|
98dd6765bb
|
test killing cursors on master-slave
|
2009-03-09 14:02:51 -04:00 |
|
Mike Dirolf
|
33ef246812
|
towards master-slave support
|
2009-03-09 11:47:54 -04:00 |
|
Mike Dirolf
|
e9f8e7e98f
|
possible fix for connection issue that SW ran into...
|
2009-03-06 15:48:08 -05:00 |
|
Mike Dirolf
|
179bbd9156
|
spelling
|
2009-03-06 10:56:04 -05:00 |
|
Mike Dirolf
|
29e48049c6
|
faster bson decoding
|
2009-02-27 17:50:07 -05:00 |
|
Mike Dirolf
|
52bfc2cf5b
|
do less repacking on encodes
|
2009-02-27 16:06:10 -05:00 |
|
Mike Dirolf
|
838bf02481
|
bumping version - faster encoding, some fixes to keep up w/ mongod changes
|
2009-02-27 10:31:18 -05:00 |
|