summaryrefslogtreecommitdiff
path: root/Cython/Tempita
Commit message (Expand)AuthorAgeFilesLines
* Delete trailing spacesmathbunnyru2017-01-121-1/+1
* move 'unicode' name in Tempita out of the way of 2to3 in Py3.2Stefan Behnel2015-07-262-5/+5
* adapt 'unicode' usage to Py2/Py3Stefan Behnel2015-07-262-2/+4
* adapt Py2-only 'raise' statements to Py2/Py3Stefan Behnel2015-07-251-12/+6
* make dict iteration compatible with Py2/Py3Stefan Behnel2015-07-251-11/+6
* make some imports compatible with Py2/Py3Stefan Behnel2015-07-251-6/+6
* 2to3: Run the 'import' fixerPetr Viktorin2015-07-251-1/+1
* 2to3: Apply the 'exec' fixerPetr Viktorin2015-07-251-1/+1
* 2to3: Apply the 'except' fixerPetr Viktorin2015-07-251-2/+2
* Py2.4 compile fixStefan Behnel2013-09-211-2/+2
* compile Tempita to speed up startup time and template parsingStefan Behnel2013-08-282-1192/+1196
* fix imports in compiled Tempita for Py3Stefan Behnel2013-07-261-2/+8
* minor code cleanup in TempitaStefan Behnel2013-07-261-3/+2
* speed up Tempita's parser a littleStefan Behnel2013-07-261-5/+9
* py23 compatMark Florisson2011-09-301-1/+2
* Tempita supportMark Florisson2011-09-303-0/+1391