]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-97669: Create Tools/patchcheck/ directory (#98186)
authorVictor Stinner <vstinner@python.org>
Wed, 12 Oct 2022 08:09:21 +0000 (10:09 +0200)
committerGitHub <noreply@github.com>
Wed, 12 Oct 2022 08:09:21 +0000 (10:09 +0200)
commit0895c2a066c64c84cab0821886dfa66efc1bdc2f
treef2371b25cdbf64201c90316f03370f5d0000fe6e
parentc39a0c335486fa8eac0f3030930f9e8769118a4f
gh-97669: Create Tools/patchcheck/ directory (#98186)

Move patchcheck.py, reindent.py and untabify.py scripts to a new
Tools/patchcheck/ directory.
.azure-pipelines/posix-steps.yml
Lib/test/test_tools/test_reindent.py
Makefile.pre.in
Tools/patchcheck/patchcheck.py [moved from Tools/scripts/patchcheck.py with 100% similarity]
Tools/patchcheck/reindent.py [moved from Tools/scripts/reindent.py with 100% similarity]
Tools/patchcheck/untabify.py [moved from Tools/scripts/untabify.py with 100% similarity]
Tools/scripts/README