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
/
test
/
test_nodes.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Apply patch #165: Fix error when copying `system_message` node.
milde
2020-03-14
1
-4
/
+14
*
Fix : DeprecationWarning: Please use assertEqual
grubert
2019-12-02
1
-33
/
+33
*
Fix and add test for more use cases for nodes.set_id().
milde
2019-10-30
1
-27
/
+62
*
Formatting changes to facilitate integration of "py3" patchset.
milde
2019-08-27
1
-8
/
+8
*
Consistent Python 3 checks.
milde
2019-08-26
1
-8
/
+8
*
Use 'isinstance(foo, bar)' instead of 'type(foo) is bar'
milde
2019-08-26
1
-1
/
+1
*
py3: Replace 'types.SliceType' with slice, remove 'types.ClassType'.
milde
2019-08-26
1
-2
/
+2
*
py3: Add aliases for removed symbols
milde
2019-08-26
1
-0
/
+3
*
Fix: (in regex) py38 SyntaxWarning: invalid escape sequence \
grubert
2019-08-10
1
-1
/
+1
*
Drop empty lines in Text.pformat() and revert [r8194].
milde
2018-01-19
1
-6
/
+4
*
Fix [ 251 ] system_message.copy() TypeError. Fix nodes.Element.copy()
milde
2018-01-16
1
-0
/
+3
*
`Text.rstrip` and `Text.lstrip` now handle `rawsource` attribute.
milde
2017-11-04
1
-0
/
+9
*
Drop 2.4 and 2.5 compatibility code, part 2.
milde
2017-08-14
1
-3
/
+2
*
Apply [ 115 ] mind for fixed 2to3 string literal conversion behavior.
milde
2014-02-28
1
-1
/
+1
*
Apply [ 2714873 ] Fix for the overwritting of document attributes.
milde
2013-01-21
1
-0
/
+111
*
Fix [ 3601607 ] node.__repr__() must return `str` instance.
milde
2013-01-21
1
-4
/
+45
*
Drop support for Python 2.3.
milde
2012-06-22
1
-10
/
+0
*
python 2.3 alias unittest.TestCase.assertTrue (possibly reverted on next rele...
grubert
2012-05-01
1
-0
/
+5
*
Replace deprecated aliases for assert methods with correct names.
milde
2012-02-03
1
-85
/
+85
*
Cleanup: Use True/False for boolean values
milde
2012-01-19
1
-10
/
+10
*
Copy the "rawsource" attribute as well when doing node.copy() or node.deepcop...
gbrandl
2010-07-03
1
-3
/
+3
*
Fix [ 2975987 ] repr(Text) failed with long string (Jeffrey C. Jacobs).
milde
2010-03-26
1
-2
/
+14
*
Convert docutils to Python 3 (at least so that it runs the test suite.)
gbrandl
2009-04-01
1
-12
/
+19
*
Apply [ 1878977 ] make_id(): deaccent characters.
grubert
2008-09-28
1
-5
/
+179
*
Merged abolish-userstring-haskey r5609:5616 to trunk.
strank
2008-07-28
1
-1
/
+5
*
undo accidental commit to trunk
strank
2008-07-23
1
-1
/
+1
*
Replace all has_key with the in operator.
strank
2008-07-23
1
-1
/
+1
*
Change MiscTests.test_node_class_names to make it pass for python2.6
grubert
2008-07-17
1
-1
/
+1
*
Py22 compatibility fix (does not recognize source code encoding)
wiemann
2007-04-10
1
-4
/
+6
*
reverted r5032; breaks Python 2.2 compatibility
wiemann
2007-03-21
1
-1
/
+1
*
replaced 'raw_unicode_escape' with 'ascii', 'backslashreplace' so we don't ge...
wiemann
2007-03-21
1
-1
/
+1
*
moved Element.__str__ to Node.__str__ so Text has it too;
wiemann
2007-03-21
1
-0
/
+10
*
use $Id$ instead of $Date$ and $Revision$;
wiemann
2006-05-21
1
-4
/
+2
*
corrected order of imports
goodger
2005-12-03
1
-0
/
+1
*
added Node.deepcopy(); fixed bug with doubly-indirect substitutions
wiemann
2005-10-11
1
-0
/
+22
*
renamed Element.substitute to Element.replace_self
wiemann
2005-09-26
1
-5
/
+5
*
cover two more cases:
wiemann
2005-09-11
1
-2
/
+8
*
renamed update to update_basic_atts;
wiemann
2005-09-11
1
-7
/
+7
*
added Element.substitute()
wiemann
2005-09-11
1
-7
/
+40
*
renamed Element.attr_defaults to list_attributes;
wiemann
2005-09-11
1
-0
/
+13
*
added possibility to pass node classes to node.traverse()
wiemann
2005-06-05
1
-0
/
+1
*
added --id-prefix and --auto-id-prefix options
wiemann
2005-05-21
1
-0
/
+27
*
merged rev. 3094:3101 and 3102:HEAD from branches/multiple-ids to trunk
wiemann
2005-03-26
1
-1
/
+22
*
removed Node.flattened(); added Node.traverse();
wiemann
2005-03-15
1
-28
/
+42
*
removed redundant get_children();
wiemann
2005-03-14
1
-5
/
+3
*
removed Node.has_children method
wiemann
2005-03-14
1
-9
/
+0
*
renamed docutils.nodes.Node.tree to docutils.nodes.Node.flattened, and added ...
goodger
2005-03-13
1
-5
/
+6
*
removed lambda, renamed cond to condition (explicit & self-documenting)
goodger
2005-03-05
1
-1
/
+1
*
Reintroduced the changes from 1.13, plus allowance for py2.1, and no reliance...
goodger
2005-03-05
1
-9
/
+13
*
added Node.tree() method
wiemann
2005-03-05
1
-3
/
+15
[next]