summaryrefslogtreecommitdiff
path: root/Cython/Compiler/Tests/TestTreeFragment.py
Commit message (Expand)AuthorAgeFilesLines
* Remove unused imports (GH-4643)Matus Valo2022-02-151-1/+0
* Fix some deprecated unittest method usages.Stefan Behnel2019-03-141-5/+5
* Rename unit test method calls from "assertEquals" to "assertEqual" to fix a a...Stefan Behnel2018-02-231-1/+1
* fix test after 'with' statement changeStefan Behnel2011-04-231-5/+4
* Remove trailing whitespace.Robert Bradshaw2010-12-131-3/+3
* Kludge for #151Dag Sverre Seljebotn2009-01-291-6/+6
* Introduce TempsBlockNode utility, improve TreeFragment-generated tempsDag Sverre Seljebotn2008-09-241-4/+5
* Cleared file executable bit that was set earlier by a mistakeDag Sverre Seljebotn2008-07-291-0/+0
* Buffer type checking cleanup/rewrite (now uses use_utility_code)Dag Sverre Seljebotn2008-07-261-0/+0
* Parsing.py parses [] buffer access; fixed a unit test; Node.dump implementedDag Sverre Seljebotn2008-07-011-1/+3
* fixed test caseDag Sverre Seljebotn2008-06-181-16/+13
* Started on TempName support, more CodeWriterDag Sverre Seljebotn2008-06-171-1/+15
* Make TreeFragment.py more readable; copy substitution nodes and copy over pos...Dag Sverre Seljebotn2008-05-301-2/+20
* TreeFragment fix: Replace enclosing ExprStatNode if statement is substitutedDag Sverre Seljebotn2008-05-271-0/+7
* New features: CodeWriter, TreeFragment, and a transform unit test framework.Dag Sverre Seljebotn2008-05-161-0/+26