summaryrefslogtreecommitdiff
path: root/utils/check_sources.py
Commit message (Expand)AuthorAgeFilesLines
* utils: Remove 'check_sources'Stephen Finucane2017-10-051-191/+0
* utils: Move "header check" to a flake8 pluginStephen Finucane2017-10-051-67/+0
* utils: Use better variable names in check_fileheaderStephen Finucane2017-10-051-24/+23
* Fix failing unit testsAdam J. Stewart2017-05-111-2/+2
* Update more files that hardcode sys.argvAdam J. Stewart2017-05-091-1/+1
* Merge branch 'stable'Takeshi KOMIYA2017-03-261-1/+1
|\
| * Year++Takeshi KOMIYA2017-03-261-1/+1
* | Merge branch 'stable'Takeshi KOMIYA2017-01-121-15/+15
|\ \ | |/
| * Fix flake8 violationsTakeshi KOMIYA2017-01-121-14/+14
* | Prepare to type-check using mypyTakeshi KOMIYA2016-11-161-0/+3
|/
* Handle more file closing with "with"Ville Skyttä2016-07-071-4/+1
* Merge branch 'stable'Georg Brandl2016-01-141-1/+1
|\
| * Obligatory copyright update.Georg Brandl2016-01-141-1/+1
* | merge with stableshimizukawa2016-01-131-1/+1
|\ \ | |/
| * accept 95 chars including CRLF. It is same as flake8 check.shimizukawa2016-01-121-1/+1
* | Port check_sources to single-source.Georg Brandl2015-09-181-52/+69
|/
* fix for `make check`shimizukawa2015-03-101-1/+1
* Merge branch 'stable'Georg Brandl2015-01-031-1/+1
|\
| * all: update copyrightGeorg Brandl2015-01-031-1/+1
* | use b prefix for bytes instead of sphinx.pycompat.b function.Takayuki Shimizukawa2014-05-011-32/+26
* | merge with stableGeorg Brandl2014-03-021-1/+1
|\ \ | |/
| * Fix long lines.Georg Brandl2014-03-021-1/+1
* | Update copyright year.Georg Brandl2014-03-011-1/+1
|\ \ | |/
| * Update copyright year.Georg Brandl2014-03-011-1/+1
* | Modernize the code now that Python 2.5 is no longer supportedDmitry Shachnev2014-01-191-12/+13
|/
* Copyright update.Georg Brandl2013-01-011-1/+1
* merge with 1.0Georg Brandl2011-01-041-1/+1
|\
| * New year update.Georg Brandl2011-01-041-1/+1
* | check_sources.py is now ported to 3.xDaniel Neuhäuser2010-05-171-35/+41
* | Fixed file openingDaniel Neuhäuser2010-05-161-1/+4
* | Switched check_sources.py from getopt to optparseDaniel Neuhäuser2010-05-161-18/+16
|/
* Remove obsolete todo entry.Georg Brandl2010-01-181-3/+0
* Remove bad tags.Georg Brandl2010-01-161-2/+1
* Update check_sources; we now have 201x.Georg Brandl2010-01-021-1/+1
* Happy new year!Georg Brandl2010-01-011-1/+1
* merge with 0.5Georg Brandl2009-03-091-2/+2
|\
| * Relicense to avoid confusion.Georg Brandl2009-03-091-2/+2
* | Make "make check" happy.Georg Brandl2009-02-191-3/+3
* | Fix more line length and trailing whitespace.Georg Brandl2009-01-101-3/+3
* | Reformat to EOL80.Georg Brandl2009-01-101-1/+1
|/
* Some more license nits.Georg Brandl2009-01-031-2/+3
* Merged revisions 64808,65013,65076,65100-65101,65119,65121-65123 via svnmerge...Georg Brandl2008-07-181-5/+7
* Fix a few overlong lines, and use \t instead of literal tabs.Georg Brandl2008-03-211-1/+1
* Initial import of the doc tools.Georg Brandl2007-07-231-0/+241