Home
last modified time | relevance | path

Searched full:patchcheck (Results 1 – 20 of 20) sorted by relevance

/aosp_15_r20/external/python/cpython3/.azure-pipelines/
Dposix-steps.yml5 patchcheck: true
68 - ${{ if eq(parameters.patchcheck, 'true') }}:
71 ./python Tools/scripts/patchcheck.py --ci true
72 displayName: 'Run patchcheck.py'
/aosp_15_r20/external/python/cpython2/Tools/scripts/
Dreindent-rst.py8 import patchcheck
11 patchcheck.normalize_docs_whitespace(argv[1:])
/aosp_15_r20/external/python/cpython3/Tools/scripts/
Dreindent-rst.py8 import patchcheck
11 patchcheck.normalize_docs_whitespace(argv[1:])
DREADME48 patchcheck.py Perform common checks and cleanup before committing
Dpatchcheck.py268 print('(on UNIX you can run `make patchcheck` to make the fixes)')
/aosp_15_r20/external/python/cpython2/
DMakefile.pre.in1475 patchcheck:
1476 $(RUNSHARED) ./$(BUILDPYTHON) $(srcdir)/Tools/scripts/patchcheck.py
1489 .PHONY: smelly funny patchcheck altmaninstall commoninstall
/aosp_15_r20/external/python/cpython2/Misc/NEWS.d/
D2.7.3rc1.rst1630 patchcheck.py ("make patchcheck") now works with MQ patches. Patch by
D2.6rc1.rst516 Rename the 'check' target to 'patchcheck' so as to not clash with GNU build
D2.7.6rc1.rst821 Make patchcheck work on Windows for ACKS, NEWS.
D2.7a1.rst5122 Add ``patchcheck`` build target to ``.PHONY``.
/aosp_15_r20/external/python/cpython3/Misc/NEWS.d/
D3.5.0a3.rst489 make patchcheck will ensure the interpreter is built.
D3.5.0b1.rst848 make patchcheck now supports git checkouts, too.
D3.11.0a1.rst4810 Make patchcheck automatically detect the correct base branch name
/aosp_15_r20/external/python/cpython3/Lib/idlelib/
Dformat.py419 # patchcheck.py does the same.
/aosp_15_r20/build/make/tools/releasetools/
H A Dedify_generator.py166 def PatchCheck(self, filename, *sha1): # pylint: disable=unused-argument member in EdifyGenerator
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_fstring.py1309 # patchcheck doesn't like these tabs. So the only way to test
1312 # the tabs to spaces just to shut up patchcheck.
/aosp_15_r20/external/python/cpython3/
DMakefile.pre.in2532 patchcheck: all
2533 $(RUNSHARED) ./$(BUILDPYTHON) $(srcdir)/Tools/scripts/patchcheck.py
2555 .PHONY: smelly funny patchcheck touch altmaninstall commoninstall
/aosp_15_r20/external/python/cpython3/Doc/whatsnew/
D2.6.rst3081 * A new Makefile target, "make patchcheck", prepares the Python source tree
/aosp_15_r20/external/python/cpython2/Doc/whatsnew/
D2.6.rst3077 * A new Makefile target, "make patchcheck", prepares the Python source tree
/aosp_15_r20/external/python/cpython3/Misc/
DHISTORY937 - Issue #24031: make patchcheck now supports git checkouts, too.
6426 - Issue #18439: Make patchcheck work on Windows for ACKS, NEWS.
10204 - Issue #14053: patchcheck.py ("make patchcheck") now works with MQ patches.
15927 - Issue #3758: Add ``patchcheck`` build target to .PHONY.