summaryrefslogtreecommitdiff
path: root/sphinx/pycode/pgen2
Commit message (Expand)AuthorAgeFilesLines
* merge with 1.0Georg Brandl2010-12-281-1/+1
|\
| * major.minor version is enough for the grammar pickle.Georg Brandl2010-12-091-1/+1
* | don't assume strings to be byte stringsDasIch2010-05-241-1/+1
* | Fixed issue #1DasIch2010-05-011-1/+3
|/
* merge with trunkGeorg Brandl2010-02-172-1692/+3071
|\
| * Work a bit on the experimental Cython version of pgen2.parse.Georg Brandl2010-01-312-1692/+3071
* | Remove XXXes from the pgen2 code.Georg Brandl2010-01-172-3/+3
* | Make the _ gettext alias an explicit import instead of installing into builtins.Georg Brandl2010-01-172-3/+3
|/
* merge in Ben's bundle with more py3k compatibilityGeorg Brandl2009-01-101-0/+5
|\
| * Changed the tokenizer in pgen2 to add a newline to lines even if it's missing...mitsuhiko2009-01-091-0/+5
* | normalize raise statementsBenjamin Peterson2009-01-101-2/+2
|/
* Add support for decoding strings and comments to the analyzer.Georg Brandl2009-01-041-1/+3
* Support all types of string literals in literals.py.Georg Brandl2009-01-041-10/+44
* Add Python license info, add parse.c source generated by Cython.Georg Brandl2009-01-012-1/+3264
* * Add a tag-finding method based on tokens.Georg Brandl2008-12-301-9/+9
* Some speedups in pytree.Georg Brandl2008-12-301-0/+156
* Add pgen2 and custom utilities.Georg Brandl2008-12-298-0/+1452