summaryrefslogtreecommitdiff
path: root/readers/python/moduleparser.py
Commit message (Collapse)AuthorAgeFilesLines
* Replace all has_key with the in operator.abolish-userstringstrank2008-07-231-5/+5
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/branches/abolish-userstring@5607 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Get rid of tabs.gbrandl2008-01-061-27/+27
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils/docutils@5496 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* removed notes about Py22 requirement (Docutils 0.5+ depends on Py22 anyway)wiemann2006-11-131-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils/docutils@4813 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* use $Id$ instead of $Date$ and $Revision$;wiemann2006-05-211-4/+2
| | | | | | | | collapsed Author and Contact fields; use canonical email addresses for David and Felix; (I have reviewed the diff) git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils/docutils@4564 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* fixed markup bugs in docstrings; now works with Endogoodger2006-01-051-2/+4
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils/docutils@4242 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Allow the test suite to survive unimportable test modules.cben2004-07-251-1/+1
| | | | | | | | | Notably, this fixes a crash on importing `moduleparser` under Python 2.1 from ``test/test_readers/test_python/test_functions.py``. (This shouldn't happen anyway, added to BUGS.txt) git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils/docutils@2449 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Python 2.1 compatibility fixwiemann2004-05-071-3/+7
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils/docutils@2037 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Reader parses docstrings (according to __docformat__) and produces fullianbicking2004-03-231-45/+70
| | | | | | | | | | | output. The reader should thus be "done". Run readers/python/__init__.py with a filename argument to get output in the DOM format. A transformer will be necessary to translate this into the standard docutils DOM. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils/docutils@1881 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* * Bug fixes to python readerianbicking2004-03-231-203/+140
| | | | | | | | * Getting tests up-to-date * Trimming unused nodes from pynodes git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils/docutils@1876 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Incomplete changes to the moduleparser python source readerianbicking2004-03-211-0/+8
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils/docutils@1847 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* docstringgoodger2003-01-041-0/+4
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils/docutils@1060 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* refactored a bitgoodger2002-12-291-42/+39
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils/docutils@1045 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* fixed RHS parse bug, found by Richard Jonesgoodger2002-12-191-1/+2
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils/docutils@1035 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Added classes & methods.goodger2002-12-191-187/+277
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils/docutils@1032 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* More progress; functions done.goodger2002-12-181-40/+157
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils/docutils@1027 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* making good progressgoodger2002-12-141-94/+199
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils/docutils@1020 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Updated. Dead-end with AssignmentVisitor reconstructing expressions. ↵goodger2002-12-121-12/+238
| | | | | | TokenReader seems to be the way to go. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils/docutils@1017 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* updategoodger2002-12-071-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils/docutils@1006 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Parser for Python modulesgoodger2002-12-051-0/+244
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils/docutils@990 929543f6-e4f2-0310-98a6-ba3bd3dd1d04