summaryrefslogtreecommitdiff
path: root/docutils/transforms/misc.py
Commit message (Expand)AuthorAgeFilesLines
* Fix [ 2788716 ] reporting problems in included files.milde2010-04-261-2/+3
* use $Id$ instead of $Date$ and $Revision$;wiemann2006-05-211-4/+2
* renamed Element.substitute to Element.replace_selfwiemann2005-09-261-1/+1
* replaced node.parent.replace(node, new) constructs with node.substitute(new)wiemann2005-09-111-1/+1
* moved expose_internals logic out of FinalChecks into awiemann2005-07-051-21/+22
* moved transition transform logic from universal.FinalChecks towiemann2005-07-051-0/+75
* removed nodes.Element.set_class() method;wiemann2005-04-021-2/+1
* class directive now skips system_messageswiemann2004-10-241-1/+2
* fixed bug when multiple "class" directives are appliedgoodger2004-09-081-1/+8
* Added ``ClassAttribute`` to support the "class" directive.goodger2003-05-241-0/+29
* Miscellaneous transforms.goodger2002-12-071-0/+33