mongo-python-driver/pymongo
2021-05-19 12:18:15 -07:00
..
__init__.py PYTHON-2662 Deprecate database profiler helpers (#619) 2021-05-10 17:29:27 -07:00
_cmessagemodule.c PYTHON-2191 Fix buffer leak added in 021adc53e8 2020-04-09 12:56:58 -07:00
aggregation.py PYTHON-1665 Agg with $out always goes to primary 2019-07-16 14:20:50 -07:00
auth_aws.py PYTHON-2138 Fix NameError: name 'AwsSaslContext' is not defined 2020-06-05 16:23:29 -07:00
auth.py PYTHON-2629 Use hello command when API Version is declared (#610) 2021-05-10 14:43:04 -07:00
bulk.py PYTHON-2142 Add index hinting support to delete operations 2020-03-26 16:01:33 -07:00
change_stream.py PYTHON-2305 Cache postBatchResumeToken when an aggregate command returns an empty firstBatch (#456) 2020-07-08 14:51:17 -07:00
client_options.py PYTHON-2672 SDAM, CMAP, and server selection changes for load balancers (#621) 2021-05-18 14:17:58 -07:00
client_session.py PYTHON-2635 Unpin sessions after all abortTransaction attempts (#609) 2021-04-28 12:38:47 -07:00
collation.py PYTHON-1113 - Small doc fixes 2016-09-07 15:32:10 -07:00
collection.py PYTHON-2547 Change estimated_document_count() to use $collStats instead of count on 4.9+ (#606) 2021-04-28 15:03:38 -07:00
command_cursor.py PYTHON-1860 Use OP_MSG for find/aggregate_raw_batches when supported (#622) 2021-05-19 12:18:15 -07:00
common.py PYTHON-2396 Deprecate ssl_keyfile and ssl_certfile URI options (#616) 2021-05-05 15:59:18 -07:00
compression_support.py PYTHON-2629 Use hello command when API Version is declared (#610) 2021-05-10 14:43:04 -07:00
cursor_manager.py Update copyright dates 2017-12-01 17:23:39 -08:00
cursor.py PYTHON-1860 Use OP_MSG for find/aggregate_raw_batches when supported (#622) 2021-05-19 12:18:15 -07:00
daemon.py PYTHON-2234: When mongocryptd spawn fails, the driver does not indicate what it tried to spawn (#596) 2021-04-21 15:53:00 -07:00
database.py PYTHON-2662 Deprecate database profiler helpers (#619) 2021-05-10 17:29:27 -07:00
driver_info.py PYTHON-1564 Add DriverInfo to handshake metadata 2018-06-03 10:04:45 -04:00
encryption_options.py PYTHON-2472 add a metadataClient for CSFLE (#539) 2021-03-01 11:48:26 -08:00
encryption.py PYTHON-2624 Increase serverSelectionTimeoutMS for mongocryptd connection (#604) 2021-04-27 12:55:09 -07:00
errors.py PYTHON-2438 Fix str representation of BulkWriteError (#522) 2020-11-23 09:47:17 -08:00
event_loggers.py PYTHON-2076: Add example event loggers (#449) 2020-07-09 21:32:25 -04:00
hello.py PYTHON-2629 Use hello command when API Version is declared (#610) 2021-05-10 14:43:04 -07:00
helpers.py PYTHON-2544 Do not check error messages when an error code is present (#574) 2021-03-04 10:05:21 -08:00
ismaster.py PYTHON-2672 SDAM, CMAP, and server selection changes for load balancers (#621) 2021-05-18 14:17:58 -07:00
max_staleness_selectors.py PYTHON-1192 - Minimum maxStalenessSeconds is 90. 2016-11-22 13:19:34 -05:00
message.py PYTHON-1860 Use OP_MSG for find/aggregate_raw_batches when supported (#622) 2021-05-19 12:18:15 -07:00
mongo_client.py PYTHON-2672 SDAM, CMAP, and server selection changes for load balancers (#621) 2021-05-18 14:17:58 -07:00
mongo_replica_set_client.py PYTHON-928 - Fix tests around client __repr__ to expect original seed list instead of discovered nodes. 2015-07-17 15:57:23 -07:00
monitor.py PYTHON-2433 Fix Python 3 ServerDescription/Exception memory leak (#520) 2020-11-20 19:00:06 -08:00
monitoring.py PYTHON-2076: Add example event loggers (#449) 2020-07-09 21:32:25 -04:00
monotonic.py PYTHON-1482 Fix monotonic time import for Python 2 2018-02-21 17:01:03 -08:00
network.py PYTHON-2342 Prefer checking error codes over error messages (#492) 2020-10-02 11:30:39 -07:00
ocsp_cache.py PYTHON-2132 cache OCSP responses 2020-03-13 11:11:38 -07:00
ocsp_support.py PYTHON-2144 Test OCSP on macOS and Windows 2020-06-09 09:31:17 -07:00
operations.py PYTHON-2219 Document hidden index option (#474) 2020-07-29 11:26:50 -07:00
periodic_executor.py PYTHON-2123 Streaming heartbeat protocol 2020-07-01 14:49:46 -07:00
pool.py PYTHON-2672 SDAM, CMAP, and server selection changes for load balancers (#621) 2021-05-18 14:17:58 -07:00
pyopenssl_context.py PYTHON-2163 Suppress ragged EOFs when using pyOpenSSL to match the stdlib (#453) 2020-07-02 14:17:20 -07:00
read_concern.py PYTHON-981 - Implement ReadConcern. 2015-11-18 14:12:28 -08:00
read_preferences.py PYTHON-2170 Add support for 4.4 hedged reads 2020-05-07 17:26:00 -07:00
response.py PYTHON-1674 Refactor Cursor/CommandCursor.__send_message 2019-04-25 14:27:41 -07:00
results.py Update copyright dates 2017-12-01 17:23:39 -08:00
saslprep.py PYTHON-1464 - Implement SCRAM-SHA-256 2018-03-06 17:54:40 -08:00
server_api.py PYTHON-2536 Document versioned API usage (#584) 2021-03-31 11:32:06 -05:00
server_description.py PYTHON-2672 SDAM, CMAP, and server selection changes for load balancers (#621) 2021-05-18 14:17:58 -07:00
server_selectors.py PYTHON-1192 - Minimum maxStalenessSeconds is 90. 2016-11-22 13:19:34 -05:00
server_type.py PYTHON-2672 SDAM, CMAP, and server selection changes for load balancers (#621) 2021-05-18 14:17:58 -07:00
server.py PYTHON-2672 SDAM, CMAP, and server selection changes for load balancers (#621) 2021-05-18 14:17:58 -07:00
settings.py PYTHON-2672 SDAM, CMAP, and server selection changes for load balancers (#621) 2021-05-18 14:17:58 -07:00
socket_checker.py PYTHON-2443 Fix TypeError when pyOpenSSL socket has timeout of None (#527) 2020-12-01 08:02:30 -10:00
son_manipulator.py PYTHON-1462 - Import ABCs from collections.abc 2018-02-12 19:42:44 -08:00
srv_resolver.py PYTHON-2667 Fix SRV support when running with eventlet (#612) 2021-04-28 15:10:28 -07:00
ssl_context.py PYTHON-2040 PyOpenSSL support 2020-02-06 18:03:21 -08:00
ssl_match_hostname.py PYTHON-2040 PyOpenSSL support 2020-02-06 18:03:21 -08:00
ssl_support.py PYTHON-2161 add support for tlsDisableOcspEndpointCheck URI option 2020-03-11 18:35:11 -07:00
thread_util.py PYTHON-2334 Add regression test for gevent.Timeout compatibility (#475) 2020-07-29 18:05:18 -07:00
topology_description.py PYTHON-2672 SDAM, CMAP, and server selection changes for load balancers (#621) 2021-05-18 14:17:58 -07:00
topology.py PYTHON-2672 SDAM, CMAP, and server selection changes for load balancers (#621) 2021-05-18 14:17:58 -07:00
uri_parser.py PYTHON-2671 Support loadBalanced URI option (#614) 2021-05-05 12:51:53 -07:00
write_concern.py Fix equality comparison of WriteConcern objects. (#378) 2018-10-09 15:05:47 -07:00