summaryrefslogtreecommitdiff
path: root/docutils/nodes.py
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* made Node.traverse() and Node.next_node() Python 2.1 compatiblewiemann2005-03-151-15/+13
* removed Node.flattened(); added Node.traverse();wiemann2005-03-151-44/+64
* removed redundant get_children();wiemann2005-03-141-12/+7
* removed Node.has_children methodwiemann2005-03-141-9/+1
* removed old implementation of Node.flattened()wiemann2005-03-131-4/+0
* improved documentation of Element.flattenedwiemann2005-03-131-2/+5
* simplified loop logicgoodger2005-03-131-3/+1
* renamed docutils.nodes.Node.tree to docutils.nodes.Node.flattened, and added ...goodger2005-03-131-2/+7
* added more documentation to Node.tree()wiemann2005-03-061-1/+18
* "image" element class changed to subclass of Element, not TextElement (empty ...goodger2005-03-051-1/+1
* removed lambda, renamed cond to condition (explicit & self-documenting)goodger2005-03-051-4/+4
* added Node.tree() methodwiemann2005-03-051-0/+7
* added Node.has_children() and Node.next_node()wiemann2005-03-051-0/+38
* reverted from 1.75 to 1.74; seemed like a bad ideawiemann2005-03-051-4/+6
* changed Element.get_children() so that it returns a copywiemann2005-03-041-6/+4
* added Element.clear()wiemann2005-03-041-0/+3
* removed code duplicationwiemann2005-03-041-7/+3
* whitespacegoodger2005-02-251-0/+2
* added some more documentation for name and id attributeswiemann2005-01-131-0/+6
* fixed documentation of TextElement node classwiemann2004-12-251-1/+1
* removed compound node from list of optional nodeswiemann2004-12-231-1/+3
* removed unused node class ``info``wiemann2004-11-091-2/+1
* made PreBibliographic nodes Invisiblewiemann2004-10-311-3/+3
* improved documentation of Node.pformatwiemann2004-10-271-1/+5
* typogoodger2004-10-261-1/+1
* Added ``compound`` node class. Added a mechanism for Visitors to transitional...goodger2004-10-201-5/+20
* Changed structure of ``line_block``; added ``line``.goodger2004-10-051-2/+9
* updated documentation to match newly added ``dispatch`` methodswiemann2004-10-011-21/+33
* fixgoodger2004-09-121-1/+1
* fixgoodger2004-09-121-1/+1
* Added dispatch_visit and dispatch_departure methods to NodeVisitor; useful as...goodger2004-09-121-10/+20
* re-added visit_ and depart_ to debug output, changed method name to match the...wiemann2004-09-121-6/+7
* added dispatcherwiemann2004-09-111-13/+17
* typogoodger2004-06-231-2/+2
* updatedwiemann2004-06-051-1/+1
* Clarify use of TextElement.__init__()aahz2004-04-091-0/+3
* Added unknown_reference_resolvers list for each transformer. This list holdsmmgilbe2004-03-251-0/+3