<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/docutils.git/docutils/transforms/__init__.py, branch docutils-0.5</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>fixed doc-string -- transforms are not reader-specific anymore</title>
<updated>2007-03-01T18:08:32+00:00</updated>
<author>
<name>wiemann</name>
<email>wiemann@929543f6-e4f2-0310-98a6-ba3bd3dd1d04</email>
</author>
<published>2007-03-01T18:08:32+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/docutils.git/commit/?id=642090156afe8cbe4f84b4ecd6d4360aaa4a667b'/>
<id>642090156afe8cbe4f84b4ecd6d4360aaa4a667b</id>
<content type='text'>
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@4975 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/docutils@4975 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</pre>
</div>
</content>
</entry>
<entry>
<title>use $Id$ instead of $Date$ and $Revision$;</title>
<updated>2006-05-21T20:44:42+00:00</updated>
<author>
<name>wiemann</name>
<email>wiemann@929543f6-e4f2-0310-98a6-ba3bd3dd1d04</email>
</author>
<published>2006-05-21T20:44:42+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/docutils.git/commit/?id=1d2df07a408bab43d1a07a0f22cb9a96393eeec8'/>
<id>1d2df07a408bab43d1a07a0f22cb9a96393eeec8</id>
<content type='text'>
collapsed Author and Contact fields;
use canonical email addresses for David and Felix;
(I have reviewed the diff)

git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@4564 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
collapsed Author and Contact fields;
use canonical email addresses for David and Felix;
(I have reviewed the diff)

git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@4564 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</pre>
</div>
</content>
</entry>
<entry>
<title>Merged "transforms" branch into trunk.</title>
<updated>2005-09-20T20:04:53+00:00</updated>
<author>
<name>wiemann</name>
<email>wiemann@929543f6-e4f2-0310-98a6-ba3bd3dd1d04</email>
</author>
<published>2005-09-20T20:04:53+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/docutils.git/commit/?id=5b111006c653af57889892100b7adc5ffcca8e6f'/>
<id>5b111006c653af57889892100b7adc5ffcca8e6f</id>
<content type='text'>
- Replaced ``default_transforms`` attribute of TransformSpec with
  ``get_transforms()`` method.
- Added universal.Decorations and universal.ExposeInternals
  transforms as default transforms for all readers.
- Added universal.Messages and universal.FilterMessages transforms
  as default transforms for all writers.
- Added ``ReReader`` base class for readers that reread an existing
  document tree.
- Added ``UnfilteredWriter`` base class for writers that pass the
  document tree on unchanged.


git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@3892 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Replaced ``default_transforms`` attribute of TransformSpec with
  ``get_transforms()`` method.
- Added universal.Decorations and universal.ExposeInternals
  transforms as default transforms for all readers.
- Added universal.Messages and universal.FilterMessages transforms
  as default transforms for all writers.
- Added ``ReReader`` base class for readers that reread an existing
  document tree.
- Added ``UnfilteredWriter`` base class for writers that pass the
  document tree on unchanged.


git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@3892 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</pre>
</div>
</content>
</entry>
<entry>
<title>separated default (universal) transforms into two stages so that no</title>
<updated>2005-07-07T02:11:14+00:00</updated>
<author>
<name>wiemann</name>
<email>wiemann@929543f6-e4f2-0310-98a6-ba3bd3dd1d04</email>
</author>
<published>2005-07-07T02:11:14+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/docutils.git/commit/?id=c5aecf0e115ab835a4c79657245bcaed911ad41e'/>
<id>c5aecf0e115ab835a4c79657245bcaed911ad41e</id>
<content type='text'>
transform is applied twice;
do not delete document.transformer in publish_doctree (Martin, this may be
important for the pickle writer -- you may need to delete document.transformer);
regenerate reporter object unconditionally; do so in publish_from_doctree,
not the doctree reader;
added tests;
I will post about all that on Docutils-develop in one or two days

git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@3663 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
transform is applied twice;
do not delete document.transformer in publish_doctree (Martin, this may be
important for the pickle writer -- you may need to delete document.transformer);
regenerate reporter object unconditionally; do so in publish_from_doctree,
not the doctree reader;
added tests;
I will post about all that on Docutils-develop in one or two days

git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@3663 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=88b1bd28140150e41265cd8a84b5d0ee55f05138'/>
<id>88b1bd28140150e41265cd8a84b5d0ee55f05138</id>
<content type='text'>
changed priority to 680

git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@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/docutils@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=e0a1eaac9d47da79a00c92c74ef7e789464421b7'/>
<id>e0a1eaac9d47da79a00c92c74ef7e789464421b7</id>
<content type='text'>
separate transform, universal.ExposeInternals

git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@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/docutils@3658 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</pre>
</div>
</content>
</entry>
<entry>
<title>Added ``docutils.TransformSpec.reprocess_transforms`` and ``docutils.transforms.Transformer.reprocess_transforms`` attributes</title>
<updated>2005-06-29T19:44:52+00:00</updated>
<author>
<name>goodger</name>
<email>goodger@929543f6-e4f2-0310-98a6-ba3bd3dd1d04</email>
</author>
<published>2005-06-29T19:44:52+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/docutils.git/commit/?id=6d8e20e47dc5ff3e07c555cf850937a8a8bcc99d'/>
<id>6d8e20e47dc5ff3e07c555cf850937a8a8bcc99d</id>
<content type='text'>
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@3627 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/docutils@3627 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</pre>
</div>
</content>
</entry>
<entry>
<title>Pythonicized kwargs; further beautified --dump-transforms</title>
<updated>2005-06-27T21:00:22+00:00</updated>
<author>
<name>goodger</name>
<email>goodger@929543f6-e4f2-0310-98a6-ba3bd3dd1d04</email>
</author>
<published>2005-06-27T21:00:22+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/docutils.git/commit/?id=97f17ab24ee18309def82364e244897ade13fc2d'/>
<id>97f17ab24ee18309def82364e244897ade13fc2d</id>
<content type='text'>
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@3608 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/docutils@3608 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</pre>
</div>
</content>
</entry>
<entry>
<title>beautified --dump-transforms output</title>
<updated>2005-06-27T14:45:14+00:00</updated>
<author>
<name>wiemann</name>
<email>wiemann@929543f6-e4f2-0310-98a6-ba3bd3dd1d04</email>
</author>
<published>2005-06-27T14:45:14+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/docutils.git/commit/?id=1dbe0e3b6756d6401fd7f4e10b7b5a1f873215e2'/>
<id>1dbe0e3b6756d6401fd7f4e10b7b5a1f873215e2</id>
<content type='text'>
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@3605 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/docutils@3605 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</pre>
</div>
</content>
</entry>
<entry>
<title>pass kwargs as single parameter to add_transform;</title>
<updated>2005-06-27T14:21:27+00:00</updated>
<author>
<name>wiemann</name>
<email>wiemann@929543f6-e4f2-0310-98a6-ba3bd3dd1d04</email>
</author>
<published>2005-06-27T14:21:27+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/docutils.git/commit/?id=40f643d01a54d73857a7a6fadd64794d654fcde4'/>
<id>40f643d01a54d73857a7a6fadd64794d654fcde4</id>
<content type='text'>
to not pass on the kwargs to Transform.__init__ but to Transform.apply

git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@3604 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
to not pass on the kwargs to Transform.__init__ but to Transform.apply

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