..
__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
allow any utf-8 string rather than just ascii. using unicode is still preferred because we don't have to check it at all
2009-12-01 13:27:44 -05:00
test_code.py
minor: more PEP 8
2009-06-05 17:18:09 -04:00
test_collection.py
DEPRECATING method style access for several methods:
2009-12-15 17:04:24 -05:00
test_connection.py
DEPRECATING method style access for several methods:
2009-12-15 17:04:24 -05:00
test_cursor.py
DEPRECATING method style access for several methods:
2009-12-15 17:04:24 -05:00
test_database.py
DEPRECATING method style access for several methods:
2009-12-15 17:04:24 -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
always use master for commands in MasterSlaveConnection instances
2009-09-22 10:57:15 -04: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: no longer supporting regex from_xml
2009-11-24 10:49:37 -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