mongo-python-driver/pymongo
2023-05-11 14:35:30 -05: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-2110 Refactored some C to avoid symbol conflicts (#968) 2022-06-13 11:42:41 -07:00
_csot.py PYTHON-3616 Use minimum RTT for CSOT maxTimeMS calculation (#1163) 2023-02-23 11:09:11 -08:00
_version.py BUMP 4.4.0.dev1 2023-01-27 12:32:18 -08:00
aggregation.py PYTHON-3232 Improved change stream event visibility for C2C Replication (#1062) 2022-09-27 15:31:20 -07:00
auth_aws.py PYTHON-3313 Cache AWS Credentials Where Possible (#982) 2022-10-12 10:21:06 -05:00
auth_oidc.py PYTHON-3460 Implement OIDC SASL mechanism (#1138) 2023-05-11 14:35:30 -05:00
auth.py PYTHON-3460 Implement OIDC SASL mechanism (#1138) 2023-05-11 14:35:30 -05:00
bulk.py PYTHON-3362 Ignore wtimeout when timeoutMS or timeout() is configured (#1013) 2022-07-19 17:46:09 -07:00
change_stream.py PYTHON-3232 Improved change stream event visibility for C2C Replication (#1062) 2022-09-27 15:31:20 -07:00
client_options.py PYTHON-3359 Remove Database and Collection timeout override (#1009) 2022-07-18 19:54:45 -05:00
client_session.py fix typo (#1179) 2023-04-04 06:46:14 -05:00
collation.py PYTHON-3543 Broken Links for ICU Project (#1129) 2022-12-20 16:29:43 -06:00
collection.py PYTHON-3703 Fix typos and add codespell pre-commit hook (#1203) 2023-05-03 14:47:24 -07:00
command_cursor.py PYTHON-3119 getMore helper should explicitly send inherited comment (#904) 2022-03-25 16:47:18 -07:00
common.py PYTHON-3460 Implement OIDC SASL mechanism (#1138) 2023-05-11 14:35:30 -05:00
compression_support.py PYTHON-3159 Fix typo in zlib compression support (#894) 2022-03-04 17:29:33 -08:00
cursor.py PYTHON-3524 Support passing list of strings to create_index (#1121) 2022-11-29 05:27:45 -06:00
daemon.py PYTHON-3120 Set up flake8 linting (#868) 2022-02-17 06:44:08 -06:00
database.py PYTHON-3570 Deprecate currentOp/collStats commands by 7.0 (#1205) 2023-05-08 11:49:05 -05:00
driver_info.py PYTHON-1834 Use a code formatter (#852) 2022-02-09 06:44:28 -06:00
encryption_options.py PYTHON-3614 Support Queryable Encryption protocol v2 on 7.0+ (#1197) 2023-05-01 09:16:28 -07:00
encryption.py PYTHON-3614 Support Queryable Encryption protocol v2 on 7.0+ (#1197) 2023-05-01 09:16:28 -07:00
errors.py PYTHON-3592 createEncryptedCollection should raise a specialized exception to report the intermediate encryptedFields (#1148) 2023-02-07 10:23:59 -08: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-3460 Implement OIDC SASL mechanism (#1138) 2023-05-11 14:35:30 -05: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-3460 Implement OIDC SASL mechanism (#1138) 2023-05-11 14:35:30 -05:00
mongo_client.py PYTHON-3610 Add blacken-docs to pre-commit hook (#1170) 2023-03-14 15:37:45 -05:00
monitor.py PYTHON-3616 Use minimum RTT for CSOT maxTimeMS calculation (#1163) 2023-02-23 11:09:11 -08:00
monitoring.py PYTHON-3454 Specifying a generic type for a collection does not correctly enforce type safety when inserting data (#1081) 2022-11-01 14:33:21 -07:00
network.py PYTHON-3362 Ignore wtimeout when timeoutMS or timeout() is configured (#1013) 2022-07-19 17:46:09 -07:00
ocsp_cache.py PYTHON-2484 Added lock sanitization for MongoClient and ObjectId (#985) 2022-08-04 16:58:56 -07:00
ocsp_support.py PYTHON-3703 Fix typos and add codespell pre-commit hook (#1203) 2023-05-03 14:47:24 -07:00
operations.py PYTHON-3700 Clean up docs for create_index/drop_indexes (#1201) 2023-05-02 13:45:55 -07:00
periodic_executor.py PYTHON-2484 Added lock sanitization for MongoClient and ObjectId (#985) 2022-08-04 16:58:56 -07:00
pool.py PYTHON-3460 Implement OIDC SASL mechanism (#1138) 2023-05-11 14:35:30 -05:00
py.typed PYTHON-3092 Add Type Discovery Files (#863) 2022-02-11 12:41:29 -06:00
pyopenssl_context.py PYTHON-3366 Support mypy 0.971 and test with latest version (#1021) 2022-07-25 15:25:41 -07:00
read_concern.py PYTHON-1834 Use a code formatter (#852) 2022-02-09 06:44:28 -06:00
read_preferences.py PYTHON-3445 Improve documentation for custom readPreference tags (#1068) 2022-10-07 12:05:20 -07:00
response.py PYTHON-1834 Use a code formatter (#852) 2022-02-09 06:44:28 -06:00
results.py PYTHON-3703 Fix typos and add codespell pre-commit hook (#1203) 2023-05-03 14:47:24 -07:00
saslprep.py PYTHON-1834 Use a code formatter (#852) 2022-02-09 06:44:28 -06:00
server_api.py PYTHON-3111 Rename "Versioned API" to "Stable API" in documentation (#867) 2022-02-17 16:23:23 -08:00
server_description.py PYTHON-3162 Deprecate ServerDescription.election_tuple (#1189) 2023-04-12 11:10:28 -05:00
server_selectors.py PYTHON-1834 Use a code formatter (#852) 2022-02-09 06:44:28 -06:00
server_type.py PYTHON-3060 Add typings to pymongo package (#831) 2022-02-02 21:12:36 -06:00
server.py PYTHON-3460 Implement OIDC SASL mechanism (#1138) 2023-05-11 14:35:30 -05:00
settings.py PYTHON-1834 Use a code formatter (#852) 2022-02-09 06:44:28 -06:00
socket_checker.py PYTHON-3120 Set up flake8 linting (#868) 2022-02-17 06:44:08 -06:00
srv_resolver.py PYTHON-1834 Use a code formatter (#852) 2022-02-09 06:44:28 -06:00
ssl_context.py PYTHON-3288 Implement client side operation timeout (#954) 2022-06-06 15:36:52 -04:00
ssl_support.py PYTHON-3288 Implement client side operation timeout (#954) 2022-06-06 15:36:52 -04:00
topology_description.py PYTHON-3347 Test against Python 3.11 prerelease (#1069) 2022-10-13 06:09:23 -05:00
topology.py PYTHON-3616 Use minimum RTT for CSOT maxTimeMS calculation (#1163) 2023-02-23 11:09:11 -08:00
typings.py PYTHON-3568 Intellisense highlights multiple PyMongo methods because of CodecOptions (#1139) 2023-01-25 09:41:23 -06:00
uri_parser.py PYTHON-3703 Fix typos and add codespell pre-commit hook (#1203) 2023-05-03 14:47:24 -07:00
write_concern.py PYTHON-3120 Set up flake8 linting (#868) 2022-02-17 06:44:08 -06:00