summaryrefslogtreecommitdiff
path: root/sphinx/pycode/pgen2/token.py
Commit message (Collapse)AuthorAgeFilesLines
* wrap iterator with list() to avoid 'dictionary changed size during ↵shimizukawa2014-04-291-1/+1
| | | | iteration' on py3. refs #1350.
* Closes #1152: Fix pycode parsing errors of Python 3 code by including two ↵Georg Brandl2014-01-121-1/+2
| | | | | | | grammar versions for Python 2 and 3, and loading the appropriate version for the running Python version.
* Add pgen2 and custom utilities.Georg Brandl2008-12-291-0/+82