summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/util/_concurrency_py3k.py
Commit message (Expand)AuthorAgeFilesLines
* Fix many spell glitches in docstrings and commentsLele Gaifax2021-01-241-2/+2
* Improve error message when await_ call errorsFederico Caselli2021-01-211-4/+6
* Repair async test refactorMike Bayer2021-01-021-0/+12
* Support testing of async drivers without fallback modeFederico Caselli2020-12-301-1/+12
* Detect non compatible execution in async modeFederico Caselli2020-12-081-1/+11
* Support PEP-567 context variablesFantix King2020-11-191-0/+12
* Reduce import time overheadMike Bayer2020-11-031-94/+87
* Ensure AsyncAdaptedLock is presentMike Bayer2020-11-021-11/+12
* Adapt event exec_once_mutex to asyncioMike Bayer2020-09-141-0/+11
* Implement rudimentary asyncio support w/ asyncpgMike Bayer2020-08-131-0/+110