summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #3 from mikola/masterHEADmasterbaserock/morphR. Tyler Croy2012-12-171-1/+1
|\
| * Avoid creating an invalid class name for the file on the path where the first...mikola2012-10-221-1/+1
* | Merge pull request #4 from dareonion/masterR. Tyler Croy2012-12-171-1/+1
|\ \ | |/ |/|
| * fixing validation logic in template initializationDarren Yin2012-11-291-1/+1
|/
* Merge pull request #1 from lakshmivyas/masterR. Tyler Croy2012-01-282-2/+6
|\
| * Fixed a `TypeError` caused because of `unicode` issues in python 2.7.xLakshmi Vyasarajan2012-01-262-2/+6
|/
* Apply patch to fix another UnicodeEncodeErrornextR. Tyler Croy2011-04-221-2/+6
* make it possible to force file encoding via the command lineEvan Klitzke2010-12-122-1/+10
* Check our call to PyObject_GetAttrString() to make sure it returns a non-NULL...R. Tyler Croy2010-12-121-14/+25
* Fix EOL tests for Python 2.7R. Tyler Croy2010-12-121-3/+3
* Force tests to exit with a non-zero return code on failure when running `chee...R. Tyler Croy2010-12-121-3/+4
* Avoid setuptools warningR. Tyler Croy2010-12-121-0/+1
* sys.version_info isn't a tuple in 2.7. Fix version check in Template.pyJon Siddle2010-12-121-1/+1
* Bump the version for the next series of developmentR. Tyler Croy2010-09-161-2/+2
* Added test and fix for segfault in namemapper where exception is thrown by __...Jon Siddle2010-09-153-6/+21
* Use `itervalues()` when iterating over cache regionsR. Tyler Ballance2010-06-241-2/+2
* Add a hidden environment flag to break builds when the C extensions failR. Tyler Ballance2010-06-241-0/+2
* Properly generate a PYTHONPATH and locate the cheetah executable for CheetahW...R. Tyler Ballance2010-03-211-6/+12
* Merge branch 'master' into nextR. Tyler Ballance2010-02-281-1/+1
|\
| * Denote that this is v2.4.2.1R. Tyler Ballance2010-03-011-2/+2
| * Include header files in the source distributionR. Tyler Ballance2010-03-011-1/+1
* | Increment version for next series of developmentR. Tyler Ballance2010-02-071-2/+2
|/
* Mark v2.4.2v2.4.2R. Tyler Ballance2010-02-073-5/+15
* Fix regression in the pure Python NameMapperR. Tyler Ballance2010-01-311-1/+1
* Tidying up whitespaceR. Tyler Ballance2010-01-311-27/+17
* Denote that we're working on 2.4.2rc2 nowR. Tyler Ballance2010-01-311-4/+4
* Tag a 2.4.2 candidate releaseR. Tyler Ballance2010-01-271-1/+1
* Gut the old WebWare-servlet code from Cheetah.ServletR. Tyler Ballance2010-01-271-72/+8
* Find the #encoding directive even if it's after a comment (for example)R. Tyler Ballance2010-01-272-1/+7
* Handle Python3's `slice` objects in SourceReaderR. Tyler Ballance2010-01-031-28/+5
* Import __builtin__ in generated template code in a compatible way with 2 and 3R. Tyler Ballance2010-01-032-4/+17
* Support difference between types.MethodType constructors in Python2 vs. Python3R. Tyler Ballance2010-01-031-12/+13
* Add types.FileType shim compat for 3.xxR. Tyler Ballance2009-12-301-2/+10
* Correct references to string.letters and string.translate not caught by 2to3R. Tyler Ballance2009-12-271-4/+9
* Remove references to the `new` moduleR. Tyler Ballance2009-12-275-46/+23
* Remove old bundled memcached clientR. Tyler Ballance2009-12-272-623/+1
* Since functions are properly objects in Python 3, need to start detecting the...R. Tyler Ballance2009-12-271-23/+27
* NameMapperTest.failureException cannot be a tupleR. Tyler Ballance2009-12-271-1/+1
* Fix implicit relative import of _namemapperR. Tyler Ballance2009-12-271-1/+1
* Prune unnecessary 'types' import in Namemapper.pyR. Tyler Ballance2009-12-271-4/+1
* Prune some more stale code, get _namemapper.c building on Python 2 and 3R. Tyler Ballance2009-12-271-12/+41
* Code using 'INCLUDE_NAMESPACE_REPR_IN_NOTFOUND_EXCEPTIONS' has been turned of...R. Tyler Ballance2009-12-272-22/+2
* Move macros into header fileR. Tyler Ballance2009-12-272-41/+35
* Start cleaning up _namemapper.c for Python 3 supportR. Tyler Ballance2009-12-272-291/+325
* Prune use of the 'apply()' function, deprecated since 2.3R. Tyler Ballance2009-12-261-2/+2
* Refactor run_setup() to prevent resizing the dict during iterationR. Tyler Ballance2009-12-261-2/+7
* Prune 'del' of a variable from the list comprehensionR. Tyler Ballance2009-12-261-1/+0
* Update download page for v2.4.1R. Tyler Ballance2009-12-261-5/+4
* Update Sphinx config for new dev cycle/yearR. Tyler Ballance2009-12-261-4/+5
* Fix Sphinx doc generation errorR. Tyler Ballance2009-12-261-1/+1