mongo-python-driver/pymongo
2023-06-20 23:20:39 -07:00
..
__init__.py PYTHON-3565 The docs page appears to be missing a component reference (#1137) 2023-01-18 13:39:38 -06:00
_cmessagemodule.c PYTHON-3718 Faster INT2STRING (#1221) 2023-06-05 18:35:39 -05:00
_csot.py PYTHON-2504 Run pyupgrade 3.4.0 and ruff 0.0.265 (#1196) 2023-05-11 15:27:17 -07:00
_version.py BUMP 4.4 (#1251) 2023-06-20 23:20:39 -07:00
aggregation.py PYTHON-2504 Run pyupgrade 3.4.0 and ruff 0.0.265 (#1196) 2023-05-11 15:27:17 -07:00
auth_aws.py PYTHON-2504 Run pyupgrade 3.4.0 and ruff 0.0.265 (#1196) 2023-05-11 15:27:17 -07:00
auth_oidc.py PYTHON-2504 Run pyupgrade 3.4.0 and ruff 0.0.265 (#1196) 2023-05-11 15:27:17 -07:00
auth.py PYTHON-3735 Add types to PyMongo auth module (#1231) 2023-06-14 11:27:58 -07:00
bulk.py PYTHON-2504 Run pyupgrade 3.4.0 and ruff 0.0.265 (#1196) 2023-05-11 15:27:17 -07:00
change_stream.py PYTHON-3737 Use __future__ annotations for forward reference type hints (#1234) 2023-06-15 12:54:29 -07:00
client_options.py BUMP 4.4 (#1251) 2023-06-20 23:20:39 -07:00
client_session.py PYTHON-3737 Use __future__ annotations for forward reference type hints (#1234) 2023-06-15 12:54:29 -07:00
collation.py PYTHON-2504 Run pyupgrade 3.4.0 and ruff 0.0.265 (#1196) 2023-05-11 15:27:17 -07:00
collection.py PYTHON-3737 Use __future__ annotations for forward reference type hints (#1234) 2023-06-15 12:54:29 -07:00
command_cursor.py PYTHON-3737 Use __future__ annotations for forward reference type hints (#1234) 2023-06-15 12:54:29 -07:00
common.py PYTHON-2287 Improve error message for invalid boolean option (#1236) 2023-06-15 11:54:20 -07:00
compression_support.py PYTHON-2504 Run pyupgrade 3.4.0 and ruff 0.0.265 (#1196) 2023-05-11 15:27:17 -07:00
cursor.py PYTHON-3737 Use __future__ annotations for forward reference type hints (#1234) 2023-06-15 12:54:29 -07:00
daemon.py PYTHON-3120 Set up flake8 linting (#868) 2022-02-17 06:44:08 -06:00
database.py PYTHON-3737 Use __future__ annotations for forward reference type hints (#1234) 2023-06-15 12:54:29 -07:00
driver_info.py PYTHON-2504 Run pyupgrade 3.4.0 and ruff 0.0.265 (#1196) 2023-05-11 15:27:17 -07:00
encryption_options.py PYTHON-3737 Use __future__ annotations for forward reference type hints (#1234) 2023-06-15 12:54:29 -07:00
encryption.py PYTHON-3469 Error if RewrapManyDataKey is called with masterKey and without provider (#1214) 2023-05-15 06:36:36 -05:00
errors.py PYTHON-3709 Remove "beta" from Queryable Encryption Equality API (#1210) 2023-05-12 12:17:40 -07:00
event_loggers.py PYTHON-3120 Set up flake8 linting (#868) 2022-02-17 06:44:08 -06:00
hello.py PYTHON-1834 Use a code formatter (#852) 2022-02-09 06:44:28 -06:00
helpers.py PYTHON-2504 Run pyupgrade 3.4.0 and ruff 0.0.265 (#1196) 2023-05-11 15:27:17 -07:00
lock.py PYTHON-2484 Added lock sanitization for MongoClient and ObjectId (#985) 2022-08-04 16:58:56 -07:00
max_staleness_selectors.py PYTHON-1834 Use a code formatter (#852) 2022-02-09 06:44:28 -06:00
message.py PYTHON-2504 Run pyupgrade 3.4.0 and ruff 0.0.265 (#1196) 2023-05-11 15:27:17 -07:00
mongo_client.py PYTHON-3737 Use __future__ annotations for forward reference type hints (#1234) 2023-06-15 12:54:29 -07:00
monitor.py PYTHON-2504 Run pyupgrade 3.4.0 and ruff 0.0.265 (#1196) 2023-05-11 15:27:17 -07:00
monitoring.py PYTHON-3737 Use __future__ annotations for forward reference type hints (#1234) 2023-06-15 12:54:29 -07:00
network.py PYTHON-2504 Run pyupgrade 3.4.0 and ruff 0.0.265 (#1196) 2023-05-11 15:27:17 -07:00
ocsp_cache.py PYTHON-3744 Fix utcnow deprecation build regressions (#1244) 2023-06-16 13:30:54 -07:00
ocsp_support.py PYTHON-3744 Fix utcnow deprecation build regressions (#1244) 2023-06-16 13:30:54 -07:00
operations.py PYTHON-2504 Run pyupgrade 3.4.0 and ruff 0.0.265 (#1196) 2023-05-11 15:27:17 -07:00
periodic_executor.py PYTHON-2504 Run pyupgrade 3.4.0 and ruff 0.0.265 (#1196) 2023-05-11 15:27:17 -07:00
pool.py PYTHON-3735 Add types to PyMongo auth module (#1231) 2023-06-14 11:27:58 -07:00
py.typed PYTHON-3092 Add Type Discovery Files (#863) 2022-02-11 12:41:29 -06:00
pyopenssl_context.py PYTHON-2287 Improve error message for invalid boolean option (#1236) 2023-06-15 11:54:20 -07:00
read_concern.py PYTHON-2504 Run pyupgrade 3.4.0 and ruff 0.0.265 (#1196) 2023-05-11 15:27:17 -07:00
read_preferences.py PYTHON-2504 Run pyupgrade 3.4.0 and ruff 0.0.265 (#1196) 2023-05-11 15:27:17 -07:00
response.py PYTHON-2504 Run pyupgrade 3.4.0 and ruff 0.0.265 (#1196) 2023-05-11 15:27:17 -07:00
results.py PYTHON-2504 Run pyupgrade 3.4.0 and ruff 0.0.265 (#1196) 2023-05-11 15:27:17 -07:00
saslprep.py PYTHON-2504 Run pyupgrade 3.4.0 and ruff 0.0.265 (#1196) 2023-05-11 15:27:17 -07:00
server_api.py PYTHON-2504 Run pyupgrade 3.4.0 and ruff 0.0.265 (#1196) 2023-05-11 15:27:17 -07:00
server_description.py PYTHON-2504 Run pyupgrade 3.4.0 and ruff 0.0.265 (#1196) 2023-05-11 15:27:17 -07:00
server_selectors.py PYTHON-2504 Run pyupgrade 3.4.0 and ruff 0.0.265 (#1196) 2023-05-11 15:27:17 -07:00
server_type.py PYTHON-3060 Add typings to pymongo package (#831) 2022-02-02 21:12:36 -06:00
server.py PYTHON-2504 Run pyupgrade 3.4.0 and ruff 0.0.265 (#1196) 2023-05-11 15:27:17 -07:00
settings.py PYTHON-2504 Run pyupgrade 3.4.0 and ruff 0.0.265 (#1196) 2023-05-11 15:27:17 -07:00
socket_checker.py PYTHON-2504 Run pyupgrade 3.4.0 and ruff 0.0.265 (#1196) 2023-05-11 15:27:17 -07:00
srv_resolver.py PYTHON-2504 Run pyupgrade 3.4.0 and ruff 0.0.265 (#1196) 2023-05-11 15:27:17 -07:00
ssl_context.py PYTHON-3288 Implement client side operation timeout (#954) 2022-06-06 15:36:52 -04:00
ssl_support.py PYTHON-2504 Run pyupgrade 3.4.0 and ruff 0.0.265 (#1196) 2023-05-11 15:27:17 -07:00
topology_description.py PYTHON-2504 Run pyupgrade 3.4.0 and ruff 0.0.265 (#1196) 2023-05-11 15:27:17 -07:00
topology.py PYTHON-2504 Run pyupgrade 3.4.0 and ruff 0.0.265 (#1196) 2023-05-11 15:27:17 -07:00
typings.py PYTHON-2504 Run pyupgrade 3.4.0 and ruff 0.0.265 (#1196) 2023-05-11 15:27:17 -07:00
uri_parser.py PYTHON-2504 Run pyupgrade 3.4.0 and ruff 0.0.265 (#1196) 2023-05-11 15:27:17 -07:00
write_concern.py PYTHON-2287 Improve error message for invalid boolean option (#1236) 2023-06-15 11:54:20 -07:00