Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Copyright year update. | Georg Brandl | 2015-01-21 | 1 | -1/+1 |
| | |||||
* | Simplify charclasses in a few more modules | Georg Brandl | 2014-11-06 | 1 | -9/+9 |
| | |||||
* | Closes #1008: allow $ in names for Oracle SQL. | Georg Brandl | 2014-10-07 | 1 | -1/+1 |
| | |||||
* | use words() in sql | Georg Brandl | 2014-09-19 | 1 | -88/+95 |
| | |||||
* | Make all keyword lists in special modules into tuples. | Georg Brandl | 2014-09-19 | 1 | -3/+3 |
| | | | | | Tuples of strings are stored as prebuild constants in the .pyc file instead of having to build a list element by element at runtime. | ||||
* | Fix parsing of escaped quotes in strings in MySqlLexer | bgirarde | 2014-08-21 | 1 | -4/+3 |
| | |||||
* | Replace a-z0-9_ with \w when IGNORECASE is set | Gaurav Jain | 2014-05-15 | 1 | -5/+5 |
| | |||||
* | Overlap due to case insensitive mode | Gaurav Jain | 2014-05-15 | 1 | -6/+6 |
| | |||||
* | Replace all occurences of [a-zA-Z0-9_] with \w | Gaurav Jain | 2014-05-14 | 1 | -4/+4 |
| | |||||
* | Refactor RQL into the existing SQL lexer file. | Jharrod LaFon | 2014-04-14 | 1 | -1/+32 |
| | |||||
* | use versionadded directives | Georg Brandl | 2014-01-19 | 1 | -4/+4 |
| | |||||
* | Finalize single-source port for Py2.[67] and Py3.3+. | Georg Brandl | 2014-01-18 | 1 | -7/+9 |
| | |||||
* | new year in copyright notice | Georg Brandl | 2014-01-10 | 1 | -1/+1 |
| | |||||
* | Closes #853: fix typo in SQL lexer. | Georg Brandl | 2013-05-19 | 1 | -1/+1 |
| | |||||
* | Happy new year 2013. | Georg Brandl | 2013-01-09 | 1 | -1/+1 |
| | |||||
* | Closes #749: get rid of deepcopy usage to restore 2.4 compatibility | Georg Brandl | 2012-05-08 | 1 | -8/+2 |
| | |||||
* | Minor lint fixes | Tim Hatch | 2012-03-09 | 1 | -4/+4 |
| | | | | | | | | --- pygments/lexers/other.py | 12 ++++++------ pygments/lexers/shell.py | 6 +++--- pygments/lexers/sql.py | 8 ++++---- 3 files changed, 13 insertions(+), 13 deletions(-) | ||||
* | Closes #739: replace generator-send with custom class to work under 2.4. | Georg Brandl | 2012-02-18 | 1 | -7/+16 |
| | |||||
* | Copyright update. | Georg Brandl | 2012-02-05 | 1 | -1/+1 |
| | |||||
* | Module reorganizing: move sql stuff together, create new "shell" module. | Georg Brandl | 2012-02-05 | 1 | -0/+556 |