index
:
delta/python-cheetah.git
baserock/morph
docs
future
gh-pages
maint
master
next
github.com: cheetahtemplate/cheetah.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #3 from mikola/master
HEAD
master
baserock/morph
R. Tyler Croy
2012-12-17
1
-1
/
+1
|
\
|
*
Avoid creating an invalid class name for the file on the path where the first...
mikola
2012-10-22
1
-1
/
+1
*
|
Merge pull request #4 from dareonion/master
R. Tyler Croy
2012-12-17
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
fixing validation logic in template initialization
Darren Yin
2012-11-29
1
-1
/
+1
|
/
*
Merge pull request #1 from lakshmivyas/master
R. Tyler Croy
2012-01-28
2
-2
/
+6
|
\
|
*
Fixed a `TypeError` caused because of `unicode` issues in python 2.7.x
Lakshmi Vyasarajan
2012-01-26
2
-2
/
+6
|
/
*
Apply patch to fix another UnicodeEncodeError
next
R. Tyler Croy
2011-04-22
1
-2
/
+6
*
make it possible to force file encoding via the command line
Evan Klitzke
2010-12-12
2
-1
/
+10
*
Check our call to PyObject_GetAttrString() to make sure it returns a non-NULL...
R. Tyler Croy
2010-12-12
1
-14
/
+25
*
Fix EOL tests for Python 2.7
R. Tyler Croy
2010-12-12
1
-3
/
+3
*
Force tests to exit with a non-zero return code on failure when running `chee...
R. Tyler Croy
2010-12-12
1
-3
/
+4
*
Avoid setuptools warning
R. Tyler Croy
2010-12-12
1
-0
/
+1
*
sys.version_info isn't a tuple in 2.7. Fix version check in Template.py
Jon Siddle
2010-12-12
1
-1
/
+1
*
Bump the version for the next series of development
R. Tyler Croy
2010-09-16
1
-2
/
+2
*
Added test and fix for segfault in namemapper where exception is thrown by __...
Jon Siddle
2010-09-15
3
-6
/
+21
*
Use `itervalues()` when iterating over cache regions
R. Tyler Ballance
2010-06-24
1
-2
/
+2
*
Add a hidden environment flag to break builds when the C extensions fail
R. Tyler Ballance
2010-06-24
1
-0
/
+2
*
Properly generate a PYTHONPATH and locate the cheetah executable for CheetahW...
R. Tyler Ballance
2010-03-21
1
-6
/
+12
*
Merge branch 'master' into next
R. Tyler Ballance
2010-02-28
1
-1
/
+1
|
\
|
*
Denote that this is v2.4.2.1
R. Tyler Ballance
2010-03-01
1
-2
/
+2
|
*
Include header files in the source distribution
R. Tyler Ballance
2010-03-01
1
-1
/
+1
*
|
Increment version for next series of development
R. Tyler Ballance
2010-02-07
1
-2
/
+2
|
/
*
Mark v2.4.2
v2.4.2
R. Tyler Ballance
2010-02-07
3
-5
/
+15
*
Fix regression in the pure Python NameMapper
R. Tyler Ballance
2010-01-31
1
-1
/
+1
*
Tidying up whitespace
R. Tyler Ballance
2010-01-31
1
-27
/
+17
*
Denote that we're working on 2.4.2rc2 now
R. Tyler Ballance
2010-01-31
1
-4
/
+4
*
Tag a 2.4.2 candidate release
R. Tyler Ballance
2010-01-27
1
-1
/
+1
*
Gut the old WebWare-servlet code from Cheetah.Servlet
R. Tyler Ballance
2010-01-27
1
-72
/
+8
*
Find the #encoding directive even if it's after a comment (for example)
R. Tyler Ballance
2010-01-27
2
-1
/
+7
*
Handle Python3's `slice` objects in SourceReader
R. Tyler Ballance
2010-01-03
1
-28
/
+5
*
Import __builtin__ in generated template code in a compatible way with 2 and 3
R. Tyler Ballance
2010-01-03
2
-4
/
+17
*
Support difference between types.MethodType constructors in Python2 vs. Python3
R. Tyler Ballance
2010-01-03
1
-12
/
+13
*
Add types.FileType shim compat for 3.xx
R. Tyler Ballance
2009-12-30
1
-2
/
+10
*
Correct references to string.letters and string.translate not caught by 2to3
R. Tyler Ballance
2009-12-27
1
-4
/
+9
*
Remove references to the `new` module
R. Tyler Ballance
2009-12-27
5
-46
/
+23
*
Remove old bundled memcached client
R. Tyler Ballance
2009-12-27
2
-623
/
+1
*
Since functions are properly objects in Python 3, need to start detecting the...
R. Tyler Ballance
2009-12-27
1
-23
/
+27
*
NameMapperTest.failureException cannot be a tuple
R. Tyler Ballance
2009-12-27
1
-1
/
+1
*
Fix implicit relative import of _namemapper
R. Tyler Ballance
2009-12-27
1
-1
/
+1
*
Prune unnecessary 'types' import in Namemapper.py
R. Tyler Ballance
2009-12-27
1
-4
/
+1
*
Prune some more stale code, get _namemapper.c building on Python 2 and 3
R. Tyler Ballance
2009-12-27
1
-12
/
+41
*
Code using 'INCLUDE_NAMESPACE_REPR_IN_NOTFOUND_EXCEPTIONS' has been turned of...
R. Tyler Ballance
2009-12-27
2
-22
/
+2
*
Move macros into header file
R. Tyler Ballance
2009-12-27
2
-41
/
+35
*
Start cleaning up _namemapper.c for Python 3 support
R. Tyler Ballance
2009-12-27
2
-291
/
+325
*
Prune use of the 'apply()' function, deprecated since 2.3
R. Tyler Ballance
2009-12-26
1
-2
/
+2
*
Refactor run_setup() to prevent resizing the dict during iteration
R. Tyler Ballance
2009-12-26
1
-2
/
+7
*
Prune 'del' of a variable from the list comprehension
R. Tyler Ballance
2009-12-26
1
-1
/
+0
*
Update download page for v2.4.1
R. Tyler Ballance
2009-12-26
1
-5
/
+4
*
Update Sphinx config for new dev cycle/year
R. Tyler Ballance
2009-12-26
1
-4
/
+5
*
Fix Sphinx doc generation error
R. Tyler Ballance
2009-12-26
1
-1
/
+1
[next]