| Commit message (Expand) | Author | Age | Files | Lines |
| * | use setuptools/pkg_resources to get readers, parsers, writers, roles, directi... | wiemann | 2007-03-02 | 1 | -1/+1 |
| * | moved writers.get_writer_class to generic utils.get_entry_point | wiemann | 2007-03-01 | 1 | -1/+1 |
| * | fixed docstring of publish_from_doctree; | wiemann | 2006-05-25 | 1 | -3/+3 |
| * | use $Id$ instead of $Date$ and $Revision$; | wiemann | 2006-05-21 | 1 | -4/+2 |
| * | added link to config.html to --help output; | wiemann | 2006-02-28 | 1 | -1/+3 |
| * | corrected r4199 | goodger | 2005-12-14 | 1 | -5/+6 |
| * | always propagate exceptions when in doubt (when self.settings couldn't be ini... | wiemann | 2005-12-13 | 1 | -2/+2 |
| * | don't catch SystemExit exceptions | goodger | 2005-12-07 | 1 | -1/+5 |
| * | in ``Publisher.publish()``, expanded the generic top-level exception catching | goodger | 2005-12-06 | 1 | -6/+7 |
| * | Merged "transforms" branch into trunk. | wiemann | 2005-09-20 | 1 | -15/+3 |
| * | made _stylesheet_required setting default to 0, | wiemann | 2005-08-24 | 1 | -6/+0 |
| * | moved document refurbishing logic to doctree reader; | wiemann | 2005-07-08 | 1 | -16/+11 |
| * | do not return parts dictionary in publish_from_doctree; | wiemann | 2005-07-08 | 1 | -2/+1 |
| * | separated default (universal) transforms into two stages so that no | wiemann | 2005-07-07 | 1 | -21/+34 |
| * | better wrapping | goodger | 2005-07-03 | 1 | -2/+2 |
| * | deactivated _stylesheet_required for programmatic use; improved documentation | wiemann | 2005-06-30 | 1 | -0/+6 |
| * | Fixed bug with setting the writer in the publisher from doctree. | blais | 2005-06-30 | 1 | -1/+2 |
| * | docstring update & parameter indent fix | goodger | 2005-06-29 | 1 | -9/+12 |
| * | updated to support changes in revisions 3626-; revised ``publish_from_doctree... | goodger | 2005-06-29 | 1 | -18/+14 |
| * | do not double apply default transforms in publish_from_doctree; | wiemann | 2005-06-27 | 1 | -0/+2 |
| * | Pythonicized kwargs; further beautified --dump-transforms | goodger | 2005-06-27 | 1 | -1/+6 |
| * | added assert to get a helpful error message when passing things | wiemann | 2005-06-27 | 1 | -0/+6 |
| * | beautified --dump-transforms output | wiemann | 2005-06-27 | 1 | -1/+1 |
| * | moved Dummy reader and parser to readers/dummy.py and parsers/dummy.py, resp.; | wiemann | 2005-06-27 | 1 | -38/+8 |
| * | in DummyReader.read: restore doctree.reporter if necessary; | wiemann | 2005-06-27 | 1 | -0/+4 |
| * | fixed some docstrings | wiemann | 2005-06-27 | 1 | -2/+2 |
| * | do not set reporter=None -- pickling is not the only use case; | wiemann | 2005-06-27 | 1 | -18/+7 |
| * | make sure the Writer transforms get applied when calling publish_from_doctree; | wiemann | 2005-06-27 | 1 | -17/+22 |
| * | publish_doctree now returns only the doctree, not an empty (useless) | wiemann | 2005-06-26 | 1 | -49/+45 |
| * | oh, publish_doctree was not a duplicate... 8-) | wiemann | 2005-06-26 | 1 | -6/+49 |
| * | removed duplicate publish_doctree method; | wiemann | 2005-06-26 | 1 | -54/+10 |
| * | removed unused "document" class variable of standalone and dummy reader | wiemann | 2005-06-26 | 1 | -2/+0 |
| * | polished | wiemann | 2005-06-26 | 1 | -28/+14 |
| * | merge trunk/docutils@3525 branches/blais_interrupt_render/docutils@HEAD trunk... | wiemann | 2005-06-26 | 1 | -1/+131 |
| * | added Publisher.document object attribute, for direct access to the doctree | goodger | 2005-06-20 | 1 | -21/+24 |
| * | docutils.__version_details__ renamed from .__version_suffix__ | goodger | 2005-06-01 | 1 | -3/+4 |
| * | replaced references to the mailing lists with references to the new | wiemann | 2005-05-28 | 1 | -1/+2 |
| * | enable --dump-* options when --traceback specified; allows for easier debugging | goodger | 2005-02-26 | 1 | -0/+3 |
| * | re-re-fixed encoding error message, cleanup | wiemann | 2004-07-25 | 1 | -39/+30 |
| * | Replace version number sniffing with specific features sniffing. | cben | 2004-07-25 | 1 | -7/+19 |
| * | xmlcharrefreplace backport | wiemann | 2004-07-24 | 1 | -10/+10 |
| * | extracted ``publish_programmatically`` settings code to ``Publisher.process_p... | goodger | 2004-06-27 | 1 | -63/+129 |
| * | Extracted common code from publish_file, publish_string, and publish_parts, i... | goodger | 2004-06-25 | 1 | -116/+72 |
| * | return encoded string results from publish_* convenience functions | goodger | 2004-06-21 | 1 | -7/+11 |
| * | Enabled traceback (exception propagation) by default in programmatic convenie... | goodger | 2004-06-03 | 1 | -1/+7 |
| * | Renamed "enable_exit" parameter of convenience functions to "enable_exit_status" | goodger | 2004-06-03 | 1 | -15/+17 |
| * | refactored: simplified Publisher.publish (exception handling & debug dumps) | goodger | 2004-06-01 | 1 | -31/+27 |
| * | change to UnicodeError, which exists in Python 2.1 & 2.2 (UnicodeEncodeError ... | goodger | 2004-05-17 | 1 | -3/+3 |
| * | Added special error handling & advice for UnicodeEncodeError. | goodger | 2004-05-12 | 1 | -10/+52 |
| * | update publish_parts: docstring, and destination class (direct output is thro... | goodger | 2004-04-03 | 1 | -9/+6 |