mongo-python-driver/pymongo
A. Jesse Jiryu Davis 026757fd0d Unused imports.
2014-11-17 16:12:18 -05:00
..
__init__.py Remove warnings about MongoDB versions before 1.8. 2014-10-31 14:15:24 -04:00
_cmessagemodule.c PYTHON-685 - Fix rare resource leak in _cmessage 2014-04-29 13:30:26 -07:00
auth.py PYTHON-768 - Support authMechanismProperties. 2014-10-30 22:01:38 -07: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 Add version information to docstring. 2014-11-02 08:16:42 -08:00
command_cursor.py PYTHON-525 Deprecate MongoReplicaSetClient. 2014-09-16 15:33:19 -04:00
common.py PYTHON-768 - Support authMechanismProperties. 2014-10-30 22:01:38 -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 Remove warnings about MongoDB versions before 1.8. 2014-10-31 14:15:24 -04:00
database.py PYTHON-761 - Use listCollections for helper methods 2014-10-31 13:27:39 -07:00
errors.py Remove pymongo.errors.UnsupportedOption. 2014-10-31 16:42:11 -04:00
helpers.py Unused imports. 2014-11-17 16:12:18 -05:00
ismaster.py Use lower() to canonicalize hostnames. 2014-09-22 16:36:20 -04:00
message.py Remove ancient version annotations. 2014-10-31 14:15:24 -04:00
mongo_client.py Unused imports. 2014-11-17 16:12:18 -05:00
mongo_replica_set_client.py Replace "Cluster" term with "Topology". 2014-09-17 22:32:43 -04:00
monitor.py Monitors stop themselves when the Topology is GC'ed. 2014-11-03 14:40:06 -05:00
pool.py PYTHON-764 SCRAM-SHA-1 automatic upgrade / downgrade. 2014-10-23 16:30:55 -04:00
read_preferences.py Unused imports. 2014-11-17 16:12:18 -05: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 Fix race with disconnect, auth, and getMore. 2014-11-14 22:18:06 -05:00
server_type.py PYTHON-525 Move SERVER_TYPE to its own file. 2014-08-28 16:49:33 -04:00
server.py More consistent use of 'reset' and 'close'. 2014-11-03 14:40:06 -05:00
settings.py Unused imports. 2014-11-17 16:12:18 -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 Use with-statements to acquire locks. 2014-10-02 10:07:43 -04:00
topology_description.py Faster method of checking server compatibility. 2014-11-03 12:06:57 -05:00
topology.py Fix race with disconnect, auth, and getMore. 2014-11-14 22:18: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