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