summaryrefslogtreecommitdiff
path: root/test/base/test_concurrency_py3k.py
Commit message (Expand)AuthorAgeFilesLines
* First round of removal of python 2Federico Caselli2021-11-011-5/+1
* limit greenlet dependency to pypi-listed platformsMike Bayer2021-08-111-1/+3
* ensure greenlet_spawn propagates BaseExceptionMike Bayer2021-06-181-0/+23
* Make other loop test compatible with py3.10Federico Caselli2021-05-271-11/+12
* get tests to pass on python 3.10Mike Bayer2021-05-271-4/+10
* Limit AsyncAdaptedQueue to Python 3.7Federico Caselli2021-01-241-0/+4
* Merge "Improve error message when await_ call errors"mike bayer2021-01-231-2/+2
|\
| * Improve error message when await_ call errorsFederico Caselli2021-01-211-2/+2
* | Fix a couple of bugs in the asyncio implementationFederico Caselli2021-01-211-0/+50
|/
* Repair async test refactorMike Bayer2021-01-021-3/+4
* Support testing of async drivers without fallback modeFederico Caselli2020-12-301-1/+1
* Detect non compatible execution in async modeFederico Caselli2020-12-081-0/+13
* Support PEP-567 context variablesFantix King2020-11-191-0/+37
* Implement rudimentary asyncio support w/ asyncpgMike Bayer2020-08-131-0/+103