summaryrefslogtreecommitdiff
path: root/docutils/frontend.py
Commit message (Expand)AuthorAgeFilesLines
* Added ``--strip-elements-with-class`` and ``--strip-class`` options (``strip_...goodger2007-02-121-2/+27
* correct faulty setting definitions & add test; 0.4 backport candidategoodger2006-11-121-4/+2
* record paths of applied configuration files in _config_files runtime settinggoodger2006-11-061-2/+18
* Added a kludge to allow publishing from within mod_python.blais2006-06-251-1/+13
* use $Id$ instead of $Date$ and $Revision$;wiemann2006-05-211-4/+2
* added OptionParser.set_defaults_from_dict to allow for Unicode keys (**kwargs...goodger2006-05-091-2/+5
* updated for UTF-8 config files & Unicode settingsgoodger2006-05-091-2/+2
* require UTF-8 encoding for config filesgoodger2006-05-091-2/+17
* added link to config.html to --help output;wiemann2006-02-281-72/+41
* Added the universal.StripComments transform, the "strip_comments" setting, an...goodger2005-12-121-0/+9
* merged branches/s5 changes r4011:4155 into trunk/docutilsgoodger2005-12-081-2/+6
* Added support for specifying runtime settings at the suite levelgoodger2005-09-151-0/+4
* made _stylesheet_required setting default to 0,wiemann2005-08-241-2/+1
* Added ``_stylesheet_required`` internal setting, docutils.transforms.html.Sty...goodger2005-06-281-1/+2
* removed docutils.frontend._globally_deactivate_config_files (reverting much o...goodger2005-06-231-7/+0
* also support "optik" instead of optparse; thanks to patch of Debian packagewiemann2005-06-231-2/+6
* removed usage of "copy" module; test suite runs 1.6 seconds faster nowwiemann2005-06-221-1/+0
* added docs about using _disable_configwiemann2005-06-201-1/+3
* added deactivation of config file reading (for easier testing)wiemann2005-06-191-0/+5
* added "title" directivegoodger2005-06-091-1/+4
* docutils.__version_details__ renamed from .__version_suffix__goodger2005-06-011-2/+2
* added version suffix for snapshotswiemann2005-05-291-1/+2
* added --id-prefix and --auto-id-prefix optionswiemann2005-05-211-0/+3
* added the "field_name_limit" setting, test & docsgoodger2005-04-041-0/+7
* made --verbose do what it's supposed to dowiemann2004-12-251-2/+2
* added --strict-visitor optiongoodger2004-10-191-1/+3
* fixed last fixgoodger2004-09-301-1/+2
* fixed "record_dependencies" defaultgoodger2004-09-301-4/+5
* removed OptionParser.validator and OptionParser.overrides dictionaries;wiemann2004-09-271-24/+12
* added function to get option by destinationwiemann2004-09-271-0/+13
* changed --dependency-file to --record-dependencieswiemann2004-09-251-9/+16
* Added config file support for "overrides" setting parameter.goodger2004-09-211-1/+14
* made 'validator' a normal keyword for options (just a cosmetic change)wiemann2004-09-191-18/+11
* added 'overrides' attribute for optionswiemann2004-09-191-1/+6
* added --dependency-file optionwiemann2004-09-191-0/+11
* typowiemann2004-09-181-1/+1
* removed misleading importwiemann2004-09-171-1/+1
* Added --input-encoding-error-handler option & setting.goodger2004-09-121-2/+12
* oops, open issue; didn't meant to check that in yetgoodger2004-09-091-16/+0
* typogoodger2004-09-091-2/+18
* xmlcharrefreplace backportwiemann2004-07-241-4/+4
* Trivial loop refactoringcben2004-07-091-4/+2
* Simplified default-setting codegoodger2004-06-251-6/+5
* added pep_base_url & rfc_base_url settings & supportgoodger2004-06-161-0/+9
* updatedwiemann2004-06-051-2/+2
* Renamed "--exit" to "--exit-status"goodger2004-06-031-3/+4
* updatedgoodger2004-05-311-3/+6
* updatedgoodger2004-05-131-7/+8
* Added help text for --output-encoding-error-handler and --error-encoding-erro...goodger2004-05-121-6/+13
* changed name of setting & cmdline option for sectnum disabling; now conforms ...goodger2004-04-021-3/+3