cheetah/cheetah
R. Tyler Croy 073876f66e Apply patch to fix another UnicodeEncodeError
Reported by Carles Muñoz Gorriz in the Debian bug tracker:
    <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=584966>

Change-Id: Ic6db91b5da9966eaf5b26e2d7170e667915d57c2
2011-04-22 17:12:56 -07:00
..
Macros Rename the root package to "cheetah" instead of "src" to follow more conventional python package naming 2009-07-16 15:25:04 -07:00
Templates Clean up a swath of fixes suggested by 2to3 2009-11-16 00:04:10 -08:00
Tests Fix EOL tests for Python 2.7 2010-12-12 19:46:52 -08:00
Tools Clean up a swath of fixes suggested by 2to3 2009-11-16 00:04:10 -08:00
Utils Remove old bundled memcached client 2009-12-27 16:41:45 -08:00
c Check our call to PyObject_GetAttrString() to make sure it returns a non-NULL value 2010-12-12 19:58:24 -08:00
CacheRegion.py Clean up a swath of fixes suggested by 2to3 2009-11-16 00:04:10 -08:00
CacheStore.py Remove old bundled memcached client 2009-12-27 16:41:45 -08:00
CheetahWrapper.py make it possible to force file encoding via the command line 2010-12-12 20:00:47 -08:00
Compiler.py Apply patch to fix another UnicodeEncodeError 2011-04-22 17:12:56 -07:00
DirectiveAnalyzer.py Print the files we're analyzing 2009-11-18 19:34:13 -08:00
Django.py Rename the root package to "cheetah" instead of "src" to follow more conventional python package naming 2009-07-16 15:25:04 -07:00
DummyTransaction.py Refactor usage of the "types" module out, per 2to3 -f types 2009-11-16 00:04:10 -08:00
ErrorCatchers.py Rename the root package to "cheetah" instead of "src" to follow more conventional python package naming 2009-07-16 15:25:04 -07:00
FileUtils.py Clean up a swath of fixes suggested by 2to3 2009-11-16 00:04:10 -08:00
Filters.py Clean up a swath of fixes suggested by 2to3 2009-11-16 00:04:10 -08:00
ImportHooks.py Remove references to the `new` module 2009-12-27 16:55:57 -08:00
ImportManager.py Clean up a swath of fixes suggested by 2to3 2009-11-16 00:04:10 -08:00
NameMapper.py Fix regression in the pure Python NameMapper 2010-01-31 18:22:42 -08:00
Parser.py Remove references to the `new` module 2009-12-27 16:55:57 -08:00
Servlet.py Gut the old WebWare-servlet code from Cheetah.Servlet 2010-01-27 20:43:05 -08:00
SettingsManager.py Remove references to the `new` module 2009-12-27 16:55:57 -08:00
SourceReader.py Handle Python3's `slice` objects in SourceReader 2010-01-03 14:08:33 -08:00
Template.py sys.version_info isn't a tuple in 2.7. Fix version check in Template.py 2010-12-12 19:38:34 -08:00
TemplateCmdLineIface.py Clean up a swath of fixes suggested by 2to3 2009-11-16 00:04:10 -08:00
Unspecified.py Rename the root package to "cheetah" instead of "src" to follow more conventional python package naming 2009-07-16 15:25:04 -07:00
Version.py Bump the version for the next series of development 2010-09-16 13:04:52 -07:00
__init__.py Rename the root package to "cheetah" instead of "src" to follow more conventional python package naming 2009-07-16 15:25:04 -07:00
convertTmplPathToModuleName.py Correct references to string.letters and string.translate not caught by 2to3 2009-12-27 16:58:45 -08:00