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
fix comment
Tavis Rudd
as tavis_rudd
More... about 19 years ago
added a hook for customizing the extends directive
Tavis Rudd
as tavis_rudd
More... about 19 years ago
init import
Tavis Rudd
as tavis_rudd
More... about 19 years ago
fixed parsing bug with slice notation [:] and single line short form directives
Tavis Rudd
as tavis_rudd
More... about 19 years ago
*** empty log message ***
Tavis Rudd
as tavis_rudd
More... about 19 years ago
docstring
Tavis Rudd
as tavis_rudd
More... about 19 years ago
added $!silentModePlaceholders
Tavis Rudd
as tavis_rudd
More... about 19 years ago
added test for $!silentModePlaceholders
Tavis Rudd
as tavis_rudd
More... about 19 years ago
more content
Tavis Rudd
as tavis_rudd
More... about 19 years ago
updated unicode test
Tavis Rudd
as tavis_rudd
More... about 19 years ago
- fixed attribute name bug in the .compile() method - changed the default filter to the one that doesn't try to encode Unicode
Tavis Rudd
as tavis_rudd
More... about 19 years ago
misc credit updates
Tavis Rudd
as tavis_rudd
More... about 19 years ago
added method
Tavis Rudd
as tavis_rudd
More... about 19 years ago
some eater method refactoring to remove duplicated code
Tavis Rudd
as tavis_rudd
More... about 19 years ago
*** empty log message ***
Tavis Rudd
as tavis_rudd
More... about 19 years ago
*** empty log message ***
Tavis Rudd
as tavis_rudd
More... about 19 years ago
initial refactoring of CacheRegions to support a memcached extension
Tavis Rudd
as tavis_rudd
More... about 19 years ago
- fixed bugs in readToEOL and findEOL - extended getWhiteSpace with max arg
Tavis Rudd
as tavis_rudd
More... about 19 years ago
added more tests for the new single-line short forms
Tavis Rudd
as tavis_rudd
More... about 19 years ago
- added short single-line forms to several directives - improved the source comments on placeholders - refactored cache region handling to make extension easier (memcached backends, etc.)
Tavis Rudd
as tavis_rudd
More... about 19 years ago
- improved parsing of the short single-line version of #def and #block. It was a bit messy before due to a bug in SourceReader.py that sent me off on a wild-goose chase. - added breakpoint support to the .parse() method - refactored the indenting directives - added support for single-line short forms to: #if/#else/#elif, #for, #while, #repeat, #unless, #try, #except, #finally
Tavis Rudd
as tavis_rudd
More... about 19 years ago
fixed up handling of EOL whitespace in single-line #def and #block directives
Tavis Rudd
as tavis_rudd
More... about 19 years ago
tweaks for jython
Tavis Rudd
as tavis_rudd
More... about 19 years ago
tweaks for jython
Tavis Rudd
as tavis_rudd
More... about 19 years ago
hide tests from jython
Tavis Rudd
as tavis_rudd
More... about 19 years ago
fix import seq for Jython
Tavis Rudd
as tavis_rudd
More... about 19 years ago
docstring improvements
Tavis Rudd
as tavis_rudd
More... about 19 years ago
*** empty log message ***
Tavis Rudd
as tavis_rudd
More... about 19 years ago
fix python version dependencies
Tavis Rudd
as tavis_rudd
More... about 19 years ago
fixed 2 docstring typos
Tavis Rudd
as tavis_rudd
More... about 19 years ago