<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/docutils.git/docutils/test/test_nodes.py, branch multiple-ids</title>
<subtitle>svn.code.sf.net: p/docutils/code
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/docutils.git/'/>
<entry>
<title>restored Py21 compatibility</title>
<updated>2005-03-24T14:38:44+00:00</updated>
<author>
<name>wiemann</name>
<email>wiemann@929543f6-e4f2-0310-98a6-ba3bd3dd1d04</email>
</author>
<published>2005-03-24T14:38:44+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/docutils.git/commit/?id=4f6fa2d1656b60bc8bd6c88679c8e7d17fe5b9c6'/>
<id>4f6fa2d1656b60bc8bd6c88679c8e7d17fe5b9c6</id>
<content type='text'>
git-svn-id: http://svn.code.sf.net/p/docutils/code/branches/multiple-ids@3108 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: http://svn.code.sf.net/p/docutils/code/branches/multiple-ids@3108 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</pre>
</div>
</content>
</entry>
<entry>
<title>Checked in current state of refactoring towards support of multiple IDs.</title>
<updated>2005-03-23T15:59:06+00:00</updated>
<author>
<name>wiemann</name>
<email>wiemann@929543f6-e4f2-0310-98a6-ba3bd3dd1d04</email>
</author>
<published>2005-03-23T15:59:06+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/docutils.git/commit/?id=3638e33f690dff9334512a6bf6c80f06cbbb4b4d'/>
<id>3638e33f690dff9334512a6bf6c80f06cbbb4b4d</id>
<content type='text'>
The 'id' attribute is replaced by an 'ids' attribute (a list).
The same will happen later for 'name' (-&gt; 'names') and 'class' (-&gt; 'classes').
Py21-compatibility is currently lost, but it may come back when
the refactoring is finished.

git-svn-id: http://svn.code.sf.net/p/docutils/code/branches/multiple-ids@3095 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The 'id' attribute is replaced by an 'ids' attribute (a list).
The same will happen later for 'name' (-&gt; 'names') and 'class' (-&gt; 'classes').
Py21-compatibility is currently lost, but it may come back when
the refactoring is finished.

git-svn-id: http://svn.code.sf.net/p/docutils/code/branches/multiple-ids@3095 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</pre>
</div>
</content>
</entry>
<entry>
<title>removed Node.flattened(); added Node.traverse();</title>
<updated>2005-03-15T15:23:52+00:00</updated>
<author>
<name>wiemann</name>
<email>wiemann@929543f6-e4f2-0310-98a6-ba3bd3dd1d04</email>
</author>
<published>2005-03-15T15:23:52+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/docutils.git/commit/?id=d92b9f9077f2ad77a399ae8e58d907f7fdaf2c70'/>
<id>d92b9f9077f2ad77a399ae8e58d907f7fdaf2c70</id>
<content type='text'>
implemented Node.next_node() using Node.traverse()


git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3048 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
implemented Node.next_node() using Node.traverse()


