summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Generate "PyType_Spec" structs instead of "PyTypeObject" structs for heap types.gh2343_heap_typesStefan Behnel2019-11-076-31/+110
* TEST: fix some failing tests (GH-3120)Matti Picus2019-11-072-9/+5
* Create copy of test with "binding" directive disabled.Stefan Behnel2019-11-071-0/+228
* Make `cpdef func() nogil` work with CyFunctions by excluding the Python funct...Stefan Behnel2019-11-072-1/+20
* GH-2564: Enable "binding" directive by default.Stefan Behnel2019-11-071-2/+1
* Revert "Fix test." (which only applied to the 0.29.x branch).Stefan Behnel2019-11-011-2/+10
* Merge branch '0.29.x'Stefan Behnel2019-11-012-11/+16
|\
| * Fix test.0.29.14Stefan Behnel2019-11-011-10/+2
| * Modernise and simplify some code in MemoryView.pyx.Stefan Behnel2019-11-011-6/+5
| * Prepare release of 0.29.14.Stefan Behnel2019-11-011-1/+1
| * Update changelog.Stefan Behnel2019-11-011-1/+14
| * Initialize tp_print in Python 3.8 (GH-3201)Orivej Desh2019-11-013-0/+30
| * Improve error presentation in IPython magic (GH-3196)Matthew Edwards2019-11-011-2/+9
| * Leverage distutil's build_extensions so that --parallel works on Python 3 (GH...Alphadelta142019-11-011-1/+2
* | Initialize tp_print in Python 3.8 (GH-3201)Orivej Desh2019-11-013-0/+30
* | Improve error presentation in IPython magic (GH-3196)Matthew Edwards2019-10-211-2/+9
* | Add most modifying sequence operations to libcpp.algorithm (GH-3188)Matthew Edwards2019-10-215-12/+513
* | Allow docstrings in c++ classes (GH-3183)samaingw2019-10-181-0/+4
* | Try to fix a C++ test failure.Stefan Behnel2019-10-181-1/+2
* | Leverage distutil's build_extensions so that --parallel works on Python 3 (GH...Alphadelta142019-10-181-1/+2
* | Add an explicit test for async-def functions with decorators.Stefan Behnel2019-10-181-1/+31
* | Merge branch '0.29.x'Stefan Behnel2019-10-160-0/+0
|\ \ | |/
| * Make sure not to emit duplicate typedefs for fused nodes (GH-3112)alex-xnor2019-10-162-6/+47
* | Add most non-modifying sequence operations to libcpp.algorithm (GH-3179)Matthew Edwards2019-10-164-33/+370
* | Make sure not to emit duplicate typedefs for fused nodes (GH-3112)alex-xnor2019-10-162-6/+47
* | Merge branch '0.29.x'Stefan Behnel2019-10-140-0/+0
|\ \ | |/
| * FIX: do not include tp_print for py39 (GH-3186)Thomas A Caswell2019-10-141-1/+1
* | Minor test code refactoring to use f-string.Stefan Behnel2019-10-141-1/+1
* | FIX: do not include tp_print for py39 (GH-3186)Thomas A Caswell2019-10-141-1/+1
* | Merge branch '0.29.x'Stefan Behnel2019-10-081-7/+4
|\ \ | |/
| * Remove duplicated line from __Pyx_c_powAlex Henrie2019-10-081-1/+0
| * Make sure to include "Python.h" also from the "public" header file, which dep...Stefan Behnel2019-10-081-0/+1
| * Fix MemoryView.get_slice_from_memview() to propagate exceptions.Stefan Behnel2019-10-081-1/+1
| * Explicitly initialize tp_print in Python 3.8 (GH-3171)Pablo Galindo2019-10-081-1/+3
| * Update changelog.Stefan Behnel2019-09-101-7/+4
* | Explicitly initialize tp_print in Python 3.8 (GH-3171)Pablo Galindo2019-10-081-1/+3
* | unicode imports (#3119)da-woods2019-09-3010-53/+283
* | Fix the handling of --annotate-fullc in cythonize.py (GH-3103)realead2019-09-186-26/+124
* | Update changelog.Stefan Behnel2019-09-101-1/+4
* | Merge branch '0.29.x'Stefan Behnel2019-09-101-0/+3
|\ \ | |/
| * Update changelog.Stefan Behnel2019-09-101-0/+3
| * Utility/CppConvert: fix Cython warning (GH-3108)Gerion Entrup2019-09-101-1/+1
* | Update changelog.Stefan Behnel2019-09-101-0/+9
* | Discard a C comment from the generated files.Stefan Behnel2019-09-101-2/+2
* | Add comment.Stefan Behnel2019-09-101-0/+1
* | Discard a C comment from the generated files.Stefan Behnel2019-09-101-2/+2
* | Support METH_FASTCALL for Cython functions (GH-3101)Jeroen Demeyer2019-09-106-18/+289
* | Add support of const fused type memory views (GH-3118)Thomas VINCENT2019-09-104-12/+127
* | Update changelog.Stefan Behnel2019-09-101-3/+0
* | Merge branch '0.29.x'Stefan Behnel2019-09-101-0/+6
|\ \ | |/