Show last: 20 , 50 , 100 , All
Next page

Date File Revision Author Revision Log
2008/10/16 20:46:44 170 170 sean Removes now-obsolete "from __future__ import with_statement" statements.

2008/10/14 03:38:35 169 169 sean Applies a patch submitted by Nik Clayton (nik@google.com) that eliminates
the use of Python 2.5 features. (Seems 2.4 is still in wide use, contrary
to my expectations.)

2008/09/22 02:21:14 168 168 sean Adds a copyright notice and a reference to the LICENSE file to the top
of every source file.

2008/09/22 02:15:27 167 167 sean Makes example program more idiomatic.

2008/09/21 19:36:25 166 166 sean Adds a LICENSE file, a copy of Perl's Artistic License 2.0.

2008/09/21 19:35:08 165 165 sean Fixes typo.

2008/01/10 09:39:55 164 164 sean Concludes upgrade to TT 2.19. I think.

2008/01/09 05:09:49 163 163 sean Adds test for fetching from a file handle.

2008/01/09 04:52:00 162 162 sean Incorporates 2.19 changes into provider.py and associated tests.

2008/01/08 07:37:19 161 161 sean Various fixes for Python 2.5. Primarily, introduces a new test for
object-ness, since new-style objects (such as Exception and subclasses
thereof) are not instances of types.InstanceType.

Also incorporates some new 2.5 features: try/except/finally, the with
statement, conditional expressions, etc.

Also, begins updating of code from version 2.15 to version 2.19 of the
Template Toolkit.


2008/01/01 17:00:13 160 160 sean Fixes some typos.

2007/12/11 11:26:43 159 159 abw Added link to README.python pointing at python page on tt2.org
2007/12/11 11:01:26 158 158 abw Added a MANIFEST, setup.py and a simple example
2007/12/11 09:22:37 157 157 sean Document describing the design of the Python version of the Template
Toolkit, and how it differs from the Perl original.

2007/12/11 09:18:43 156 156 sean Renames the "out" variable available in the PYTHON block and via the
"python" filter to "output", to match the existing usage in
generated code.

2007/12/11 06:00:41 155 155 sean Changes most in-code references to "perl" to "python".

Reactivates commented-out tests that exercise the PERL/RAWPERL directive
or the python filter.

2007/12/11 04:41:13 154 154 sean Provides an alternate StringBuffer interface in PYTHON blocks via the
variable "out".

2007/12/11 00:19:51 153 153 sean More final-ish code cleanup and refactoring.

One major theme is converting global module variables into class variables,
so that they're accessed more similarly to how they are in Perl.

2007/12/07 20:47:39 152 152 sean Final(ish) code cleanup.

2007/12/07 08:47:32 151 151 sean More code cleanup/restructuring.