summaryrefslogtreecommitdiff
path: root/docutils/test/test_readers/test_python
Commit message (Collapse)AuthorAgeFilesLines
* Move the orphaned python source reader to the sandbox.milde2010-12-078-1276/+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
* fix testing under py3kmilde2010-05-071-4/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@6320 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Ensure test work as intended in all supported Python versions.milde2010-03-181-1/+4
| | | | | | | | Take care to prevent false positives caused by varying error messages or default behaviour. Extend test support to p3k. Fixes [2972615]. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@6268 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
* use $Id$ instead of $Date$ and $Revision$;wiemann2006-05-213-12/+6
| | | | | | | | 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@4564 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* fixed false assumption about pathgoodger2005-06-171-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3509 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* set executable bits on test fileswiemann2005-03-223-0/+0
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3085 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* * Bug fixes to python readerianbicking2004-03-231-267/+511
| | | | | | | | * Getting tests up-to-date * Trimming unused nodes from pynodes git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@1876 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* redundant; CVSROOT/cvsignore is globalgoodger2003-01-011-1/+0
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@1048 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* updatedgoodger2002-12-291-3/+36
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@1046 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added currently breaking expressionrichard2002-12-191-0/+15
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@1034 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Added classes & methods.goodger2002-12-191-0/+158
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@1032 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* a tool for exploring module documentation trees generated bygoodger2002-12-191-0/+33
| | | | | | | ``docutils.readers.python.moduleparser.parse_module()`` git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@1031 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* More progress; functions done.goodger2002-12-181-45/+73
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@1027 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* making good progressgoodger2002-12-143-145/+335
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@1020 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* updatedgoodger2002-12-123-34/+78
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@1016 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added stdin input capabilitygoodger2002-12-073-15/+33
| | | | 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 ↵goodger2002-12-061-0/+34
| | | | | | ``tokenize.generate_tokens()`` git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@999 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
* a tool for exploring abstract syntax trees generated by ``compiler.parse()``goodger2002-12-061-0/+51
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@997 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Tests for docutils/readers/python/moduleparser.py. Tests that don't pass ↵goodger2002-12-051-0/+321
| | | | | | yet are commented out. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@995 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* initial checkingoodger2002-12-053-0/+73
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@991 929543f6-e4f2-0310-98a6-ba3bd3dd1d04