Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add missing types to tests.util. (#14597) | Patrick Cloke | 2022-12-02 | 1 | -7/+7 |
| | | | | Removes files under tests.util from the ignored by list, then fully types all tests/util/*.py files. | ||||
* | Update docstrings for `ReadWriteLock` tests (#12354) | Sean Quah | 2022-04-05 | 1 | -6/+6 |
| | | | Signed-off-by: Sean Quah <seanq@element.io> | ||||
* | Add cancellation support to `ReadWriteLock` (#12120) | Sean Quah | 2022-03-14 | 1 | -58/+337 |
| | | | | | | Also convert `ReadWriteLock` to use async context managers. Signed-off-by: Sean Quah <seanq@element.io> | ||||
* | Fix rare error in `ReadWriteLock` when writers complete immediately (#12105) | Sean Quah | 2022-03-01 | 1 | -0/+30 |
| | | | | Signed-off-by: Sean Quah <seanq@element.io> | ||||
* | Remove redundant "coding: utf-8" lines (#9786) | Jonathan de Jong | 2021-04-14 | 1 | -1/+0 |
| | | | | | | | Part of #9744 Removes all redundant `# -*- coding: utf-8 -*-` lines from files, as python 3 automatically reads source code as utf-8 now. `Signed-off-by: Jonathan de Jong <jonathan@automatia.nl>` | ||||
* | Convert ReadWriteLock to async/await. (#8202) | Patrick Cloke | 2020-08-28 | 1 | -2/+4 |
| | |||||
* | Run black. | black | 2018-08-10 | 1 | -5/+4 |
| | |||||
* | Rename async to async_helpers because `async` is a keyword on Python 3.7 (#3678) | Amber Brown | 2018-08-10 | 1 | -1/+1 |
| | |||||
* | run isort | Amber Brown | 2018-07-09 | 1 | -2/+2 |
| | |||||
* | Add ReadWriteLock | Erik Johnston | 2016-07-05 | 1 | -0/+85 |