summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | Build and keep wheels in Github Actions. (GH-4267)scoder2021-07-063-0/+72
* | | Clean up test and add one for writing dedented text in tests.Stefan Behnel2021-07-031-3/+17
* | | Fix test in Py2.Stefan Behnel2021-07-031-1/+4
* | | Extend somment.Stefan Behnel2021-07-031-1/+1
* | | Add some test helper functions to create (source) files from tests.Stefan Behnel2021-07-032-0/+82
* | | Fix a refcounting bug in the new @total_ordering decorator.Stefan Behnel2021-07-032-2/+5
* | | Fix issue reference in changelog.Stefan Behnel2021-07-031-1/+1
* | | Prepare release of 3.0.0a8.3.0.0a8Stefan Behnel2021-07-021-1/+1
* | | Update changelog.Stefan Behnel2021-07-021-286/+326
* | | Declare a static method as @staticmethod.Stefan Behnel2021-07-021-1/+2
* | | Fix infinite recursion in binops code (GH-4204)da-woods2021-07-023-11/+99
* | | Error message on cpdef variables (GH-3963)da-woods2021-07-022-8/+7
* | | docs: limitations of np.ndarray (GH-4230)da-woods2021-07-021-0/+10
* | | Rename Shadow.optimization -> Shadow.optimize (GH-4258)da-woods2021-07-021-3/+3
* | | Fix a few bugs in the new "cpp_locals" directive implementation (GH-4259)da-woods2021-07-026-19/+91
* | | Merge branch '0.29.x'Stefan Behnel2021-07-010-0/+0
|\ \ \ | |/ /
| * | Stop calling PyEval_InitThreads() In Py3.7+ (where it has become a no-op).Stefan Behnel2021-07-012-4/+3
* | | Fix call to run_distutils() in debugger test (GH-4256)Matti Picus2021-06-301-2/+3
* | | Use 3-part version numbers also for 3.0, i.e. 3.0.0, as we did for previous r...Stefan Behnel2021-06-301-1/+1
* | | Add directive "cpp_locals" to handle C++ variables using std::optional (GH-4225)da-woods2021-06-2916-40/+425
* | | Move some utility code from ExprNodes.py into utility code files.Stefan Behnel2021-06-294-84/+71
* | | Fix grammar in numpy_tutorial.rst (GH-4251)Loisaida Sam2021-06-281-1/+1
* | | Make cythonize recompile .py files when their override .pxd file has changed ...Golden Rockefeller2021-06-282-5/+218
* | | Add missing argument when instantiating a test class. The argument was added ...Stefan Behnel2021-06-281-0/+1
* | | Set "is_cython_module" on annotations correctly (GH-4248)da-woods2021-06-282-14/+34
* | | Update error message in documentation (GH-4244)Matus Valo2021-06-281-2/+2
* | | Don't let Py-class annotations set a type (GH-4199)da-woods2021-06-223-1/+8
* | | Correct delete -> delete[] in "cpp_nonstdint" test (GH-4239)da-woods2021-06-221-1/+1
* | | docs: repair glossary (GH-4238)da-woods2021-06-182-3/+3
* | | Fix "except+*" exception handling (GH-4013)da-woods2021-06-175-47/+84
* | | Fix conversion from DictNode to std::map (GH-4231)da-woods2021-06-173-6/+30
* | | Optimise "[...] * N" where N is a non-literal C integer value. (GH-4233)scoder2021-06-172-5/+175
* | | Restore old PyEval_EvalCode() signature for older versions of PyPy (GH-4236)Matti Picus2021-06-171-1/+1
* | | docs: Resolve several exception handling/propagation issues in the examples.Stefan Behnel2021-06-158-14/+21
* | | docs: Fix some warnings in the "external C code" examples about unraisable ex...Stefan Behnel2021-06-153-21/+26
* | | docs: Fix a typo and add some readability spaces between sentences.Stefan Behnel2021-06-151-7/+7
* | | docs: Fix type used in C++ example.Stefan Behnel2021-06-151-1/+1
* | | Include requirements files in sdist.Stefan Behnel2021-06-151-0/+1
* | | Pythonise the documentation according to #4187: Basic Tutorial (cython_tutori...0dminnimda2021-06-1518-88/+340
* | | Avoid setting Py_TPFLAGS_HEAPTYPE in Pystonda-woods2021-06-151-1/+1
* | | Update changelog.Stefan Behnel2021-06-141-0/+14
* | | Remove an expensive warning that is never shown.Stefan Behnel2021-06-141-3/+8
* | | Automatically add stubs for "cython.cimports.*" in the test runner to make th...Stefan Behnel2021-06-143-5/+22
* | | Modernise module loading in test runner using importlib.Stefan Behnel2021-06-141-4/+21
* | | Allow both testmod.py and testmod.pyx as test module names, next to each otherStefan Behnel2021-06-141-36/+49
* | | Make test for GH-4212 independent of optimisations. (GH-4219)da-woods2021-06-111-3/+5
* | | Merge branch '0.29.x'Stefan Behnel2021-06-090-0/+0
|\ \ \ | |/ /
| * | Backport #2811 to fix qualified-name issues (GH-4216)da-woods2021-06-092-2/+20
* | | Remove special handling of Pyston v1 (GH-4211)Marius Wachtler2021-06-095-70/+7
* | | Merge branch '0.29.x'Stefan Behnel2021-06-090-0/+0
|\ \ \ | |/ /