summaryrefslogtreecommitdiff
path: root/docutils/readers
Commit message (Expand)AuthorAgeFilesLines
* Delete old 0.4 maintenance branch.docutils-0.4milde2017-06-227-1254/+0
* backported r4802 and r4805wiemann2006-11-131-2/+1
* fixed markup bugs in docstrings; now works with Endogoodger2006-01-051-2/+4
* Added the universal.StripComments transform, the "strip_comments" setting, an...goodger2005-12-121-1/+1
* typos5@4010goodger2005-11-081-2/+2
* Merged "transforms" branch into trunk.wiemann2005-09-204-28/+47
* moved document refurbishing logic to doctree reader;wiemann2005-07-081-1/+10
* separated default (universal) transforms into two stages so that nowiemann2005-07-071-6/+0
* renamed universal.FinalChecks to references.DanglingReferences;wiemann2005-07-052-2/+6
* moved transition transform logic from universal.FinalChecks towiemann2005-07-051-2/+4
* Fixed bug introduced in doctree reader, added pickle test back in.blais2005-06-301-1/+1
* renamed "dummy" reader to "doctree"goodger2005-06-291-0/+0
* reworked to conform to existing API; renaming "dummy" reader to "doctree"goodger2005-06-291-13/+29
* Fixed non-working dummy reader to make publish_from_doctree work again.blais2005-06-291-7/+7
* moved Dummy reader and parser to readers/dummy.py and parsers/dummy.py, resp.;wiemann2005-06-272-1/+30
* added "document = None" again; it serves documentation purposeswiemann2005-06-271-0/+3
* removed unnecessary importswiemann2005-06-261-2/+0
* removed unused "document" class variable of standalone and dummy readerwiemann2005-06-261-3/+0
* renamed command-line options for SectSubTitle transform (plural reads better)...goodger2005-05-191-4/+4
* added SectSubTitle transformwiemann2005-05-181-1/+12
* merged rev. 3094:3101 and 3102:HEAD from branches/multiple-ids to trunkwiemann2005-03-262-4/+2
* removed redundant get_children();wiemann2005-03-141-1/+1
* relocate internal targets only in front of sections, doctitles and subtitleswiemann2005-03-052-0/+2
* typowiemann2004-07-271-2/+2
* Allow the test suite to survive unimportable test modules.cben2004-07-252-1/+4
* added pep_base_url & rfc_base_url settings & supportgoodger2004-06-161-10/+1
* 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
* removed unused importgoodger2004-02-251-1/+0
* updated for setting validatorsgoodger2003-09-011-3/+5
* Updated for configuration file reorganization.goodger2003-08-274-1/+10
* updatedgoodger2003-06-031-5/+1
* revised new --no-doc-title & --no-doc-info optionsgoodger2003-05-291-13/+11
* Option --no-doc-info and --no-doc-title to standalone reader.grubert2003-05-271-0/+15
* docstringgoodger2003-01-041-0/+4
* redundant; CVSROOT/cvsignore is globalgoodger2003-01-011-1/+0
* 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