<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-cheetah.git, branch docs</title>
<subtitle>github.com: cheetahtemplate/cheetah.git
</subtitle>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-cheetah.git/'/>
<entry>
<title>Revert "Delete the "old" docs directory to make way for fancy smancy sphinx"</title>
<updated>2009-11-17T05:09:13+00:00</updated>
<author>
<name>R. Tyler Ballance</name>
<email>tyler@monkeypox.org</email>
</author>
<published>2009-11-17T05:09:13+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-cheetah.git/commit/?id=d9ce7916e309e2393d824e249f512d2629e5e181'/>
<id>d9ce7916e309e2393d824e249f512d2629e5e181</id>
<content type='text'>
This reverts commit 5dc95cfcd015628665d3672e56d0551943b5db6b.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 5dc95cfcd015628665d3672e56d0551943b5db6b.
</pre>
</div>
</content>
</entry>
<entry>
<title>Prevent Template.compile() from creating classnames with numerous leading underscores</title>
<updated>2009-11-16T18:44:43+00:00</updated>
<author>
<name>R. Tyler Ballance</name>
<email>tyler@monkeypox.org</email>
</author>
<published>2009-11-16T18:44:43+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-cheetah.git/commit/?id=e43765a679b84c52df875e9629d303e304af50a1'/>
<id>e43765a679b84c52df875e9629d303e304af50a1</id>
<content type='text'>
Issue originally reported by Kirill Uhanov &lt;kirill.uhanov@intel.com&gt; on the mailing
list (see: "problem with include directive on cheetah 2.4.0")
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Issue originally reported by Kirill Uhanov &lt;kirill.uhanov@intel.com&gt; on the mailing
list (see: "problem with include directive on cheetah 2.4.0")
</pre>
</div>
</content>
</entry>
<entry>
<title>Clean up a swath of fixes suggested by 2to3</title>
<updated>2009-11-16T08:04:10+00:00</updated>
<author>
<name>R. Tyler Ballance</name>
<email>tyler@monkeypox.org</email>
</author>
<published>2009-11-16T01:20:23+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-cheetah.git/commit/?id=47fbe57de8fc7fab20fd2d6b381ffbae411b74bc'/>
<id>47fbe57de8fc7fab20fd2d6b381ffbae411b74bc</id>
<content type='text'>
Fixes from 2to3 include: xrange, ws_comma, repr, reduce,
raise, idioms, has_key, future, filter, exec, callable, apply
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes from 2to3 include: xrange, ws_comma, repr, reduce,
raise, idioms, has_key, future, filter, exec, callable, apply
</pre>
</div>
</content>
</entry>
<entry>
<title>Refactor Cheetah.Parser.ArgList</title>
<updated>2009-11-16T08:04:10+00:00</updated>
<author>
<name>R. Tyler Ballance</name>
<email>tyler@monkeypox.org</email>
</author>
<published>2009-11-16T06:56:13+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-cheetah.git/commit/?id=74961058e939739e97f9c570d5fc8c0959760dc9'/>
<id>74961058e939739e97f9c570d5fc8c0959760dc9</id>
<content type='text'>
Added a test for ArgList as well; a large amount of code in
Cheetah.Parser could do well to be cleaned up, but perhaps another
day.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Added a test for ArgList as well; a large amount of code in
Cheetah.Parser could do well to be cleaned up, but perhaps another
day.
</pre>
</div>
</content>
</entry>
<entry>
<title>Space-ify the tabs for Cheetah.Tools.SiteHierarchy</title>
<updated>2009-11-16T08:04:10+00:00</updated>
<author>
<name>R. Tyler Ballance</name>
<email>tyler@monkeypox.org</email>
</author>
<published>2009-11-16T07:22:22+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-cheetah.git/commit/?id=987fc399ff52ed27dc655a84f5712c323ae28e56'/>
<id>987fc399ff52ed27dc655a84f5712c323ae28e56</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update Template.py with @classmethod decorators</title>
<updated>2009-11-16T08:04:10+00:00</updated>
<author>
<name>R. Tyler Ballance</name>
<email>tyler@monkeypox.org</email>
</author>
<published>2009-11-09T00:25:36+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-cheetah.git/commit/?id=69194e509b8dcd76a5474b5c0016ae540547521c'/>
<id>69194e509b8dcd76a5474b5c0016ae540547521c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Refactor CheetahWrapper tests to locate my local cheetah/cheetah-compile in my PATH</title>
<updated>2009-11-16T08:04:10+00:00</updated>
<author>
<name>R. Tyler Ballance</name>
<email>tyler@monkeypox.org</email>
</author>
<published>2009-11-09T00:52:48+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-cheetah.git/commit/?id=b6ae1200cc013ae8fede21a290bcbd95e9758742'/>
<id>b6ae1200cc013ae8fede21a290bcbd95e9758742</id>
<content type='text'>
Adding the "buildandrun" shortcut script so to easily rerun the
full test suite locally; usage: ./buildandrun cheetah/Tests/Test.py
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Adding the "buildandrun" shortcut script so to easily rerun the
full test suite locally; usage: ./buildandrun cheetah/Tests/Test.py
</pre>
</div>
</content>
</entry>
<entry>
<title>Refactor usage of the "types" module out, per 2to3 -f types</title>
<updated>2009-11-16T08:04:10+00:00</updated>
<author>
<name>R. Tyler Ballance</name>
<email>tyler@monkeypox.org</email>
</author>
<published>2009-11-09T00:01:31+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-cheetah.git/commit/?id=a062578776fb57bc83edf042f84f21588ac780dc'/>
<id>a062578776fb57bc83edf042f84f21588ac780dc</id>
<content type='text'>
Left out cheetah/Template.py which will need to be refactored
a bit more aggressively, particularly in Template.compile()
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Left out cheetah/Template.py which will need to be refactored
a bit more aggressively, particularly in Template.compile()
</pre>
</div>
</content>
</entry>
<entry>
<title>Refactor raw print statements in accordance with 2to3</title>
<updated>2009-11-16T08:04:04+00:00</updated>
<author>
<name>R. Tyler Ballance</name>
<email>tyler@monkeypox.org</email>
</author>
<published>2009-11-08T23:22:10+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-cheetah.git/commit/?id=0b8c21f8f3cc5f95f2184bf717b62f2888ed4935'/>
<id>0b8c21f8f3cc5f95f2184bf717b62f2888ed4935</id>
<content type='text'>
Removed prints in a couple places entirely, some of this
code should likely use the `logging` module instead
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Removed prints in a couple places entirely, some of this
code should likely use the `logging` module instead
</pre>
</div>
</content>
</entry>
<entry>
<title>Add --quiet option and use it to suppress messages from the Unicode tests</title>
<updated>2009-11-16T08:04:04+00:00</updated>
<author>
<name>James Abbatiello</name>
<email>abbeyj@gmail.com</email>
</author>
<published>2009-10-15T23:42:41+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-cheetah.git/commit/?id=a23cfe7fc38af7f38a5d032592456152f635f995'/>
<id>a23cfe7fc38af7f38a5d032592456152f635f995</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
