summaryrefslogtreecommitdiff
path: root/sphinx/pycode/pgen2/pgen.py
Commit message (Collapse)AuthorAgeFilesLines
* consistency nitsGeorg Brandl2014-01-221-1/+3
|
* Modernize the code now that Python 2.5 is no longer supportedDmitry Shachnev2014-01-191-7/+8
| | | | | | | | | | | - Use print function instead of print statement; - Use new exception handling; - Use in operator instead of has_key(); - Do not use tuple arguments in functions; - Other miscellaneous improvements. This is based on output of `futurize --stage1`, with some manual corrections.
* 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