Searched full:patchcheck (Results 1 – 20 of 20) sorted by relevance
/aosp_15_r20/external/python/cpython3/.azure-pipelines/ |
D | posix-steps.yml | 5 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/ |
D | reindent-rst.py | 8 import patchcheck 11 patchcheck.normalize_docs_whitespace(argv[1:])
|
/aosp_15_r20/external/python/cpython3/Tools/scripts/ |
D | reindent-rst.py | 8 import patchcheck 11 patchcheck.normalize_docs_whitespace(argv[1:])
|
D | README | 48 patchcheck.py Perform common checks and cleanup before committing
|
D | patchcheck.py | 268 print('(on UNIX you can run `make patchcheck` to make the fixes)')
|
/aosp_15_r20/external/python/cpython2/ |
D | Makefile.pre.in | 1475 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/ |
D | 2.7.3rc1.rst | 1630 patchcheck.py ("make patchcheck") now works with MQ patches. Patch by
|
D | 2.6rc1.rst | 516 Rename the 'check' target to 'patchcheck' so as to not clash with GNU build
|
D | 2.7.6rc1.rst | 821 Make patchcheck work on Windows for ACKS, NEWS.
|
D | 2.7a1.rst | 5122 Add ``patchcheck`` build target to ``.PHONY``.
|
/aosp_15_r20/external/python/cpython3/Misc/NEWS.d/ |
D | 3.5.0a3.rst | 489 make patchcheck will ensure the interpreter is built.
|
D | 3.5.0b1.rst | 848 make patchcheck now supports git checkouts, too.
|
D | 3.11.0a1.rst | 4810 Make patchcheck automatically detect the correct base branch name
|
/aosp_15_r20/external/python/cpython3/Lib/idlelib/ |
D | format.py | 419 # patchcheck.py does the same.
|
/aosp_15_r20/build/make/tools/releasetools/ |
H A D | edify_generator.py | 166 def PatchCheck(self, filename, *sha1): # pylint: disable=unused-argument member in EdifyGenerator
|
/aosp_15_r20/external/python/cpython3/Lib/test/ |
D | test_fstring.py | 1309 # 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/ |
D | Makefile.pre.in | 2532 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/ |
D | 2.6.rst | 3081 * A new Makefile target, "make patchcheck", prepares the Python source tree
|
/aosp_15_r20/external/python/cpython2/Doc/whatsnew/ |
D | 2.6.rst | 3077 * A new Makefile target, "make patchcheck", prepares the Python source tree
|
/aosp_15_r20/external/python/cpython3/Misc/ |
D | HISTORY | 937 - 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.
|