| Commit message (Expand) | Author | Age | Files | Lines |
| * | Replace use of 'has_key' with use of 'in'. | aisaac | 2008-07-23 | 1 | -10/+10 |
| * | Four failures and two errors left. | strank | 2008-07-23 | 1 | -21/+39 |
| * | Added ``Element.__contains__`` method, for the in-operator. | grubert | 2008-07-17 | 1 | -0/+3 |
| * | reverted r5032; breaks Python 2.2 compatibility | wiemann | 2007-03-21 | 1 | -1/+1 |
| * | replaced 'raw_unicode_escape' with 'ascii', 'backslashreplace' so we don't ge... | wiemann | 2007-03-21 | 1 | -1/+1 |
| * | moved Element.__str__ to Node.__str__ so Text has it too; | wiemann | 2007-03-21 | 1 | -5/+12 |
| * | added support for PyPy | wiemann | 2006-07-08 | 1 | -2/+4 |
| * | Added StopTraversal exception in nodes, to interrupt the traversal cleanly. | blais | 2006-06-28 | 1 | -13/+43 |
| * | use $Id$ instead of $Date$ and $Revision$; | wiemann | 2006-05-21 | 1 | -4/+2 |
| * | Added ``docutils.nodes.document.__getstate__`` method, for pickling. | goodger | 2006-04-02 | 1 | -0/+9 |
| * | fixed markup bugs in docstrings; now works with Endo | goodger | 2006-01-05 | 1 | -3/+3 |
| * | Fixed bug where values of list-valued attributes of elements originating from... | goodger | 2005-12-31 | 1 | -1/+6 |
| * | Re-introduced ``Targetable.indirect_reference_name``, for MoinMoin/reST compa... | goodger | 2005-12-29 | 1 | -0/+6 |
| * | added end to Emacs stanza | goodger | 2005-11-08 | 1 | -0/+1 |
| * | added the "container" element & directive, a generic container | goodger | 2005-10-28 | 1 | -1/+2 |
| * | removed more internal state (`document.anonymous_refs` and | wiemann | 2005-10-11 | 1 | -10/+0 |
| * | added Node.deepcopy(); fixed bug with doubly-indirect substitutions | wiemann | 2005-10-11 | 1 | -6/+13 |
| * | disallow targets inside substitution definitions | wiemann | 2005-10-11 | 1 | -1/+0 |
| * | improved documentation about state transition table | wiemann | 2005-10-08 | 1 | -1/+2 |
| * | added "Local Variables" block because most blocks are wrapped at column | wiemann | 2005-10-08 | 1 | -0/+7 |
| * | Added ``serial_escape`` function; escapes string values that are elements of ... | goodger | 2005-10-02 | 1 | -2/+6 |
| * | renamed Element.substitute to Element.replace_self | wiemann | 2005-09-26 | 1 | -2/+2 |
| * | Merged "transforms" branch into trunk. | wiemann | 2005-09-20 | 1 | -1/+1 |
| * | cover two more cases: | wiemann | 2005-09-11 | 1 | -4/+17 |
| * | renamed update to update_basic_atts; | wiemann | 2005-09-11 | 1 | -10/+7 |
| * | added Element.substitute() | wiemann | 2005-09-11 | 1 | -0/+11 |
| * | renamed Element.attr_defaults to list_attributes; | wiemann | 2005-09-11 | 1 | -10/+22 |
| * | added docstring for system_message | wiemann | 2005-07-07 | 1 | -0/+7 |
| * | added docstring | wiemann | 2005-07-07 | 1 | -0/+7 |
| * | removed document.internal_targets and document.external_targets; | wiemann | 2005-06-29 | 1 | -12/+0 |
| * | clarified docstrings; simplified code | wiemann | 2005-06-27 | 1 | -2/+2 |
| * | removed usage of "copy" module; test suite runs 1.6 seconds faster now | wiemann | 2005-06-22 | 1 | -2/+6 |
| * | removed import of "inspect" module; takes 55 ms to import here | wiemann | 2005-06-22 | 1 | -3/+2 |
| * | moved import of xml.dom.minidom into asdom methods; importing it takes 80 ms ... | wiemann | 2005-06-22 | 1 | -3/+6 |
| * | removed "from __future__ import" statements and lambda expressions | goodger | 2005-06-08 | 1 | -6/+4 |
| * | added possibility to pass node classes to node.traverse() | wiemann | 2005-06-05 | 1 | -0/+11 |
| * | added --id-prefix and --auto-id-prefix options | wiemann | 2005-05-21 | 1 | -2/+3 |
| * | corrected ``line`` superclass | goodger | 2005-05-02 | 1 | -1/+1 |
| * | removed unnecessary comment | wiemann | 2005-04-26 | 1 | -3/+0 |
| * | removed reference to Element.attributes; let's access attributes consistently | wiemann | 2005-04-21 | 1 | -2/+2 |
| * | added deprecation warning for obsolete Element.set_class method | goodger | 2005-04-17 | 1 | -0/+4 |
| * | added assert to make sure we aren't accidentally adding two classes | wiemann | 2005-04-16 | 1 | -0/+1 |
| * | Element.attr_defaults needs to be deepcopied | goodger | 2005-04-16 | 1 | -1/+2 |
| * | restored Element.set_class method for compatibility | goodger | 2005-04-16 | 1 | -2/+5 |
| * | fixed bugs: don't access a node's children attribute directly\! | goodger | 2005-04-07 | 1 | -4/+4 |
| * | added "header" & "footer" directives, tests, docs, support, and some tweaks | goodger | 2005-04-07 | 1 | -9/+31 |
| * | merged reporter-categories branch into trunk: removed docutils.utils.Reporter... | goodger | 2005-04-05 | 1 | -10/+10 |
| * | removed nodes.Element.set_class() method; | wiemann | 2005-04-02 | 1 | -4/+0 |
| * | added docstring for Sequential to make it more easily findable | wiemann | 2005-03-31 | 1 | -1/+2 |
| * | typo | wiemann | 2005-03-27 | 1 | -1/+1 |