Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Include import error message when greenlet is not installed | Federico Caselli | 2021-12-09 | 1 | -2/+6 |
* | Clean up most py3k compat | Federico Caselli | 2021-11-24 | 1 | -27/+19 |
* | vendor asynccontextmanager outside of greenlet dependency | Mike Bayer | 2021-10-18 | 1 | -4/+10 |
* | vendor asynccontextmanager | Mike Bayer | 2021-09-17 | 1 | -0/+4 |
* | Add asyncio.TimeoutError as an exit exception | Mike Bayer | 2021-06-07 | 1 | -0/+4 |
* | unify transactional context managers | Mike Bayer | 2021-05-05 | 1 | -0/+5 |
* | Add support for aiosqlite | Federico Caselli | 2021-03-24 | 1 | -1/+1 |
* | Repair async test refactor | Mike Bayer | 2021-01-02 | 1 | -0/+6 |
* | Support testing of async drivers without fallback mode | Federico Caselli | 2020-12-30 | 1 | -0/+4 |
* | Reduce import time overhead | Mike Bayer | 2020-11-03 | 1 | -16/+31 |
* | Adapt event exec_once_mutex to asyncio | Mike Bayer | 2020-09-14 | 1 | -0/+4 |
* | Implement rudimentary asyncio support w/ asyncpg | Mike Bayer | 2020-08-13 | 1 | -0/+21 |