- May 01, 2010
-
-
Mike Bayer authored
-
- Apr 28, 2010
-
-
Mike Bayer authored
where the source is stored temporarily is now made in the same directory as that of the .py file. This ensures that the two files share the same filesystem, thus avoiding cross-filesystem synchronization issues. Thanks to Charles Cazabon.
-
- Apr 21, 2010
-
-
Mike Bayer authored
-
- Apr 20, 2010
-
-
Mike Bayer authored
-
- Apr 17, 2010
-
-
Mike Bayer authored
line contains no line number, as in when inside an eval/exec-generated function. [ticket:132]
-
- Apr 13, 2010
-
-
Mike Bayer authored
template.last_modified
-
- Mar 24, 2010
-
-
Mike Bayer authored
exc.__class__.__name__ in html/text error templates when using Python 2.4 [ticket:131]
-
- Mar 20, 2010
-
-
Mike Bayer authored
-
convert-repo authored
-
- Mar 11, 2010
-
-
Mike Bayer authored
template.get_def(...).render() now checks the argument signature the same way as it did in 0.2.5, so that TypeError is not raised. reopen of [ticket:116]
-
- Mar 07, 2010
-
-
Mike Bayer authored
-
Mike Bayer authored
-
Mike Bayer authored
[ticket:129]
-
- Mar 05, 2010
-
-
Mike Bayer authored
-
Mike Bayer authored
-
Mike Bayer authored
a given path that is a directory, not a filename, instead of passing through to the template to generate IOError. [ticket:73]
-
Mike Bayer authored
is passed only an absolute filename (i.e. with c: drive etc.) and no URI - the URI is converted to a forward-slash path and module_directory is treated as a windows path. [ticket:128]
-
Mike Bayer authored
uncommon feature, have been improved. The defs no longer get doubly-rendered in the body() scope, and now allow local variable assignment without breakage. [ticket:109]
-
Mike Bayer authored
- cleanup
-
Mike Bayer authored
inheriting template - the full set of render() arguments are passed down through the inherits chain. Undeclared arguments go into **pageargs as usual. [ticket:116]
-
Mike Bayer authored
-
Mike Bayer authored
% if: %endif, etc. [ticket:94] - finished cleanup for codegen.py, [ticket:98]
-
Mike Bayer authored
non-whitespace character on a line by escaping it as in "%%". [ticket:112]
-
Mike Bayer authored
text_error_template().render() now accept "error" and "traceback" as optional arguments, and these are now actually used. [ticket:122]
-
Mike Bayer authored
-
- Mar 04, 2010
-
-
Mike Bayer authored
- Python 3 support is added ! See README.py3k for installation and testing notes. [ticket:119]
-
- Mar 02, 2010
-
-
Mike Bayer authored
-
Mike Bayer authored
-
Mike Bayer authored
- Source code escaping has been simplified. In particular, module source files are now generated with the Python "magic encoding comment", and source code is passed through mostly unescaped, except for that code which is regenerated from parsed Python source. This fixes usage of unicode in <%namespace:defname> tags. [ticket:99]
-
Mike Bayer authored
HTML file writing, consistently cleanup the modules/cache directories, use nose skiptests for unsupported features.
-
Mike Bayer authored
-
Mike Bayer authored
-
- Feb 05, 2010
-
-
Mike Bayer authored
-
Mike Bayer authored
-
Mike Bayer authored
-
Mike Bayer authored
- start work on #98
-
- Jan 22, 2010
-
-
Philip Jenvey authored
html_error_template. fixes #88
-
- Jan 21, 2010
-
-
Philip Jenvey authored
thanks dpeckham fixes #120
-
- Nov 01, 2009
-
-
Philip Jenvey authored
cases
-
- Sep 22, 2009
-
-
Philip Jenvey authored
fixes #118
-