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
fixed unicode issue with the pretty-printing of python output code
Tavis Rudd
as tavis_rudd
More... almost 18 years ago
fix test
Tavis Rudd
as tavis_rudd
More... almost 18 years ago
unicode tweaks
Tavis Rudd
as tavis_rudd
More... almost 18 years ago
new tests
Tavis Rudd
as tavis_rudd
More... almost 18 years ago
fix parsing if '#@ non decorator'
Tavis Rudd
as tavis_rudd
More... almost 18 years ago
- fix directive matching for partial matches - cache the regexes
Tavis Rudd
as tavis_rudd
More... almost 18 years ago
new site
Tavis Rudd
as tavis_rudd
More... about 18 years ago
*** empty log message ***
Tavis Rudd
as tavis_rudd
More... over 18 years ago
added new compiler setting 'addTimestampsToCompilerOutput'. See Brian Bird's post about it today.
Tavis Rudd
as tavis_rudd
More... over 18 years ago
link updates
Tavis Rudd
as tavis_rudd
More... over 18 years ago
link updates
Tavis Rudd
as tavis_rudd
More... over 18 years ago
misc updates
Tavis Rudd
as tavis_rudd
More... over 18 years ago
add comment
Tavis Rudd
as tavis_rudd
More... over 18 years ago
removed some crap that has been done and some stuff that is no longer relevant
Tavis Rudd
as tavis_rudd
More... over 18 years ago
change release date
Tavis Rudd
as tavis_rudd
More... over 18 years ago
Docs.
sluggo
as hierro
More... over 18 years ago
Bugfix in Template.py now that filters are new-style classes.
sluggo
as hierro
More... over 18 years ago
made setMainMethodName robust against duplicate calls
Tavis Rudd
as tavis_rudd
More... over 18 years ago
set release date
Tavis Rudd
as tavis_rudd
More... over 18 years ago
version bump
Tavis Rudd
as tavis_rudd
More... over 18 years ago
update
Tavis Rudd
as tavis_rudd
More... over 18 years ago
raise ParseError when $*placeholder, $*5*placeholder, $(placeholder), etc. are found within expressions. They are only valid in top-level text.
Tavis Rudd
as tavis_rudd
More... over 18 years ago
updated tests for invalid top-level placeholder syntax within expressions
Tavis Rudd
as tavis_rudd
More... over 18 years ago
made it possible to specify a list of template filename extentions that are looped through while searching for template modules
Tavis Rudd
as tavis_rudd
More... over 18 years ago
misc updates
Tavis Rudd
as tavis_rudd
More... over 18 years ago
safer handling of the baseclass arg
Tavis Rudd
as tavis_rudd
More... over 18 years ago
Core changes by MO: - WebSafe and the other optional filters in Filters.py now use RawOrEncodedUnicode instead of Filter as a base class. This allows them to work with Unicode values containing non-ASCII characters. User-written custom filters should inherit from RawOrEncodedUnicode and call the superclass .filter() instead of str(). str() as of Python 2.4.2 still converts Unicode to string using ASCII codec, which raises UnicodeEncodeError if it contains non-ASCII characters.
sluggo
as hierro
More... over 18 years ago
*** empty log message ***
Tavis Rudd
as tavis_rudd
More... almost 19 years ago
refactored Unspecified
Tavis Rudd
as tavis_rudd
More... almost 19 years ago
init import
Tavis Rudd
as tavis_rudd
More... almost 19 years ago