mongo-python-driver/pymongo
2009-02-06 16:07:19 -05:00
..
__init__.py move constants to pymongo root. update docs. add documentation for the pymongo module itself. 2009-01-30 14:54:50 -05:00
_cbsonmodule.c subtype is unsigned, another test 2009-02-06 16:07:19 -05:00
binary.py test equality 2009-02-02 10:04:49 -05:00
bson.py finish and enable C decoder 2009-02-05 17:08:44 -05:00
code.py new code class Code 2009-01-29 10:53:00 -05:00
collection.py doc 2009-02-05 10:37:43 -05:00
connection.py set a timeout of 20 seconds on connections 2009-02-02 17:45:13 -05:00
cursor_manager.py documentation: use epydoc format for rST parameter lists 2009-01-27 11:01:26 -05:00
cursor.py hide to_dicts as _to_dicts 2009-02-05 15:40:07 -05:00
database.py make a better note of what is going on here 2009-02-06 10:57:42 -05:00
dbref.py documentation: use epydoc format for rST parameter lists 2009-01-27 11:01:26 -05: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
mongo.py just check for subclass of dict, not (SON, dict). SON is now a subclass of dict 2009-02-04 13:38:36 -05:00
objectid.py documentation: use epydoc format for rST parameter lists 2009-01-27 11:01:26 -05:00
son_manipulator.py TODO 2009-02-02 11:33:34 -05:00
son.py Revert "hopefully faster way to create SON" 2009-02-05 14:44:01 -05:00