summaryrefslogtreecommitdiff
path: root/docutils/parsers
Commit message (Expand)AuthorAgeFilesLines
* 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
* added Japanese language files; thanks Hisashi Morita!wiemann2005-11-171-0/+104
* replaced "traditional" with "simplified"wiemann2005-11-171-3/+3
* add zh_cn (simplified Chinese) language mappings; thanks to Panjunyong!wiemann2005-11-171-0/+108
* converted latin1 files to utf8;wiemann2005-10-291-2/+2
* added the "container" element & directive, a generic containergoodger2005-10-2818-1/+45
* removed more internal state (`document.anonymous_refs` andwiemann2005-10-111-4/+0
* disallow anonymous hyperlink references and auto-numbered footnoteswiemann2005-10-111-4/+13
* disallow targets inside substitution definitionswiemann2005-10-111-23/+30
* Added support for "class" directive content.goodger2005-09-291-7/+17
* moved pruning docutils.conf up the tree so that template.txt isn't processed ...wiemann2005-09-261-5/+0
* added clarifying comment; thanks to Anthony Baxter for pointing this outgoodger2005-09-241-0/+3
* removed 1-argument use of ``setdefault``, slated to be removed from Pythongoodger2005-09-031-6/+9
* catch another case of malformed hyperlink targetwiemann2005-08-261-1/+1
* catch unescaped colon at end of hyperlink targetsgoodger2005-08-261-0/+1
* fixed bug with "image" directive "target" optiongoodger2005-08-241-3/+4
* removed superfluous error messagewiemann2005-08-171-3/+1
* Italian translation of newest directiveslele2005-08-141-4/+4
* re-added "(translation required)"wiemann2005-08-141-75/+75
* updated Chinese translations, closing SF patch #1243780; thanks Joe YS Jawwiemann2005-08-141-75/+75
* fixed enumerated list bug (SF#1254145)goodger2005-08-101-8/+9
* more precise error messagewiemann2005-07-151-2/+2
* removed document.internal_targets and document.external_targets;wiemann2005-06-291-6/+0
* renamed "dummy" parser to "null"goodger2005-06-291-0/+0
* renaming "dummy" parser to "null"goodger2005-06-291-4/+5
* move metadata title into document['title']wiemann2005-06-291-1/+1
* moved Dummy reader and parser to readers/dummy.py and parsers/dummy.py, resp.;wiemann2005-06-271-0/+21
* added support for units in image widths and heights;wiemann2005-06-162-2/+28
* fixed bug with escaped colons introducing literal blockwiemann2005-06-161-1/+1
* removed unnecessary textgoodger2005-06-121-4/+0
* corrected path to data filesgoodger2005-06-121-1/+2
* Added standard data file syntax to the "include" directive. Added docutils/p...goodger2005-06-1235-0/+2805
* translation for "default-role" and "title" directivesrichieadler2005-06-102-4/+6
* added "title" directivegoodger2005-06-0918-0/+24
* removed "from __future__ import" statements and lambda expressionsgoodger2005-06-081-6/+13
* added "local" class to local TOCswiemann2005-06-061-0/+2
* added "default-role" directivegoodger2005-06-0418-0/+39
* Added validator to tab_width setting, with test. Closes SF bug #1212515, rep...goodger2005-06-011-1/+2