summaryrefslogtreecommitdiff
path: root/pygments/lexers/python.py
Commit message (Collapse)AuthorAgeFilesLines
* Copyright year update.Georg Brandl2015-01-211-1/+1
|
* Fix Python tracebacks getting duplicated in the console lexer (closes #1068).Georg Brandl2015-01-201-0/+1
|
* Simplify charclasses in a few more modulesGeorg Brandl2014-11-061-1/+1
|
* Curly brace escaping, round 1.Tim Hatch2014-10-151-3/+3
| | | | | These locations were all found by regexlint and done semi-manually, leaving braces within [] alone (they aren't special in the 'regex' module).
* Closes #874: do not swallow incomplete tracebacks in the Python console lexer.Georg Brandl2014-10-071-0/+3
|
* misc fixups in math.py and jvm.pyGeorg Brandl2014-09-201-1/+96
|
* move Hy to lisp, use words() in python.pyGeorg Brandl2014-09-161-181/+92
|
* split up agile.py into individual modulesGeorg Brandl2014-09-161-5/+633
|
* split up lexers.compiled into multiple submodulesGeorg Brandl2014-09-161-0/+196