<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/docutils.git/docutils/test/test_transforms, branch transforms</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>incorporated David's suggestions for the transforms branch</title>
<updated>2005-09-17T23:43:53+00:00</updated>
<author>
<name>wiemann</name>
<email>wiemann@929543f6-e4f2-0310-98a6-ba3bd3dd1d04</email>
</author>
<published>2005-09-17T23:43:53+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/docutils.git/commit/?id=6dd49009e2c74ea22c562703eac888711c280e36'/>
<id>6dd49009e2c74ea22c562703eac888711c280e36</id>
<content type='text'>
git-svn-id: http://svn.code.sf.net/p/docutils/code/branches/transforms@3884 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/transforms@3884 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</pre>
</div>
</content>
</entry>
<entry>
<title>Turned components.Filter into components.WriterFilter.  When the</title>
<updated>2005-08-20T19:34:59+00:00</updated>
<author>
<name>wiemann</name>
<email>wiemann@929543f6-e4f2-0310-98a6-ba3bd3dd1d04</email>
</author>
<published>2005-08-20T19:34:59+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/docutils.git/commit/?id=54cb67323e7ad8dc099fe26b7209ab9f4ac0563b'/>
<id>54cb67323e7ad8dc099fe26b7209ab9f4ac0563b</id>
<content type='text'>
Filter transform is run, the only type of component which has not yet
been used *and* has the notion of a "format" is the writer.  I (Felix)
cannot imagine a use case where components.Filter would filter, say,
parser-specific nodes.  Thus, it's possible to make components.Filter
specific to writers without loss of functionality.

Added FormatSpecific node.  Made "meta" and "raw" subclasses of
nodes.FormatSpecific.

nodes.Node.traverse: When a class is passed as first argument, do not
check if it is a subclass of nodes.Node.  This is necessary because
some node classes (like nodes.FormatSpecific) aren't subclasses of
nodes.Node.

directives.meta: Do not insert pending nodes but rather the meta node
directly.

components.WriterFilter does no longer work on pending nodes but
traverses the document tree looking for FormatSpecific nodes.

Removed format-handling code for raw node from writers.  This is now
done by the WriterFilter transform.

Removed test/test_transforms/test_filter.py; that test isn't usable
for testing the WriterFilter transform.  components.WriterFilter is
automatically tested in the functional tests; that's enough for now.

Updated docs/ref/transforms.txt.

Partially updated docs/peps/pep-0258.txt.


git-svn-id: http://svn.code.sf.net/p/docutils/code/branches/transforms@3825 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Filter transform is run, the only type of component which has not yet
been used *and* has the notion of a "format" is the writer.  I (Felix)
cannot imagine a use case where components.Filter would filter, say,
parser-specific nodes.  Thus, it's possible to make components.Filter
specific to writers without loss of functionality.

Added FormatSpecific node.  Made "meta" and "raw" subclasses of
nodes.FormatSpecific.

nodes.Node.traverse: When a class is passed as first argument, do not
check if it is a subclass of nodes.Node.  This is necessary because
some node classes (like nodes.FormatSpecific) aren't subclasses of
nodes.Node.

directives.meta: Do not insert pending nodes but rather the meta node
directly.

components.WriterFilter does no longer work on pending nodes but
traverses the document tree looking for FormatSpecific nodes.

Removed format-handling code for raw node from writers.  This is now
done by the WriterFilter transform.

Removed test/test_transforms/test_filter.py; that test isn't usable
for testing the WriterFilter transform.  components.WriterFilter is
automatically tested in the functional tests; that's enough for now.

Updated docs/ref/transforms.txt.

Partially updated docs/peps/pep-0258.txt.


