summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into clean_up_capi_featuresStefan Behnel2021-04-251-0/+5
|\
| * Try to make a test less flaky.Stefan Behnel2021-04-211-0/+5
* | Fix misplaced test output after extracting a part of it in b643850a12f2065ce7...Stefan Behnel2021-04-201-2/+2
* | Merge branch 'master' into clean_up_capi_featuresStefan Behnel2021-04-171-2/+2
|\ \ | |/
| * Remove duplicated ticket prefix.Stefan Behnel2021-04-161-2/+2
* | Disable a test in Py<3.8 when using type specs, since it requires a CPython b...Stefan Behnel2021-04-161-24/+33
* | Merge branch 'master' into clean_up_capi_featuresStefan Behnel2021-04-161-0/+44
|\ \ | |/
| * Merge pull request #4107 from robertwb/cdef-mixinRobert Bradshaw2021-04-151-0/+44
| |\
| | * Unconditionally use modified PyType_Ready.Robert Bradshaw2021-04-101-0/+44
* | | Merge branch 'master' into clean_up_capi_featuresStefan Behnel2021-04-15209-394/+1132
|\ \ \ | |/ /
| * | Merge branch 'master' of git+ssh://github.com/cython/cythonStefan Behnel2021-04-145-96/+12
| |\ \
| | * | Disable GC-sensitive test on PyPy and remove the outdated @testcase decorator...da-woods2021-04-145-96/+12
| * | | Merge branch '0.29.x'Stefan Behnel2021-04-141-9/+9
| |\ \ \ | | |/ / | |/| |
| | * | Work around a test failure in Py3.10.Stefan Behnel2021-04-141-9/+9
| | * | Fix string constant folding with language_level=2 (GH-4083)da-woods2021-04-141-0/+12
| | * | Make a test Py3.10 compatible.Stefan Behnel2021-04-141-3/+3
| | * | Remove incorrect dict unpacking optimisation that leaked external dict change...peng weikang2021-04-142-10/+41
| | * | Fix optimised_pow2_inplace() on Python 3.10 (GH-4103)Victor Stinner2021-04-121-2/+2
| * | | Remove incorrect dict unpacking optimisation that leaked external dict change...peng weikang2021-04-132-10/+41
| * | | Make a test Py3.10 compatible.Stefan Behnel2021-04-121-3/+3
| * | | Fix string constant folding with language_level=2 (GH-4083)da-woods2021-04-121-0/+12
| * | | Make test agnostic to dict ordering.Stefan Behnel2021-04-121-5/+5
| * | | Always run garbage collection explicitly in PyPy for the GC-related NumPy tests.Stefan Behnel2021-04-121-4/+6
| * | | Extend a test.Stefan Behnel2021-04-121-0/+12
| * | | Prefix old trac ticket numbers with "t" to separate them from (plain) github ...Stefan Behnel2021-04-11171-172/+172
| | |/ | |/|
| * | Optimise float parsing from Unicode strings with non-ASCII spaces (GH-4084)scoder2021-04-051-1/+63
| * | Make a helper function in a C++ test correctly propagate exceptions so that i...Stefan Behnel2021-04-031-1/+1
| * | Special case float parsing in PyPy since byte string access is likely slower ...Stefan Behnel2021-04-031-4/+0
| * | Implement PEP-560 inheritance (__mro_entries__) (GH-4005)da-woods2021-04-021-0/+150
| * | Disable currently failing PyPy tests.Stefan Behnel2021-04-021-0/+4
| * | Fix some doctest output that changed in Py3.10.Stefan Behnel2021-04-011-6/+6
| * | Remove incorrect CyFunction __self__ attribute (GH-4051)da-woods2021-03-301-0/+91
| * | Merge branch '0.29.x'Stefan Behnel2021-03-301-41/+41
| |\ \ | | |/
| | * Avoid empty frozenset singleton on Python 3.10 (GH-4049)da-woods2021-03-301-3/+5
| | * Port test_asyncgen to Python 3.10 (GH-4044)Victor Stinner2021-03-301-46/+46
| * | Avoid empty frozenset singleton on Python 3.10 (GH-4049)da-woods2021-03-301-3/+5
| * | Add some safety fixes and clean up Py2 test-helper in test_fstring.pyx.Stefan Behnel2021-03-301-2/+2
| * | Fix some issues with duplicated utilitycode (GH-3743)da-woods2021-03-272-0/+65
| * | Allow using nested C++ types of typedefs (GH-4039)Vadim Pushtaev2021-03-211-0/+18
| * | Merge branch '0.29.x'Stefan Behnel2021-03-211-1/+1
| |\ \ | | |/
| | * Make annotation tests work with non-evaluated annotations (GH-4050)da-woods2021-03-211-2/+2
| * | Merge branch '0.29.x'Stefan Behnel2021-03-211-1/+1
| |\ \ | | |/
| | * Re-add missing imports.Stefan Behnel2021-03-211-1/+1
| * | Merge branch '0.29.x'Stefan Behnel2021-03-181-4/+9
| |\ \ | | |/
| | * Port test_exceptions to Python 3.10 (GH-4042)Victor Stinner2021-03-181-4/+9
| * | Merge branch '0.29.x'Stefan Behnel2021-02-181-2/+8
| |\ \ | | |/
| | * Make a working test actually test something.Stefan Behnel2021-02-181-2/+8
| * | Merge branch '0.29.x'Stefan Behnel2021-02-092-4/+18
| |\ \ | | |/
| | * Clean up test file.Stefan Behnel2021-02-091-5/+1
| | * Don't crash when probing type of cimported module (GH-4001)da-woods2021-02-091-2/+14