| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | minor code cleanups | Stefan Behnel | 2016-03-28 | 1 | -15/+21 |
| | | |||||
| * | avoid mutable default arguments (original patch by Rémy Léone) | Stefan Behnel | 2015-11-14 | 1 | -3/+10 |
| | | |||||
| * | 2to3: Apply the 'except' fixer | Petr Viktorin | 2015-07-25 | 1 | -1/+1 |
| | | |||||
| * | clean up some test code and apply some safety fixes | Stefan Behnel | 2014-01-18 | 1 | -19/+27 |
| | | |||||
| * | allow srctree header commands to be wrapped in triple string quotes to stop ↵ | Stefan Behnel | 2013-08-10 | 1 | -1/+2 |
| | | | | | IDEs from complaining about them | ||||
| * | handle 'cpp' tag in end-to-end srctree tests | Stefan Behnel | 2012-07-29 | 1 | -3/+5 |
| | | |||||
| * | more import cleanups | Stefan Behnel | 2011-11-13 | 1 | -2/+0 |
| | | |||||
| * | Remove trailing whitespace. | Robert Bradshaw | 2010-12-13 | 1 | -10/+10 |
| | | |||||
| * | fix more dangling open files in tests | Stefan Behnel | 2010-11-12 | 1 | -1/+9 |
| | | |||||
| * | Tests of an entire source tree build invocation. | Robert Bradshaw | 2010-09-12 | 1 | -6/+8 |
| | | |||||
| * | Utility methods for unpacking a source tree from a single file. | Robert Bradshaw | 2010-09-12 | 1 | -1/+18 |
| | | |||||
| * | split BytesNode, UnicodeNode and StringNode | Stefan Behnel | 2009-10-10 | 1 | -2/+4 |
| | | |||||
| * | PEP-8-ified the decorator names for parse tree assertions, added a test case | Stefan Behnel | 2009-10-04 | 1 | -8/+6 |
| | | |||||
| * | test support for parse tree path assertions | Stefan Behnel | 2009-10-04 | 1 | -1/+31 |
| | | |||||
| * | Redirect error output properly during unit testing | Dag Sverre Seljebotn | 2009-05-19 | 1 | -0/+9 |
| | | |||||
| * | Introduce TempsBlockNode utility, improve TreeFragment-generated temps | Dag Sverre Seljebotn | 2008-09-24 | 1 | -3/+9 |
| | | |||||
| * | Cleared file executable bit that was set earlier by a mistake | Dag Sverre Seljebotn | 2008-07-29 | 1 | -0/+0 |
| | | |||||
| * | Buffer type checking cleanup/rewrite (now uses use_utility_code) | Dag Sverre Seljebotn | 2008-07-26 | 1 | -0/+0 |
| | | |||||
| * | Merge; disabled activation of unfinished closure code | Dag Sverre Seljebotn | 2008-07-01 | 1 | -2/+22 |
| |\ | |||||
| | * | Buffer parsing complete; small transform factorizations and renaming of ↵ | Dag Sverre Seljebotn | 2008-07-01 | 1 | -2/+22 |
| | | | | | | | | | PostParse | ||||
| * | | Generates closure classes for all functions | Dag Sverre Seljebotn | 2008-06-19 | 1 | -7/+10 |
| |/ | |||||
| * | Better exception info reading for with statement | Dag Sverre Seljebotn | 2008-06-18 | 1 | -3/+2 |
| | | |||||
| * | Support for with statement | Dag Sverre Seljebotn | 2008-06-17 | 1 | -0/+10 |
| | | |||||
| * | Started on TempName support, more CodeWriter | Dag Sverre Seljebotn | 2008-06-17 | 1 | -1/+31 |
| | | |||||
| * | Focus on visitors rather than transforms; Transform.py renamed to Visitor.py | Dag Sverre Seljebotn | 2008-05-27 | 1 | -1/+1 |
| | | | | | | | | | | | Some changes in class hierarchies etc.; transforms no longer has a common base class and VisitorTransform is a subclass of TreeVisitor rather than the reverse. Also removed visitor use of get_child_accessors; child_attrs is accessed directly (because of claims of overengineering :-) ). --HG-- rename : Cython/Compiler/Transform.py => Cython/Compiler/Visitor.py | ||||
| * | New features: CodeWriter, TreeFragment, and a transform unit test framework. | Dag Sverre Seljebotn | 2008-05-16 | 1 | -0/+61 |
| See the documentation of each class for details. It is a rather big commit, however seperating it is non-trivial. The tests for all of these features all rely on using each other, so there's a circular dependency in the tests and I wanted to commit the tests and features at the same time. (However, the non-test-code does not have a circular dependency.) | |||||
