summaryrefslogtreecommitdiff
path: root/sphinx/pycode/pgen2/token.py
Commit message (Expand)AuthorAgeFilesLines
* pycode: Replace pgen2 by own parserTakeshi KOMIYA2017-07-261-86/+0
* Update Python3 grammar to Python3.5Alberto Berti2015-11-091-7/+10
* wrap iterator with list() to avoid 'dictionary changed size during iteration'...Takayuki Shimizukawa2014-04-291-1/+1
* Closes #1152: Fix pycode parsing errors of Python 3 code by including two gra...Georg Brandl2014-01-121-1/+2
* Add pgen2 and custom utilities.Georg Brandl2008-12-291-0/+82