summaryrefslogtreecommitdiff
path: root/sphinx/pycode/pgen2/token.py
Commit message (Expand)AuthorAgeFilesLines
* wrap iterator with list() to avoid 'dictionary changed size during iteration'...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