Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Modernize the code now that Python 2.5 is no longer supported | Dmitry Shachnev | 2014-01-19 | 1 | -1/+1 |
| | | | | | | | | | | | - 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. | ||||
* | Closes #1152: Fix pycode parsing errors of Python 3 code by including two ↵ | Georg Brandl | 2014-01-12 | 1 | -1/+2 |
| | | | | | | | grammar versions for Python 2 and 3, and loading the appropriate version for the running Python version. | ||||
* | Closes #641: use Sphinx version in cache pickle filename. | Georg Brandl | 2014-01-10 | 1 | -2/+4 |
| | |||||
* | major.minor version is enough for the grammar pickle. | Georg Brandl | 2010-12-09 | 1 | -1/+1 |
| | |||||
* | Remove XXXes from the pgen2 code. | Georg Brandl | 2010-01-17 | 1 | -1/+1 |
| | |||||
* | * Add a tag-finding method based on tokens. | Georg Brandl | 2008-12-30 | 1 | -9/+9 |
| | | | | | * Don't parse immediately if tokenizing suffices. * Also cache by file name. | ||||
* | Add pgen2 and custom utilities. | Georg Brandl | 2008-12-29 | 1 | -0/+145 |