244
I Use This!
Inactive

Commits : Listings

Analyzed about 4 hours ago. based on code collected 1 day ago.
Mar 28, 2023 — Mar 28, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #3 from mikola/master More... over 11 years ago
Merge pull request #4 from dareonion/master More... over 11 years ago
fixing validation logic in template initialization More... over 11 years ago
Avoid creating an invalid class name for the file on the path where the first folder name starts with a number, e.g. c:\10folder\code\sample.tmpl More... over 11 years ago
Merge pull request #1 from lakshmivyas/master More... about 12 years ago
Fixed a `TypeError` caused because of `unicode` issues in python 2.7.x More... about 12 years ago
Apply patch to fix another UnicodeEncodeError More... almost 13 years ago
Check our call to PyObject_GetAttrString() to make sure it returns a non-NULL value More... over 13 years ago
Fix EOL tests for Python 2.7 More... over 13 years ago
Force tests to exit with a non-zero return code on failure when running `cheetah test` More... over 13 years ago
Avoid setuptools warning More... over 13 years ago
make it possible to force file encoding via the command line More... over 13 years ago
sys.version_info isn't a tuple in 2.7. Fix version check in Template.py More... over 13 years ago
Bump the version for the next series of development More... over 13 years ago
Added test and fix for segfault in namemapper where exception is thrown by __getattr__. More... over 13 years ago
Use `itervalues()` when iterating over cache regions
rtyler
as R. Tyler Ballance
More... almost 14 years ago
Add a hidden environment flag to break builds when the C extensions fail
rtyler
as R. Tyler Ballance
More... almost 14 years ago
Properly generate a PYTHONPATH and locate the cheetah executable for CheetahWrapper tests
rtyler
as R. Tyler Ballance
More... about 14 years ago
Denote that this is v2.4.2.1
rtyler
as R. Tyler Ballance
More... about 14 years ago
Include header files in the source distribution
rtyler
as R. Tyler Ballance
More... about 14 years ago
Merge branch 'master' into next
rtyler
as R. Tyler Ballance
More... about 14 years ago
Increment version for next series of development
rtyler
as R. Tyler Ballance
More... about 14 years ago
Mark v2.4.2
rtyler
as R. Tyler Ballance
More... about 14 years ago
Fix regression in the pure Python NameMapper
rtyler
as R. Tyler Ballance
More... about 14 years ago
Tidying up whitespace
rtyler
as R. Tyler Ballance
More... about 14 years ago
Denote that we're working on 2.4.2rc2 now
rtyler
as R. Tyler Ballance
More... about 14 years ago
Tag a 2.4.2 candidate release
rtyler
as R. Tyler Ballance
More... about 14 years ago
Gut the old WebWare-servlet code from Cheetah.Servlet
rtyler
as R. Tyler Ballance
More... about 14 years ago
Find the #encoding directive even if it's after a comment (for example)
rtyler
as R. Tyler Ballance
More... about 14 years ago
Handle Python3's `slice` objects in SourceReader
rtyler
as R. Tyler Ballance
More... about 14 years ago