Skip to content

Commit

Permalink
Started development of 2.x series, following stable build of Chameleo…
Browse files Browse the repository at this point in the history
…n 2.x series. This commit marks a stable development version.
  • Loading branch information
malthe committed Feb 21, 2011
1 parent e24c47d commit 0fd3354
Show file tree
Hide file tree
Showing 23 changed files with 327 additions and 1,217 deletions.
28 changes: 28 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,34 @@ Changelog

In next release...

- Update to Chameleon 2.0.

This release includes many changes and is a complete rewrite of the
1.x series.

Platform:

* Python 2.7+ now required.

Notable changes:

* Expression interpolation is always enabled.

* Whitespace output is different, now closely aligned to the
template input.

* New language constructs:

1) tal:on-error
2) tal:switch
3) tal:case

Incompatibilities:

* The expression translation interface has been replaced with an
expression engine. This means that all expressions must be
rewritten.

- The exists expression evaluator should ignore KeyError exceptions
as well.

Expand Down
Empty file removed benchmark/benchmark/__init__.py
Empty file.
85 changes: 0 additions & 85 deletions benchmark/benchmark/bigtable.py

This file was deleted.

14 changes: 0 additions & 14 deletions benchmark/benchmark/input/bigtable_i18n_z3c.pt

This file was deleted.

14 changes: 0 additions & 14 deletions benchmark/benchmark/input/bigtable_i18n_zope.pt

This file was deleted.

11 changes: 0 additions & 11 deletions benchmark/benchmark/input/bigtable_path_z3c.pt

This file was deleted.

10 changes: 0 additions & 10 deletions benchmark/benchmark/input/bigtable_path_zope.pt

This file was deleted.

10 changes: 0 additions & 10 deletions benchmark/benchmark/input/bigtable_python_z3c.pt

This file was deleted.

10 changes: 0 additions & 10 deletions benchmark/benchmark/input/bigtable_python_zope.pt

This file was deleted.

Loading

0 comments on commit 0fd3354

Please sign in to comment.