summaryrefslogtreecommitdiff
path: root/pygments/lexers/_sourcemodbuiltins.py
Commit message (Collapse)AuthorAgeFilesLines
* move module names from _XXXbuiltins to _XXX_builtins to be consistentGeorg Brandl2014-10-041-1165/+0
|
* Regenerate sourcemod builtinsTim Hatch2014-10-041-996/+1077
|
* Make _sourcemodbuiltins capable of regenerating itselfTim Hatch2014-10-041-9/+16
|
* Make all keyword lists in special modules into tuples.Georg Brandl2014-09-191-2/+2
| | | | | Tuples of strings are stored as prebuild constants in the .pyc file instead of having to build a list element by element at runtime.
* Finalize single-source port for Py2.[67] and Py3.3+.Georg Brandl2014-01-181-3/+6
|
* manual prettifying and small fixes after futurize runGeorg Brandl2014-01-181-0/+1
|
* futurizing: move to print_function and "except X as Y" syntaxGeorg Brandl2014-01-181-3/+4
|
* new year in copyright noticeGeorg Brandl2014-01-101-1/+1
|
* Happy new year 2013.Georg Brandl2013-01-091-1/+1
|
* Fix issues found by "make check".Georg Brandl2013-01-091-2/+2
|
* Fix and update sourcemodbuiltinsTim Hatch2012-10-061-1/+10
|
* Add SourcePawn supportReuben Morais2011-11-271-0/+1063