summaryrefslogtreecommitdiff
path: root/readers/python/moduleparser.py
Commit message (Expand)AuthorAgeFilesLines
* Replace all has_key with the in operator.abolish-userstringstrank2008-07-231-5/+5
* Get rid of tabs.gbrandl2008-01-061-27/+27
* removed notes about Py22 requirement (Docutils 0.5+ depends on Py22 anyway)wiemann2006-11-131-1/+1
* use $Id$ instead of $Date$ and $Revision$;wiemann2006-05-211-4/+2
* fixed markup bugs in docstrings; now works with Endogoodger2006-01-051-2/+4
* 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