summaryrefslogtreecommitdiff
path: root/readers/python
Commit message (Collapse)AuthorAgeFilesLines
* Replace all has_key with the in operator.abolish-userstringstrank2008-07-232-6/+6
| | | | 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-132-4/+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-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/docutils/docutils@4564 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* moved headers to commentsgoodger2006-03-301-9/+5
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils/docutils@4453 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
* removed redundant get_children();wiemann2005-03-141-1/+1
| | | | | | | | in case we want to change the behavior later, be can use __getattr__ or a descriptor; (the list is modified in place anyway, so there'd be not much to change about get_children) git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils/docutils@3038 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* typowiemann2004-07-271-2/+2
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils/docutils@2487 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Allow the test suite to survive unimportable test modules.cben2004-07-252-1/+4
| | | | | | | | | 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
* corrected frontend script descriptiongoodger2004-05-081-3/+6
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils/docutils@2049 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
* moved locale imports into try blocks, for Jython compatibilityorutherfurd2004-03-281-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils/docutils@1896 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Reader parses docstrings (according to __docformat__) and produces fullianbicking2004-03-233-54/+178
| | | | | | | | | | | 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-233-240/+190
| | | | | | | | * 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
* Added the pynodes file I missed yesterday.ianbicking2004-03-221-0/+80
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils/docutils@1858 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
* Updated for configuration file reorganization.goodger2003-08-271-1/+3
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils/docutils@1645 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
* Python Source Readergoodger2002-12-051-0/+19
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils/docutils@989 929543f6-e4f2-0310-98a6-ba3bd3dd1d04