mongo-python-driver/pymongo
2014-10-23 16:30:55 -04:00
..
__init__.py PYTHON-690 - Various fixes to indexing docstrings. 2014-05-01 10:18:42 -07:00
_cmessagemodule.c PYTHON-685 - Fix rare resource leak in _cmessage 2014-04-29 13:30:26 -07:00
auth.py PYTHON-764 SCRAM-SHA-1 automatic upgrade / downgrade. 2014-10-23 16:30:55 -04:00
bulk.py PYTHON-525 Reimplement MongoClient to use Cluster. 2014-08-28 16:57:57 -04:00
client_options.py PYTHON-764 SCRAM-SHA-1 automatic upgrade / downgrade. 2014-10-23 16:30:55 -04:00
collection.py Fix MongoClient.__getattr__ implementation. 2014-10-02 17:41:49 -04:00
command_cursor.py PYTHON-525 Deprecate MongoReplicaSetClient. 2014-09-16 15:33:19 -04:00
common.py PYTHON-763 - Bump MAX_SUPPORTED_WIRE_VERSION to 3. 2014-10-02 16:36:01 -07:00
cursor_manager.py PYTHON-674 python 2/3 single-source for the pymongo module 2014-04-23 18:26:18 +00:00
cursor.py PYTHON-737 Raise AutoReconnect on exhaust cursor error. 2014-10-02 08:38:39 -04:00
database.py PYTHON-764 SCRAM-SHA-1 automatic upgrade / downgrade. 2014-10-23 16:30:55 -04:00
errors.py PYTHON-525 Deprecate MongoReplicaSetClient. 2014-09-16 15:33:19 -04:00
helpers.py PYTHON-766 Fix KeyError when parsing certain mongos error responses. 2014-10-07 19:45:16 -04:00
ismaster.py Use lower() to canonicalize hostnames. 2014-09-22 16:36:20 -04:00
message.py PYTHON-674 python 2/3 single-source for the pymongo module 2014-04-23 18:26:18 +00:00
mongo_client.py PYTHON-764 SCRAM-SHA-1 automatic upgrade / downgrade. 2014-10-23 16:30:55 -04:00
mongo_replica_set_client.py Replace "Cluster" term with "Topology". 2014-09-17 22:32:43 -04:00
monitor.py PYTHON-764 SCRAM-SHA-1 automatic upgrade / downgrade. 2014-10-23 16:30:55 -04:00
pool.py PYTHON-764 SCRAM-SHA-1 automatic upgrade / downgrade. 2014-10-23 16:30:55 -04:00
read_preferences.py PYTHON-525 Update replica set docs for new MongoClient. 2014-09-26 19:30:47 -04:00
response.py Wrap server responses in a Response or ExhaustResponse object. 2014-07-28 21:21:37 -04:00
server_description.py Replace "Cluster" term with "Topology". 2014-09-17 22:32:43 -04:00
server_selectors.py PYTHON-525 Deprecate MongoReplicaSetClient. 2014-09-16 15:33:19 -04:00
server_type.py PYTHON-525 Move SERVER_TYPE to its own file. 2014-08-28 16:49:33 -04:00
server.py PYTHON-764 SCRAM-SHA-1 automatic upgrade / downgrade. 2014-10-23 16:30:55 -04:00
settings.py Replace "Cluster" term with "Topology". 2014-09-17 22:32:43 -04: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 Use with-statements to acquire locks. 2014-10-02 10:07:43 -04:00
topology_description.py Replace "Cluster" term with "Topology". 2014-09-17 22:32:43 -04:00
topology.py PYTHON-525 Socket timeout for monitoring is connect_timeout. 2014-09-25 11:15:31 -04:00
uri_parser.py Use lower() to canonicalize hostnames. 2014-09-22 16:36:20 -04:00
write_concern.py PYTHON-677 - Update docstrings. 2014-04-22 10:32:24 -07:00