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
Disable the 'outputEncoding' keyword argument, since it's no longer relevant
rtyler
as R. Tyler Ballance
More... over 15 years ago
Update UnicodeDirective test, all output will be unicode objects
rtyler
as R. Tyler Ballance
More... over 15 years ago
Update CHANGES with the resolution of #11
rtyler
as R. Tyler Ballance
More... over 15 years ago
Add the prioritizeSearchListOverSelf compilerSetting to help with issue #11
rtyler
as R. Tyler Ballance
More... over 15 years ago
Add a warning to the Template __init__ if the user passes in a searchList key that conflicts with a member of the Template
rtyler
as R. Tyler Ballance
More... over 15 years ago
Make sure the __builtin__ symbol is defined when using the Python NameMapper or when useStackFrames=True
rtyler
as R. Tyler Ballance
More... over 15 years ago
Correct failing test due to the #call kwarg dictionary being generated with unicode keys
rtyler
as R. Tyler Ballance
More... over 15 years ago
Merge branch 'master' of [email protected]:rtyler/cheetah into next
rtyler
as R. Tyler Ballance
More... over 15 years ago
Update CHANGES and Version for minor point release
rtyler
as R. Tyler Ballance
More... over 15 years ago
Delete the "old" docs directory to make way for fancy smancy sphinx
rtyler
as R. Tyler Ballance
More... over 15 years ago
Merge branch 'next' of [email protected]:rtyler/cheetah into next
rtyler
as R. Tyler Ballance
More... almost 16 years ago
Disable decorator tests on Python 2.3 which didn't have decorator support yet
rtyler
as R. Tyler Ballance
More... almost 16 years ago
Comment out SyntaxAndOutput tests for now until they're repaired
rtyler
as R. Tyler Ballance
More... almost 16 years ago
Fix a defect in the Google App Engine implementation of the inspect module
rtyler
as R. Tyler Ballance
More... almost 16 years ago
Merge branch 'unicode' of [email protected]:rtyler/cheetah into next
rtyler
as R. Tyler Ballance
More... almost 16 years ago
Add support for specifying @staticmethod and @classmethod decorators on template methods
rtyler
as R. Tyler Ballance
More... almost 16 years ago
Add support for specifying @staticmethod and @classmethod decorators on template methods
rtyler
as R. Tyler Ballance
More... almost 16 years ago
What's the point of having a bloody compiler setting if the code doesn't respect it?
rtyler
as R. Tyler Ballance
More... almost 16 years ago
Enable printing out the compiler settings with --print-settings
rtyler
as R. Tyler Ballance
More... almost 16 years ago
Remove the attic/ directory, this has no place in Cheetah anymore
rtyler
as R. Tyler Ballance
More... almost 16 years ago
Merge branch 'master' into unicode
rtyler
as R. Tyler Ballance
More... almost 16 years ago
Update link to CHANGES on the PyPI listing
rtyler
as R. Tyler Ballance
More... almost 16 years ago
Revert "Change the package name"
rtyler
as R. Tyler Ballance
More... almost 16 years ago
Merge branch 'next' of [email protected]:rtyler/cheetah
rtyler
as R. Tyler Ballance
More... almost 16 years ago
Change the package name
rtyler
as R. Tyler Ballance
More... almost 16 years ago
Update CHANGES for new compiler setting
rtyler
as R. Tyler Ballance
More... almost 16 years ago
Add the "useLegacyImportMode" to support the older way to import in Cheetah
rtyler
as R. Tyler Ballance
More... almost 16 years ago
Add a reproduction case for Martin Skott's import issue
rtyler
as R. Tyler Ballance
More... almost 16 years ago
Correct circulr import error I introduced (fail)
rtyler
as R. Tyler Ballance
More... almost 16 years ago
Add minor regression test to verify that auto-importing is working
rtyler
as R. Tyler Ballance
More... almost 16 years ago