| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Fix long line. | Georg Brandl | 2009-01-01 | 1 | -2/+2 | |
| | | ||||||
| * | Add Python license info, add parse.c source generated by Cython. | Georg Brandl | 2009-01-01 | 4 | -156/+3328 | |
| | | ||||||
| * | Add "object" option to literalinclude directive. | Georg Brandl | 2008-12-30 | 1 | -2/+2 | |
| | | ||||||
| * | * Add a tag-finding method based on tokens. | Georg Brandl | 2008-12-30 | 2 | -39/+118 | |
| | | | | | | * Don't parse immediately if tokenizing suffices. * Also cache by file name. | |||||
| * | Move docstring processing to an util module. | Georg Brandl | 2008-12-30 | 1 | -45/+6 | |
| | | ||||||
| * | Also find attribute docs in the "other" style: docstrings after the | Georg Brandl | 2008-12-30 | 1 | -14/+61 | |
| | | | | | assignment. | |||||
| * | First iteration of an autodoc that handles attribute documentation. | Georg Brandl | 2008-12-30 | 1 | -9/+18 | |
| | | ||||||
| * | Move benchmark into __main__ block. | Georg Brandl | 2008-12-30 | 1 | -9/+9 | |
| | | ||||||
| * | Some speedups in pytree. | Georg Brandl | 2008-12-30 | 2 | -14/+165 | |
| | | | | | Add Cython parse.py replacement, yielding a 2x speedup in parsing. | |||||
| * | Another fix for DEDENT/INDENT handling. | Georg Brandl | 2008-12-29 | 2 | -2/+3 | |
| | | ||||||
| * | Fix handling of INDENT/DEDENT tokens. | Georg Brandl | 2008-12-29 | 2 | -11/+31 | |
| | | ||||||
| * | Improve error handling. | Georg Brandl | 2008-12-29 | 1 | -18/+33 | |
| | | ||||||
| * | Add comment. | Georg Brandl | 2008-12-29 | 1 | -0/+1 | |
| | | ||||||
| * | Cleanup; add scoping to ClassAttrVisitor. | Georg Brandl | 2008-12-29 | 2 | -36/+31 | |
| | | ||||||
| * | Add pgen2 and custom utilities. | Georg Brandl | 2008-12-29 | 11 | -0/+2044 | |
