index
:
delta/python-packages/docutils.git
abolish-userstring
abolish-userstring-haskey
abolish-userstring-haskey@5608
abolish-userstring@5603
address-rendering
address-rendering@4309
adjacent-citations
adjacent-citations@5042
ax
better-emacs
blais_interrupt_render
blais_interruptus
blais_interruptus@3512
directives
docutils-0.4
docutils-0.4@4265
goodger
include-after-until
include-after-until@4999
index-bug
index-bug@5586
lossless-rst-writer
lossless-rst-writer@5513
master
multiple-ids
nesting
plugins
plugins@4951
rel-0.15
reporter-categories
reporter-categories@3161
s5
s5@4010
subdocs
subdocs@5264
tibs
todo
todo2
todo2@3743
todo@3675
transforms
vendor
svn.code.sf.net: p/docutils/code
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docutils
/
nodes.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
simplified creation of attributes;
wiemann
2005-03-26
1
-8
/
+5
*
updated documentation to "ids" and "names"
wiemann
2005-03-26
1
-5
/
+5
*
merged rev. 3094:3101 and 3102:HEAD from branches/multiple-ids to trunk
wiemann
2005-03-26
1
-39
/
+77
*
reverted rev. 1.90; may have introduced bugs
wiemann
2005-03-21
1
-4
/
+12
*
I don't think nodes.Text should have a children attribute at all, but if it d...
goodger
2005-03-21
1
-2
/
+2
*
never discard messages
wiemann
2005-03-20
1
-12
/
+4
[next]