Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Correctly mention previous copyright (#16820) | Erik Johnston | 2024-01-23 | 1 | -0/+1 |
* | Update license headers | Patrick Cloke | 2023-11-21 | 1 | -10/+16 |
* | Add missing types to tests.util. (#14597) | Patrick Cloke | 2022-12-02 | 1 | -7/+7 |
* | Update docstrings for `ReadWriteLock` tests (#12354) | Sean Quah | 2022-04-05 | 1 | -6/+6 |
* | Add cancellation support to `ReadWriteLock` (#12120) | Sean Quah | 2022-03-14 | 1 | -58/+337 |
* | Fix rare error in `ReadWriteLock` when writers complete immediately (#12105) | Sean Quah | 2022-03-01 | 1 | -0/+30 |
* | Remove redundant "coding: utf-8" lines (#9786) | Jonathan de Jong | 2021-04-14 | 1 | -1/+0 |
* | 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 |