Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | consistency nits | Georg Brandl | 2014-01-22 | 1 | -1/+3 |
| | |||||
* | Modernize the code now that Python 2.5 is no longer supported | Dmitry Shachnev | 2014-01-19 | 1 | -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 Brandl | 2010-01-17 | 1 | -2/+2 |
| | |||||
* | Make the _ gettext alias an explicit import instead of installing into builtins. | Georg Brandl | 2010-01-17 | 1 | -2/+2 |
| | |||||
* | Add pgen2 and custom utilities. | Georg Brandl | 2008-12-29 | 1 | -0/+384 |