Commit Graph

528 Commits

Author SHA1 Message Date
Mike Dirolf
806b4ee21c BUMP 0.10.1 bugfixes plus an alias for Connection 2009-05-18 11:27:35 -04:00
Mike Dirolf
ba75690b8d oops - bug with pairing 2009-05-18 11:26:46 -04:00
Mike Dirolf
ec9fc802dd alias Connection as pymongo.Connection 2009-05-15 11:57:31 -04:00
Mike Dirolf
770c851829 raise an exception rather than silently overflowing 2009-05-14 16:59:08 -04:00
Mike Dirolf
cc9ae51b46 BUMP 0.10 added ensure_index 2009-05-14 15:52:20 -04:00
Mike Dirolf
0797c341ff ensure_index 2009-05-14 15:50:31 -04:00
Mike Dirolf
fa9082209e update description 2009-05-13 00:09:51 -04:00
Mike Dirolf
d107ad5c8a BUMP 0.9.7 --no_ext option, version number and a bug fix 2009-05-13 00:07:20 -04:00
Mike Dirolf
2f27e67423 fix bug where sub-collections of were being disallowed due to the $ in the name 2009-05-12 23:08:57 -04:00
Mike Dirolf
322a13d81d move version from setup.py to pymongo.version 2009-05-12 15:12:48 -04:00
Mike Dirolf
3a8a645a5b Merge branch 'master' of git@github.com:mongodb/mongo-python-driver 2009-05-08 17:12:15 -04:00
Mike Dirolf
43213deb51 suppport --no_ext command line option to not build c extension at all 2009-05-08 17:12:04 -04:00
Eliot Horowitz
f7023936fb Merge branch 'master' of git@github.com:mongodb/mongo-python-driver 2009-05-08 16:57:34 -04:00
Eliot Horowitz
a9787be342 change one test that only works with java 2009-05-08 16:57:17 -04:00
Mike Dirolf
f9b871ff27 BUMP 0.9.6 mostly some fixes to the c extension to work around reloading issues that came up in SW production 2009-05-08 15:15:34 -04:00
Mike Dirolf
b680f033fa try reloading for element classes as well 2009-05-08 15:12:19 -04:00
Mike Dirolf
f928b9424a re-import pymongo.son and try test again if it fails the first time
this is a fix for a bug we were seeing on SW production that had to do
with mod_wsgi reloading pymongo.son but not _cbson
2009-05-08 15:12:19 -04:00
Mike Dirolf
74bf4122e0 make Connection paramater defaults configurable with class attributes: thanks to kless for the original implementation of this 2009-05-07 12:27:08 -04:00
Mike Dirolf
a4f70292e3 MINOR doc 2009-04-27 14:11:04 -04:00
Mike Dirolf
854344c392 add Collection.group 2009-04-27 13:38:49 -04:00
Mike Dirolf
4aab17c305 update tests for auto create index on _id 2009-04-22 15:20:25 -04:00
Mike Dirolf
8c41933f20 support for decoding data_timestamp 2009-04-22 12:03:25 -04:00
Mike Dirolf
692f206ea7 add unique option when creating an index 2009-04-21 11:56:44 -04:00
Mike Dirolf
a76623d765 MINOR ignore settings.py file for benchmarks 2009-04-20 16:59:01 -04:00
Mike Dirolf
fc381e38e0 new benchmark setup 2009-04-20 16:58:20 -04:00
Mike Dirolf
31198bb31a add server_info helper 2009-04-20 15:35:53 -04:00
Mike Dirolf
e2b6b5facd no longer drop_indexes. the database does this automatically now and leaving it in can lead to weirdness 2009-04-16 09:54:18 -04:00
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