| .. |
|
__init__.py
|
BUMP 3.11.4
|
2021-05-04 14:32:59 -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-2192 - Use krb5's canonicalization algorithm
|
2020-06-25 11:26:14 -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-2121 add directConnection URI option
|
2020-06-08 15:11:55 -07:00 |
|
client_session.py
|
Revert "PYTHON-1915: Prohibit copying ClientSession objects (#480)"
|
2020-11-16 15:09:31 -08:00 |
|
collation.py
|
PYTHON-1113 - Small doc fixes
|
2016-09-07 15:32:10 -07:00 |
|
collection.py
|
PYTHON-2219 Document hidden index option (#474)
|
2020-07-29 11:26:50 -07:00 |
|
command_cursor.py
|
PYTHON-1742 add postBatchResumeToken support
|
2019-07-25 17:18:35 -07:00 |
|
common.py
|
PYTHON-2866 Setting tlsDisableOCSPEndpointCheck=false must enable OCSP endpoint check
|
2021-08-16 12:18:39 -07:00 |
|
compression_support.py
|
PYTHON-1723 Support zstd wire compression
|
2019-05-09 14:59:34 -04:00 |
|
cursor_manager.py
|
Update copyright dates
|
2017-12-01 17:23:39 -08:00 |
|
cursor.py
|
PYTHON-2220 Mention Atlas Search in documentation (#455)
|
2020-07-07 16:16:21 -07:00 |
|
daemon.py
|
PYTHON-2043 Spawn mongocryptd as a daemon process and silence resource warnings
|
2019-11-22 16:13:54 -08:00 |
|
database.py
|
PYTHON-2199 Reduce race conditions in SDAM error handling
|
2020-04-28 16:47:13 -07:00 |
|
driver_info.py
|
PYTHON-1564 Add DriverInfo to handshake metadata
|
2018-06-03 10:04:45 -04:00 |
|
encryption_options.py
|
PYTHON-2371 Add Azure and GCP support for CSFLE (#506)
|
2020-10-29 13:44:04 -07:00 |
|
encryption.py
|
PYTHON-2371 Add Azure and GCP support for CSFLE (#506)
|
2020-10-29 13:44:04 -07:00 |
|
errors.py
|
PYTHON-2438 Fix str representation of BulkWriteError (#522)
|
2020-11-23 09:48:19 -08:00 |
|
event_loggers.py
|
PYTHON-2076: Add example event loggers (#449)
|
2020-07-09 21:32:25 -04:00 |
|
helpers.py
|
PYTHON-2452 Ensure command-responses with RetryableWriteError label are retried on MongoDB 4.4+ (#530)
|
2020-12-14 19:06:28 -08:00 |
|
ismaster.py
|
PYTHON-2123 Streaming heartbeat protocol
|
2020-07-01 14:49:46 -07:00 |
|
max_staleness_selectors.py
|
PYTHON-1192 - Minimum maxStalenessSeconds is 90.
|
2016-11-22 13:19:34 -05:00 |
|
message.py
|
PYTHON-2123 Streaming heartbeat protocol
|
2020-07-01 14:49:46 -07:00 |
|
mongo_client.py
|
PYTHON-2392 Implicit sessions should always be discarded after connection errors (#498)
|
2020-10-12 12:21:45 -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:45 -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-2360 Ensure ConnectionCreatedEvents are emitted before ConnectionReadyEvents (#493)
|
2020-10-06 11:37:27 -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_description.py
|
PYTHON-2123 Streaming heartbeat protocol
|
2020-07-01 14:49:46 -07:00 |
|
server_selectors.py
|
PYTHON-1192 - Minimum maxStalenessSeconds is 90.
|
2016-11-22 13:19:34 -05:00 |
|
server_type.py
|
Fix up copyright dates.
|
2015-03-25 11:55:02 -07:00 |
|
server.py
|
PYTHON-2342 Prefer checking error codes over error messages (#492)
|
2020-10-02 11:30:39 -07:00 |
|
settings.py
|
PYTHON-2121 add directConnection URI option
|
2020-06-08 15:11:55 -07:00 |
|
socket_checker.py
|
PYTHON-2443 Fix TypeError when pyOpenSSL socket has timeout of None (#527)
|
2020-12-01 08:02:59 -10:00 |
|
son_manipulator.py
|
PYTHON-1462 - Import ABCs from collections.abc
|
2018-02-12 19:42:44 -08:00 |
|
srv_resolver.py
|
PYTHON-1902 DNS resolution should honor connectTimeoutMS
|
2019-08-09 17:04:02 -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-2121 add directConnection URI option
|
2020-06-08 15:11:55 -07:00 |
|
topology.py
|
PYTHON-2634 Only update pools for data-bearing servers (#590)
|
2021-04-19 15:26:27 -07:00 |
|
uri_parser.py
|
PYTHON-2121 add directConnection URI option
|
2020-06-08 15:11:55 -07:00 |
|
write_concern.py
|
Fix equality comparison of WriteConcern objects. (#378)
|
2018-10-09 15:05:47 -07:00 |