<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to patches</title><link href="https://sourceforge.net/p/myghty/patches/" rel="alternate"/><link href="https://sourceforge.net/p/myghty/patches/feed.atom" rel="self"/><id>https://sourceforge.net/p/myghty/patches/</id><updated>2006-08-29T09:30:15Z</updated><subtitle>Recent changes to patches</subtitle><entry><title>Make HTMLErrorFormatter handle unicode in .myt/.py source</title><link href="https://sourceforge.net/p/myghty/patches/4/" rel="alternate"/><published>2006-08-29T09:30:15Z</published><updated>2006-08-29T09:30:15Z</updated><author><name>Philip Jenvey</name><uri>https://sourceforge.net/u/pjenvey/</uri></author><id>https://sourceforge.net813c65a3365e59f6e888742208a50523fe93f425</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;HTMLErrorFormatter isn't cleanly handling unicode characters in .myt and &lt;br /&gt;
their compiled .py files. When your .myt raises an exception, and there's &lt;br /&gt;
unicode characters nearby the originating line of the exception, &lt;br /&gt;
HTMLErrorFormatter will crap out with a UnicodeError when attempting to &lt;br /&gt;
print out those source code lines.&lt;/p&gt;
&lt;p&gt;Example:&lt;/p&gt;
&lt;p&gt;% m.setTYPO_output_encoding('UTF-8')&lt;br /&gt;
les pylonautes français&lt;br /&gt;
&amp;lt;br /&amp;gt;encoding is: &amp;lt;% m.output_encoding %&amp;gt;&lt;/p&gt;
&lt;p&gt;Myghty doesn't know what kind of unicode it's going to encounter in &lt;br /&gt;
whatever random .myt/.py raises the original exception, so I'm having it &lt;br /&gt;
use the 'replace' errors handler during the translations.&lt;/p&gt;
&lt;p&gt;Beware: I'm not sure how else the Request.apply_escapes method is used, &lt;br /&gt;
so mind my patch to it (maybe give it an errors keyword option instead).&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Typos in encoding.py in unicode-opt2</title><link href="https://sourceforge.net/p/myghty/patches/3/" rel="alternate"/><published>2006-08-29T07:14:30Z</published><updated>2006-08-29T07:14:30Z</updated><author><name>Philip Jenvey</name><uri>https://sourceforge.net/u/pjenvey/</uri></author><id>https://sourceforge.net7935ebc2646a23816d78bf6aeaf0136598964cdd</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Looks like the tests didn't quite cover this errors property -- there's a &lt;br /&gt;
couple typos&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>List underlying exception type for wrapped exceptions</title><link href="https://sourceforge.net/p/myghty/patches/2/" rel="alternate"/><published>2005-09-13T17:59:26Z</published><updated>2005-09-13T17:59:26Z</updated><author><name>Geoffrey T. Dairiki</name><uri>https://sourceforge.net/u/dairiki/</uri></author><id>https://sourceforge.net305786fce2239335828fcd63614b66e40bb3d725</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;It would be nice if the error report listed the&lt;br /&gt;
underlying type of wrapped exceptions.&lt;/p&gt;
&lt;p&gt;Here's a simple patch which does just that. &lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Reference the URI Cache from the data cache section.</title><link href="https://sourceforge.net/p/myghty/patches/1/" rel="alternate"/><published>2005-08-31T23:49:32Z</published><updated>2005-08-31T23:49:32Z</updated><author><name>Sean Reifschneider</name><uri>https://sourceforge.net/u/jafo/</uri></author><id>https://sourceforge.net855b871041dbe6fec7e85322012b191e7b334683</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Small documentation patch which adds a reference to the&lt;br /&gt;
URI Cache setting from the Data Caching section of the&lt;br /&gt;
documentation.&lt;/p&gt;&lt;/div&gt;</summary></entry></feed>