Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | pycode: Replace pgen2 by own parser | Takeshi KOMIYA | 2017-07-26 | 1 | -100/+0 |
| | |||||
* | use six privided text_type() to replace with unicode() to support py2/py3 in ↵ | Takayuki Shimizukawa | 2014-04-29 | 1 | -1/+4 |
| | | | | one source. refs #1350. | ||||
* | Modernize the code now that Python 2.5 is no longer supported | Dmitry Shachnev | 2014-01-19 | 1 | -1/+2 |
| | | | | | | | | | | | - 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. | ||||
* | don't assume strings to be byte strings | Daniel Neuhäuser | 2010-05-24 | 1 | -1/+1 |
| | |||||
* | Add support for decoding strings and comments to the analyzer. | Georg Brandl | 2009-01-04 | 1 | -1/+3 |
| | |||||
* | Support all types of string literals in literals.py. | Georg Brandl | 2009-01-04 | 1 | -10/+44 |
| | |||||
* | Add pgen2 and custom utilities. | Georg Brandl | 2008-12-29 | 1 | -0/+60 |