summaryrefslogtreecommitdiff
path: root/sphinx/pycode/pgen2/literals.py
Commit message (Expand)AuthorAgeFilesLines
* Modernize the code now that Python 2.5 is no longer supportedDmitry Shachnev2014-01-191-1/+2
* don't assume strings to be byte stringsDasIch2010-05-241-1/+1
* Add support for decoding strings and comments to the analyzer.Georg Brandl2009-01-041-1/+3
* Support all types of string literals in literals.py.Georg Brandl2009-01-041-10/+44
* Add pgen2 and custom utilities.Georg Brandl2008-12-291-0/+60