summaryrefslogtreecommitdiff
path: root/docutils/nodes.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* restored Element.set_class method for compatibilitygoodger2005-04-161-2/+5
* fixed bugs: don't access a node's children attribute directly\!goodger2005-04-071-4/+4
* added "header" & "footer" directives, tests, docs, support, and some tweaksgoodger2005-04-071-9/+31
* merged reporter-categories branch into trunk: removed docutils.utils.Reporter...goodger2005-04-051-10/+10
* removed nodes.Element.set_class() method;wiemann2005-04-021-4/+0
* added docstring for Sequential to make it more easily findablewiemann2005-03-311-1/+2
* typowiemann2005-03-271-1/+1
* simplified creation of attributes;wiemann2005-03-261-8/+5
* updated documentation to "ids" and "names"wiemann2005-03-261-5/+5
* merged rev. 3094:3101 and 3102:HEAD from branches/multiple-ids to trunkwiemann2005-03-261-39/+77
* reverted rev. 1.90; may have introduced bugswiemann2005-03-211-4/+12
* I don't think nodes.Text should have a children attribute at all, but if it d...goodger2005-03-211-2/+2
* never discard messageswiemann2005-03-201-12/+4