summaryrefslogtreecommitdiff
path: root/sphinx/pycode/pgen2/pgen.py
Commit message (Expand)AuthorAgeFilesLines
* fix py2/py3 compat for 'iter.next()/next(iter)' and 'dict.values()/list(dict....shimizukawa2014-05-011-1/+1
* wrap py3 iterators with list() for each places that expect a list object. ref...shimizukawa2014-04-301-1/+1
* provide __next__() and use native next() to support py2/py3 in one source. re...shimizukawa2014-04-291-2/+2
* wrap iterator with list() to avoid 'dictionary changed size during iteration'...shimizukawa2014-04-291-2/+2
* use six privided iteritems(),itervalues() to support py2/py3 in one source. r...shimizukawa2014-04-291-7/+9
* consistency nitsGeorg Brandl2014-01-221-1/+3
* Modernize the code now that Python 2.5 is no longer supportedDmitry Shachnev2014-01-191-7/+8
* Remove XXXes from the pgen2 code.Georg Brandl2010-01-171-2/+2
* Make the _ gettext alias an explicit import instead of installing into builtins.Georg Brandl2010-01-171-2/+2
* Add pgen2 and custom utilities.Georg Brandl2008-12-291-0/+384