Merge pull request #3 from mikola/master |
|
More...
|
about 12 years ago
|
Merge pull request #4 from dareonion/master |
|
More...
|
about 12 years ago
|
fixing validation logic in template initialization |
|
More...
|
about 12 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 12 years ago
|
Merge pull request #1 from lakshmivyas/master |
|
More...
|
almost 13 years ago
|
Fixed a `TypeError` caused because of `unicode` issues in python 2.7.x |
|
More...
|
about 13 years ago
|
Apply patch to fix another UnicodeEncodeError |
|
More...
|
almost 14 years ago
|
Check our call to PyObject_GetAttrString() to make sure it returns a non-NULL value |
|
More...
|
about 14 years ago
|
Fix EOL tests for Python 2.7 |
|
More...
|
about 14 years ago
|
Force tests to exit with a non-zero return code on failure when running `cheetah test` |
|
More...
|
about 14 years ago
|
Avoid setuptools warning |
|
More...
|
about 14 years ago
|
make it possible to force file encoding via the command line |
|
More...
|
about 14 years ago
|
sys.version_info isn't a tuple in 2.7. Fix version check in Template.py |
|
More...
|
over 14 years ago
|
Bump the version for the next series of development |
|
More...
|
over 14 years ago
|
Added test and fix for segfault in namemapper where exception is thrown by __getattr__. |
|
More...
|
over 14 years ago
|
Use `itervalues()` when iterating over cache regions |
|
More...
|
over 14 years ago
|
Add a hidden environment flag to break builds when the C extensions fail |
|
More...
|
almost 15 years ago
|
Properly generate a PYTHONPATH and locate the cheetah executable for CheetahWrapper tests |
|
More...
|
almost 15 years ago
|
Denote that this is v2.4.2.1 |
|
More...
|
almost 15 years ago
|
Include header files in the source distribution |
|
More...
|
almost 15 years ago
|
Merge branch 'master' into next |
|
More...
|
almost 15 years ago
|
Increment version for next series of development |
|
More...
|
almost 15 years ago
|
Mark v2.4.2 |
|
More...
|
almost 15 years ago
|
Fix regression in the pure Python NameMapper |
|
More...
|
almost 15 years ago
|
Tidying up whitespace |
|
More...
|
almost 15 years ago
|
Denote that we're working on 2.4.2rc2 now |
|
More...
|
almost 15 years ago
|
Tag a 2.4.2 candidate release |
|
More...
|
almost 15 years ago
|
Gut the old WebWare-servlet code from Cheetah.Servlet |
|
More...
|
almost 15 years ago
|
Find the #encoding directive even if it's after a comment (for example) |
|
More...
|
almost 15 years ago
|
Handle Python3's `slice` objects in SourceReader |
|
More...
|
about 15 years ago
|