mongo-python-driver/pymongo
2015-02-24 13:49:39 -08:00
..
__init__.py Remove warnings about MongoDB versions before 1.8. 2014-10-31 14:15:24 -04:00
_cmessagemodule.c PYTHON-825 BSON API changes and internal options handling. 2015-02-05 23:09:23 -06:00
auth.py PYTHON-818 - Work around issues with unicode_literals and pbkdf2_hmac. 2015-01-12 12:09:19 -08:00
bulk.py PYTHON-821 - Deprecated legacy API. 2015-02-20 15:41:45 -08:00
client_options.py PYTHON-826 Move codec_options submodule from pymongo to bson. 2015-02-02 09:38:49 -05:00
collection.py PEP8 / Pylint cleanups. 2015-02-23 14:43:28 -08:00
command_cursor.py PYTHON-800 - Clean up internal use of CodecOptions. 2014-12-23 19:52:31 -08:00
common.py PEP8 / Pylint cleanups. 2015-02-23 14:43:28 -08:00
cursor_manager.py Update cursor management for PyMongo 3.0. 2014-12-03 17:16:11 -05:00
cursor.py PEP8 / Pylint cleanups. 2015-02-23 14:43:28 -08:00
database.py PEP8 / Pylint cleanups. 2015-02-23 14:43:28 -08:00
errors.py PYTHON-837 - Implement CRUD spec exception hierarchy. 2015-02-24 13:49:39 -08:00
helpers.py PYTHON-837 - Implement CRUD spec exception hierarchy. 2015-02-24 13:49:39 -08:00
ismaster.py Rename "set_name" to "replica_set_name". 2014-11-17 20:29:16 -05:00
message.py PYTHON-825 BSON API changes and internal options handling. 2015-02-05 23:09:23 -06:00
mongo_client.py PEP8 / Pylint cleanups. 2015-02-23 14:43:28 -08:00
mongo_replica_set_client.py Replace "Cluster" term with "Topology". 2014-09-17 22:32:43 -04:00
monitor.py PYTHON-825 BSON API changes and internal options handling. 2015-02-05 23:09:23 -06:00
monotonic.py Use a monotonic clock if possible. 2014-11-21 21:09:07 -05:00
network.py PYTHON-825 BSON API changes and internal options handling. 2015-02-05 23:09:23 -06:00
options.py PYTHON-821 - Introduce results and options modules. 2015-02-11 13:52:51 -08:00
periodic_executor.py PYTHON-799 Break ref cycle in Monitor. 2015-01-05 15:21:50 -05:00
pool.py PYTHON-829 Call ismaster on each new connection. 2015-01-26 16:54:14 -05:00
read_preferences.py Reset average round trip time if a server is disconnected. 2015-01-26 15:38:24 -05:00
response.py Wrap server responses in a Response or ExhaustResponse object. 2014-07-28 21:21:37 -04:00
results.py PYTHON-821 - Implement insert_many 2015-02-12 16:28:46 -08:00
server_description.py New method to calculate average round trip time. 2014-12-03 16:30:35 -05:00
server_selectors.py PYTHON-812 - Make local threshold global and immutable. 2015-01-08 11:21:54 -08:00
server_type.py PYTHON-525 Move SERVER_TYPE to its own file. 2014-08-28 16:49:33 -04:00
server.py PYTHON-829 Call ismaster on each new connection. 2015-01-26 16:54:14 -05:00
settings.py Mock the clock in test_selection_failure. 2015-01-27 18:02:06 -05:00
son_manipulator.py PYTHON-505 Allow C extensions to encode any mapping type, not just dicts. 2014-08-13 16:16:25 +00:00
ssl_context.py Clean up SSL support. 2014-07-09 07:22:54 -07:00
ssl_match_hostname.py Update ssl_match_hostname PYTHON-650 2014-03-10 08:38:19 -07:00
ssl_support.py Clean up SSL support. 2014-07-09 07:22:54 -07:00
thread_util.py PYTHON-785 Remove start_request(). 2014-11-24 22:48:44 -05:00
topology_description.py Rename "set_name" to "replica_set_name". 2014-11-17 20:29:16 -05:00
topology.py Mock the clock in test_selection_failure. 2015-01-27 18:02:06 -05:00
uri_parser.py Remove pymongo.errors.UnsupportedOption. 2014-10-31 16:42:11 -04:00
write_concern.py PYTHON-677 - Update docstrings. 2014-04-22 10:32:24 -07:00