git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3048 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</pre>
</div>
</content>
</entry>
<entry>
<title>removed redundant get_children();</title>
<updated>2005-03-14T16:16:57+00:00</updated>
<author>
<name>wiemann</name>
<email>wiemann@929543f6-e4f2-0310-98a6-ba3bd3dd1d04</email>
</author>
<published>2005-03-14T16:16:57+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/docutils.git/commit/?id=d6d71e6698452cf9660b4209a396001a9b69276b'/>
<id>d6d71e6698452cf9660b4209a396001a9b69276b</id>
<content type='text'>
in case we want to change the behavior later, be can use __getattr__ or a descriptor;
(the list is modified in place anyway, so there'd be not much to change about get_children)


git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3038 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
in case we want to change the behavior later, be can use __getattr__ or a descriptor;
(the list is modified in place anyway, so there'd be not much to change about get_children)


git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3038 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</pre>
</div>
</content>
</entry>
<entry>
<title>removed Node.has_children method</title>
<updated>2005-03-14T16:00:03+00:00</updated>
<author>
<name>wiemann</name>
<email>wiemann@929543f6-e4f2-0310-98a6-ba3bd3dd1d04</email>
</author>
<published>2005-03-14T16:00:03+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/docutils.git/commit/?id=7fe99a9376b1f91f9dd4f9f9f5d67935fcb58610'/>
<id>7fe99a9376b1f91f9dd4f9f9f5d67935fcb58610</id>
<content type='text'>
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3037 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3037 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</pre>
</div>
</content>
</entry>
<entry>
<title>renamed docutils.nodes.Node.tree to docutils.nodes.Node.flattened, and added to the docstring</title>
<updated>2005-03-13T02:41:36+00:00</updated>
<author>
<name>goodger</name>
<email>goodger@929543f6-e4f2-0310-98a6-ba3bd3dd1d04</email>
</author>
<published>2005-03-13T02:41:36+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/docutils.git/commit/?id=bb7b2ba6d7f9ac4da8141806321fb4d902d65cc1'/>
<id>bb7b2ba6d7f9ac4da8141806321fb4d902d65cc1</id>
<content type='text'>
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3029 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3029 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</pre>
</div>
</content>
</entry>
<entry>
<title>removed lambda, renamed cond to condition (explicit &amp; self-documenting)</title>
<updated>2005-03-05T18:06:48+00:00</updated>
<author>
<name>goodger</name>
<email>goodger@929543f6-e4f2-0310-98a6-ba3bd3dd1d04</email>
</author>
<published>2005-03-05T18:06:48+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/docutils.git/commit/?id=7b610f2f9a036152e16cb615936357a75df41d72'/>
<id>7b610f2f9a036152e16cb615936357a75df41d72</id>
<content type='text'>
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3016 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3016 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</pre>
</div>
</content>
</entry>
<entry>
<title>Reintroduced the changes from 1.13, plus allowance for py2.1, and no reliance on "from __future__ import" which I DO NOT want in production code.  Also lambdas are ugly, confusing, and avoidable -- keep those out too.</title>
<updated>2005-03-05T17:47:02+00:00</updated>
<author>
<name>goodger</name>
<email>goodger@929543f6-e4f2-0310-98a6-ba3bd3dd1d04</email>
</author>
<published>2005-03-05T17:47:02+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/docutils.git/commit/?id=2dd02c4d64e28b55da9cb9f95e38b072d3b91182'/>
<id>2dd02c4d64e28b55da9cb9f95e38b072d3b91182</id>
<content type='text'>
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3013 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3013 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</pre>
</div>
</content>
</entry>
<entry>
<title>added Node.tree() method</title>
<updated>2005-03-05T17:40:15+00:00</updated>
<author>
<name>wiemann</name>
<email>wiemann@929543f6-e4f2-0310-98a6-ba3bd3dd1d04</email>
</author>
<published>2005-03-05T17:40:15+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/docutils.git/commit/?id=5a4119543abbcc1b77eeb107da3913ae26e06db7'/>
<id>5a4119543abbcc1b77eeb107da3913ae26e06db7</id>
<content type='text'>
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3012 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3012 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</pre>
</div>
</content>
</entry>
<entry>
<title>reverted test_nodes.py from 1.14 to 1.13; the nested scopes are</title>
<updated>2005-03-05T17:11:05+00:00</updated>
<author>
<name>wiemann</name>
<email>wiemann@929543f6-e4f2-0310-98a6-ba3bd3dd1d04</email>
</author>
<published>2005-03-05T17:11:05+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/docutils.git/commit/?id=dabba59fc729397d4d7dbf4e30edfd9bc76899a9'/>
<id>dabba59fc729397d4d7dbf4e30edfd9bc76899a9</id>
<content type='text'>
necessary because of the lambda expression in line 146::

        self.assertEquals(getlist(e, cond=lambda x: x not in e[0:2]),
                          [e[0][0], e[0][1], e[0][1][0], e[2]])

otherwise it doesn't work with Python 2.1 because we can't reference
the local e variable.


git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3010 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
necessary because of the lambda expression in line 146::

        self.assertEquals(getlist(e, cond=lambda x: x not in e[0:2]),
                          [e[0][0], e[0][1], e[0][1][0], e[2]])

otherwise it doesn't work with Python 2.1 because we can't reference
the local e variable.


git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3010 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</pre>
</div>
</content>
</entry>
</feed>
