Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | pycode: Replace pgen2 by own parser | Takeshi KOMIYA | 2017-07-26 | 1 | -403/+0 |
| | |||||
* | Upgrade to mypy-0.5 | Takeshi KOMIYA | 2017-03-03 | 1 | -1/+1 |
| | |||||
* | Fix mypy violations | Takeshi KOMIYA | 2017-02-08 | 1 | -1/+1 |
| | |||||
* | Add type-check annotations to sphinx.* | Takeshi KOMIYA | 2016-11-16 | 1 | -10/+17 |
| | |||||
* | Fix #2919: Drop py26 support | Takeshi KOMIYA | 2016-09-15 | 1 | -4/+1 |
| | |||||
* | Fix Python 2.6 incompatibility introduced in 4e77027. | Valentin Lorentz | 2015-08-20 | 1 | -1/+4 |
| | |||||
* | Make grammar generation deterministic. | Valentin Lorentz | 2015-08-19 | 1 | -4/+11 |
| | |||||
* | fix py2/py3 compat for 'iter.next()/next(iter)' and ↵ | Takayuki Shimizukawa | 2014-05-01 | 1 | -1/+1 |
| | | | | 'dict.values()/list(dict.values())'. refs #1350. | ||||
* | wrap py3 iterators with list() for each places that expect a list object. ↵ | Takayuki Shimizukawa | 2014-04-30 | 1 | -1/+1 |
| | | | | refs #1350. | ||||
* | provide __next__() and use native next() to support py2/py3 in one source. ↵ | Takayuki Shimizukawa | 2014-04-29 | 1 | -2/+2 |
| | | | | refs #1350. | ||||
* | wrap iterator with list() to avoid 'dictionary changed size during ↵ | Takayuki Shimizukawa | 2014-04-29 | 1 | -2/+2 |
| | | | | iteration' on py3. refs #1350. | ||||
* | use six privided iteritems(),itervalues() to support py2/py3 in one source. ↵ | Takayuki Shimizukawa | 2014-04-29 | 1 | -7/+9 |
| | | | | refs #1350. | ||||
* | 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 |