LICENSE MANIFEST.in README.rst distribute_setup.py setup.cfg setup.py bson/__init__.py bson/_cbsonmodule.c bson/_cbsonmodule.h bson/binary.py bson/buffer.c bson/buffer.h bson/code.py bson/dbref.py bson/encoding_helpers.c bson/encoding_helpers.h bson/errors.py bson/json_util.py bson/max_key.py bson/min_key.py bson/objectid.py bson/py3compat.py bson/son.py bson/time64.c bson/time64.h bson/time64_config.h bson/time64_limits.h bson/timestamp.py bson/tz_util.py doc/__init__.py doc/changelog.rst doc/conf.py doc/contributors.rst doc/faq.rst doc/index.rst doc/installation.rst doc/mongo_extensions.py doc/python3.rst doc/tools.rst doc/tutorial.rst doc/api/index.rst doc/api/bson/binary.rst doc/api/bson/code.rst doc/api/bson/dbref.rst doc/api/bson/errors.rst doc/api/bson/index.rst doc/api/bson/json_util.rst doc/api/bson/max_key.rst doc/api/bson/min_key.rst doc/api/bson/objectid.rst doc/api/bson/son.rst doc/api/bson/timestamp.rst doc/api/bson/tz_util.rst doc/api/gridfs/errors.rst doc/api/gridfs/grid_file.rst doc/api/gridfs/index.rst doc/api/pymongo/collection.rst doc/api/pymongo/connection.rst doc/api/pymongo/cursor.rst doc/api/pymongo/cursor_manager.rst doc/api/pymongo/database.rst doc/api/pymongo/errors.rst doc/api/pymongo/index.rst doc/api/pymongo/master_slave_connection.rst doc/api/pymongo/message.rst doc/api/pymongo/mongo_client.rst doc/api/pymongo/mongo_replica_set_client.rst doc/api/pymongo/pool.rst doc/api/pymongo/replica_set_connection.rst doc/api/pymongo/son_manipulator.rst doc/api/pymongo/uri_parser.rst doc/examples/aggregation.rst doc/examples/authentication.rst doc/examples/custom_type.rst doc/examples/geo.rst doc/examples/gevent.rst doc/examples/gridfs.rst doc/examples/high_availability.rst doc/examples/index.rst doc/examples/requests.rst gridfs/__init__.py gridfs/errors.py gridfs/grid_file.py pymongo/__init__.py pymongo/_cmessagemodule.c pymongo/auth.py pymongo/collection.py pymongo/common.py pymongo/connection.py pymongo/cursor.py pymongo/cursor_manager.py pymongo/database.py pymongo/errors.py pymongo/helpers.py pymongo/master_slave_connection.py pymongo/message.py pymongo/mongo_client.py pymongo/mongo_replica_set_client.py pymongo/pool.py pymongo/read_preferences.py pymongo/replica_set_connection.py pymongo/son_manipulator.py pymongo/ssl_match_hostname.py pymongo/thread_util.py pymongo/uri_parser.py pymongo.egg-info/PKG-INFO pymongo.egg-info/SOURCES.txt pymongo.egg-info/dependency_links.txt pymongo.egg-info/top_level.txt test/__init__.py test/qcheck.py test/test_auth.py test/test_binary.py test/test_bson.py test/test_client.py test/test_code.py test/test_collection.py test/test_common.py test/test_cursor.py test/test_database.py test/test_dbref.py test/test_errors.py test/test_grid_file.py test/test_gridfs.py test/test_json_util.py test/test_legacy_connections.py test/test_master_slave_connection.py test/test_objectid.py test/test_pooling.py test/test_pooling_base.py test/test_pooling_gevent.py test/test_pymongo.py test/test_read_preferences.py test/test_replica_set_client.py test/test_son.py test/test_son_manipulator.py test/test_ssl.py test/test_thread_util.py test/test_threads.py test/test_threads_replica_set_client.py test/test_timestamp.py test/test_uri_parser.py test/utils.py test/version.py test/certificates/ca.pem test/certificates/client.pem test/high_availability/ha_tools.py test/high_availability/test_ha.py test/mod_wsgi_test/test_client.py test/slow/test_high_concurrency.py tools/README.rst tools/benchmark.py tools/clean.py tools/fail_if_no_c.py