mongo-python-driver/pymongo
2025-04-22 11:44:58 -07:00
..
asynchronous PYTHON-5306 - Fix use of public MongoClient attributes before connection (#2285) 2025-04-21 15:53:21 -04:00
synchronous PYTHON-5306 - Fix use of public MongoClient attributes before connection (#2285) 2025-04-21 15:53:21 -04:00
__init__.py PYTHON-5314 Fix default imports for modules that worked in v4.8 (#2300) 2025-04-22 11:44:58 -07:00
_asyncio_lock.py PYTHON-5115 Type validation errors should include the invalid type name (#2085) 2025-01-31 12:01:58 -08:00
_asyncio_task.py PYTHON-5205 Replace http with https in doc links (#2204) 2025-03-14 21:37:11 -04:00
_azure_helpers.py PYTHON-5205 Replace http with https in doc links (#2204) 2025-03-14 21:37:11 -04:00
_client_bulk_shared.py PYTHON-5205 Replace http with https in doc links (#2204) 2025-03-14 21:37:11 -04:00
_cmessagemodule.c PYTHON-5205 Replace http with https in doc links (#2204) 2025-03-14 21:37:11 -04:00
_csot.py PYTHON-4796 Update type checkers and handle with_options typing (#1880) 2024-09-30 18:01:53 -05:00
_gcp_helpers.py PYTHON-5205 Replace http with https in doc links (#2204) 2025-03-14 21:37:11 -04:00
_version.py BUMP 4.13.0.dev0 2025-04-08 13:12:35 +00:00
auth_oidc_shared.py PYTHON-5205 Replace http with https in doc links (#2204) 2025-03-14 21:37:11 -04:00
auth_oidc.py PYTHON-5205 Replace http with https in doc links (#2204) 2025-03-14 21:37:11 -04:00
auth_shared.py PYTHON-5205 Replace http with https in doc links (#2204) 2025-03-14 21:37:11 -04:00
auth.py PYTHON-5205 Replace http with https in doc links (#2204) 2025-03-14 21:37:11 -04:00
bulk_shared.py PYTHON-5205 Replace http with https in doc links (#2204) 2025-03-14 21:37:11 -04:00
change_stream.py PYTHON-5205 Replace http with https in doc links (#2204) 2025-03-14 21:37:11 -04:00
client_options.py PYTHON-5205 Replace http with https in doc links (#2204) 2025-03-14 21:37:11 -04:00
client_session.py PYTHON-5205 Replace http with https in doc links (#2204) 2025-03-14 21:37:11 -04:00
collation.py PYTHON-5205 Replace http with https in doc links (#2204) 2025-03-14 21:37:11 -04:00
collection.py PYTHON-5205 Replace http with https in doc links (#2204) 2025-03-14 21:37:11 -04:00
command_cursor.py PYTHON-4532 - Fix blank docs pages for generated modules (#1722) 2024-06-27 15:19:47 -07:00
common.py PYTHON-5205 Replace http with https in doc links (#2204) 2025-03-14 21:37:11 -04:00
compression_support.py PYTHON-5205 Replace http with https in doc links (#2204) 2025-03-14 21:37:11 -04:00
cursor_shared.py PYTHON-4264 Async PyMongo Beta (#1629) 2024-06-06 09:01:24 -07:00
cursor.py PYTHON-4532 - Fix blank docs pages for generated modules (#1722) 2024-06-27 15:19:47 -07:00
daemon.py PYTHON-5205 Replace http with https in doc links (#2204) 2025-03-14 21:37:11 -04:00
database_shared.py PYTHON-5205 Replace http with https in doc links (#2204) 2025-03-14 21:37:11 -04:00
database.py PYTHON-5205 Replace http with https in doc links (#2204) 2025-03-14 21:37:11 -04:00
driver_info.py PYTHON-5205 Replace http with https in doc links (#2204) 2025-03-14 21:37:11 -04:00
encryption_options.py PYTHON-3636 AsyncMongoClient should perform SRV resolution lazily (#2191) 2025-03-25 13:45:06 -07:00
encryption.py PYTHON-5205 Replace http with https in doc links (#2204) 2025-03-14 21:37:11 -04:00
errors.py PYTHON-5205 Replace http with https in doc links (#2204) 2025-03-14 21:37:11 -04:00
event_loggers.py PYTHON-5205 Replace http with https in doc links (#2204) 2025-03-14 21:37:11 -04:00
hello.py PYTHON-5205 Replace http with https in doc links (#2204) 2025-03-14 21:37:11 -04:00
helpers_shared.py PYTHON-5205 Replace http with https in doc links (#2204) 2025-03-14 21:37:11 -04:00
lock.py PYTHON-5205 Replace http with https in doc links (#2204) 2025-03-14 21:37:11 -04:00
logger.py PYTHON-5205 Replace http with https in doc links (#2204) 2025-03-14 21:37:11 -04:00
max_staleness_selectors.py PYTHON-5205 Replace http with https in doc links (#2204) 2025-03-14 21:37:11 -04:00
message.py PYTHON-5205 Replace http with https in doc links (#2204) 2025-03-14 21:37:11 -04:00
mongo_client.py PYTHON-5205 Replace http with https in doc links (#2204) 2025-03-14 21:37:11 -04:00
monitoring.py PYTHON-5205 Replace http with https in doc links (#2204) 2025-03-14 21:37:11 -04:00
network_layer.py PYTHON-4493 - Use asyncio protocols instead of sockets for network IO (#2151) 2025-03-28 15:02:40 -04:00
ocsp_cache.py PYTHON-5205 Replace http with https in doc links (#2204) 2025-03-14 21:37:11 -04:00
ocsp_support.py PYTHON-5205 Replace http with https in doc links (#2204) 2025-03-14 21:37:11 -04:00
operations.py PYTHON-5205 Replace http with https in doc links (#2204) 2025-03-14 21:37:11 -04:00
periodic_executor.py PYTHON-5205 Replace http with https in doc links (#2204) 2025-03-14 21:37:11 -04:00
pool_options.py PYTHON-5205 Replace http with https in doc links (#2204) 2025-03-14 21:37:11 -04:00
pool_shared.py PYTHON-5297 - AsyncMongoClient connection error causes UnboundLocalError (#2273) 2025-04-10 10:30:09 -04:00
pool.py PYTHON-5205 Replace http with https in doc links (#2204) 2025-03-14 21:37:11 -04:00
py.typed PYTHON-3092 Add Type Discovery Files (#863) 2022-02-11 12:41:29 -06:00
pyopenssl_context.py PYTHON-5154 - Remove PyOpenSSL support from Async PyMongo (#2246) 2025-03-31 15:04:05 -04:00
read_concern.py PYTHON-5205 Replace http with https in doc links (#2204) 2025-03-14 21:37:11 -04:00
read_preferences.py PYTHON-5169 - Deprecate Hedged Reads option (#2213) 2025-03-25 17:00:19 -04:00
response.py PYTHON-5205 Replace http with https in doc links (#2204) 2025-03-14 21:37:11 -04:00
results.py PYTHON-5205 Replace http with https in doc links (#2204) 2025-03-14 21:37:11 -04:00
saslprep.py PYTHON-5205 Replace http with https in doc links (#2204) 2025-03-14 21:37:11 -04:00
server_api.py PYTHON-5205 Replace http with https in doc links (#2204) 2025-03-14 21:37:11 -04:00
server_description.py PYTHON-5205 Replace http with https in doc links (#2204) 2025-03-14 21:37:11 -04:00
server_selectors.py PYTHON-5205 Replace http with https in doc links (#2204) 2025-03-14 21:37:11 -04:00
server_type.py PYTHON-5205 Replace http with https in doc links (#2204) 2025-03-14 21:37:11 -04:00
socket_checker.py PYTHON-3698 Support mypy 1.2 --strict testing (part 1) (#1371) 2023-09-20 14:29:17 -05:00
ssl_context.py PYTHON-5205 Replace http with https in doc links (#2204) 2025-03-14 21:37:11 -04:00
ssl_support.py PYTHON-5205 Replace http with https in doc links (#2204) 2025-03-14 21:37:11 -04:00
topology_description.py PYTHON-5205 Replace http with https in doc links (#2204) 2025-03-14 21:37:11 -04:00
typings.py PYTHON-5205 Replace http with https in doc links (#2204) 2025-03-14 21:37:11 -04:00
uri_parser_shared.py PYTHON-3636 AsyncMongoClient should perform SRV resolution lazily (#2191) 2025-03-25 13:45:06 -07:00
uri_parser.py PYTHON-3636 AsyncMongoClient should perform SRV resolution lazily (#2191) 2025-03-25 13:45:06 -07:00
write_concern.py PYTHON-5205 Replace http with https in doc links (#2204) 2025-03-14 21:37:11 -04:00