Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove obsolete __future__ imports (#8337) | Jonathan de Jong | 2020-09-17 | 1 | -2/+0 |
| | |||||
* | Fix some spelling mistakes / typos. (#7811) | Patrick Cloke | 2020-07-09 | 1 | -1/+1 |
| | |||||
* | Fix stacktrace mangling in `patch_inline_callbacks` (#7554) | Richard van der Hoff | 2020-05-22 | 1 | -2/+7 |
| | | | `Failure()` is more cunning than `Failure(e)`. | ||||
* | Clean up some LoggingContext stuff (#7120) | Richard van der Hoff | 2020-03-24 | 1 | -18/+18 |
| | | | | | | | | | | | | | | | | | | | | | | | * Pull Sentinel out of LoggingContext ... and drop a few unnecessary references to it * Factor out LoggingContext.current_context move `current_context` and `set_context` out to top-level functions. Mostly this means that I can more easily trace what's actually referring to LoggingContext, but I think it's generally neater. * move copy-to-parent into `stop` this really just makes `start` and `stop` more symetric. It also means that it behaves correctly if you manually `set_log_context` rather than using the context manager. * Replace `LoggingContext.alive` with `finished` Turn `alive` into `finished` and make it a bit better defined. | ||||
* | Fixup comments | Erik Johnston | 2019-10-10 | 1 | -3/+3 |
| | | | Co-Authored-By: Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | ||||
* | Fix py3.5 | Erik Johnston | 2019-10-10 | 1 | -1/+1 |
| | |||||
* | Fix py3.5 | Erik Johnston | 2019-10-10 | 1 | -1/+1 |
| | |||||
* | sort | Erik Johnston | 2019-10-10 | 1 | -3/+1 |
| | |||||
* | Appease mypy | Erik Johnston | 2019-10-10 | 1 | -13/+18 |
| | |||||
* | Add coments | Erik Johnston | 2019-10-10 | 1 | -5/+25 |
| | |||||
* | Log correct context | Erik Johnston | 2019-10-10 | 1 | -6/+6 |
| | |||||
* | Test for sentinel commit | Erik Johnston | 2019-10-10 | 1 | -2/+19 |
| | |||||
* | Move patch_inline_callbacks into synapse/ | Erik Johnston | 2019-10-10 | 1 | -0/+179 |