log
graph
tags
bookmarks
branches
changeset
browse
file
diff
comparison
annotate
file log
raw
help
Mercurial
>
genshi
>
mirror
log doc/upgrade.txt @ 878:
c8cac1b264e4
trunk
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
less
more
|
(0)
tip
age
author
description
Mon, 09 Jun 2008 16:20:29 +0000
cmlenz
Document dropping of Python 2.3 compat.
trunk
Mon, 09 Jun 2008 09:50:03 +0000
cmlenz
Preparing for [milestone:0.5] release.
trunk
Fri, 11 Apr 2008 08:42:11 +0000
cmlenz
newctxt branch: Merged revisions [678:835] via svnmerge from [source:trunk].
experimental-newctxt
Tue, 08 Apr 2008 23:45:32 +0000
aflett
update to trunk through r833
experimental-match-fastpaths
Tue, 08 Apr 2008 19:49:39 +0000
cmlenz
The `Template` class and its subclasses, as well as the interpolation API, now take an `filepath` parameter instead of `basedir`. Closes #207. Thanks to Waldemar Kornewald for the patch.
trunk
Tue, 08 Apr 2008 18:18:18 +0000
cmlenz
The `Markup` class now supports mappings for right hand of the `%` (modulo) operator in the same way the Python string classes do, except that the substituted values are escape. Also, the special constructor which took positional arguments that would be substituted was removed. Thus the `Markup` class now supports the same arguments as that of its `unicode` base class. Closes #211. Many thanks to Christian Boos for the patch!
trunk
Wed, 26 Mar 2008 22:10:36 +0000
cmlenz
Match templates are now applied in a more controlled fashion: in the order they are declared in the template source, all match templates up to (and including) the matching template itself are applied to the matched content, whereas the match templates declared after the matching template are only applied to the generated content. Fixes #186. Many thanks to Matt Chaput for reporting the problem and providing a test case.
trunk
Mon, 27 Aug 2007 20:05:31 +0000
cmlenz
Changed the default error handling mode to "strict".
trunk
base
UPGRADE.txt@14c705aa75e2
less
more
|
(0)
tip
Copyright (C) 2012-2017 Edgewall Software