summaryrefslogtreecommitdiff
path: root/maint/update-md-links
Commit message (Expand)AuthorAgeFilesLines
* Fix word duplicate typosTobias Stoeckmann2026-03-151-1/+1
* maint: Rename miscellaneous scripts to kebab caseIan Jackson2026-01-201-8/+8
* Typo fixes (automatic and hand-verified)Nick Mathewson2025-07-091-1/+1
* update-md-links: annotate a Popen generic.Nick Mathewson2024-10-281-1/+2
* python: Avoid using "l" as a variable name.Nick Mathewson2024-10-241-12/+12
* python: Fix warnings about unused variables and modules.Nick Mathewson2024-10-241-2/+0
* Run "black" to reformat all our pythonNick Mathewson2024-10-241-79/+117
* maint/update-md-links: avoid * import from typingIan Jackson2024-05-291-1/+1
* maint/update-md-links: Add type handling for regexp edge casesIan Jackson2024-05-281-3/+6
* maint/update-md-links: Add easy type annotationsIan Jackson2024-05-281-8/+12
* update-md-links: Actually bomb out if subprocess failsIan Jackson2024-05-161-0/+1
* update-md-links: Use enumerate()Ian Jackson2024-05-071-4/+2
* update-md-links: (Always) print something confirmatory to stdoutIan Jackson2024-05-071-1/+6
* update-md-links: Host code into functions and add typesIan Jackson2024-05-071-167/+214
* update-md-links: Add many comments / helpstringsIan Jackson2024-05-071-2/+49
* update-md-links: Minor code motion for tidying upIan Jackson2024-05-071-2/+3
* update-md-links: Avoid literally stating the blocking todoIan Jackson2024-05-071-2/+2
* update-md-links: With --check, remove the .tmp file if all is OKIan Jackson2024-05-071-0/+1
* update-md-links: Replace use of assert with bespoke functionIan Jackson2024-05-071-2/+7
* maint/update-md-links: Add --check modeIan Jackson2024-05-021-1/+10
* maint/update-md-links: New script for fully sorting out CHANGELOGIan Jackson2024-05-021-0/+260