summaryrefslogtreecommitdiff
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
* Include 'unlexer' as a common misspelling.Tim Hatch2014-10-101-1/+1
* debug_lexer: fix missing import and wrong API usageGeorg Brandl2014-10-071-5/+5
* debug_lexer: remove debug print; allow reading from stdin with filename "-"Georg Brandl2014-10-071-2/+5
* Closes #980: fix DeprecationWarnings (mostly due to files closed by __del__) ...Georg Brandl2014-10-071-8/+6
* Change how debug_lexer.py finds its lexers.Tim Hatch2014-10-061-7/+12
* move module names from _XXXbuiltins to _XXX_builtins to be consistentGeorg Brandl2014-10-041-2/+11
* check_sources: decode when reading file, remove obsolete checksGeorg Brandl2014-10-041-33/+13
* check_sources: allow 110 line length, skip examplefiles directoryGeorg Brandl2014-10-041-4/+9
* debug_lexer: fix byte/str confusion for Py3 and print usage if no args given.Georg Brandl2014-10-041-2/+6
* New version of the vim keyword script, using format_linesTim Hatch2014-10-031-4/+26
* Compatibility symlink.Georg Brandl2014-09-201-0/+1
* Rename find_error to debug_lexer and add a mode to use the profiling regex le...Georg Brandl2014-09-201-20/+68
* Dont check .html files anymore now that they are generated by Sphinx.Georg Brandl2014-04-151-23/+0
* Finalize single-source port for Py2.[67] and Py3.3+.Georg Brandl2014-01-185-17/+24
* manual prettifying and small fixes after futurize runGeorg Brandl2014-01-185-5/+13
* futurizing: move to print_function and "except X as Y" syntaxGeorg Brandl2014-01-186-43/+49
* Remove old uneeded scripts.Georg Brandl2014-01-181-291/+0
* new year in copyright noticeGeorg Brandl2014-01-103-4/+4
* Check for missing aliases in "make check".Georg Brandl2013-01-201-0/+2
* find_error: always prefer Pygments from source dir.Georg Brandl2013-01-091-5/+4
* Happy new year 2013.Georg Brandl2013-01-093-4/+4
* Copyright update.Georg Brandl2012-02-053-4/+4
* Style fixes.Georg Brandl2012-02-051-1/+2
* Closes #734: support the Coq theorem prover.Georg Brandl2012-02-051-0/+3
* Closes #723: update vim commands.Georg Brandl2012-02-051-4/+8
* Fix find_error script if error is in very beginning of file.Georg Brandl2012-02-041-1/+1
* Fix current copyright year.Georg Brandl2011-07-093-3/+3
* Fix find_error behavior for non-RegexLexer lexers.Georg Brandl2011-06-181-2/+2
* Allow giving lexer options to find_error script.Georg Brandl2011-06-181-6/+9
* Missing commas in vim2pygments (#626)Tim Hatch2010-12-201-2/+2
* Fix empty pattern in ps lexer.Georg Brandl2010-08-221-1/+1
* Allow the license block in recently-added files to not have a starting yearTim Hatch2010-06-041-2/+2
* Fix a few problems.Georg Brandl2010-03-011-10/+17
* Allow giving explicit lexer name.Georg Brandl2010-03-011-9/+15
* Fix test suite: there are problems with groups being None.Georg Brandl2010-02-281-5/+5
* Add an option to show all tokens.Georg Brandl2010-02-211-11/+22
* Make the find_error script more usable: make it possible to inspect the state...Georg Brandl2010-02-181-8/+90
* Happy new year!Georg Brandl2010-01-013-4/+4
* Fix syntax error in check_sourcesthatch2009-01-041-1/+1
* Return different exit status when an error is found.gbrandl2009-01-041-2/+5
* Update copyrighting style to standard "team" tags.gbrandl2009-01-044-10/+10
* Remove obsolete scripts.gbrandl2009-01-042-94/+0
* Detect undefined (but required) analyse_text functions in 'make check'thatch2008-12-311-0/+30
* check_sources should be unicode-aware when checking copyright infothatch2008-09-241-3/+3
* Add Smalltalk lexer, #300.gbrandl2007-12-141-1/+6
* [svn] make check.gbrandl2007-05-291-1/+2
* [svn] added tim hatch's lexer (forgot about the CHANGELOG entry...) and updat...blackbird2007-05-281-0/+37
* [svn] Remove unnecessary script and fix Makefile.gbrandl2007-02-151-45/+0
* [svn] Copyright notice update.gbrandl2007-02-046-6/+6
* [svn] PyLint run.gbrandl2007-01-251-108/+54