Commit Graph

970 Commits

Author SHA1 Message Date
Mike Dirolf
7ef79a0d17 minor: handle -pre- in version parser 2010-03-19 16:38:58 -04:00
Mike Dirolf
b989e3e34d improvements to the db.command api 2010-03-19 16:17:59 -04:00
Mike Dirolf
d7ffcf3b65 fix and test for dropping indexes on non-existant collections 2010-03-19 14:19:51 -04:00
Mike Dirolf
daf470cd61 minor: todo 2010-03-19 12:18:59 -04:00
Mike Dirolf
3aeef68c2a don't allow empty bulk inserts 2010-03-18 12:18:00 -04:00
Mike Dirolf
e7709a8d7f version -> + 2010-03-17 11:07:07 -04:00
Mike Dirolf
35f52cc31d BUMP 1.5.1 -- see changelog for details 2010-03-17 10:48:18 -04:00
Mike Dirolf
97b91b7e4a minor: doc 2010-03-17 10:45:24 -04:00
Mike Dirolf
786f1de795 add _id property to GridFile instances 2010-03-17 10:06:50 -04:00
Mike Dirolf
705dae8598 minor: formatting 2010-03-15 10:29:30 -04:00
Mike Dirolf
a44c7033ef fix slave_okay for replica pairs PYTHON-111 2010-03-15 10:17:20 -04:00
Mike Dirolf
ccaad71d10 accept kwargs for create_index and ensure_index to allow all index options to be passed 2010-03-12 11:03:18 -05:00
Mike Dirolf
679aedc01c add support for geo indexing - see pymongo.GEO2D 2010-03-11 13:57:27 -05:00
Mike Dirolf
01350e38ad minor: don't run copy_database w/ username & pass unless we're on 1.3.x 2010-03-11 10:31:58 -05:00
Mike Dirolf
177d9ae28c on failure to encode, reload python objects and try again (with a warning) - could fix *some* of the mod_wsgi issues 2010-03-10 17:25:19 -05:00
Mike Dirolf
f1eafede9e unify python object caching code 2010-03-10 17:11:25 -05:00
Mike Dirolf
b738a6f274 don't cache any exception instances for C encoder - just import them as needed 2010-03-10 16:25:17 -05:00
Mike Dirolf
ba915da578 version -> + 2010-03-10 14:22:32 -05:00
Mike Dirolf
4817ba8770 BUMP 1.5 -- see changelog for details 2010-03-10 14:12:20 -05:00
Mike Dirolf
0f6d36ab19 minor: doc 2010-03-10 13:58:57 -05:00
Mike Dirolf
dc9749210e add subtype constants to binary module PYTHON-109 2010-03-10 12:12:59 -05:00
Mike Dirolf
04694c5f78 more docs for timestamp module 2010-03-10 12:01:45 -05:00
Mike Dirolf
5371b627bb remove use of deprecated options arg from tests 2010-03-10 11:45:02 -05:00
Mike Dirolf
eadb585472 DEPRECATE options dict to Collection/create_collection in favor of kwargs 2010-03-10 11:33:49 -05:00
Mike Dirolf
e1b0c25959 minor: doc 2010-03-10 10:28:58 -05:00
Mike Dirolf
03bcb23053 helper to check for C extension PYTHON-51 2010-03-10 10:16:44 -05:00
Mike Dirolf
2cafc867e6 use capped collection for tailable test 2010-03-10 09:53:28 -05:00
Mike Dirolf
3f2f300af8 more tests 2010-03-10 09:51:29 -05:00
Mike Dirolf
2213f813cf Adding copy_database 2010-03-10 09:17:25 -05:00
Mathias Stearn
71f680126d added alive property to Cursor 2010-03-09 16:03:09 -05:00
Mathias Stearn
e425a666eb Reverse time and inc for Timestamp (de)serialization 2010-03-09 13:17:13 -05:00
Mike Dirolf
ec631975ea minor: spam 2010-03-08 20:59:23 -05:00
Mike Dirolf
994dcacd8e minor: i think this must've been changed accidentally 2010-03-08 20:58:32 -05:00
Mike Dirolf
1db498ab5e minor: doc/naming 2010-03-08 20:55:33 -05:00
Mathias Stearn
6da27b07b1 Add Timestamp class 2010-03-08 20:03:04 -05:00
Mike Dirolf
4a0ad837ef update exception text 2010-03-05 11:52:24 -05:00
Mike Dirolf
2d102e7fdd minor: doc 2010-03-02 12:27:16 -05:00
Mike Dirolf
e118e13707 minor: doc fixes 2010-03-02 12:22:29 -05:00
Mike Dirolf
6bfbb29fe7 minor: contributors 2010-03-02 12:17:44 -05:00
Carlos Valiente
32f49babf4 Optional name argument for create_index and ensure_index 2010-03-03 01:07:49 +08:00
David Wolever
af43d1106f Updating Database.command documentation to suggest using pymongo.son.SON 2010-03-03 01:07:22 +08:00
Mike Dirolf
a4ef720805 minor: comment 2010-02-22 15:58:53 -05:00
Mike Dirolf
eaaa7e49f3 store pid with socket in TLS so we get a new socket on fork PYTHON-105 2010-02-22 15:42:50 -05:00
Mike Dirolf
624c84188e better error message when passing a dict to sort / create_index / hint like you would do from the shell 2010-02-20 16:13:18 -05:00
Mike Dirolf
3fdc8a7b93 minor: formatting 2010-02-19 17:14:10 -05:00
Mike Dirolf
7803df9dd5 minor: remove extraneous __new__ definition for BSON 2010-02-19 10:37:03 -05:00
Mike Dirolf
8b6eee822a accept Connection kwargs for from_uri as well 2010-02-16 10:53:31 -05:00
Mike Dirolf
da090e5125 minor: doc + add dan to contributors 2010-02-16 10:46:20 -05:00
Dan McKinley
b40748f3d9 Changes Connection.paired to accept kwargs that are passed on to the connection constructor. Changes the deprecation warnings to Connection.paired to match those for the Connection constructor. Adds tests for those changes. 2010-02-16 23:43:39 +08:00
Mike Dirolf
15ab0a92c7 fix for 2.4 - use our own partition method 2010-02-16 10:34:29 -05:00