<?xml version="1.0" encoding="UTF-8"?>       <rdf:RDF
 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
 xmlns="http://purl.org/rss/1.0/"
 xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/"
 xmlns:dc="http://purl.org/dc/elements/1.1/"
 xmlns:syn="http://purl.org/rss/1.0/modules/syndication/"
 xmlns:admin="http://webns.net/mvcb/"
>

<channel rdf:about="http://www.template-toolkit.org/svnweb/Template-Python/log/trunk/t">
  <title>Revision Log - /trunk/t</title>
  <link>http://www.template-toolkit.org/svnweb/Template-Python/log/trunk/t</link>
  <description></description>
  <dc:date>2008-01-10T09:39:55</dc:date>  <dc:creator>SVN::Web</dc:creator>
  <syn:updatePeriod>daily</syn:updatePeriod>
  <syn:updateFrequency>1</syn:updateFrequency>
  <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
  <items>
    <rdf:Seq> <rdf:li rdf:resource="http://www.template-toolkit.org/svnweb/Template-Python/revision?rev=164" /> <rdf:li rdf:resource="http://www.template-toolkit.org/svnweb/Template-Python/revision?rev=163" /> <rdf:li rdf:resource="http://www.template-toolkit.org/svnweb/Template-Python/revision?rev=162" /> <rdf:li rdf:resource="http://www.template-toolkit.org/svnweb/Template-Python/revision?rev=161" /> <rdf:li rdf:resource="http://www.template-toolkit.org/svnweb/Template-Python/revision?rev=155" /> <rdf:li rdf:resource="http://www.template-toolkit.org/svnweb/Template-Python/revision?rev=153" /> <rdf:li rdf:resource="http://www.template-toolkit.org/svnweb/Template-Python/revision?rev=150" /> <rdf:li rdf:resource="http://www.template-toolkit.org/svnweb/Template-Python/revision?rev=147" /> <rdf:li rdf:resource="http://www.template-toolkit.org/svnweb/Template-Python/revision?rev=145" /> <rdf:li rdf:resource="http://www.template-toolkit.org/svnweb/Template-Python/revision?rev=144" /> <rdf:li rdf:resource="http://www.template-toolkit.org/svnweb/Template-Python/revision?rev=143" /> <rdf:li rdf:resource="http://www.template-toolkit.org/svnweb/Template-Python/revision?rev=141" /> <rdf:li rdf:resource="http://www.template-toolkit.org/svnweb/Template-Python/revision?rev=140" /> <rdf:li rdf:resource="http://www.template-toolkit.org/svnweb/Template-Python/revision?rev=135" /> <rdf:li rdf:resource="http://www.template-toolkit.org/svnweb/Template-Python/revision?rev=134" /> <rdf:li rdf:resource="http://www.template-toolkit.org/svnweb/Template-Python/revision?rev=131" /> <rdf:li rdf:resource="http://www.template-toolkit.org/svnweb/Template-Python/revision?rev=130" /> <rdf:li rdf:resource="http://www.template-toolkit.org/svnweb/Template-Python/revision?rev=129" /> <rdf:li rdf:resource="http://www.template-toolkit.org/svnweb/Template-Python/revision?rev=128" /> <rdf:li rdf:resource="http://www.template-toolkit.org/svnweb/Template-Python/revision?rev=127" /> </rdf:Seq>
  </items>
</channel>  <item rdf:about="http://www.template-toolkit.org/svnweb/Template-Python/revision?rev=164">
  <title>164 - Concludes upgrade to TT 2.19.  I think.

</title>
  <link>http://www.template-toolkit.org/svnweb/Template-Python/revision?rev=164</link>
  <description><![CDATA[Concludes upgrade to TT 2.19.  I think.<br />
<br />
]]></description>
  <dc:creator>sean</dc:creator>
  <dc:date>2008-01-10T09:39:55</dc:date>
</item>  <item rdf:about="http://www.template-toolkit.org/svnweb/Template-Python/revision?rev=163">
  <title>163 - Adds test for fetching from a file handle.

</title>
  <link>http://www.template-toolkit.org/svnweb/Template-Python/revision?rev=163</link>
  <description><![CDATA[Adds test for fetching from a file handle.<br />
<br />
]]></description>
  <dc:creator>sean</dc:creator>
  <dc:date>2008-01-09T05:09:49</dc:date>
</item>  <item rdf:about="http://www.template-toolkit.org/svnweb/Template-Python/revision?rev=162">
  <title>162 - Incorporates 2.19 changes into provider.py and associated tests.

</title>
  <link>http://www.template-toolkit.org/svnweb/Template-Python/revision?rev=162</link>
  <description><![CDATA[Incorporates 2.19 changes into provider.py and associated tests.<br />
<br />
]]></description>
  <dc:creator>sean</dc:creator>
  <dc:date>2008-01-09T04:52:00</dc:date>
</item>  <item rdf:about="http://www.template-toolkit.org/svnweb/Template-Python/revision?rev=161">
  <title>161 - Various fixes for Python 2.5.  Primarily, introduces a new test for
