summaryrefslogtreecommitdiff
path: root/docutils/parsers/rst/directives/misc.py
Commit message (Expand)AuthorAgeFilesLines
* Fix [ 3546533 ] unicode error with date directive.milde2012-07-221-2/+17
* io.FileInput/io.FileOutput: no system-exit on IOError.milde2012-06-251-14/+11
* math, error_reporting, and urischemes moved to the utils package. milde2012-06-251-1/+1
* Fix [ 3525847 ] UnicodeEncodeError with locale == C milde2012-05-111-0/+5
* Revert "io.FileInput/io.FileOutput: No system-exit on IOError."milde2012-01-271-8/+9
* io.FileInput/io.FileOutput: No system-exit on IOError.milde2012-01-261-9/+8
* Cleanup: Use True/False for boolean valuesmilde2012-01-191-7/+7
* Clean up system message (source, line) reporting.milde2012-01-091-0/+2
* Clean up record_dependencies feature.milde2011-12-141-1/+3
* "code" option of the "include" directive, testsmilde2011-09-171-8/+47
* Common directive options:milde2011-07-061-2/+0
* New sub-module and test suite for error reporting.milde2011-05-191-23/+18
* Robust error reporting: ErrorStringmilde2011-05-131-6/+2
* Robust IOError-instance to unicode conversionmilde2011-05-041-8/+7
* * docutils/parsers/rst/directives/misc.py:grubert2011-04-291-17/+17
* more BUG 1830380 (falling back on english rolenames) messagesgrubert2011-04-251-0/+2
* Better (and shorter) names for some variables.milde2009-10-251-14/+13
* Documentation update.milde2009-09-251-1/+2
* Tab expansion in literal inclusions, ``tab-width`` option of for "include"milde2009-09-211-3/+11
* documentation updatemilde2009-09-161-4/+4
* Let "include" report missing files with path also in Python 2.6.milde2009-09-111-2/+7
* Fix [ 2781629 ] support non-ASCII chars in file names.milde2009-09-101-0/+1
* Options for "include" directive to select a range of lines.milde2009-09-031-1/+9
* Merged abolish-userstring-haskey r5609:5616 to trunk.strank2008-07-281-12/+12
* merged include-after-until branch to trunk; deleted include-after-until branchwiemann2007-03-121-1/+30
* merged directives branch to trunk (r4375:4666);wiemann2006-07-121-348/+375
* use $Id$ instead of $Date$ and $Revision$;wiemann2006-05-211-4/+2
* added "date" directive, tests, & translationsgoodger2005-12-221-0/+15
* Added support for "class" directive content.goodger2005-09-291-7/+17
* move metadata title into document['title']wiemann2005-06-291-1/+1
* corrected path to data filesgoodger2005-06-121-1/+2
* Added standard data file syntax to the "include" directive. Added docutils/p...goodger2005-06-121-0/+4
* added "title" directivegoodger2005-06-091-0/+7
* added "default-role" directivegoodger2005-06-041-0/+22
* merged rev. 3094:3101 and 3102:HEAD from branches/multiple-ids to trunkwiemann2005-03-261-2/+1
* Added settings: ``file_insertion_enabled`` & ``raw_enabled``.goodger2005-03-211-0/+12
* differentiate between paths and URIsgoodger2005-03-151-2/+2
* removed redundant get_children();wiemann2005-03-141-2/+2
* Allowed whitespace in paths and URLs (targets; "image", "figure", & "include"...goodger2005-03-051-5/+0
* removed direct references to Element.children attribute outside nodes.pywiemann2005-03-041-2/+2
* Fixed "include" and "raw" directives to catch text decoding errors.goodger2005-02-171-3/+24
* fixed ("added") encoding support for raw and include directivewiemann2004-11-301-2/+4
* removed newline at end of raw text, because sometimes (when there arewiemann2004-11-071-1/+1
* Allow multiple class names in the "class" directive.goodger2004-11-061-9/+9
* Enabled multiple format names for "raw" directive.goodger2004-11-031-2/+2
* Added "trim", "ltrim", and "rtrim" options to "unicode" directive.goodger2004-11-021-1/+12
* use new DependencyList (in settings.record_dependencies)wiemann2004-09-251-4/+4
* added --dependency-file optionwiemann2004-09-191-2/+4
* removed unnecessary linegoodger2004-09-131-1/+0
* added input_encoding_error_handler to external file processing (include, raw,...goodger2004-09-131-4/+11