summaryrefslogtreecommitdiff
path: root/sphinx/pycode
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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