about summary refs log tree commit diff
path: root/library/core/src/unicode/printable.py
AgeCommit message (Collapse)AuthorLines
2024-12-04Reformat Python code with `ruff`Jakub Beránek-19/+34
2023-06-16Apply changes to fix python linting errorsTrevor Gross-1/+1
2022-05-31Add 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-23Use HTTPS links where possibleSmitty-1/+1
2020-07-27mv std libs to library/mark-0/+236