summaryrefslogtreecommitdiffstats
path: root/Tools/scripts/patchcheck.py
Commit message (Expand)AuthorAgeFilesLines
* [2.7] bpo-31221: patchcheck ignores external libraries (#3109) (#3118)Victor Stinner2017-08-171-3/+21
* Issue #29798: Handle git worktree in patchcheck (#1057)Nick Coghlan2017-04-091-1/+1
* bpo-29798: Handle git worktree in `make patchcheck` (#629) (#635)Nick Coghlan2017-03-121-1/+4
* [2.7] bpo-29656: Handle PR branches in 'make patchcheck' (#302) (#628)Nick Coghlan2017-03-121-20/+74
* Closes #22663: patchcheck: only modify text files under Doc/Georg Brandl2014-10-191-1/+2
* Issue #18439: Make patchcheck work on Windows for ACKS, NEWS.Terry Jan Reedy2013-07-221-5/+6
* Add a note about checking refleaks to patchcheck.Ezio Melotti2013-01-111-1/+2
* Issue #14053: Fix "make patchcheck" to work with MQ.Nadeem Vawda2012-02-221-0/+16
* patchcheck: don’t talk about the test suite when no code file were changed.Éric Araujo2011-08-191-2/+3
* Let “make patchcheck” work for out-of-dir builds (#9860)Éric Araujo2011-07-301-7/+13
* Fix missing or shebangs and executable bits for scripts (#10318)Éric Araujo2011-07-291-0/+1
* Merged revisions 85766-85767 via svnmerge fromGeorg Brandl2010-11-261-35/+103
* rewrite verbose conditionalsBenjamin Peterson2009-01-101-2/+2
* Add Tools/scripts/patchcheck.py. Invoked from ``make check``, the script doesBrett Cannon2008-03-181-0/+90