]> granicus.if.org Git - python/commit
Add Tools/scripts/patchcheck.py. Invoked from ``make check``, the script does
authorBrett Cannon <bcannon@gmail.com>
Tue, 18 Mar 2008 17:25:13 +0000 (17:25 +0000)
committerBrett Cannon <bcannon@gmail.com>
Tue, 18 Mar 2008 17:25:13 +0000 (17:25 +0000)
commita8b09fd4c33572a204a80c81e5755cc6d164805d
tree2175d5bca3bdc993c63a958831131bef4160f8de
parent493894c3e0abb9ec32f51f9c0630ddeee8a06719
Add Tools/scripts/patchcheck.py. Invoked from ``make check``, the script does
some verification:

- Runs reindent.py on all .py files.
- Checks if any changes in Doc exist.
- Whether Misc/ACKS was changed.
- Whether Misc/NEWS was changed.

The hope is that ``make check`` can become a command anybody can run to get
reminders about what all the requisite steps needed to create a proper
patch/checkin.
Makefile.pre.in
Tools/scripts/patchcheck.py [new file with mode: 0644]
Tools/scripts/reindent.py