summaryrefslogtreecommitdiff
path: root/sphinx/pycode/pgen2/driver.py
Commit message (Expand)AuthorAgeFilesLines
* Modernize the code now that Python 2.5 is no longer supportedDmitry Shachnev2014-01-191-1/+1
* Closes #1152: Fix pycode parsing errors of Python 3 code by including two gra...Georg Brandl2014-01-121-1/+2
* Closes #641: use Sphinx version in cache pickle filename.Georg Brandl2014-01-101-2/+4
* major.minor version is enough for the grammar pickle.Georg Brandl2010-12-091-1/+1
* Remove XXXes from the pgen2 code.Georg Brandl2010-01-171-1/+1
* * Add a tag-finding method based on tokens.Georg Brandl2008-12-301-9/+9
* Add pgen2 and custom utilities.Georg Brandl2008-12-291-0/+145