summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
|\ \ | |/
| * Update changelog.Stefan Behnel2019-09-101-0/+6
| * added unit test for bool dtypetelamonian2019-09-102-0/+14
| * fixes #2675telamonian2019-09-101-3/+4
* | Put __Pyx_PyMethod_New directly in the tp_descr_get slot (GH-3116)Jeroen Demeyer2019-09-063-13/+19
* | Modernise and simplify some code in MemoryView.pyx.Stefan Behnel2019-09-061-6/+5
* | Fix MemoryView.get_slice_from_memview() to propagate exceptions.Stefan Behnel2019-09-061-1/+1
* | Make sure to include "Python.h" also from the "public" header file, which dep...Stefan Behnel2019-09-061-0/+1
* | Remove dead code.Stefan Behnel2019-09-061-1/+0
* | Merge pull request #3125 from alexhenrie/powRobert Bradshaw2019-09-031-1/+0
|\ \
| * | Remove duplicated line from __Pyx_c_powAlex Henrie2019-09-031-1/+0
|/ /
* | BUG: revert numpy.pxd to 0.29.13 (GH-3114)Matti Picus2019-09-021-18/+5
* | Handle normalization of unicode identifiers (GH-3096)da-woods2019-09-0210-7/+177
* | Utility/CppConvert: fix Cython warning (GH-3108)Gerion Entrup2019-08-281-1/+1
* | Rename self_result_code -> closure_result_code and delete unused self_object ...Stefan Behnel2019-08-282-16/+9
|\ \
| * | Rename self_result_code -> closure_result_codeJeroen Demeyer2019-08-272-16/+9
* | | Consistently name "closure" argument for Cython functions (GH-3104)Stefan Behnel2019-08-281-9/+9
|\ \ \
| * | | Consistently name "closure" argument for Cython functionsJeroen Demeyer2019-08-271-9/+9
| |/ /
* | | Always bind Cython functions (#3106)Stefan Behnel2019-08-282-15/+12
|\ \ \
| * | | Always bind Cython functionsJeroen Demeyer2019-08-282-15/+12
| * | | Special-case setting __new__ in classJeroen Demeyer2019-08-273-2/+49