| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2024-12-04 | Reformat Python code with `ruff` | Jakub Beránek | -19/+34 | |
| 2023-06-16 | Apply changes to fix python linting errors | Trevor Gross | -1/+1 | |
| 2022-05-31 | Add unicode fast path to `is_printable` | Nilstrieb | -2/+9 | |
| Before, it would enter the full expensive check even for normal ascii characters. Now, it skips the check for the ascii characters in `32..127`. This range was checked manually from the current behavior. | ||||
| 2021-06-23 | Use HTTPS links where possible | Smitty | -1/+1 | |
| 2020-07-27 | mv std libs to library/ | mark | -0/+236 | |
