summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* GH-2983: Add failing tests for "Signature.from_callable(lambda)".gh2983_lambda_sigStefan Behnel2020-01-081-0/+56
* Implement PEP-563, annotations as strings (GH-3285)da-woods2020-01-0416-136/+215
* Merge branch '0.29.x'Stefan Behnel2020-01-022-20/+22
|\
| * Remove legacy imports from IPython integration since the "py3compat" module c...Stefan Behnel2020-01-022-20/+22
* | Make an import prefer Py3 over Py2, since that's what most people are (or sho...Stefan Behnel2020-01-011-3/+3
* | Make it clear that Cython 3.0 will not be released in 2019 any more.Stefan Behnel2019-12-291-1/+1
* | Merge branch '0.29.x'Stefan Behnel2019-12-284-18/+55
|\ \ | |/
| * Update changelog.Stefan Behnel2019-12-281-0/+10
| * Import "Iterable" ABC class from "collections.abc" in Py3 instead of deprecat...Stefan Behnel2019-12-281-1/+6
| * Fix temp variable handling for the super() class cell. (GH-3289)Stefan Behnel2019-12-283-18/+45
* | 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