summaryrefslogtreecommitdiff
path: root/Cython/Compiler/Tests
Commit message (Expand)AuthorAgeFilesLines
* CmdLine: Fix regression when using the `--working` option (GH-5365)Lisandro Dalcin2023-04-301-1/+11
* cython, cythonize commands print a specific error when file does not exist (#...Matus Valo2022-11-081-0/+12
* Merge branch '0.29.x'Stefan Behnel2022-07-201-1/+8
|\
| * Make pickle checksum calculation succeed even if one of the hash algorithms i...Stefan Behnel2022-07-201-1/+8
| * Fix some deprecated unittest method usages.Stefan Behnel2021-11-184-18/+18
| * Really only use PyUnicode_FromUnicode() when needed (GH-3697)scoder2020-07-071-0/+44
* | Add --module-name argument to cython command (GH-4548)Matthew Brett2022-07-191-12/+53
* | Make it easier to restore scanner state during parsing phase (GH-4813)da-woods2022-07-161-0/+136
* | Reject invalid spellings of Ellipsis (GH-4868)0dminnimda2022-07-041-1/+56
* | Remove unused imports (GH-4643)Matus Valo2022-02-152-2/+0
* | Fix test after changing the hash method used for escaping long type descripti...Stefan Behnel2020-10-081-2/+2
* | Clean up and test type identifier escaping.Stefan Behnel2020-10-031-0/+56
* | Really only use PyUnicode_FromUnicode() when needed (GH-3697)scoder2020-06-301-0/+44
* | Fix many indentation and whitespace issues throughout the code base (GH-3673)scoder2020-06-106-131/+131
* | Simplify the utility code loading by requiring the source file to be named ex...Stefan Behnel2019-12-231-10/+3
* | Fix the handling of --annotate-fullc in cythonize.py (GH-3103)realead2019-09-182-20/+41
* | Replace custom command line parser with argparse (GH-3001)realead2019-08-041-1/+387
* | Replace "--annotate=fullc" with "--annotate-fullc" to fix a regression from G...realead2019-06-071-4/+4
* | Support showing the complete C code in the annotated html-file (GH-2858)realead2019-05-301-0/+27
* | Fix some deprecated unittest method usages.Stefan Behnel2019-03-144-18/+18
* | REF: Move CompilationOptions and default_options to OptionsBrock Mendel2019-02-101-3/+3
* | Tighten grammar to disallow a mix of Py2 style octal literals with Py3 style ...Stefan Behnel2019-02-031-2/+2
* | Update grammar tests from Py3.8 master branch.Stefan Behnel2019-02-031-16/+35
|/
* Rename unit test method calls from "assertEquals" to "assertEqual" to fix a a...Stefan Behnel2018-02-233-47/+47
* 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