| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Fix typo in Loop.restart documentation | Steve C | 2019-05-10 | 1 | -1/+1 | |
| * | [tasks] Add Loop.restart | Rapptz | 2019-05-10 | 1 | -1/+28 | |
| * | [tasks] Add way to query cancellation state for Loop.after_loop | Rapptz | 2019-04-30 | 1 | -8/+20 | |
| * | [tasks] Remove support for awaitables due to gotchas. | Rapptz | 2019-04-29 | 1 | -17/+17 | |
| * | [tasks] Fix assignment of tuple when appending | Danny | 2019-04-15 | 1 | -1/+1 | |
| * | [tasks] set internal task to None after canceling | Steve C | 2019-04-12 | 1 | -0/+1 | |
| * | [tasks] Add before_loop and after_loop decorators | Rapptz | 2019-04-12 | 1 | -16/+79 | |
| * | [tasks] Ensure total number of seconds is not less than 0. | Rapptz | 2019-04-11 | 1 | -3/+6 | |
| * | [tasks] Rename Loop.run to Loop.start to avoid blocking connotations | Rapptz | 2019-04-11 | 1 | -3/+3 | |
| * | [tasks] Add a new background helper 'tasks' extension. | Rapptz | 2019-04-11 | 1 | -0/+209 | |