mongo-python-driver/pymongo
Mike Dirolf 10f4e67d93 Python BSON decoder returns a plain dictionary instead of SON.
This matches the behavior of the C decoder (returning SON using the C
decoder is dramatically slower than returning a plain dict). This also hides
from the user the fact that BSON is ordered - internally we use SON when
needed (to make sure that _id is first, to make sure that command verbs are
first), but for user documents it shouldn't matter anyway.
2009-02-09 10:41:45 -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 Python BSON decoder returns a plain dictionary instead of SON. 2009-02-09 10:41:45 -05:00
code.py new code class Code 2009-01-29 10:53:00 -05:00
collection.py add collection-level count() w/o having to do an empty find() first 2009-02-09 10:27:41 -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 use hashlib instead of (deprecated) md5 module 2009-02-06 16:56:18 -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
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