| .. |
|
__init__.py
|
add test directory w/ some test data we can use
|
2009-01-06 15:44:36 -05:00 |
|
gridfs15.py
|
GridFile supports the context manager (with statement) protocol
|
2009-07-08 13:05:36 -04:00 |
|
gridfs16.py
|
GridFile supports the context manager (with statement) protocol
|
2009-07-08 13:05:36 -04:00 |
|
qcheck.py
|
minor: more PEP 8
|
2009-06-05 17:18:09 -04:00 |
|
test_binary.py
|
Binary instances should never compare equal to str instances
|
2009-11-10 17:10:50 -05:00 |
|
test_bson.py
|
NULL bytes allowed in strings and disallowed in key names / regex patterns
|
2009-12-17 14:08:52 -05:00 |
|
test_code.py
|
code supports equality testing and instantiation from existing Code instances
|
2009-12-18 11:50:53 -05:00 |
|
test_collection.py
|
support keyf if key is a string and not a list. all groups are run as commands now
|
2009-12-18 13:09:12 -05:00 |
|
test_connection.py
|
minor: don't actually care what this returns
|
2009-12-16 11:37:07 -05:00 |
|
test_cursor.py
|
DEPRECATE db._command in favor of db.command, which is now part of the documented API
|
2010-01-04 10:34:43 -05:00 |
|
test_database.py
|
DEPRECATE db._command in favor of db.command, which is now part of the documented API
|
2010-01-04 10:34:43 -05:00 |
|
test_dbref.py
|
Add database support to DBRefs (as )
|
2009-11-10 14:54:39 -05:00 |
|
test_grid_file.py
|
minor: these constants make more sense in grid_file.py
|
2009-12-04 10:41:22 -05:00 |
|
test_gridfs.py
|
GridFile supports the context manager (with statement) protocol
|
2009-07-08 13:05:36 -04:00 |
|
test_json_util.py
|
add support for datetime and regex in json_util PYTHON-76
|
2009-12-09 11:08:16 -05:00 |
|
test_master_slave_connection.py
|
DEPRECATE db._command in favor of db.command, which is now part of the documented API
|
2010-01-04 10:34:43 -05:00 |
|
test_objectid.py
|
allow unicode for ObjectId init. raise InvalidId (instead of TypeError) for non-hex on init.
|
2009-12-10 15:45:14 -05:00 |
|
test_paired.py
|
DEPRECATING method style access for several methods:
|
2009-12-15 17:04:24 -05:00 |
|
test_pooling.py
|
DEPRECATING method style access for several methods:
|
2009-12-15 17:04:24 -05:00 |
|
test_pymongo.py
|
DEPRECATING method style access for several methods:
|
2009-12-15 17:04:24 -05:00 |
|
test_son_manipulator.py
|
DEPRECATING method style access for several methods:
|
2009-12-15 17:04:24 -05:00 |
|
test_son.py
|
minor: broken test
|
2009-12-18 13:21:29 -05:00 |
|
test_thread_util.py
|
minor: a little bit more wiggle room
|
2009-11-25 10:33:19 -05:00 |
|
test_threads.py
|
minor: oops forgot to update both places
|
2009-11-23 16:52:27 -05:00 |
|
version.py
|
selectively run CodeWScope group cmd tests based on db version
|
2009-09-15 15:02:56 -04:00 |