summaryrefslogtreecommitdiff
path: root/docutils/parsers
Commit message (Expand)AuthorAgeFilesLines
* push system messages up to super-document so they do not get lost (tested);wiemann2007-08-241-1/+3
* resolve indirect qualified targetswiemann2007-08-221-32/+53
* made namespace qualifiers case-insensitive, and accept backslashes, too;wiemann2007-08-201-4/+6
* added qualified references syntax;wiemann2007-08-202-5/+38
* do not transform sub-document titles into subtitles; slight clean-up in parts.pywiemann2007-08-191-10/+2
* strip decoration (header and footer) from sub-documentswiemann2007-08-191-2/+7
* docset-root should be relative to current file, not current document (tested ...wiemann2007-08-191-1/+2
* renamed directive class to Subdocswiemann2007-08-172-2/+2
* avoid creation of duplicate ID's in sub-documentswiemann2007-08-171-1/+6
* implemented simple version of multi-file output (no navigational aids though)wiemann2007-08-161-7/+23
* added tests; use "doc-set root" instead of "docset root" in Englishwiemann2007-08-151-5/+5
* added docset-root directive;wiemann2007-08-1523-110/+155
* first working implementation of sub-document directive; tests to be added lat...wiemann2007-07-082-60/+123
* simplified parse_field_body so it puts everything into one paragraph; this do...wiemann2007-07-011-8/+1
* added subdocs directive (the last commit should have been ru.py only :-/)wiemann2007-06-261-0/+2
* reformatted for easier changingwiemann2007-06-2619-80/+118
* added first implementation of subdocs directivewiemann2007-06-262-0/+131
* added reader as Parser.__init__ parameter, as RSTStateMachine.run parameter, ...wiemann2007-06-243-13/+26
* moved responsibility for applying transforms from publisher towiemann2007-06-241-1/+1
* adjusted name and email addresswiemann2007-05-311-1/+1
* merged include-after-until branch to trunk; deleted include-after-until branchwiemann2007-03-121-1/+30
* Fix duplicate key in bibliographic_fields dict.sfcben2006-12-261-4/+2
* Added Hebrew mappings by Meir Kriheli.sfcben2006-12-091-0/+106
* fixed bug with multi-line attributions in block quote directives (epigraph etc.)goodger2006-12-091-1/+6
* correct faulty setting definitions & add test; 0.4 backport candidategoodger2006-11-121-6/+7
* support old-style functional directive dinterface also for methodswiemann2006-09-181-2/+2
* merged directives branch to trunk (r4375:4666);wiemann2006-07-1211-1414/+1598
* use integer division to make it more explicit, and for Python 3000 compatibil...wiemann2006-07-041-1/+1
* for compatibility with Python2.5b1goodger2006-06-221-1/+2
* added support for unicode bulletswiemann2006-06-041-1/+1
* fixed calls to docutils.parsers.rst.states.Body.block_quote (see r4522), and ...goodger2006-06-012-12/+17
* use $Id$ instead of $Date$ and $Revision$;wiemann2006-05-2134-136/+70
* Added support for multiple attributions in a physical block quote (indented t...goodger2006-05-011-48/+66
* added pep_file_url_template setting; corrected PEP urls (removed .html); rest...goodger2006-03-233-4/+7
* support for new python.org and pep2pyramid.pygoodger2006-03-231-2/+2
* added handout rolewiemann2006-02-261-0/+6
* fixed "target beginning with underscore" bug;wiemann2006-01-221-0/+1
* some cleanup:wiemann2006-01-091-6/+1
* correction from panjunyonggoodger2006-01-011-1/+1
* Re-introduced ``Targetable.indirect_reference_name``, for MoinMoin/reST compa...goodger2005-12-292-0/+2
* add new translationrichieadler2005-12-232-2/+3
* added "date" directive, tests, & translationsgoodger2005-12-2220-0/+35
* use unicode literalswiemann2005-12-131-79/+72
* updated conditional display rolesgoodger2005-12-131-3/+16
* added commentsgoodger2005-12-111-0/+2
* completed Japanese mappingsgoodger2005-12-101-78/+88
* merged branches/s5 changes r4011:4155 into trunk/docutilsgoodger2005-12-082-0/+53
* added East Asian double-width character support; thanks to Frank Bennett for ...goodger2005-12-072-3/+16
* Fixed bugs: list items with blank first lines; block quote attributions with ...goodger2005-12-061-4/+11
* allow escaped colons inside of fieldswiemann2005-11-191-3/+3