summaryrefslogtreecommitdiffstats
path: root/Tools
diff options
context:
space:
mode:
authorVictor Stinner <vstinner@python.org>2022-10-12 08:09:21 (GMT)
committerGitHub <noreply@github.com>2022-10-12 08:09:21 (GMT)
commit0895c2a066c64c84cab0821886dfa66efc1bdc2f (patch)
treef2371b25cdbf64201c90316f03370f5d0000fe6e /Tools
parentc39a0c335486fa8eac0f3030930f9e8769118a4f (diff)
downloadcpython-0895c2a066c64c84cab0821886dfa66efc1bdc2f.zip
cpython-0895c2a066c64c84cab0821886dfa66efc1bdc2f.tar.gz
cpython-0895c2a066c64c84cab0821886dfa66efc1bdc2f.tar.bz2
gh-97669: Create Tools/patchcheck/ directory (#98186)
Move patchcheck.py, reindent.py and untabify.py scripts to a new Tools/patchcheck/ directory.
Diffstat (limited to 'Tools')
-rwxr-xr-xTools/patchcheck/patchcheck.py (renamed from Tools/scripts/patchcheck.py)0
-rwxr-xr-xTools/patchcheck/reindent.py (renamed from Tools/scripts/reindent.py)0
-rwxr-xr-xTools/patchcheck/untabify.py (renamed from Tools/scripts/untabify.py)0
-rw-r--r--Tools/scripts/README3
4 files changed, 0 insertions, 3 deletions
diff --git a/Tools/scripts/patchcheck.py b/Tools/patchcheck/patchcheck.py
index a324eaf..a324eaf 100755
--- a/Tools/scripts/patchcheck.py
+++ b/Tools/patchcheck/patchcheck.py
diff --git a/Tools/scripts/reindent.py b/Tools/patchcheck/reindent.py
index f6dadaa..f6dadaa 100755
--- a/Tools/scripts/reindent.py
+++ b/Tools/patchcheck/reindent.py
diff --git a/Tools/scripts/untabify.py b/Tools/patchcheck/untabify.py
index 861c83c..861c83c 100755
--- a/Tools/scripts/untabify.py
+++ b/Tools/patchcheck/untabify.py
diff --git a/Tools/scripts/README b/Tools/scripts/README
index 9943d4c..b952268 100644
--- a/Tools/scripts/README
+++ b/Tools/scripts/README
@@ -5,9 +5,6 @@ useful while building, extending or managing Python.
combinerefs.py A helper for analyzing PYTHONDUMPREFS output
idle3 Main program to start IDLE
parse_html5_entities.py Utility for parsing HTML5 entity definitions
-patchcheck.py Perform common checks and cleanup before committing
pydoc3 Python documentation browser
-reindent.py Change .py files to use 4-space indents
run_tests.py Run the test suite with more sensible default options
stable_abi.py Stable ABI checks and file generators.
-untabify.py Replace tabs with spaces in argument files