mongo-python-driver/pymongo/asynchronous
Noah Stapp 0e8d70457f
Async client uses tasks instead of threads
PYTHON-4725 - Async client should use tasks for SDAM instead of threads
PYTHON-4860 - Async client should use asyncio.Lock and asyncio.Condition
PYTHON-4941 - Synchronous unified test runner being used in asynchronous tests
PYTHON-4843 - Async test suite should use a single event loop
PYTHON-4945 - Fix test cleanups for mongoses

Co-authored-by: Iris <58442094+sleepyStick@users.noreply.github.com>
2024-11-26 16:55:27 -05: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-4845 Ensure ALLOWED_HOSTS is optional for Workload Usage (#1998) 2024-11-11 09:33:29 -06:00
auth.py PYTHON-4922 Remove Support for MONGODB-CR Authentication (#1978) 2024-10-30 12:57:31 -05: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-4592 - Synchronize inline examples and docstrings (#1756) 2024-08-02 12:02:28 -07:00
client_bulk.py Async client uses tasks instead of threads 2024-11-26 16:55:27 -05:00
client_session.py PYTHON-4592 - Synchronize inline examples and docstrings (#1756) 2024-08-02 12:02:28 -07:00
collection.py PYTHON-4576 Allow update to supply sort option (#1881) 2024-10-16 16:41:14 -05:00
command_cursor.py PYTHON-4585 Cursor.to_list does not apply client's timeoutMS setting (#1860) 2024-09-17 13:38:24 -07:00
cursor.py Async client uses tasks instead of threads 2024-11-26 16:55:27 -05:00
database.py PYTHON-4796 Update type checkers and handle with_options typing (#1880) 2024-09-30 18:01:53 -05:00
encryption.py Async client uses tasks instead of threads 2024-11-26 16:55:27 -05:00
helpers.py PYTHON-4669 - Update Async GridFS APIs for Motor Compatibility (#1821) 2024-09-04 08:58:14 -04:00
mongo_client.py Async client uses tasks instead of threads 2024-11-26 16:55:27 -05:00
monitor.py Async client uses tasks instead of threads 2024-11-26 16:55:27 -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 Async client uses tasks instead of threads 2024-11-26 16:55:27 -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 Async client uses tasks instead of threads 2024-11-26 16:55:27 -05:00