Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-05-27 | copyright update | Maxim Devaev | |
2023-05-04 | python 3.11 fixes | Maxim Devaev | |
2023-03-22 | removed aiofs | Maxim Devaev | |
2022-09-04 | new typing style | Maxim Devaev | |
2022-08-07 | using shield_fg() in atomic (now atomic_fg) | Maxim Devaev | |
2022-08-07 | simplified AioNotifier() | Maxim Devaev | |
2022-08-07 | aiotools.shield_fg() | Maxim Devaev | |
2022-07-17 | improved aiotools.run() | Maxim Devaev | |
2022-07-17 | workaround for https://bugs.python.org/issue39758 | Maxim Devaev | |
2022-06-18 | refactoring | Maxim Devaev | |
2022-06-14 | Fixed aiotools.wait_infinite() | Maxim Devaev | |
Task was destroyed but it is pending! task: <Task pending name='Task-12' coro=<create_deadly_task.<locals>.wrapper() running at /kvmd/aiotools.py:85> wait_for=<Future pending cb=[Task.task_wakeup()]>> | |||
2022-06-14 | refactoring | Maxim Devaev | |
2022-01-07 | copyright bump | Maxim Devaev | |
2021-09-08 | small rebranding | Maxim Devaev | |
2021-06-08 | lint fix | Devaev Maxim | |
2021-05-25 | signals handling | Devaev Maxim | |
2021-05-16 | tesmart: check channel after switching | Devaev Maxim | |
2021-05-16 | tesmart rewrite | Devaev Maxim | |
2021-01-28 | refactoring | Devaev Maxim | |
2021-01-07 | update copy | Devaev Maxim | |
2020-12-02 | basic python 3.9 support | Devaev Maxim | |
2020-10-13 | typing fixes | Devaev Maxim | |
2020-09-13 | using libgpiod for the gpio atx | Devaev Maxim | |
2020-09-10 | removed edge detection | Devaev Maxim | |
2020-09-10 | experimental edge mode | Devaev Maxim | |
2020-09-05 | minor 3.7 fixes | Devaev Maxim | |
2020-09-01 | Remove all uses of assignment expressions. | Oleg Girko | |
This is needed to port to Python 3.7 because Raspbian 10 doesn't have Python 3.8. Signed-off-by: Oleg Girko <[email protected]> | |||
2020-05-29 | refactoring | Devaev Maxim | |
2020-05-28 | refactoring | Devaev Maxim | |
2020-05-22 | lint fixes | Devaev Maxim | |
2020-05-18 | refactoring | Devaev Maxim | |
2020-03-16 | asyncio.CancelledError is a subclass of BaseException since 3.8 | Devaev Maxim | |
2020-03-15 | proper usage of asyncio.wait() for first completed | Devaev Maxim | |
2020-03-03 | atomic fixes, removed tasked and muted | Devaev Maxim | |
2020-03-02 | region: notify about enter/exit, unregion on exception | Devaev Maxim | |
2020-03-02 | changed region methods to async | Devaev Maxim | |
2020-03-01 | no more busyloops in stub plugins | Devaev Maxim | |
2020-03-01 | removed busyloop from stream controller | Devaev Maxim | |
2020-02-29 | moved AioExclusiveRegion to aiotools | Devaev Maxim | |
2019-11-07 | otg msd and big refactoring | Devaev Maxim | |
2019-06-19 | many fixes with asyncio | Devaev Maxim | |
2019-06-06 | refactoring | Devaev Maxim | |
2019-06-05 | wait short tasks | Devaev Maxim | |
2019-06-05 | better atomic ops | Devaev Maxim | |