Home
last modified time | relevance | path

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

/external/python/cpython3/.azure-pipelines/
Dposix-steps.yml5 patchcheck: true
64 - ${{ if eq(parameters.patchcheck, 'true') }}:
65 - script: ./python Tools/scripts/patchcheck.py --travis true
66 displayName: 'Run patchcheck.py'
Dpr.yml98 patchcheck: false
Dci.yml98 patchcheck: false
/external/python/cpython2/Tools/scripts/
Dreindent-rst.py8 import patchcheck
11 patchcheck.normalize_docs_whitespace(argv[1:])
/external/python/cpython3/Tools/scripts/
Dreindent-rst.py8 import patchcheck
11 patchcheck.normalize_docs_whitespace(argv[1:])
DREADME50 patchcheck.py Perform common checks and cleanup before committing
Dpatchcheck.py241 print('(on UNIX you can run `make patchcheck` to make the fixes)')
/external/python/cpython3/
D.travis.yml138 # Using the built Python as patchcheck.py is built around the idea of using
142 …- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then ./python Tools/scripts/patchcheck.py --travis $TRAVI…
DMakefile.pre.in1775 patchcheck: @DEF_MAKE_RULE@
1776 $(RUNSHARED) ./$(BUILDPYTHON) $(srcdir)/Tools/scripts/patchcheck.py
1789 .PHONY: smelly funny patchcheck touch altmaninstall commoninstall
/external/python/cpython2/Misc/NEWS.d/
D2.6rc1.rst516 Rename the 'check' target to 'patchcheck' so as to not clash with GNU build
D2.7.3rc1.rst1630 patchcheck.py ("make patchcheck") now works with MQ patches. Patch by
D2.7.6rc1.rst821 Make patchcheck work on Windows for ACKS, NEWS.
D2.7a1.rst5122 Add ``patchcheck`` build target to ``.PHONY``.
/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.
/external/python/cpython2/
DMakefile.pre.in1475 patchcheck:
1476 $(RUNSHARED) ./$(BUILDPYTHON) $(srcdir)/Tools/scripts/patchcheck.py
1489 .PHONY: smelly funny patchcheck altmaninstall commoninstall
/external/python/cpython2/Doc/whatsnew/
D2.6.rst3077 * A new Makefile target, "make patchcheck", prepares the Python source tree
/external/python/cpython3/Doc/whatsnew/
D2.6.rst3081 * A new Makefile target, "make patchcheck", prepares the Python source tree
/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.