summaryrefslogtreecommitdiff
path: root/sphinx/pycode/pgen2/driver.py
Commit message (Expand)AuthorAgeFilesLines
* pycode: Replace pgen2 by own parserTakeshi KOMIYA2017-07-261-154/+0
* Remove sphinx version from the filename of compiled grammar filesTakeshi KOMIYA2016-07-121-2/+1
* Bundle sphinx/pycode/Grammar-*.pickle (ref: #2765)Takeshi KOMIYA2016-07-121-16/+26
* Refactor code using ``with`` syntaxTakeshi KOMIYA2016-05-261-4/+1
* 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