summaryrefslogtreecommitdiff
path: root/Cython/Compiler/Tests
Commit message (Expand)AuthorAgeFilesLines
* Add some basic tests for PyrexTypes.widest_numeric_type().Stefan Behnel2017-08-171-0/+19
* Remove unneeded comment.Robert Bradshaw2017-08-151-1/+0
* Delete trailing spacesmathbunnyru2017-01-121-1/+1
* Enable type inference of template function results.Robert Bradshaw2016-12-071-2/+1
* extend testStefan Behnel2016-03-191-0/+8
* extend testStefan Behnel2016-03-191-0/+4
* tighten PEP 515 test to make sure the underscore literals have the correct no...Stefan Behnel2016-03-191-3/+18
* adapt to stricter version of the CPython implementation (that follows the act...Stefan Behnel2016-03-191-48/+40
* extend tests to include an ambiguity in Python 3.x grammar: "e" for exponent ...Stefan Behnel2016-03-191-0/+23
* Implement PEP 515: allow underscores in number literalsStefan Behnel2016-03-191-0/+87
* repair deep-copying (and pickling) of the control flow state in compiled Cyth...Stefan Behnel2016-01-161-0/+68
* test CmdLine.py and rework long option parsingStefan Behnel2015-02-271-0/+118
* move JediTyper into Tools directory as it's not in a state that would suggest...Stefan Behnel2014-08-291-134/+0
* disable global variables test in old jedi versionsStefan Behnel2014-07-281-0/+3
* add tests for JediTyper (includes disabled tests for things that currently do...Stefan Behnel2014-07-271-0/+131
* 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
* optimise calls on variables that reference builtin methods (e.g. pre-assigned...Stefan Behnel2013-03-111-3/+3
* add tests for MethodDispatcherTransformStefan Behnel2013-02-181-0/+61
* clean up and simplify signature matching testStefan Behnel2012-08-301-23/+23
* added some tests for the function signature override matcherStefan Behnel2012-08-301-0/+74
* major cleanup refactoring of the utility code loading support,Stefan Behnel2011-11-141-12/+45
* Modify utility code loader as per discussion + testsMark Florisson2011-09-301-0/+68
* MemoryViewTypeNode -> MemoryViewSliceTypeNode name change in testcase.Kurt Smith2011-09-301-1/+1
* Test case for #340Dag Sverre Seljebotn2011-09-301-0/+6
* parsing memory view array declarations.Kurt Smith2011-09-302-0/+70
* fix decorator lookup by avoiding (re-)assignments to the function/class name ...Stefan Behnel2010-12-291-25/+0
* Fix a failing testMark Florisson2011-07-141-4/+5
* Preliminary OpenMP supportMark Florisson2011-05-041-0/+57
* fix test after 'with' statement changeStefan Behnel2011-04-231-5/+4
* fix many empty __init__ filesLisandro Dalcin2011-04-011-1/+1
* Undo EOL whitespace additions.Robert Bradshaw2011-01-141-15/+15
* Merge https://github.com/cython/cythonMark Florisson2011-01-083-8/+8
|\
| * Backed out changeset 291e2bdd20d5 - currently breaks Sage buildStefan Behnel2010-12-301-0/+25
| * fix decorator lookup by avoiding (re-)assignments to the function/class name ...Stefan Behnel2010-12-291-25/+0
| * Remove trailing whitespace.Robert Bradshaw2010-12-134-22/+22
* | 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
* More buffer type analysis deferment.Robert Bradshaw2010-02-101-4/+0
* Enable non expression-like types for templates.Robert Bradshaw2010-02-091-4/+0
* cleanup relative to 0.12Robert Bradshaw2009-12-151-0/+1