summaryrefslogtreecommitdiff
path: root/readers/python
Commit message (Expand)AuthorAgeFilesLines
* Replace all has_key with the in operator.abolish-userstringstrank2008-07-232-6/+6
* Get rid of tabs.gbrandl2008-01-061-27/+27
* removed notes about Py22 requirement (Docutils 0.5+ depends on Py22 anyway)wiemann2006-11-132-4/+1
* use $Id$ instead of $Date$ and $Revision$;wiemann2006-05-213-12/+6
* moved headers to commentsgoodger2006-03-301-9/+5
* fixed markup bugs in docstrings; now works with Endogoodger2006-01-051-2/+4
* removed redundant get_children();wiemann2005-03-141-1/+1
* typowiemann2004-07-271-2/+2
* Allow the test suite to survive unimportable test modules.cben2004-07-252-1/+4
* corrected frontend script descriptiongoodger2004-05-081-3/+6
* Python 2.1 compatibility fixwiemann2004-05-071-3/+7
* moved locale imports into try blocks, for Jython compatibilityorutherfurd2004-03-281-1/+1
* Reader parses docstrings (according to __docformat__) and produces fullianbicking2004-03-233-54/+178
* * Bug fixes to python readerianbicking2004-03-233-240/+190
* Added the pynodes file I missed yesterday.ianbicking2004-03-221-0/+80
* Incomplete changes to the moduleparser python source readerianbicking2004-03-211-0/+8
* Updated for configuration file reorganization.goodger2003-08-271-1/+3
* 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
* Python Source Readergoodger2002-12-051-0/+19