summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | Add the VerifyType to the Test.py runnerR. Tyler Ballance2009-06-271-4/+2
* | | Merge commit 'abbeyj/performance' into performanceR. Tyler Ballance2009-06-274-63/+170
|\ \ \ | |/ /
| * | Add more VerifyType tests and change _verifytype.c to passJames Abbatiello2009-06-272-3/+108
| * | Fix extension compile under MSVCJames Abbatiello2009-06-273-60/+62
* | | Implement valorDefault in CR. Tyler Ballance2009-06-272-16/+14
* | | Remove the "Unspecified" moduleR. Tyler Ballance2009-06-271-9/+0
* | | Prune the unnecessary use of the Unspecified classR. Tyler Ballance2009-06-273-40/+31
* | | _template.c should grow to include minor utility methods that benefit from mo...R. Tyler Ballance2009-06-271-0/+49
* | | Minor tweak to SetupConfig formatR. Tyler Ballance2009-06-271-3/+5
* | | Add two new tests to evaluate performance of Template.compile()R. Tyler Ballance2009-06-271-0/+52
* | | Build all C-extensions by default, win32 be damned! (abbeyj@'s helping there)R. Tyler Ballance2009-06-271-14/+8
* | | Commit erroneous import, causing the Python version to always be loadedR. Tyler Ballance2009-06-271-1/+1
* | | Merge branch 'next' of git@github.com:rtyler/cheetah into performanceR. Tyler Ballance2009-06-261-49/+46
|\ \ \ | |/ / |/| / | |/
| * Implement cross-platform compatible wrappers for asserting the execution of t...R. Tyler Ballance2009-06-261-49/+46
* | Merge branch 'next' of git@github.com:rtyler/cheetah into performanceR. Tyler Ballance2009-06-264-19/+30
|\ \ | |/
| * Use os.popen4 instead of popen2.Popen4 for Windows compatibilityJames Abbatiello2009-06-261-25/+10
| * Replace subprocess with popen2, which is Python 2.3 compatibleR. Tyler Ballance2009-06-261-17/+18
| * Remvoe the @skipIf decorator added in 5127caa1008896267b0f2349dbe3d10233e48a5fR. Tyler Ballance2009-06-251-14/+0
| * Expand glob command line arguments on WindowsJames Abbatiello2009-06-251-1/+13
| * Fix tests under WindowsJames Abbatiello2009-06-252-13/+39
| * Compile fix for _namemapper.c under MSVCJames Abbatiello2009-06-251-1/+2
* | Drop METH_STATIC since it breaks compat with Python Filter and Python 2.3R. Tyler Ballance2009-06-211-1/+1
* | Add Python 2.3 compatibility macrosR. Tyler Ballance2009-06-213-4/+20
* | Start building out a C-based Filters module for kicksR. Tyler Ballance2009-06-216-7/+134
* | Trim a couple seconds off of Filter.filter() by pre-emptively returningR. Tyler Ballance2009-06-211-10/+10
* | Add a test to run through NameMapper related stuffR. Tyler Ballance2009-06-211-0/+22
* | Fallback to python VerifyType if we can't import C moduleR. Tyler Ballance2009-06-211-6/+12
* | Remove a couple minor unnecesary iterationsR. Tyler Ballance2009-06-211-2/+2
* | Add a test to verify the functionality of verifyTypeClass()R. Tyler Ballance2009-06-211-0/+21
* | Implement a C version of VerifyTypeClass and hook it up to TemplateR. Tyler Ballance2009-06-212-10/+35
* | Add another test to test simple rendering performanceR. Tyler Ballance2009-06-211-3/+18
* | Hook up the C-based _verifytype.verifyType method in the Template classR. Tyler Ballance2009-06-213-11/+16
* | Raise a TypeError in the C module, similar to the Python moduleR. Tyler Ballance2009-06-212-3/+15
* | Add the beginnings of work on a VerifyType C moduleR. Tyler Ballance2009-06-214-2/+95
* | Merge branch 'next' of git@github.com:rtyler/cheetah into performanceR. Tyler Ballance2009-06-211-0/+5
|\ \ | |/
| * Merge branch 'next' of git@github.com:rtyler/cheetah into nextR. Tyler Ballance2009-06-21176-22131/+1435
| |\
| * \ Merge branch 'next' of git@github.com:rtyler/cheetah into nextR. Tyler Ballance2009-04-282-1/+7
| |\ \
| * | | Fix a defect in the Google App Engine implementation of the inspect moduleR. Tyler Ballance2009-04-221-0/+5
* | | | Move _namemapper.c into a c/ directory for other C modulesR. Tyler Ballance2009-06-212-1/+1
* | | | Add a PerformanceTest and a dynamic compilation test for kicksR. Tyler Ballance2009-06-201-0/+39
* | | | Merge branch 'next' of git@github.com:rtyler/cheetah into performanceR. Tyler Ballance2009-06-2067-5131/+247
|\ \ \ \ | | |_|/ | |/| |
| * | | Provide a means of bypassing setuptools when installing CheetahR. Tyler Ballance2009-06-152-14/+13
| * | | Add dynamic compile Unicode test from Gerold PenzJean-Baptiste Quenot2009-06-151-0/+21
| * | | Default to using setuptools by default, failing that setup.py will fall back ...R. Tyler Ballance2009-06-092-21/+8
| * | | Remove the contributed markdown module, rely on setuptools to install the dep...R. Tyler Ballance2009-06-0929-5067/+9
| * | | Remove spurious shbang statements from files that aren't supposed to be runR. Tyler Ballance2009-06-0927-28/+1
| * | | Update CHANGES and Version.py for v2.2.2R. Tyler Ballance2009-06-092-2/+5
| * | | Exit out of init_namemapper() in case of PyImport_ImportModule errorsR. Tyler Ballance2009-06-092-17/+6
| * | | Finish up CHEP #2R. Tyler Ballance2009-06-081-0/+18
| * | | Insert the Specification blockR. Tyler Ballance2009-06-081-4/+18