Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-12-11 | Replace asyncio.ensure_future() with asyncio.create_task() | Emmanuel Gil Peyrot | |
The latter function got introduced in Python 3.7, which is conveniently our MSPV, so let’s use that. | |||
2021-04-02 | fix: typing issues in plugins | mathieui | |
2021-02-09 | plugins: add a user_extras plugin with PEP events | mathieui | |