object-ne...</title>
  <link>http://www.template-toolkit.org/svnweb/Template-Python/revision?rev=161</link>
  <description><![CDATA[Various fixes for Python 2.5.  Primarily, introduces a new test for<br />
object-ness, since new-style objects (such as Exception and subclasses<br />
thereof) are not instances of types.InstanceType.<br />
<br />
Also incorporates some new 2.5 features: try/except/finally, the with<br />
statement, conditional expressions, etc.<br />
<br />
Also, begins updating of code from version 2.15 to version 2.19 of the<br />
Template Toolkit.<br />
<br />
<br />
]]></description>
  <dc:creator>sean</dc:creator>
  <dc:date>2008-01-08T07:37:19</dc:date>
</item>  <item rdf:about="http://www.template-toolkit.org/svnweb/Template-Python/revision?rev=155">
  <title>155 - Changes most in-code references to &quot;perl&quot; to &quot;python&quot;.

Reactivates commented...</title>
  <link>http://www.template-toolkit.org/svnweb/Template-Python/revision?rev=155</link>
  <description><![CDATA[Changes most in-code references to &quot;perl&quot; to &quot;python&quot;.<br />
<br />
Reactivates commented-out tests that exercise the PERL/RAWPERL directive<br />
or the python filter.<br />
<br />
]]></description>
  <dc:creator>sean</dc:creator>
  <dc:date>2007-12-11T06:00:41</dc:date>
</item>  <item rdf:about="http://www.template-toolkit.org/svnweb/Template-Python/revision?rev=153">
  <title>153 - More final-ish code cleanup and refactoring.

One major theme is converting g...</title>
  <link>http://www.template-toolkit.org/svnweb/Template-Python/revision?rev=153</link>
  <description><![CDATA[More final-ish code cleanup and refactoring.<br />
<br />
One major theme is converting global module variables into class variables,<br />
so that they're accessed more similarly to how they are in Perl.<br />
<br />
]]></description>
  <dc:creator>sean</dc:creator>
  <dc:date>2007-12-11T00:19:51</dc:date>
</item>  <item rdf:about="http://www.template-toolkit.org/svnweb/Template-Python/revision?rev=150">
  <title>150 - Introduces the VIEW directive, the View plugin, and associated supporting
cod...</title>
  <link>http://www.template-toolkit.org/svnweb/Template-Python/revision?rev=150</link>
  <description><![CDATA[Introduces the VIEW directive, the View plugin, and associated supporting<br />
code and tests.<br />
<br />
]]></description>
  <dc:creator>sean</dc:creator>
  <dc:date>2007-12-06T01:07:01</dc:date>
</item>  <item rdf:about="http://www.template-toolkit.org/svnweb/Template-Python/revision?rev=147">
  <title>147 - Deletes template.base module; moves TemplateException class to
template.util;...</title>
  <link>http://www.template-toolkit.org/svnweb/Template-Python/revision?rev=147</link>
  <description><![CDATA[Deletes template.base module; moves TemplateException class to<br />
template.util; eliminates template.base.Base as a common base class.<br />
<br />
]]></description>
  <dc:creator>sean</dc:creator>
  <dc:date>2007-11-29T05:51:27</dc:date>
</item>  <item rdf:about="http://www.template-toolkit.org/svnweb/Template-Python/revision?rev=145">
  <title>145 - Cleanup of template.provider code.

</title>
  <link>http://www.template-toolkit.org/svnweb/Template-Python/revision?rev=145</link>
  <description><![CDATA[Cleanup of template.provider code.<br />
<br />
]]></description>
  <dc:creator>sean</dc:creator>
  <dc:date>2007-11-27T22:21:54</dc:date>
</item>  <item rdf:about="http://www.template-toolkit.org/svnweb/Template-Python/revision?rev=144">
  <title>144 - template.provider now raises exceptions rather than returns error codes.

</title>
  <link>http://www.template-toolkit.org/svnweb/Template-Python/revision?rev=144</link>
  <description><![CDATA[template.provider now raises exceptions rather than returns error codes.<br />
<br />
]]></description>
  <dc:creator>sean</dc:creator>
  <dc:date>2007-11-27T07:38:07</dc:date>
</item>  <item rdf:about="http://www.template-toolkit.org/svnweb/Template-Python/revision?rev=143">
  <title>143 - Starts weaning template.provider from an error-return-code model to
an except...</title>
  <link>http://www.template-toolkit.org/svnweb/Template-Python/revision?rev=143</link>
  <description><![CDATA[Starts weaning template.provider from an error-return-code model to<br />
an exception-throwing model.<br />
<br />
]]></description>
  <dc:creator>sean</dc:creator>
  <dc:date>2007-11-22T02:17:32</dc:date>
</item>  <item rdf:about="http://www.template-toolkit.org/svnweb/Template-Python/revision?rev=141">
  <title>141 - Imports documentation for Template::Plugins to template.plugins, and
