mongo-python-driver/pymongo/asynchronous
2025-02-25 11:12:42 -08:00
..
__init__.py PYTHON-4264 Async PyMongo Beta (#1629) 2024-06-06 09:01:24 -07:00
aggregation.py PYTHON-4592 - Synchronize inline examples and docstrings (#1756) 2024-08-02 12:02:28 -07:00
auth_aws.py PYTHON-4476 Separate data and IO classes more effectively (#1678) 2024-06-26 10:12:39 -07:00
auth_oidc.py PYTHON-5115 Type validation errors should include the invalid type name (#2085) 2025-01-31 12:01:58 -08:00
auth.py PYTHON-5115 Type validation errors should include the invalid type name (#2085) 2025-01-31 12:01:58 -08:00
bulk.py PYTHON-4925 Fix test bugs in $$matchAsDocument and $$matchAsRoot (#1988) 2024-11-05 12:19:51 -08:00
change_stream.py PYTHON-4745 - Test behavior of async task cancellation (#2136) 2025-02-10 16:50:40 -05:00
client_bulk.py Async client uses tasks instead of threads 2024-11-26 16:55:27 -05:00
client_session.py PYTHON-4745 - Test behavior of async task cancellation (#2136) 2025-02-10 16:50:40 -05:00
collection.py PYTHON-5115 Type validation errors should include the invalid type name (#2085) 2025-01-31 12:01:58 -08:00
command_cursor.py PYTHON-5115 Type validation errors should include the invalid type name (#2085) 2025-01-31 12:01:58 -08:00
cursor.py PYTHON-4745 - Test behavior of async task cancellation (#2136) 2025-02-10 16:50:40 -05:00
database.py PYTHON-5115 Type validation errors should include the invalid type name (#2085) 2025-01-31 12:01:58 -08:00
encryption.py PYTHON-4993 - Reevaluate handling of asyncio.CancelledError (#2132) 2025-02-12 06:59:32 -05:00
helpers.py PYTHON-5021 - Fix usages of getaddrinfo to be non-blocking (#2059) 2025-01-17 09:46:48 -05:00
mongo_client.py PYTHON-4993 - Reevaluate handling of asyncio.CancelledError (#2132) 2025-02-12 06:59:32 -05:00
monitor.py PYTHON-4993 - Reevaluate handling of asyncio.CancelledError (#2132) 2025-02-12 06:59:32 -05:00
network.py PYTHON-4636 - Avoid blocking I/O calls in async code paths (#1870) 2024-10-03 15:18:33 -04:00
pool.py PYTHON-4993 - Reevaluate handling of asyncio.CancelledError (#2132) 2025-02-12 06:59:32 -05:00
server.py PYTHON-4673 - Add Async Encryption Tests (#1818) 2024-08-29 10:02:47 -04:00
settings.py PYTHON-3193 - Add ResourceWarning for unclosed MongoClients in __del__ (#1833) 2024-09-09 12:04:23 -04:00
topology.py PYTHON-5155 Fix FAQ link for fork safety (#2156) 2025-02-25 11:12:42 -08:00