summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/util/_concurrency_py3k.py
Commit message (Expand)AuthorAgeFilesLines
* fix link issue, add ref for pytest-xdist pinFederico Caselli2023-05-151-1/+1
* Avoid unnecessary nested exceptionsFederico Caselli2023-05-151-1/+3
* fix test suite warningsMike Bayer2023-05-091-0/+27
* happy new year 2023Mike Bayer2023-01-031-1/+1
* Try running pyupgrade on the codeFederico Caselli2022-11-161-1/+1
* adjust for mypy 0.981Mike Bayer2022-09-261-2/+2
* inline mypy config; files ignoring type errors for the momentMike Bayer2022-04-281-0/+2
* Allow contextvars to be set in events when using asyncioFederico Caselli2022-04-171-23/+20
* pep-484: asyncioMike Bayer2022-04-111-4/+6
* update flake8 noqa skips with proper syntaxFederico Caselli2022-04-111-1/+1
* pep-484 for poolMike Bayer2022-02-171-22/+56
* pep-484 for sqlalchemy.event; use future annotationsMike Bayer2022-02-151-2/+1
* mypy: sqlalchemy.utilMike Bayer2022-01-241-12/+17
* happy new year 2022Mike Bayer2022-01-061-1/+1
* Clean up most py3k compatFederico Caselli2021-11-241-19/+12
* vendor asynccontextmanager outside of greenlet dependencyMike Bayer2021-10-181-61/+7
* vendor asynccontextmanagerMike Bayer2021-09-171-0/+61
* ensure greenlet_spawn propagates BaseExceptionMike Bayer2021-06-181-1/+3
* Add asyncio.TimeoutError as an exit exceptionMike Bayer2021-06-071-1/+6
* get tests to pass on python 3.10Mike Bayer2021-05-271-3/+18
* Avoid creating asyncio.Lock on the wrong loop.Federico Caselli2021-05-011-2/+8
* Prevent loading contextvars in python 3.6Federico Caselli2021-04-011-7/+12
* 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