mongo-python-driver/pymongo
2021-12-10 13:34:18 -06:00
..
__init__.py BUMP 4.1.0.dev0 2021-12-07 11:14:09 -08:00
_cmessagemodule.c PYTHON-2763 Remove outdated check_keys and $clusterTime logic (#817) 2021-12-10 10:22:49 -08:00
aggregation.py PYTHON-2554 Support aggregate $merge and $out executing on secondaries (#774) 2021-12-07 16:26:01 -08:00
auth_aws.py PYTHON-2138 Fix NameError: name 'AwsSaslContext' is not defined 2020-06-05 16:23:29 -07:00
auth.py PYTHON-2585 Remove legacy multi-auth code (#816) 2021-12-09 18:00:41 -08:00
bulk.py PYTHON-2984 Fix retry behavior for bulk write writeConcernError (#800) 2021-11-19 12:15:23 -08:00
change_stream.py PYTHON-2803 Eliminate the use of 'slave' 2021-09-13 12:47:24 -07:00
client_options.py PYTHON-2585 Remove legacy multi-auth code (#816) 2021-12-09 18:00:41 -08:00
client_session.py Removed references to outdated server versions (#812) 2021-12-07 15:47:28 -08:00
collation.py PYTHON-1113 - Small doc fixes 2016-09-07 15:32:10 -07:00
collection.py PYTHON-2763 Remove outdated check_keys and $clusterTime logic (#817) 2021-12-10 10:22:49 -08:00
command_cursor.py PYTHON-2870 Add support for man/text/latex/etc.. docs output (#708) 2021-08-19 13:31:46 -07:00
common.py Removed references to outdated server versions (#812) 2021-12-07 15:47:28 -08:00
compression_support.py PYTHON-2629 Use hello command when API Version is declared (#610) 2021-05-10 14:33:51 -07:00
cursor.py Removed references to outdated server versions (#812) 2021-12-07 15:47:28 -08:00
daemon.py PYTHON-2234 Only rely on standard library in daemon.py (#597) 2021-04-21 15:51:41 -07:00
database.py PYTHON-2353 Update create_collection docs with more options (#820) 2021-12-10 13:34:18 -06:00
driver_info.py PYTHON-2057 Make 'name' a required argument for DriverInfo class (#718) 2021-09-08 11:24:10 -07:00
encryption_options.py PYTHON-3001 Bump minimum pymongocrypt version to 1.2.0 (#793) 2021-11-16 16:35:31 -08:00
encryption.py PYTHON-2763 Remove outdated check_keys and $clusterTime logic (#817) 2021-12-10 10:22:49 -08:00
errors.py PYTHON-2038 Remove pymongo.errors.CertificateError (#705) 2021-08-12 09:29:30 -07:00
event_loggers.py PYTHON-2462 Avoid connection storms: implement pool PAUSED state (#531) 2021-01-06 15:15:37 -08:00
hello.py PYTHON-2803 Get rid of most uses of 'master' 2021-09-13 12:50:49 -07:00
helpers.py PYTHON-2984 Fix retry behavior for bulk write writeConcernError (#800) 2021-11-19 12:15:23 -08:00
max_staleness_selectors.py PYTHON-1192 - Minimum maxStalenessSeconds is 90. 2016-11-22 13:19:34 -05:00
message.py PYTHON-2763 Remove outdated check_keys and $clusterTime logic (#817) 2021-12-10 10:22:49 -08:00
mongo_client.py PYTHON-2585 Remove legacy multi-auth code (#816) 2021-12-09 18:00:41 -08:00
monitor.py PYTHON-2585 Remove legacy multi-auth code (#816) 2021-12-09 18:00:41 -08:00
monitoring.py PYTHON-2164 Add MongoClient.options, remove redundant properties (#772) 2021-11-03 11:21:33 -07:00
network.py PYTHON-2763 Remove outdated check_keys and $clusterTime logic (#817) 2021-12-10 10:22:49 -08:00
ocsp_cache.py PYTHON-2132 cache OCSP responses 2020-03-13 11:11:38 -07:00
ocsp_support.py PYTHON-2162 Remove support for ssl* URI options (#706) 2021-08-19 14:58:31 -07:00
operations.py Removed references to outdated server versions (#812) 2021-12-07 15:47:28 -08:00
periodic_executor.py PYTHON-2503 Always use time.monotonic 2021-01-25 12:48:31 -08:00
pool.py PYTHON-2763 Remove outdated check_keys and $clusterTime logic (#817) 2021-12-10 10:22:49 -08:00
pyopenssl_context.py PYTHON-2038 Remove pymongo.errors.CertificateError (#705) 2021-08-12 09:29:30 -07:00
read_concern.py PYTHON-2133 Remove Py2 compatibility from pymongo 2021-01-19 21:15:20 -08:00
read_preferences.py PYTHON-2554 Support aggregate $merge and $out executing on secondaries (#774) 2021-12-07 16:26:01 -08:00
response.py PYTHON-2673 Connection pinning behavior for load balanced clusters (#630) 2021-06-15 14:14:56 -07:00
results.py Removed references to outdated server versions (#812) 2021-12-07 15:47:28 -08:00
saslprep.py PYTHON-2133 Fix up docs 2021-01-21 15:49:23 -08:00
server_api.py PYTHON-2536 Document versioned API usage (#584) 2021-03-31 11:31:06 -05:00
server_description.py PYTHON-2803 Get rid of most uses of 'master' 2021-09-13 12:50:49 -07:00
server_selectors.py PYTHON-2133 Fix up docs 2021-01-21 15:49:23 -08:00
server_type.py PYTHON-2672 SDAM, CMAP, and server selection changes for load balancers (#621) 2021-05-18 14:12:49 -07:00
server.py PYTHON-2585 Remove legacy multi-auth code (#816) 2021-12-09 18:00:41 -08:00
settings.py PYTHON-2981 Stop using MongoClient.address for hashing and equality (#795) 2021-11-17 12:31:59 -08:00
socket_checker.py PYTHON-2443 Fix TypeError when pyOpenSSL socket has timeout of None (#527) 2020-12-01 07:57:30 -10:00
srv_resolver.py PYTHON-2832 Provide options to limit number of mongos servers used in connecting to sharded clusters (#754) 2021-10-26 14:47:51 -07:00
ssl_context.py PYTHON-2386 Drop support for Python 3.5 2021-02-03 16:33:36 -08:00
ssl_support.py PYTHON-2879 Fix get_ssl_context for CSFLE and ocsptest.py (#713) 2021-08-24 13:36:37 -04:00
topology_description.py PYTHON-2554 Support aggregate $merge and $out executing on secondaries (#774) 2021-12-07 16:26:01 -08:00
topology.py PYTHON-2585 Remove legacy multi-auth code (#816) 2021-12-09 18:00:41 -08:00
uri_parser.py PYTHON-3003 Add kms_tls_options to configure options for KMS provider connections (#784) 2021-11-10 16:49:31 -08:00
write_concern.py Removed references to outdated server versions (#812) 2021-12-07 15:47:28 -08:00