summaryrefslogtreecommitdiff
path: root/Cython/Compiler/Tests/TestParseTreeTransforms.py
Commit message (Expand)AuthorAgeFilesLines
* simplify some codeStefan Behnel2014-03-221-4/+3
* remove some legacy Py2.[345] codeStefan Behnel2014-03-221-4/+3
* replace open(filepath).read() anti-pattern by code that safely and timely clo...Stefan Behnel2014-01-161-3/+5
* Fix a failing testMark Florisson2011-07-141-4/+5
* Preliminary OpenMP supportMark Florisson2011-05-041-0/+57
* Undo EOL whitespace additions.Robert Bradshaw2011-01-141-15/+15
* Debugger: Fix closure support + testsMark Florisson2010-12-251-1/+2
* More test fiddling.Robert Bradshaw2010-12-091-1/+2
* More gdb test disabling.Robert Bradshaw2010-12-091-2/+1
* Disable gdb tests for now.Robert Bradshaw2010-12-091-1/+2
* Clearer versioning.Robert Bradshaw2010-12-091-1/+1
* Skip debugger tests for pre-2.5 python versions and make them 2.5 compatibleMark Florisson2010-12-021-4/+13
* Excluded cygdb from python 2.3 and 2.4 installations and made it 2.5 compatibleMark Florisson2010-12-011-6/+7
* lots of testsMark Florisson2010-10-311-3/+5
* Tests!Mark Florisson2010-10-281-0/+66
* fix unit test after parallel assignment changeStefan Behnel2010-03-051-7/+7
* fix indentationStefan Behnel2009-04-241-1/+1
* use new-style classes everywhere to prevent unexpected obstacles in getting 2...Stefan Behnel2009-03-131-1/+1
* Kludge for #151Dag Sverre Seljebotn2009-01-291-1/+1
* test fixes after latest with transform changesStefan Behnel2008-12-121-19/+19
* fix temp handling in 'with' transformStefan Behnel2008-11-271-0/+2
* Introduce TempsBlockNode utility, improve TreeFragment-generated tempsDag Sverre Seljebotn2008-09-241-18/+18
* 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
* Buffer parsing complete; small transform factorizations and renaming of PostP...Dag Sverre Seljebotn2008-07-011-8/+8
* Better exception info reading for with statementDag Sverre Seljebotn2008-06-181-46/+40
* Support for with statementDag Sverre Seljebotn2008-06-171-0/+149