summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Instead of overriding "build_ext.build_extensions()" in "old_build_ext", whic...fix_build_extStefan Behnel2019-12-231-6/+3
* Import Cython in "build_ext" only if it's actually needed, i.e. if any Cython...Stefan Behnel2019-12-231-11/+11
* Fix comment.Stefan Behnel2019-12-231-2/+1
* Prevent extension-local include directories from leaking into the build-globa...Stefan Behnel2019-12-231-1/+1
* Prevent extension-local directives from leaking into the build-global directi...Stefan Behnel2019-12-231-1/+1
* Simplify the utility code loading by requiring the source file to be named ex...Stefan Behnel2019-12-233-41/+9
* ENH: add more tests and fixes for @property cdef decorator (GH-3115)Matti Picus2019-12-232-23/+44
* Fix typos (GH-3276)Brian Wignall2019-12-219-9/+9
* Merge pull request #3259 from bwignall/typoRobert Bradshaw2019-12-052-2/+2
|\
| * Fix typosBrian Wignall2019-12-052-2/+2
|/
* TEST: add cpp attribute example from docs, add CYTHON_PROJECT_DIR for tests (...Matti Picus2019-11-292-0/+30
* Documented annotation_typing compiler option (#3232)da-woods2019-11-121-0/+6
* Add sponsor links for supporting the project.Stefan Behnel2019-11-081-0/+4
* Create FUNDING.ymlStefan Behnel2019-11-061-0/+12
* 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