Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert "1.15.0rc1" | Brendan Abolivier | 2020-06-09 | 1 | -0/+1 |
| | | | | This reverts commit 8587b0426fa4e65992aaa47158e991fa1797d3fb. | ||||
* | 1.15.0rc1 | Brendan Abolivier | 2020-06-09 | 1 | -1/+0 |
| | |||||
* | Replace instances of reactor pumping with get_success. (#7619) | Andrew Morgan | 2020-06-03 | 1 | -0/+1 |
Calls `self.get_success` on all deferred methods instead of abusing `self.pump()`. This has the benefit of working with coroutines, as well as checking that method execution completed successfully. There are also a few small cleanups that I made in the process. |