summaryrefslogtreecommitdiff
path: root/docutils/nodes.py
Commit message (Expand)AuthorAgeFilesLines
* allow node class tuples as traverse conditionwiemann2007-08-241-7/+6
* fixed prune_subdocs... again.wiemann2007-08-241-7/+5
* fixed bug with prune_subdocs in Node.traverse (will be tested in later check-...wiemann2007-08-241-3/+3
* resolve indirect qualified targetswiemann2007-08-221-0/+6
* added qualified references syntax;wiemann2007-08-201-3/+16
* added prune_subdocs parameter to Node.traversewiemann2007-08-201-9/+22
* avoid creation of duplicate ID's in sub-documentswiemann2007-08-171-5/+12
* removed accidentally checked-in integrity check; was for debugging onlywiemann2007-08-161-8/+0
* implemented simple version of multi-file output (no navigational aids though)wiemann2007-08-161-0/+8
* moved responsibility for applying transforms from publisher towiemann2007-06-241-1/+18
* reverted r5032; breaks Python 2.2 compatibilitywiemann2007-03-211-1/+1
* replaced 'raw_unicode_escape' with 'ascii', 'backslashreplace' so we don't ge...wiemann2007-03-211-1/+1
* moved Element.__str__ to Node.__str__ so Text has it too;wiemann2007-03-211-5/+12
* added support for PyPywiemann2006-07-081-2/+4
* Added StopTraversal exception in nodes, to interrupt the traversal cleanly.blais2006-06-281-13/+43
* use $Id$ instead of $Date$ and $Revision$;wiemann2006-05-211-4/+2
* Added ``docutils.nodes.document.__getstate__`` method, for pickling.goodger2006-04-021-0/+9
* fixed markup bugs in docstrings; now works with Endogoodger2006-01-051-3/+3
* Fixed bug where values of list-valued attributes of elements originating from...goodger2005-12-311-1/+6
* Re-introduced ``Targetable.indirect_reference_name``, for MoinMoin/reST compa...goodger2005-12-291-0/+6
* added end to Emacs stanzagoodger2005-11-081-0/+1
* added the "container" element & directive, a generic containergoodger2005-10-281-1/+2
* removed more internal state (`document.anonymous_refs` andwiemann2005-10-111-10/+0
* added Node.deepcopy(); fixed bug with doubly-indirect substitutionswiemann2005-10-111-6/+13
* disallow targets inside substitution definitionswiemann2005-10-111-1/+0
* improved documentation about state transition tablewiemann2005-10-081-1/+2
* added "Local Variables" block because most blocks are wrapped at columnwiemann2005-10-081-0/+7
* Added ``serial_escape`` function; escapes string values that are elements of ...goodger2005-10-021-2/+6
* renamed Element.substitute to Element.replace_selfwiemann2005-09-261-2/+2
* Merged "transforms" branch into trunk.wiemann2005-09-201-1/+1
* cover two more cases:wiemann2005-09-111-4/+17
* renamed update to update_basic_atts;wiemann2005-09-111-10/+7
* added Element.substitute()wiemann2005-09-111-0/+11
* renamed Element.attr_defaults to list_attributes;wiemann2005-09-111-10/+22
* added docstring for system_messagewiemann2005-07-071-0/+7
* added docstringwiemann2005-07-071-0/+7
* removed document.internal_targets and document.external_targets;wiemann2005-06-291-12/+0
* clarified docstrings; simplified codewiemann2005-06-271-2/+2
* removed usage of "copy" module; test suite runs 1.6 seconds faster nowwiemann2005-06-221-2/+6
* removed import of "inspect" module; takes 55 ms to import herewiemann2005-06-221-3/+2
* moved import of xml.dom.minidom into asdom methods; importing it takes 80 ms ...wiemann2005-06-221-3/+6
* removed "from __future__ import" statements and lambda expressionsgoodger2005-06-081-6/+4
* added possibility to pass node classes to node.traverse()wiemann2005-06-051-0/+11
* added --id-prefix and --auto-id-prefix optionswiemann2005-05-211-2/+3
* corrected ``line`` superclassgoodger2005-05-021-1/+1
* removed unnecessary commentwiemann2005-04-261-3/+0
* removed reference to Element.attributes; let's access attributes consistentlywiemann2005-04-211-2/+2
* added deprecation warning for obsolete Element.set_class methodgoodger2005-04-171-0/+4
* added assert to make sure we aren't accidentally adding two classeswiemann2005-04-161-0/+1
* Element.attr_defaults needs to be deepcopiedgoodger2005-04-161-1/+2