| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix py2/py3 compat for 'iter.next()/next(iter)' and 'dict.values()/list(dict.... | shimizukawa | 2014-05-01 | 1 | -1/+1 |
| * | wrap py3 iterators with list() for each places that expect a list object. ref... | shimizukawa | 2014-04-30 | 1 | -1/+1 |
| * | provide __next__() and use native next() to support py2/py3 in one source. re... | shimizukawa | 2014-04-29 | 1 | -2/+2 |
| * | wrap iterator with list() to avoid 'dictionary changed size during iteration'... | shimizukawa | 2014-04-29 | 1 | -2/+2 |
| * | use six privided iteritems(),itervalues() to support py2/py3 in one source. r... | shimizukawa | 2014-04-29 | 1 | -7/+9 |
| * | 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 |
| * | 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 |
