summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* More type inference tests.Robert Bradshaw2014-10-071-0/+12
* Infer pointer type for array assignment.Robert Bradshaw2014-10-071-0/+14
* Fix test wrt unused warning.Robert Bradshaw2014-10-071-2/+2
* implement'language='c++' option for cythonize()Stefan Behnel2014-10-031-3/+1
* undo last commitStefan Behnel2014-10-031-1/+3
* fix a reference leak for non-simple conditions in boolean and/or expressionsStefan Behnel2014-10-031-3/+1
* fix a reference leak for non-simple conditions in boolean and/or expressionsStefan Behnel2014-09-272-2/+54
* always split type tuple literals in isinstance() calls to speed up each type ...Stefan Behnel2014-09-261-0/+16
* add new posix declaration files to posix_pxds testStefan Behnel2014-09-261-0/+8
* make Py_hash_t a known typeStefan Behnel2014-09-241-0/+31
* remove unused text from testStefan Behnel2014-09-241-1/+0
* split posix time tests in the same way as posix/time.pxd file beforeStefan Behnel2014-09-242-29/+34
* fix explicit <bytes> etc. casts for C++ std::string when auto-decoding is ena...Stefan Behnel2014-09-171-0/+62
* Fix crash when an exception occurs during module init and the stale module ge...Stefan Behnel2014-09-121-0/+71
* safely replace all node references when injecting a literal set for set([...])Stefan Behnel2014-09-121-0/+16
* Support multiple custom string conversions.Robert Bradshaw2014-09-101-1/+17
* change test to avoid failures if the GC environment isn't clean before runnin...Stefan Behnel2014-09-081-2/+16
* fix typo in commentStefan Behnel2014-09-081-1/+1
* remove unused imports in testStefan Behnel2014-09-081-1/+1
* fix some typos in commentStefan Behnel2014-09-081-1/+1
* fix an "unused arg" C++ compiler warning in test suiteStefan Behnel2014-09-081-0/+1
* do not try to generated embedded signatures for lambda functionsStefan Behnel2014-09-071-0/+4
* allow useless trailing semicolons in some places where people tend to put the...Stefan Behnel2014-09-052-0/+26
* fix crash when assigning memoryviews through ternary conditional expressionsStefan Behnel2014-09-041-0/+34
* Merge pull request #319 from cython/dalcinl/no-old-pythonscoder2014-09-031-7/+2
|\
| * Remove conditional compilation handling old Python < 2.6dalcinl/no-old-pythonLisandro Dalcin2014-09-011-7/+2
* | Be explict about bytes in custom string test.Robert Bradshaw2014-09-011-2/+2
* | Fix extern packed struct test.Robert Bradshaw2014-09-011-7/+2
* | Allow extern packed struct for buffer type unpacking code.Robert Bradshaw2014-09-011-0/+0
* | Allow custom std::string alternatives.Robert Bradshaw2014-09-011-0/+45
|/
* fix error handling in backported matrix multiplication and compare to actual ...Stefan Behnel2014-08-301-0/+34
* ignore gc.collect() result in testStefan Behnel2014-08-291-1/+1
* speed up appending integer values to bytearray objects in Py3Stefan Behnel2014-08-291-0/+7
* add missing tp_new() call test (found by coverage analysis)Stefan Behnel2014-08-291-0/+19
* extend test to cover from-import list with trailing commaStefan Behnel2014-08-281-0/+1
* safety fix in test to get more reproducible resultsStefan Behnel2014-08-281-0/+1
* Merge pull request #318 from larsmans/virtual-destructorRobert Bradshaw2014-08-231-0/+1
|\
| * prevent compiler warning for missing virtual destructorLars Buitinck2014-08-231-0/+1
* | Merge pull request #317 from larsmans/nested_templatesscoder2014-08-232-0/+15
|\ \
| * | fix nested C++ template syntaxLars Buitinck2014-08-232-0/+15
| |/
* | minor test cleanupStefan Behnel2014-08-231-5/+6
|/
* simplify comparison in testStefan Behnel2014-08-221-1/+1
* fix C compiler warning in testsStefan Behnel2014-08-221-1/+1
* Cleanup C++ test.Robert Bradshaw2014-08-201-6/+6
* Allow staticmethod in non-decorator contexts.Robert Bradshaw2014-08-201-0/+9
* clean up test code: "unoptimised" code is no longer unoptimisedStefan Behnel2014-08-171-2/+2
* If cppclass is redefined, make sure the this pointer enters the correct scope.Marcus Brinkmann2014-08-172-0/+28
* fix test: passing an object into a METH_O Python function no longer stores it...Stefan Behnel2014-08-161-1/+1
* fix testStefan Behnel2014-08-161-1/+2
* fix test assertionsStefan Behnel2014-08-091-10/+28