| .. |
|
__init__.py
|
PYTHON-1321 Remove MongoReplicaSetClient (#552)
|
2021-01-15 17:11:15 -08:00 |
|
_cmessagemodule.c
|
PYTHON-2133 Remove py2 support from extensions
|
2021-01-26 14:26:03 -08:00 |
|
aggregation.py
|
PYTHON-1326 Remove the "useCursor" aggregate option (#560)
|
2021-01-26 10:46:35 -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-1314 Remove Database.authenticate and Database.logout (#568)
|
2021-02-17 14:16:07 -08:00 |
|
bulk.py
|
PYTHON-1307 Remove SONManipulator APIs (#557)
|
2021-01-25 16:22:00 -08: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-2453 Add MongoDB Versioned API (#536)
|
2021-01-11 18:16:00 -08:00 |
|
client_session.py
|
PYTHON-1314 Remove Database.authenticate and Database.logout (#568)
|
2021-02-17 14:16:07 -08:00 |
|
collation.py
|
PYTHON-1113 - Small doc fixes
|
2016-09-07 15:32:10 -07:00 |
|
collection.py
|
PYTHON-1690: Fix error message when insert_many is given a single RawBSONDocument instead of a list (#580)
|
2021-03-22 11:13:42 -07:00 |
|
command_cursor.py
|
PYTHON-1307 Remove SONManipulator APIs (#557)
|
2021-01-25 16:22:00 -08:00 |
|
common.py
|
PYTHON-2133 Fix up docs
|
2021-01-21 15:49:23 -08:00 |
|
compression_support.py
|
PYTHON-2133 Fix up docs
|
2021-01-21 15:49:23 -08:00 |
|
cursor.py
|
PYTHON-1880: Raise a warning when no_cursor_timeout is used with an implicit session (#594)
|
2021-04-23 10:58:25 -07: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-1314 Remove Database.authenticate and Database.logout (#568)
|
2021-02-17 14:16:07 -08:00 |
|
driver_info.py
|
PYTHON-2133 Remove Py2 compatibility from pymongo
|
2021-01-19 21:15:20 -08:00 |
|
encryption_options.py
|
PYTHON-2472 add a metadataClient for CSFLE (#539)
|
2021-03-01 11:38:10 -08:00 |
|
encryption.py
|
PYTHON-2628: Fix 'encryption::create_data_key` docstring to use existing algorithm
|
2021-03-30 15:37:31 -07:00 |
|
errors.py
|
PYTHON-2133 Remove Py2 compatibility from pymongo
|
2021-01-19 21:15:20 -08:00 |
|
event_loggers.py
|
PYTHON-2462 Avoid connection storms: implement pool PAUSED state (#531)
|
2021-01-06 15:15:37 -08:00 |
|
helpers.py
|
PYTHON-2544 Do not check error messages when an error code is present (#574)
|
2021-03-04 10:03:52 -08:00 |
|
ismaster.py
|
PYTHON-2133 Remove Py2 compatibility from pymongo
|
2021-01-19 21:15:20 -08:00 |
|
max_staleness_selectors.py
|
PYTHON-1192 - Minimum maxStalenessSeconds is 90.
|
2016-11-22 13:19:34 -05:00 |
|
message.py
|
PYTHON-2133 Fix up docs
|
2021-01-21 15:49:23 -08:00 |
|
mongo_client.py
|
PYTHON-2397: MongoClient(ssl=True, tls=False) fails with an AttributeError (#592)
|
2021-04-21 11:32:50 -07:00 |
|
monitor.py
|
PYTHON-2503 Always use time.monotonic
|
2021-01-25 12:48:31 -08:00 |
|
monitoring.py
|
PYTHON-2133 Remove Py2 compatibility from pymongo
|
2021-01-19 21:15:20 -08:00 |
|
network.py
|
PYTHON-2596 Include host in error message when connection is closed (#575)
|
2021-03-03 16:33:42 -08: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-2133 Remove Py2 compatibility from pymongo
|
2021-01-19 21:15:20 -08:00 |
|
periodic_executor.py
|
PYTHON-2503 Always use time.monotonic
|
2021-01-25 12:48:31 -08:00 |
|
pool.py
|
PYTHON-2615 Reinstate TLS network timeout workaround due to eventlet (#581)
|
2021-03-19 21:47:53 -07:00 |
|
pyopenssl_context.py
|
PYTHON-2508 Improve PyOpenSSL on Windows and macOS
|
2021-01-28 16:02:51 -08:00 |
|
read_concern.py
|
PYTHON-2133 Remove Py2 compatibility from pymongo
|
2021-01-19 21:15:20 -08:00 |
|
read_preferences.py
|
PYTHON-2133 Remove Py2 compatibility from pymongo
|
2021-01-19 21:15:20 -08: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-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-2503 Always use time.monotonic
|
2021-01-25 12:48:31 -08:00 |
|
server_selectors.py
|
PYTHON-2133 Fix up docs
|
2021-01-21 15:49:23 -08:00 |
|
server_type.py
|
Fix up copyright dates.
|
2015-03-25 11:55:02 -07:00 |
|
server.py
|
PYTHON-2462 Avoid connection storms: implement pool PAUSED state (#531)
|
2021-01-06 15:15:37 -08: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 07:57:30 -10:00 |
|
srv_resolver.py
|
PYTHON-2364 Replace deprecated dns.resolver.query with dns.resolver.resolve (#598)
|
2021-04-23 12:48:09 -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-2508 Improve PyOpenSSL on Windows and macOS
|
2021-01-28 16:02:51 -08: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 13:24:54 -07:00 |
|
uri_parser.py
|
PYTHON-2133 Remove Py2 compatibility from pymongo
|
2021-01-19 21:15:20 -08:00 |
|
write_concern.py
|
PYTHON-2133 Remove Py2 compatibility from pymongo
|
2021-01-19 21:15:20 -08:00 |