summaryrefslogtreecommitdiff
path: root/docutils/test/test_readers/test_python/showparse
Commit message (Collapse)AuthorAgeFilesLines
* Move the orphaned python source reader to the sandbox.milde2010-12-071-47/+0
| | | | | | | | | | The "python" reader is no longer maintained and (in its current form) does not work with Python 3. Documentation from RST docstrings can be generated with the Sphinx "autodoc" extension (http://sphinx.pocoo.org/latest/ext/autodoc.html). git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@6495 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Prepare for python 3.0: minimize "types" module where possible (gbrandl).grubert2008-11-301-2/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5738 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added stdin input capabilitygoodger2002-12-071-5/+11
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@1001 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* a tool for exploring abstract syntax trees generated by ``parser.suite()``goodger2002-12-061-0/+42
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@998 929543f6-e4f2-0310-98a6-ba3bd3dd1d04