| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | maint: Rename miscellaneous scripts to kebab case | Ian Jackson | 2026-01-20 | 1 | -8/+8 |
| | | |||||
| * | Typo fixes (automatic and hand-verified) | Nick Mathewson | 2025-07-09 | 1 | -1/+1 |
| | | | | | Made with https://crates.io/crates/typos-cli | ||||
| * | update-md-links: annotate a Popen generic. | Nick Mathewson | 2024-10-28 | 1 | -1/+2 |
| | | | | | For some reason this will soon be necessary with mypy. | ||||
| * | python: Avoid using "l" as a variable name. | Nick Mathewson | 2024-10-24 | 1 | -12/+12 |
| | | | | | | (Python coding style guide and lint tools deprecate it, even if your font distinguishes l, 1, I, and |.) | ||||
| * | python: Fix warnings about unused variables and modules. | Nick Mathewson | 2024-10-24 | 1 | -2/+0 |
| | | |||||
| * | Run "black" to reformat all our python | Nick Mathewson | 2024-10-24 | 1 | -79/+117 |
| | | | | | | | | | | | | | | | | | | "Black" is an "opinionated" python formatter, whose opinionatedness is somewhat in the spirit of rustfmt. This MR runs black with default settings on all of our python code in Arti. It was produced by the following commands ``` # Everything in python/ black python/ # Everything with a .py extension fd '.py$' -X black # Everything with a python shebang. git grep -l '#! */usr/bin/env *python' | xargs black ``` | ||||
| * | maint/update-md-links: avoid * import from typing | Ian Jackson | 2024-05-29 | 1 | -1/+1 |
| | | | | | | As per https://gitlab.torproject.org/tpo/core/arti/-/merge_requests/2169#note_3033481 | ||||
| * | maint/update-md-links: Add type handling for regexp edge cases | Ian Jackson | 2024-05-28 | 1 | -3/+6 |
| | | |||||
| * | maint/update-md-links: Add easy type annotations | Ian Jackson | 2024-05-28 | 1 | -8/+12 |
| | | |||||
| * | update-md-links: Actually bomb out if subprocess fails | Ian Jackson | 2024-05-16 | 1 | -0/+1 |
| | | | | | | As per https://gitlab.torproject.org/tpo/core/arti/-/merge_requests/2126#note_3030954 | ||||
| * | update-md-links: Use enumerate() | Ian Jackson | 2024-05-07 | 1 | -4/+2 |
| | | | | | | Suggested here https://gitlab.torproject.org/tpo/core/arti/-/merge_requests/2126#note_3026423 | ||||
| * | update-md-links: (Always) print something confirmatory to stdout | Ian Jackson | 2024-05-07 | 1 | -1/+6 |
| | | |||||
| * | update-md-links: Host code into functions and add types | Ian Jackson | 2024-05-07 | 1 | -167/+214 |
| | | |||||
| * | update-md-links: Add many comments / helpstrings | Ian Jackson | 2024-05-07 | 1 | -2/+49 |
| | | |||||
| * | update-md-links: Minor code motion for tidying up | Ian Jackson | 2024-05-07 | 1 | -2/+3 |
| | | |||||
| * | update-md-links: Avoid literally stating the blocking todo | Ian Jackson | 2024-05-07 | 1 | -2/+2 |
| | | |||||
| * | update-md-links: With --check, remove the .tmp file if all is OK | Ian Jackson | 2024-05-07 | 1 | -0/+1 |
| | | |||||
| * | update-md-links: Replace use of assert with bespoke function | Ian Jackson | 2024-05-07 | 1 | -2/+7 |
| | | | | | | As per https://gitlab.torproject.org/tpo/core/arti/-/merge_requests/2126#note_3026420 | ||||
| * | maint/update-md-links: Add --check mode | Ian Jackson | 2024-05-02 | 1 | -1/+10 |
| | | |||||
| * | maint/update-md-links: New script for fully sorting out CHANGELOG | Ian Jackson | 2024-05-02 | 1 | -0/+260 |
