summaryrefslogtreecommitdiff
path: root/test/test_nodes.py
Commit message (Expand)AuthorAgeFilesLines
* 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 trunkabolish-userstring-haskey@5608strank2008-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
* reverted test_nodes.py from 1.14 to 1.13; the nested scopes arewiemann2005-03-051-8/+8
* removed unnecessary __future__ import; simplified (& sped up!) test_next_nodegoodger2005-03-051-8/+8
* added Node.has_children() and Node.next_node()wiemann2005-03-051-0/+38
* added Element.clear()wiemann2005-03-041-5/+8
* updatedgoodger2003-04-281-0/+7
* beginnings of substitution case-sensitizinggoodger2003-03-271-0/+12
* updatedgoodger2003-01-031-5/+0
* changed docstring field lists into commentsgoodger2002-10-091-6/+6
* updatedgoodger2002-08-211-1/+1
* updatedgoodger2002-08-161-0/+2
* updatedgoodger2002-05-301-0/+10
* updatedgoodger2002-05-231-0/+13
* updatedgoodger2002-05-071-2/+2
* updatedgoodger2002-05-051-1/+32