mongo-python-driver/pymongo
2023-07-24 16:05:03 -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-3729 use PyObject_GetAddr instead of PyObject_GetAddrString (#1281) 2023-07-03 09:15:04 -07: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.5.0.dev0 2023-06-21 11:16:45 -07:00
aggregation.py PYTHON-3778 add types to common.py (#1287) 2023-07-05 08:57:42 -07:00
auth_aws.py PYTHON-3831 remove _DocumentIn (#1308) 2023-07-14 11:12:58 -07:00
auth_oidc.py PYTHON-3803 add types to encryption.py (#1296) 2023-07-11 08:24:15 -07:00
auth.py PYTHON-3511 Cleanup some more Python 2 references (#1309) 2023-07-14 17:02:24 -04:00
bulk.py PYTHON-3811 add types to operations.py (#1313) 2023-07-18 14:28:57 -07:00
change_stream.py PYTHON-3772 add types to change_stream.py (#1267) 2023-06-27 13:13:58 -07:00
client_options.py PYTHON-3781 fix type for server_selector (#1269) 2023-06-28 09:24:17 -07:00
client_session.py PYTHON-3802 add types to database.py (#1295) 2023-07-12 10:48:33 -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-3511 Remove Python 2 references from the docs (#1161) 2023-07-14 15:30:14 -04:00
command_cursor.py PYTHON-3723 Add search index management helpers (#1224) 2023-07-14 09:51:19 -05:00
common.py PYTHON-3778 add types to common.py (#1287) 2023-07-05 08:57:42 -07:00
compression_support.py PYTHON-3779 add types to compression_support.py (#1288) 2023-07-06 08:17:05 -07:00
cursor.py PYTHON-3511 Remove Python 2 references from the docs (#1161) 2023-07-14 15:30:14 -04:00
daemon.py PYTHON-3784 add types to daemon.py (#1273) 2023-06-28 09:27:57 -07:00
database.py PYTHON-3511 Remove Python 2 references from the docs (#1161) 2023-07-14 15:30:14 -04: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-3803 add types to encryption.py (#1296) 2023-07-11 08:24:15 -07:00
encryption.py PYTHON-3810 add types to network.py (#1303) 2023-07-13 11:29:33 -07:00
errors.py PYTHON-3804 add types to errors.py (#1297) 2023-07-07 22:07:41 -07:00
event_loggers.py PYTHON-3120 Set up flake8 linting (#868) 2022-02-17 06:44:08 -06:00
hello.py PYTHON-3805 add types to hello.py (#1298) 2023-07-07 21:44:35 -07:00
helpers.py PYTHON-3776 add types to collection.py (#1283) 2023-07-03 16:08:27 -07:00
lock.py PYTHON-3782 add types to lock.py (#1271) 2023-06-28 09:29:32 -07:00
max_staleness_selectors.py PYTHON-3791 Fix access to last_write_date (#1279) 2023-06-28 11:53:43 -07:00
message.py PYTHON-3777 add types to command_cursor.py (#1285) 2023-07-03 15:16:33 -07:00
mongo_client.py PYTHON-3511 Cleanup some more Python 2 references (#1309) 2023-07-14 17:02:24 -04: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-3810 add types to network.py (#1303) 2023-07-13 11:29:33 -07:00
ocsp_cache.py PYTHON-3766 add types to ocsp_cache.py (#1261) 2023-06-27 13:15:38 -07:00
ocsp_support.py PYTHON-3829 Certificate typecast in encryption breaking build (#1306) 2023-07-14 10:28:52 -07:00
operations.py PYTHON-3811 add types to operations.py (#1313) 2023-07-18 14:28:57 -07:00
periodic_executor.py PYTHON-3812 add types to periodic_executor.py (#1316) 2023-07-24 13:45:14 -07:00
pool.py PYTHON-3770 add types to auth_oidc.py (#1265) 2023-06-28 15:25:46 -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-3859 add types to read_concern.py (#1319) 2023-07-24 13:43:47 -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-3785 add types to response.py (#1274) 2023-06-28 10:47:17 -07:00
results.py PYTHON-3776 add types to collection.py (#1283) 2023-07-03 16:08:27 -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-3765 add types to server_api.py (#1260) 2023-06-27 13:15:58 -07:00
server_description.py PYTHON-3862 add types to server_description.py (#1322) 2023-07-24 16:03:13 -07:00
server_selectors.py PYTHON-3788 add types to server_selectors.py (#1278) 2023-06-28 10:48:04 -07:00
server_type.py PYTHON-3060 Add typings to pymongo package (#831) 2022-02-02 21:12:36 -06:00
server.py PYTHON-3776 add types to collection.py (#1283) 2023-07-03 16:08:27 -07:00
settings.py PYTHON-3764 add types to settings.py (#1259) 2023-06-27 13:16:20 -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-3800 Add lower() to node when validate hosts of srv records (#1289) 2023-07-05 11:40:20 -05: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-3750 add types to server.py (#1248) 2023-06-22 14:20:33 -07:00
typings.py PYTHON-3831 remove _DocumentIn (#1308) 2023-07-14 11:12:58 -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-3870 add types to write_concern.py (#1325) 2023-07-24 16:05:03 -07:00