summaryrefslogtreecommitdiff
path: root/docutils/core.py
Commit message (Expand)AuthorAgeFilesLines
* use setuptools/pkg_resources to get readers, parsers, writers, roles, directi...wiemann2007-03-021-1/+1
* moved writers.get_writer_class to generic utils.get_entry_pointwiemann2007-03-011-1/+1
* fixed docstring of publish_from_doctree;wiemann2006-05-251-3/+3
* use $Id$ instead of $Date$ and $Revision$;wiemann2006-05-211-4/+2
* added link to config.html to --help output;wiemann2006-02-281-1/+3
* corrected r4199goodger2005-12-141-5/+6
* always propagate exceptions when in doubt (when self.settings couldn't be ini...wiemann2005-12-131-2/+2
* don't catch SystemExit exceptionsgoodger2005-12-071-1/+5
* in ``Publisher.publish()``, expanded the generic top-level exception catchinggoodger2005-12-061-6/+7
* Merged "transforms" branch into trunk.wiemann2005-09-201-15/+3
* made _stylesheet_required setting default to 0,wiemann2005-08-241-6/+0
* moved document refurbishing logic to doctree reader;wiemann2005-07-081-16/+11
* do not return parts dictionary in publish_from_doctree;wiemann2005-07-081-2/+1
* separated default (universal) transforms into two stages so that nowiemann2005-07-071-21/+34
* better wrappinggoodger2005-07-031-2/+2
* deactivated _stylesheet_required for programmatic use; improved documentationwiemann2005-06-301-0/+6
* Fixed bug with setting the writer in the publisher from doctree.blais2005-06-301-1/+2
* docstring update & parameter indent fixgoodger2005-06-291-9/+12
* updated to support changes in revisions 3626-; revised ``publish_from_doctree...goodger2005-06-291-18/+14
* do not double apply default transforms in publish_from_doctree;wiemann2005-06-271-0/+2
* Pythonicized kwargs; further beautified --dump-transformsgoodger2005-06-271-1/+6
* added assert to get a helpful error message when passing thingswiemann2005-06-271-0/+6
* beautified --dump-transforms outputwiemann2005-06-271-1/+1
* moved Dummy reader and parser to readers/dummy.py and parsers/dummy.py, resp.;wiemann2005-06-271-38/+8
* in DummyReader.read: restore doctree.reporter if necessary;wiemann2005-06-271-0/+4
* fixed some docstringswiemann2005-06-271-2/+2
* do not set reporter=None -- pickling is not the only use case;wiemann2005-06-271-18/+7
* make sure the Writer transforms get applied when calling publish_from_doctree;wiemann2005-06-271-17/+22
* publish_doctree now returns only the doctree, not an empty (useless)wiemann2005-06-261-49/+45
* oh, publish_doctree was not a duplicate... 8-)wiemann2005-06-261-6/+49
* removed duplicate publish_doctree method;wiemann2005-06-261-54/+10
* removed unused "document" class variable of standalone and dummy readerwiemann2005-06-261-2/+0
* polishedwiemann2005-06-261-28/+14
* merge trunk/docutils@3525 branches/blais_interrupt_render/docutils@HEAD trunk...wiemann2005-06-261-1/+131
* added Publisher.document object attribute, for direct access to the doctreegoodger2005-06-201-21/+24
* docutils.__version_details__ renamed from .__version_suffix__goodger2005-06-011-3/+4
* replaced references to the mailing lists with references to the newwiemann2005-05-281-1/+2
* enable --dump-* options when --traceback specified; allows for easier debugginggoodger2005-02-261-0/+3
* re-re-fixed encoding error message, cleanupwiemann2004-07-251-39/+30
* Replace version number sniffing with specific features sniffing.cben2004-07-251-7/+19
* xmlcharrefreplace backportwiemann2004-07-241-10/+10
* extracted ``publish_programmatically`` settings code to ``Publisher.process_p...goodger2004-06-271-63/+129
* Extracted common code from publish_file, publish_string, and publish_parts, i...goodger2004-06-251-116/+72
* return encoded string results from publish_* convenience functionsgoodger2004-06-211-7/+11
* Enabled traceback (exception propagation) by default in programmatic convenie...goodger2004-06-031-1/+7
* Renamed "enable_exit" parameter of convenience functions to "enable_exit_status"goodger2004-06-031-15/+17
* refactored: simplified Publisher.publish (exception handling & debug dumps)goodger2004-06-011-31/+27
* change to UnicodeError, which exists in Python 2.1 & 2.2 (UnicodeEncodeError ...goodger2004-05-171-3/+3
* Added special error handling & advice for UnicodeEncodeError.goodger2004-05-121-10/+52
* update publish_parts: docstring, and destination class (direct output is thro...goodger2004-04-031-9/+6