git-svn-id: http://svn.code.sf.net/p/docutils/code/branches/transforms@3825 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</pre>
</div>
</content>
</entry>
<entry>
<title>restored a bug (removed in r3807) which lingers; added a commented-out test case for said bug; removed a bogus bug</title>
<updated>2005-08-15T19:45:02+00:00</updated>
<author>
<name>goodger</name>
<email>goodger@929543f6-e4f2-0310-98a6-ba3bd3dd1d04</email>
</author>
<published>2005-08-15T19:45:02+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/docutils.git/commit/?id=a5b08111aa169b92d4b448812077fb63ad3e8e25'/>
<id>a5b08111aa169b92d4b448812077fb63ad3e8e25</id>
<content type='text'>
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3809 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@3809 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</pre>
</div>
</content>
</entry>
<entry>
<title>removed bug with indirect substitutions; seems to be fixed</title>
<updated>2005-08-14T23:18:36+00:00</updated>
<author>
<name>wiemann</name>
<email>wiemann@929543f6-e4f2-0310-98a6-ba3bd3dd1d04</email>
</author>
<published>2005-08-14T23:18:36+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/docutils.git/commit/?id=658652c0d222506647f2dc94873a6f2ee3856b99'/>
<id>658652c0d222506647f2dc94873a6f2ee3856b99</id>
<content type='text'>
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3807 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@3807 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</pre>
</div>
</content>
</entry>
<entry>
<title>renamed universal.FinalChecks to references.DanglingReferences;</title>
<updated>2005-07-05T23:36:14+00:00</updated>
<author>
<name>wiemann</name>
<email>wiemann@929543f6-e4f2-0310-98a6-ba3bd3dd1d04</email>
</author>
<published>2005-07-05T23:36:14+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/docutils.git/commit/?id=f4ccd3d4261ace5b479346fed6ffa29e77bb9031'/>
<id>f4ccd3d4261ace5b479346fed6ffa29e77bb9031</id>
<content type='text'>
changed priority to 680

git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3659 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
changed priority to 680

git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3659 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</pre>
</div>
</content>
</entry>
<entry>
<title>moved expose_internals logic out of FinalChecks into a</title>
<updated>2005-07-05T23:14:55+00:00</updated>
<author>
<name>wiemann</name>
<email>wiemann@929543f6-e4f2-0310-98a6-ba3bd3dd1d04</email>
</author>
<published>2005-07-05T23:14:55+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/docutils.git/commit/?id=2722f8296c1fa4b66c0eb89aeb82184f75ce3bbc'/>
<id>2722f8296c1fa4b66c0eb89aeb82184f75ce3bbc</id>
<content type='text'>
separate transform, universal.ExposeInternals

git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3658 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
separate transform, universal.ExposeInternals

git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3658 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</pre>
</div>
</content>
</entry>
<entry>
<title>moved transition transform logic from universal.FinalChecks to</title>
<updated>2005-07-05T20:29:55+00:00</updated>
<author>
<name>wiemann</name>
<email>wiemann@929543f6-e4f2-0310-98a6-ba3bd3dd1d04</email>
</author>
<published>2005-07-05T20:29:55+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/docutils.git/commit/?id=acdf33e6002446fcb3de4604e34a4d27e079d199'/>
<id>acdf33e6002446fcb3de4604e34a4d27e079d199</id>
<content type='text'>
a separate transform, misc.Transitions

git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3657 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
a separate transform, misc.Transitions

git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3657 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</pre>
</div>
</content>
</entry>
<entry>
<title>removed document.internal_targets and document.external_targets;</title>
<updated>2005-06-29T22:34:44+00:00</updated>
<author>
<name>wiemann</name>
<email>wiemann@929543f6-e4f2-0310-98a6-ba3bd3dd1d04</email>
</author>
<published>2005-06-29T22:34:44+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/docutils.git/commit/?id=719154a90f0a8168b82d8307368f574d3723f6c0'/>
<id>719154a90f0a8168b82d8307368f574d3723f6c0</id>
<content type='text'>
fixed bug (not sure yet if the code is clean -- needs refactoring)

git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3637 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
fixed bug (not sure yet if the code is clean -- needs refactoring)

git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3637 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</pre>
</div>
</content>
</entry>
<entry>
<title>move metadata title into document['title']</title>
<updated>2005-06-29T11:26:25+00:00</updated>
<author>
<name>wiemann</name>
<email>wiemann@929543f6-e4f2-0310-98a6-ba3bd3dd1d04</email>
</author>
<published>2005-06-29T11:26:25+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/docutils.git/commit/?id=87fbcc2895d48d005b14d7e20adcdf349aeb427a'/>
<id>87fbcc2895d48d005b14d7e20adcdf349aeb427a</id>
<content type='text'>
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3621 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@3621 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</pre>
</div>
</content>
</entry>
<entry>
<title>added assert to make sure the kwargs get passed to apply()</title>
<updated>2005-06-27T22:05:07+00:00</updated>
<author>
<name>wiemann</name>
<email>wiemann@929543f6-e4f2-0310-98a6-ba3bd3dd1d04</email>
</author>
<published>2005-06-27T22:05:07+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/docutils.git/commit/?id=a44559187ee558bf3cbdad621f3aa33c4b686f65'/>
<id>a44559187ee558bf3cbdad621f3aa33c4b686f65</id>
<content type='text'>
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@3613 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@3613 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</pre>
</div>
</content>
</entry>
</feed>
