summaryrefslogtreecommitdiffstats
path: root/Tools/patchcheck
Commit message (Collapse)AuthorAgeFilesLines
* gh-109408: Revert pre-commit whitespace checks pending portable solution ↵Hugo van Kemenade2023-10-111-10/+110
| | | | (#110726)
* GH-109408: Move the C file whitespace check from patchcheck to pre-commit ↵Adam Turner2023-10-102-90/+8
| | | | | | (#109890) Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
* GH-109408: Move the Python file whitespace check from patchcheck to ↵Adam Turner2023-10-101-25/+7
| | | | | | pre-commit (#109891) Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
* gh-109408: Add the docs whitespace check from patchcheck to pre-commit (#109854)Hugo van Kemenade2023-10-101-32/+12
| | | | | Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com> Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
* gh-109615: Fix support test_copy_python_src_ignore() (#109958)Victor Stinner2023-09-271-1/+8
| | | | | | | | | | Fix the test when run on an installed Python: use "abs_srcdir" of sysconfig, and skip the test if the Python source code cannot be found. * Tools/patchcheck/patchcheck.py, Tools/freeze/test/freeze.py and Lib/test/libregrtest/utils.py now first try to get "abs_srcdir" from sysconfig, before getting "srcdir" from sysconfig. * test.pythoninfo logs sysconfig "abs_srcdir".
* gh-103334: Ignore `Tools/c-analyzer/cpython/_parser.py` from `patchcheck` ↵Nikita Sobolev2023-04-101-2/+14
| | | | | | | (GH-103335) I've also added a small comment to `Tools/c-analyzer/cpython/_parser.py` to trigger the `patchcheck` CI. It must pass now. Automerge-Triggered-By: GH:ericsnowcurrently
* gh-103300: Fix `Popen.wait()` deadlock in patchcheck.py (#103301)Oleg Iarygin2023-04-091-2/+3
|
* gh-100540: Remove unused Modules/_ctypes/libffi_osx/ (GH-100543)Zachary Ware2022-12-281-5/+5
| | | | It was an ancient, modified copy of libffi that has not been in use since GH-22855.
* gh-97669: Create Tools/patchcheck/ directory (#98186)Victor Stinner2022-10-123-0/+700
Move patchcheck.py, reindent.py and untabify.py scripts to a new Tools/patchcheck/ directory.