summaryrefslogtreecommitdiff
path: root/test/test_nodes.py
Commit message (Expand)AuthorAgeFilesLines
* Apply patch #165: Fix error when copying `system_message` node.milde2020-03-141-4/+14
* Fix : DeprecationWarning: Please use assertEqual grubert2019-12-021-33/+33
* Fix and add test for more use cases for nodes.set_id().milde2019-10-301-27/+62
* Formatting changes to facilitate integration of "py3" patchset.milde2019-08-271-8/+8
* Consistent Python 3 checks.milde2019-08-261-8/+8
* Use 'isinstance(foo, bar)' instead of 'type(foo) is bar'milde2019-08-261-1/+1
* py3: Replace 'types.SliceType' with slice, remove 'types.ClassType'.milde2019-08-261-2/+2
* py3: Add aliases for removed symbolsmilde2019-08-261-0/+3
* Fix: (in regex) py38 SyntaxWarning: invalid escape sequence \grubert2019-08-101-1/+1
* Drop empty lines in Text.pformat() and revert [r8194].milde2018-01-191-6/+4
* Fix [ 251 ] system_message.copy() TypeError. Fix nodes.Element.copy()milde2018-01-161-0/+3
* `Text.rstrip` and `Text.lstrip` now handle `rawsource` attribute.milde2017-11-041-0/+9
* Drop 2.4 and 2.5 compatibility code, part 2.milde2017-08-141-3/+2
* Apply [ 115 ] mind for fixed 2to3 string literal conversion behavior.milde2014-02-281-1/+1
* Apply [ 2714873 ] Fix for the overwritting of document attributes.milde2013-01-211-0/+111
* Fix [ 3601607 ] node.__repr__() must return `str` instance.milde2013-01-211-4/+45
* Drop support for Python 2.3.milde2012-06-221-10/+0
* python 2.3 alias unittest.TestCase.assertTrue (possibly reverted on next rele...grubert2012-05-011-0/+5
* Replace deprecated aliases for assert methods with correct names.milde2012-02-031-85/+85
* Cleanup: Use True/False for boolean valuesmilde2012-01-191-10/+10
* Copy the "rawsource" attribute as well when doing node.copy() or node.deepcop...gbrandl2010-07-031-3/+3
* Fix [ 2975987 ] repr(Text) failed with long string (Jeffrey C. Jacobs).milde2010-03-261-2/+14
* Convert docutils to Python 3 (at least so that it runs the test suite.)gbrandl2009-04-011-12/+19
* Apply [ 1878977 ] make_id(): deaccent characters.grubert2008-09-281-5/+179
* Merged abolish-userstring-haskey r5609:5616 to trunk.strank2008-07-281-1/+5
* undo accidental commit to trunkstrank2008-07-231-1/+1
* Replace all has_key with the in operator.strank2008-07-231-1/+1
* Change MiscTests.test_node_class_names to make it pass for python2.6grubert2008-07-171-1/+1
* Py22 compatibility fix (does not recognize source code encoding)wiemann2007-04-101-4/+6
* reverted r5032; breaks Python 2.2 compatibilitywiemann2007-03-211-1/+1
* replaced 'raw_unicode_escape' with 'ascii', 'backslashreplace' so we don't ge...wiemann2007-03-211-1/+1
* moved Element.__str__ to Node.__str__ so Text has it too;wiemann2007-03-211-0/+10
* use $Id$ instead of $Date$ and $Revision$;wiemann2006-05-211-4/+2
* corrected order of importsgoodger2005-12-031-0/+1
* added Node.deepcopy(); fixed bug with doubly-indirect substitutionswiemann2005-10-111-0/+22
* renamed Element.substitute to Element.replace_selfwiemann2005-09-261-5/+5
* cover two more cases:wiemann2005-09-111-2/+8
* renamed update to update_basic_atts;wiemann2005-09-111-7/+7
* added Element.substitute()wiemann2005-09-111-7/+40
* renamed Element.attr_defaults to list_attributes;wiemann2005-09-111-0/+13
* added possibility to pass node classes to node.traverse()wiemann2005-06-051-0/+1
* added --id-prefix and --auto-id-prefix optionswiemann2005-05-211-0/+27
* merged rev. 3094:3101 and 3102:HEAD from branches/multiple-ids to trunkwiemann2005-03-261-1/+22
* removed Node.flattened(); added Node.traverse();wiemann2005-03-151-28/+42
* removed redundant get_children();wiemann2005-03-141-5/+3
* removed Node.has_children methodwiemann2005-03-141-9/+0
* renamed docutils.nodes.Node.tree to docutils.nodes.Node.flattened, and added ...goodger2005-03-131-5/+6
* removed lambda, renamed cond to condition (explicit & self-documenting)goodger2005-03-051-1/+1
* Reintroduced the changes from 1.13, plus allowance for py2.1, and no reliance...goodger2005-03-051-9/+13
* added Node.tree() methodwiemann2005-03-051-3/+15