codifies...</title>
  <link>http://www.template-toolkit.org/svnweb/Template-Python/revision?rev=141</link>
  <description><![CDATA[Imports documentation for Template::Plugins to template.plugins, and<br />
codifies the informal plugin heuristics I've been using.<br />
<br />
]]></description>
  <dc:creator>sean</dc:creator>
  <dc:date>2007-11-21T01:19:36</dc:date>
</item>  <item rdf:about="http://www.template-toolkit.org/svnweb/Template-Python/revision?rev=140">
  <title>140 - Imports documentation from Template::Parser to template.parser.

</title>
  <link>http://www.template-toolkit.org/svnweb/Template-Python/revision?rev=140</link>
  <description><![CDATA[Imports documentation from Template::Parser to template.parser.<br />
<br />
]]></description>
  <dc:creator>sean</dc:creator>
  <dc:date>2007-11-20T08:11:35</dc:date>
</item>  <item rdf:about="http://www.template-toolkit.org/svnweb/Template-Python/revision?rev=135">
  <title>135 - Tidies up the code in template.filters, and imports the documentation from
Te...</title>
  <link>http://www.template-toolkit.org/svnweb/Template-Python/revision?rev=135</link>
  <description><![CDATA[Tidies up the code in template.filters, and imports the documentation from<br />
Template::Filters.<br />
<br />
]]></description>
  <dc:creator>sean</dc:creator>
  <dc:date>2007-11-19T21:05:39</dc:date>
</item>  <item rdf:about="http://www.template-toolkit.org/svnweb/Template-Python/revision?rev=134">
  <title>134 - Various more or less minor fixes.  Also introduces a more Pythonic way of
des...</title>
  <link>http://www.template-toolkit.org/svnweb/Template-Python/revision?rev=134</link>
  <description><![CDATA[Various more or less minor fixes.  Also introduces a more Pythonic way of<br />
designating a dynamic filter factory, using a &quot;dynamic_filter&quot; attribute<br />
on the function object rather than the Perlish [$function, $is_dynamic]<br />
2-element array.<br />
<br />
]]></description>
  <dc:creator>sean</dc:creator>
  <dc:date>2007-11-19T18:04:41</dc:date>
</item>  <item rdf:about="http://www.template-toolkit.org/svnweb/Template-Python/revision?rev=131">
  <title>131 - Finishes everywhere renaming the original, ill-named base.Exception class to
...</title>
  <link>http://www.template-toolkit.org/svnweb/Template-Python/revision?rev=131</link>
  <description><![CDATA[Finishes everywhere renaming the original, ill-named base.Exception class to<br />
TemplateException.<br />
<br />
]]></description>
  <dc:creator>sean</dc:creator>
  <dc:date>2007-11-17T01:03:40</dc:date>
</item>  <item rdf:about="http://www.template-toolkit.org/svnweb/Template-Python/revision?rev=130">
  <title>130 - Adds a bunch of documentation to context.py.

</title>
  <link>http://www.template-toolkit.org/svnweb/Template-Python/revision?rev=130</link>
  <description><![CDATA[Adds a bunch of documentation to context.py.<br />
<br />
]]></description>
  <dc:creator>sean</dc:creator>
  <dc:date>2007-11-16T22:49:56</dc:date>
</item>  <item rdf:about="http://www.template-toolkit.org/svnweb/Template-Python/revision?rev=129">
  <title>129 - Documentation copy and code cleanup.

</title>
  <link>http://www.template-toolkit.org/svnweb/Template-Python/revision?rev=129</link>
  <description><![CDATA[Documentation copy and code cleanup.<br />
<br />
]]></description>
  <dc:creator>sean</dc:creator>
  <dc:date>2007-11-16T07:10:02</dc:date>
</item>  <item rdf:about="http://www.template-toolkit.org/svnweb/Template-Python/revision?rev=128">
  <title>128 - Adds some overdue documentation.

</title>
  <link>http://www.template-toolkit.org/svnweb/Template-Python/revision?rev=128</link>
  <description><![CDATA[Adds some overdue documentation.<br />
<br />
]]></description>
  <dc:creator>sean</dc:creator>
  <dc:date>2007-11-16T01:25:43</dc:date>
</item>  <item rdf:about="http://www.template-toolkit.org/svnweb/Template-Python/revision?rev=127">
  <title>127 - Makes the Template object more Pythonic; its process method now returns
the p...</title>
  <link>http://www.template-toolkit.org/svnweb/Template-Python/revision?rev=127</link>
  <description><![CDATA[Makes the Template object more Pythonic; its process method now returns<br />
the processed text directly, rather than sending it to the original, highly<br />
polymorphic third parameter, which has been eliminated.  It now reports<br />
exceptions by raising them, rather than by letting process() return false<br />
and making the user ask for the error information.  OUTPUT and OUTPUT_PATH<br />
are still supported (although they arguably shouldn't be).<br />
<br />
Lots of minor syntactic nip-and-tucks in the tests.<br />
<br />
<br />
]]></description>
  <dc:creator>sean</dc:creator>
  <dc:date>2007-11-15T08:54:30</dc:date>
</item>  </rdf:RDF>

