| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [3.14] patchcheck: use URL paths to identify upstream remote (GH-135806) ↵ | Miss Islington (bot) | 2025-06-23 | 1 | -11/+35 |
| | | | | | | | (#135808) Co-authored-by: Kattni <kattni@kattni.com> | ||||
| * | GH-109408: Stop running patchcheck in CI (#109895) | Adam Turner | 2024-08-03 | 1 | -108/+12 |
| | | |||||
| * | gh-120417: Remove unused imports in Tools (#120623) | Victor Stinner | 2024-06-17 | 1 | -2/+0 |
| | | |||||
| * | gh-109408: Revert pre-commit whitespace checks pending portable solution ↵ | Hugo van Kemenade | 2023-10-11 | 1 | -10/+110 |
| | | | | | (#110726) | ||||
| * | GH-109408: Move the C file whitespace check from patchcheck to pre-commit ↵ | Adam Turner | 2023-10-10 | 1 | -85/+3 |
| | | | | | | | (#109890) Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com> | ||||
| * | GH-109408: Move the Python file whitespace check from patchcheck to ↵ | Adam Turner | 2023-10-10 | 1 | -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 Kemenade | 2023-10-10 | 1 | -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 Stinner | 2023-09-27 | 1 | -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 Sobolev | 2023-04-10 | 1 | -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 Iarygin | 2023-04-09 | 1 | -2/+3 |
| | | |||||
| * | gh-100540: Remove unused Modules/_ctypes/libffi_osx/ (GH-100543) | Zachary Ware | 2022-12-28 | 1 | -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 Stinner | 2022-10-12 | 1 | -0/+312 |
| Move patchcheck.py, reindent.py and untabify.py scripts to a new Tools/patchcheck/ directory. | |||||
