244
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 16, 2023 — Jan 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
silence debug code
Tavis Rudd
as tavis_rudd
More... about 19 years ago
added #yield directive
Tavis Rudd
as tavis_rudd
More... about 19 years ago
- added preprocessor support to Template.compile() - added support for #set module varName = ....
Tavis Rudd
as tavis_rudd
More... about 19 years ago
added support for #set module varName = ....
Tavis Rudd
as tavis_rudd
More... about 19 years ago
- removed compile time cache token - added optional support for passing the trans arg to methods via **KWS rather than trans=None. See the discussion on the mailing list today (JJ's post) for details.
Tavis Rudd
as tavis_rudd
More... about 19 years ago
removed compile time cache token
Tavis Rudd
as tavis_rudd
More... about 19 years ago
tweak to ReturnDirective test for the new keyword style passing of trans
Tavis Rudd
as tavis_rudd
More... about 19 years ago
fixed up single-line block: test
Tavis Rudd
as tavis_rudd
More... about 19 years ago
improved parsing of c"text text $placeholder text" expressions
Tavis Rudd
as tavis_rudd
More... about 19 years ago
added initial support for c"text text $placeholder text" expressions
Tavis Rudd
as tavis_rudd
More... about 19 years ago
fix bug in last checkin
Tavis Rudd
as tavis_rudd
More... about 19 years ago
added matches()
Tavis Rudd
as tavis_rudd
More... about 19 years ago
improved the docstring comments added for cache regions
Tavis Rudd
as tavis_rudd
More... about 19 years ago
minor name change
Tavis Rudd
as tavis_rudd
More... about 19 years ago
added support for nested functions
Tavis Rudd
as tavis_rudd
More... about 19 years ago
fixed bug in method docstring handling
Tavis Rudd
as tavis_rudd
More... about 19 years ago
tweaks to #closure
Tavis Rudd
as tavis_rudd
More... about 19 years ago
- more work on the #call directive - added 2 new experimental features: - #closure directive - compile-time caching via $**(placeholder) I'm probably going to scrap this test.
Tavis Rudd
as tavis_rudd
More... about 19 years ago
- more work on the #call directive - added 2 new experimental features: - #closure directive - compile-time caching via $**(placeholder) I'm probably going to scrap this test. - misc minor refactoring of generated code - made it possible to inspect the encoding that has been set: getModuleEncoding()
Tavis Rudd
as tavis_rudd
More... about 19 years ago
refactoring of Template.compile
Tavis Rudd
as tavis_rudd
More... about 19 years ago
minor refactoring
Tavis Rudd
as tavis_rudd
More... about 19 years ago
extended tests + some refactoring
Tavis Rudd
as tavis_rudd
More... about 19 years ago
finish up last checkin
Tavis Rudd
as tavis_rudd
More... about 19 years ago
made the exception handling a bit more robust
Tavis Rudd
as tavis_rudd
More... about 19 years ago
more cleanup
Tavis Rudd
as tavis_rudd
More... about 19 years ago
removed out of date install instructions
Tavis Rudd
as tavis_rudd
More... about 19 years ago
disabled assignment of self.application (was a webware hack)
Tavis Rudd
as tavis_rudd
More... about 19 years ago
added optional support for pje's setuptools
Tavis Rudd
as tavis_rudd
More... about 19 years ago
autoclose callregions
Tavis Rudd
as tavis_rudd
More... about 19 years ago
added classifiers
Tavis Rudd
as tavis_rudd
More... about 19 years ago