mongo-python-driver/pymongo
2009-04-15 13:58:03 -04:00
..
__init__.py consolidate index document generation 2009-02-10 10:35:13 -05:00
_cbsonmodule.c better error message when we can't encode 2009-04-13 16:08:41 -04:00
binary.py make subtype a property instead of a regular method 2009-03-12 11:52:52 -04:00
bson.py handle dbrefs in the bson encoder rather than as a layer on top 2009-03-18 10:31:47 -04:00
code.py use code_w_scope instead of code for eval. change Code class to support scopes 2009-03-12 11:16:03 -04:00
collection.py send size to create_collection as a float, not a long 2009-04-15 13:58:03 -04:00
connection.py still raise a ConnectionFailure, just more detailed 2009-04-13 16:07:35 -04:00
cursor_manager.py documentation: use epydoc format for rST parameter lists 2009-01-27 11:01:26 -05:00
cursor.py support for scopes in where clauses. and getter for code_w_scope 2009-03-12 11:25:00 -04:00
database.py send size to create_collection as a float, not a long 2009-04-15 13:58:03 -04:00
dbref.py _id can be anything in DBRef instance 2009-03-17 10:43:25 -04:00
errors.py starting work on pairing - will connect to master when given a pair. but doesn't handle auto-reconnection yet 2009-01-28 13:12:20 -05:00
master_slave_connection.py test killing cursors on master-slave 2009-03-09 14:02:51 -04:00
objectid.py doc updates 2009-02-23 15:22:10 -05:00
son_manipulator.py handle dbrefs in the bson encoder rather than as a layer on top 2009-03-18 10:31:47 -04:00
son.py to_dict for SON 2009-03-18 17:39:43 -04:00