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