summaryrefslogtreecommitdiff
path: root/docutils/readers
Commit message (Expand)AuthorAgeFilesLines
* Fix [ 228 ], part II.milde2013-04-181-2/+2
* Fix [3559988] and [3560841] __import__ local writer, reader, languages and pa...grubert2012-08-261-1/+4
* Fix [3541369] Relative __import__ also with Python 3.3.milde2012-07-111-1/+4
* Cleanup: Use True/False for boolean valuesmilde2012-01-191-1/+1
* Move the orphaned python source reader to the sandbox.milde2010-12-073-965/+0
* Prepare for python 3.0: minimize "types" module where possible (gbrandl).grubert2008-11-301-5/+4
* Merged abolish-userstring-haskey r5609:5616 to trunk.strank2008-07-283-7/+7
* Get rid of tabs.gbrandl2008-01-061-27/+27
* fixed doc-string -- the reader does not apply transformswiemann2007-03-011-2/+2
* removed notes about Py22 requirement (Docutils 0.5+ depends on Py22 anyway)wiemann2006-11-132-4/+1
* correct faulty setting definitions & add test; 0.4 backport candidategoodger2006-11-121-2/+1
* use $Id$ instead of $Date$ and $Revision$;wiemann2006-05-217-28/+14
* moved headers to commentsgoodger2006-03-301-9/+5
* 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