| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | merge with 1.0 | Georg Brandl | 2010-12-28 | 1 | -1/+1 |
| |\ | |||||
| | * | major.minor version is enough for the grammar pickle. | Georg Brandl | 2010-12-09 | 1 | -1/+1 |
| | | | |||||
| * | | don't assume strings to be byte strings | DasIch | 2010-05-24 | 1 | -1/+1 |
| | | | |||||
| * | | Fixed issue #1 | DasIch | 2010-05-01 | 1 | -1/+3 |
| |/ | |||||
| * | merge with trunk | Georg Brandl | 2010-02-17 | 2 | -1692/+3071 |
| |\ | |||||
| | * | Work a bit on the experimental Cython version of pgen2.parse. | Georg Brandl | 2010-01-31 | 2 | -1692/+3071 |
| | | | |||||
| * | | Remove XXXes from the pgen2 code. | Georg Brandl | 2010-01-17 | 2 | -3/+3 |
| | | | |||||
| * | | Make the _ gettext alias an explicit import instead of installing into builtins. | Georg Brandl | 2010-01-17 | 2 | -3/+3 |
| |/ | |||||
| * | merge in Ben's bundle with more py3k compatibility | Georg Brandl | 2009-01-10 | 1 | -0/+5 |
| |\ | |||||
| | * | Changed the tokenizer in pgen2 to add a newline to lines even if it's ↵ | mitsuhiko | 2009-01-09 | 1 | -0/+5 |
| | | | | | | | | | missing. This makes sure that a file that does not end with a newline is properly parsed. | ||||
| * | | normalize raise statements | Benjamin Peterson | 2009-01-10 | 1 | -2/+2 |
| |/ | |||||
| * | 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 Python license info, add parse.c source generated by Cython. | Georg Brandl | 2009-01-01 | 2 | -1/+3264 |
| | | |||||
| * | * 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. | ||||
| * | Some speedups in pytree. | Georg Brandl | 2008-12-30 | 1 | -0/+156 |
| | | | | | Add Cython parse.py replacement, yielding a 2x speedup in parsing. | ||||
| * | Add pgen2 and custom utilities. | Georg Brandl | 2008-12-29 | 8 | -0/+1452 |
