mongo-python-driver/pymongo
2024-08-28 08:31:42 -04:00
..
asynchronous PYTHON-4662 - Capture Async PyMongo metadata (#1814) 2024-08-28 08:31:42 -04:00
synchronous PYTHON-4662 - Capture Async PyMongo metadata (#1814) 2024-08-28 08:31:42 -04:00
__init__.py PYTHON-4476 Separate data and IO classes more effectively (#1678) 2024-06-26 10:12:39 -07:00
_azure_helpers.py PYTHON-4256 Clean up handling of TOKEN_RESOURCE (#1620) 2024-04-29 15:45:24 -05:00
_client_bulk_shared.py PYTHON-4550 Add MongoClient.bulk_write API (#1745) 2024-08-06 11:10:01 -07:00
_cmessagemodule.c PYTHON-4285 More consistent PyModule_GetState checks (#1560) 2024-03-25 13:48:45 -07:00
_csot.py PYTHON-4600 Handle round trip time being negative when time.monotonic() is not monotonic (#1758) 2024-08-02 13:25:32 -07:00
_gcp_helpers.py PYTHON-4441 Use deferred imports instead of lazy module loading (#1648) 2024-05-30 16:40:23 -05:00
_version.py BUMP 4.9.0.dev0 (#1672) 2024-06-12 11:07:35 -07:00
auth_oidc_shared.py PYTHON-4476 Separate data and IO classes more effectively (#1678) 2024-06-26 10:12:39 -07:00
auth_oidc.py PYTHON-4532 - Fix blank docs pages for generated modules (#1722) 2024-06-27 15:19:47 -07:00
auth_shared.py PYTHON-4476 Separate data and IO classes more effectively (#1678) 2024-06-26 10:12:39 -07:00
auth.py PYTHON-4476 Separate data and IO classes more effectively (#1678) 2024-06-26 10:12:39 -07:00
bulk_shared.py PYTHON-4476 Separate data and IO classes more effectively (#1678) 2024-06-26 10:12:39 -07:00
change_stream.py PYTHON-4532 - Fix blank docs pages for generated modules (#1722) 2024-06-27 15:19:47 -07:00
client_options.py PYTHON-4662 - Capture Async PyMongo metadata (#1814) 2024-08-28 08:31:42 -04:00
client_session.py PYTHON-4532 - Fix blank docs pages for generated modules (#1722) 2024-06-27 15:19:47 -07:00
collation.py PYTHON-4589 - Add async API docs (#1755) 2024-07-30 13:18:40 -07:00
collection.py PYTHON-4532 - Fix blank docs pages for generated modules (#1722) 2024-06-27 15:19:47 -07: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-4524 Bump maxWireVersion for MongoDB 8.0 (#1720) 2024-06-27 13:46:30 -07:00
compression_support.py PYTHON-4476 Separate data and IO classes more effectively (#1678) 2024-06-26 10:12:39 -07: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-4005 Replace flake8 and isort with ruff (#1399) 2023-10-19 11:56:22 -05:00
database_shared.py PYTHON-4264 Async PyMongo Beta (#1629) 2024-06-06 09:01:24 -07:00
database.py PYTHON-4532 - Fix blank docs pages for generated modules (#1722) 2024-06-27 15:19:47 -07:00
driver_info.py PYTHON-4589 - Add async API docs (#1755) 2024-07-30 13:18:40 -07:00
encryption_options.py PYTHON-4698 Rename the async ClientEncryption to AsyncClientEncryption (#1816) 2024-08-27 10:50:44 -04:00
encryption.py PYTHON-4532 - Fix blank docs pages for generated modules (#1722) 2024-06-27 15:19:47 -07:00
errors.py PYTHON-4630 Add documentation for MongoClient.bulk_write (#1794) 2024-08-16 15:55:30 -07:00
event_loggers.py PYTHON-4589 - Add async API docs (#1755) 2024-07-30 13:18:40 -07:00
hello.py PYTHON-4476 Separate data and IO classes more effectively (#1678) 2024-06-26 10:12:39 -07:00
helpers_shared.py PYTHON-4476 Separate data and IO classes more effectively (#1678) 2024-06-26 10:12:39 -07:00
lock.py PYTHON-4264 Async PyMongo Beta (#1629) 2024-06-06 09:01:24 -07:00
logger.py PYTHON-4476 Separate data and IO classes more effectively (#1678) 2024-06-26 10:12:39 -07:00
max_staleness_selectors.py PYTHON-4476 Separate data and IO classes more effectively (#1678) 2024-06-26 10:12:39 -07:00
message.py PYTHON-4668 Improve performance of client.bulk_write (#1800) 2024-08-20 17:18:28 -07:00
mongo_client.py PYTHON-4532 - Fix blank docs pages for generated modules (#1722) 2024-06-27 15:19:47 -07:00
monitoring.py PYTHON-4589 - Add async API docs (#1755) 2024-07-30 13:18:40 -07:00
network_layer.py PYTHON-4659 Fix async with TLS (#1793) 2024-08-13 18:32:48 -07:00
ocsp_cache.py PYTHON-4611 Prefer non deprecated cryptography apis (#1770) 2024-08-06 10:50:52 -07:00
ocsp_support.py PYTHON-4611 Prefer non deprecated cryptography apis (#1770) 2024-08-06 10:50:52 -07:00
operations.py PYTHON-4550 Add MongoClient.bulk_write API (#1745) 2024-08-06 11:10:01 -07:00
pool_options.py PYTHON-4662 - Capture Async PyMongo metadata (#1814) 2024-08-28 08:31:42 -04:00
pool.py PYTHON-4532 - Fix blank docs pages for generated modules (#1722) 2024-06-27 15:19:47 -07:00
py.typed PYTHON-3092 Add Type Discovery Files (#863) 2022-02-11 12:41:29 -06:00
pyopenssl_context.py PYTHON-4618 - Fix TypeError: Socket cannot be of type SSLSocket (#1772) 2024-08-08 08:21:59 -07:00
read_concern.py PYTHON-4589 - Add async API docs (#1755) 2024-07-30 13:18:40 -07:00
read_preferences.py PYTHON-4600 Handle round trip time being negative when time.monotonic() is not monotonic (#1758) 2024-08-02 13:25:32 -07:00
response.py PYTHON-4476 Separate data and IO classes more effectively (#1678) 2024-06-26 10:12:39 -07:00
results.py PYTHON-4550 Add MongoClient.bulk_write API (#1745) 2024-08-06 11:10:01 -07:00
saslprep.py PYTHON-3605 Move type annotations to parameter list in rendered docs (#1441) 2023-11-27 09:24:00 -06:00
server_api.py PYTHON-3605 Move type annotations to parameter list in rendered docs (#1441) 2023-11-27 09:24:00 -06:00
server_description.py PYTHON-4589 - Add async API docs (#1755) 2024-07-30 13:18:40 -07:00
server_selectors.py PYTHON-4476 Separate data and IO classes more effectively (#1678) 2024-06-26 10:12:39 -07:00
server_type.py PYTHON-3905 Use from __future__ import annotations in all files (#1370) 2023-09-11 10:49:24 -05:00
socket_checker.py PYTHON-3698 Support mypy 1.2 --strict testing (part 1) (#1371) 2023-09-20 14:29:17 -05:00
srv_resolver.py PYTHON-4476 Separate data and IO classes more effectively (#1678) 2024-06-26 10:12:39 -07:00
ssl_context.py PYTHON-4618 - Fix TypeError: Socket cannot be of type SSLSocket (#1772) 2024-08-08 08:21:59 -07:00
ssl_support.py PYTHON-4618 - Fix TypeError: Socket cannot be of type SSLSocket (#1772) 2024-08-08 08:21:59 -07:00
topology_description.py PYTHON-4589 - Add async API docs (#1755) 2024-07-30 13:18:40 -07:00
typings.py PYTHON-4550 Add MongoClient.bulk_write API (#1745) 2024-08-06 11:10:01 -07:00
uri_parser.py PYTHON-4588 Don't include invalid port in URI parsing error message (#1753) 2024-07-31 09:41:43 -07:00
write_concern.py PYTHON-4589 - Add async API docs (#1755) 2024-07-30 13:18:40 -07:00