summaryrefslogtreecommitdiff
path: root/docutils/readers/python/moduleparser.py
Commit message (Expand)AuthorAgeFilesLines
* Allow the test suite to survive unimportable test modules.cben2004-07-251-1/+1
* Python 2.1 compatibility fixwiemann2004-05-071-3/+7
* Reader parses docstrings (according to __docformat__) and produces fullianbicking2004-03-231-45/+70
* * Bug fixes to python readerianbicking2004-03-231-203/+140
* Incomplete changes to the moduleparser python source readerianbicking2004-03-211-0/+8
* docstringgoodger2003-01-041-0/+4
* refactored a bitgoodger2002-12-291-42/+39
* fixed RHS parse bug, found by Richard Jonesgoodger2002-12-191-1/+2
* Added classes & methods.goodger2002-12-191-187/+277
* More progress; functions done.goodger2002-12-181-40/+157
* making good progressgoodger2002-12-141-94/+199
* Updated. Dead-end with AssignmentVisitor reconstructing expressions. TokenR...goodger2002-12-121-12/+238
* updategoodger2002-12-071-1/+1
* Parser for Python modulesgoodger2002-12-051-0/+244