Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Correctly mention previous copyright (#16820) | Erik Johnston | 2024-01-23 | 1 | -0/+1 |
| | | | | | During the migration the automated script to update the copyright headers accidentally got rid of some of the existing copyright lines. Reinstate them. | ||||
* | Update license headers | Patrick Cloke | 2023-11-21 | 1 | -10/+16 |
| | |||||
* | Add missing types to tests.util. (#14597) | Patrick Cloke | 2022-12-02 | 1 | -12/+18 |
| | | | | Removes files under tests.util from the ignored by list, then fully types all tests/util/*.py files. | ||||
* | Rewrite the KeyRing (#10035) | Erik Johnston | 2021-06-02 | 1 | -21/+16 |
| | |||||
* | Fix up `BatchingQueue` (#10078) | Erik Johnston | 2021-05-27 | 1 | -2/+76 |
| | | | Fixes #10068 | ||||
* | Add a batching queue implementation. (#10017) | Erik Johnston | 2021-05-21 | 1 | -0/+169 |