Daniel Fainberg daniil-berg
  • Joined on 2021-11-02
daniil-berg pushed tag v1.1.1 to daniil-berg/asyncio-taskpool 2022-05-06 18:58:51 +02:00
daniil-berg pushed to master at daniil-berg/asyncio-taskpool 2022-05-05 08:46:56 +02:00
85672bddeb Add short docstring to until_closed method
daniil-berg pushed to master at daniil-berg/asyncio-taskpool 2022-05-05 08:37:51 +02:00
dae883446a Add until_closed method to pools
daniil-berg pushed tag v1.1.0 to daniil-berg/asyncio-taskpool 2022-05-05 08:37:51 +02:00
daniil-berg pushed to master at daniil-berg/asyncio-taskpool 2022-04-27 17:03:54 +02:00
a4ecf39157 Fix socket path bug in control client
daniil-berg pushed tag v1.0.3 to daniil-berg/asyncio-taskpool 2022-04-27 17:03:54 +02:00
daniil-berg pushed to master at daniil-berg/yamlhttpforms 2022-04-26 21:56:06 +02:00
6b241feda5 form field clean now force-stringifies value
daniil-berg pushed tag v1.0.2 to daniil-berg/asyncio-taskpool 2022-04-18 13:53:45 +02:00
daniil-berg pushed to master at daniil-berg/asyncio-taskpool 2022-04-18 13:53:45 +02:00
e3bbb05eac Fix version number
36527ccffc Improve exception handling in _start_num
d047b99119 Fix cancel message bug for Python 3.8; test coverage workaround for Python version conditions
Compare 3 commits »
daniil-berg pushed to master at daniil-berg/asyncio-taskpool 2022-04-09 14:53:18 +02:00
d7cd16c540 Add docs on IDs and groups
daniil-berg pushed to master at daniil-berg/asyncio-taskpool 2022-04-08 12:02:20 +02:00
db306a1a1f Fixed Python 3.8 compatibility bugs; classmethod+property workaround; control session buffer
3a8fcb2d5a Optimize coverage script/settings
Compare 2 commits »
daniil-berg pushed tag v1.0.1 to daniil-berg/asyncio-taskpool 2022-04-08 12:02:20 +02:00
daniil-berg pushed to master at daniil-berg/asyncio-taskpool 2022-04-04 10:48:44 +02:00
cf02206588 Add RtD config
daniil-berg pushed to master at daniil-berg/asyncio-taskpool 2022-04-03 16:52:58 +02:00
0796038dcd Update Readme
daniil-berg pushed to master at daniil-berg/asyncio-taskpool 2022-04-03 16:39:53 +02:00
f4e33baf82 Add workflows & badges
daniil-berg pushed tag v1.0.0 to daniil-berg/asyncio-taskpool 2022-03-31 21:07:34 +02:00
daniil-berg pushed to master at daniil-berg/asyncio-taskpool 2022-03-31 21:06:02 +02:00
9b838b6130 improved exception handling/logging in _map
daniil-berg pushed to master at daniil-berg/asyncio-taskpool 2022-03-31 20:59:08 +02:00
56d38a3b44 improved exception handling/logging in _map
0daed04167 improved exception handling/logging in apply meta task
Compare 2 commits »
daniil-berg pushed to master at daniil-berg/asyncio-taskpool 2022-03-30 21:51:39 +02:00
80fc91ec47 made start "non-async" using meta task
daniil-berg pushed to master at daniil-berg/asyncio-taskpool 2022-03-30 18:16:42 +02:00
a72a7cc516 made a bunch of methods "non-async"