Edgewall Software

source: trunk/genshi/template/loader.py

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @1190   11 years hodgestar Templates should be loaded as bytes -- the encoding is passed around …
(edit) @1180   12 years hodgestar Remove invalid file mode in template loader. Fixes #485.
(edit) @1160   13 years hodgestar Merge r1143 from py3k: add support for python 3 to remaining …
(edit) @1120   13 years cmlenz Update changelog and copyright years.
(edit) @1099   13 years cmlenz Templates instantiated without a loader now get an implicit loader …
(edit) @1077   14 years cmlenz More work on reducing the size of the diff produced by 2to3.
(edit) @1076   14 years cmlenz Convert a bunch of print statements to py3k compatible syntax.
(edit) @1031   15 years cmlenz Get rid of some Python 2.3 legacy that's no longer needed now that 2.4 …
(edit) @971   15 years cmlenz Get rid of a couple more -3 warnings.
(edit) @899   15 years cmlenz Export the template loader factory functions from the loader module.
(edit) @895   15 years cmlenz Includes from templates loaded via an absolute path now include the …
(edit) @845   15 years jruigrok Properly wrap exceptions we want to catch. Submitted by: Armin Ronacher
(edit) @835   15 years cmlenz Fix copyright years.
(edit) @830   15 years cmlenz The Template class and its subclasses, as well as the interpolation …
(edit) @815   16 years cmlenz Fix for caching in template loader for templates included by templates …
(edit) @814   16 years cmlenz Fix for prefix-dispatched template loading. Closes #206. Thanks to …
(edit) @813   16 years cmlenz Fix for #205.
(edit) @812   16 years cmlenz More flexible template loader allowing for loading from package data …
(edit) @811   16 years cmlenz The TemplateLoader class now provides an instantiate() method that …
(edit) @722   16 years cmlenz Changed the default error handling mode to "strict".
(edit) @704   16 years cmlenz Fix includes so that they again raise an exception when the included …
(edit) @657   16 years cmlenz Implement static includes, which improves performance a bit when auto …
(edit) @654   16 years cmlenz Support for Python code blocks in templates can now be disabled. …
(edit) @534   16 years cmlenz Back out [510] and instead implement configurable error handling …
(edit) @531   17 years cmlenz Add support for adding custom template filters by passing a custom …
(edit) @527   17 years cmlenz More API doc enhancements.
(edit) @517   17 years cmlenz Try to use proper reStructuredText for docstrings throughout.
(edit) @500   17 years cmlenz Update copyright year for files modified this year.
(edit) @492   17 years cmlenz Renamed genshi.template.core to genshi.template.base, mainly to …
(edit) @443   17 years cmlenz Parse template includes at parse time to avoid some runtime overhead.
(add) @414   17 years cmlenz Refactoring: genshi.template is now a package, it was getting way to …
Note: See TracRevisionLog for help on using the revision log.