Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | test: Handle Singleton Display class (#83673) | Abhijeet Kasurde | 2024-08-02 | 1 | -8/+8 |
* | Require `from __future__ import annotations` (#81902) | Matt Clay | 2023-10-05 | 1 | -2/+1 |
* | Unit test cleanup (#81556) | Matt Clay | 2023-08-22 | 1 | -11/+6 |
* | display, also proxy warnings and deprecations (#81060) | Brian Coca | 2023-06-22 | 1 | -3/+15 |
* | Skip test if no there are no problematic chars for wcswidth (#78645) | Matt Martz | 2022-08-29 | 1 | -3/+23 |
* | Preflight utf8 encodings check (#78175) | Matt Martz | 2022-07-11 | 1 | -9/+9 |
* | Forked display via queue (#77056) | Matt Martz | 2022-06-07 | 1 | -0/+50 |
* | Use unittest.mock instead of mock. (#77883) | Matt Clay | 2022-05-23 | 1 | -1/+1 |
* | Remove obsolete units.compat.mock compat layer. (#77118) | Matt Clay | 2022-02-23 | 1 | -1/+1 |
* | Use libc wcwidth to calculate print width in display (#66214) | Matt Martz | 2020-06-22 | 1 | -0/+65 |