summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Make CodeWriter inherit from ExpressionWriter in order to support all kinds o...full_code_writerStefan Behnel2020-04-183-88/+63
* Add some missing branch hints.Stefan Behnel2020-04-181-6/+6
* Merge branch '0.29.x'Stefan Behnel2020-04-171-4/+5
|\
| * Update changelog.Stefan Behnel2020-04-171-0/+4
* | Merge branch '0.29.x'Stefan Behnel2020-04-171-0/+1
|\ \ | |/
| * Clear "self.index_temps" after cleanup to avoid keeping dangling temporary st...Stefan Behnel2020-04-171-0/+1
| * Cleanup more generator temps (GH-3522)Stefan Behnel2020-04-171-11/+12
* | Add comment and make sure the type's (empty) list of index temps cannot be ch...Stefan Behnel2020-04-171-1/+2
* | Simplify some redundant code by calling the obvious helper function instead.Stefan Behnel2020-04-171-6/+4
* | Cleanup more generator temps (GH-3522)da-woods2020-04-171-11/+12
* | Merge branch '0.29.x'Stefan Behnel2020-04-170-0/+0
|\ \ | |/
| * Release temps used for buffer indexing after use (GH-3517)da-woods2020-04-151-3/+10
* | Update changelog.Stefan Behnel2020-04-171-0/+4
* | Convert Py2 str to unicode directly when building fused function signature.Stefan Behnel2020-04-171-6/+6
* | Remove accidentally duplicated code line.Stefan Behnel2020-04-171-1/+0
* | Avoid an unnecessary conditional branch.Stefan Behnel2020-04-161-4/+4
* | Prevent fused dispatcher optional arguments being overwritten (GH-3519)da-woods2020-04-153-17/+26
* | Release temps used for buffer indexing after use (GH-3517)da-woods2020-04-151-3/+10
* | Mention "cython_freeze" in the embedding docs page.Stefan Behnel2020-04-141-1/+3
* | Add a stub documentation page about embedding Cython modules in C/C++ applica...Stefan Behnel2020-04-142-1/+28
* | Update changelog.Stefan Behnel2020-04-131-0/+5
* | Drop unused code-paths associated with "if cython.compiled" early (GH-3507)da-woods2020-04-133-3/+54
* | Reduce some overhead in the fused function selection code.Stefan Behnel2020-04-131-13/+12
* | Merge branch '0.29.x'Stefan Behnel2020-04-132-11/+11
|\ \ | |/
| * Prevent calling PyObject_GC_Track() in __Pyx_CyFunction_New() when instantiat...Stefan Behnel2020-04-133-34/+60
| * Fix a reference leak when PyList_Append() fails.Stefan Behnel2020-04-131-6/+7
| * Fix error label name.Stefan Behnel2020-04-131-1/+1
| * Update changelog.Stefan Behnel2020-04-121-0/+1
* | Merge branch '0.29.x'Stefan Behnel2020-04-122-3/+5
|\ \ | |/
| * Make travis install script fail on intermediate errors.Stefan Behnel2020-04-121-6/+6
| * Debug conda issues on travis.Stefan Behnel2020-04-121-3/+5
| * Add missing "@cython.binding" decorator for Python code.Stefan Behnel2020-04-122-0/+4
| * Fix missing error handling in non-CPython code.Stefan Behnel2020-04-121-1/+1
* | Sprinkle lots of branch prediction hints in places where exceptions are being...Stefan Behnel2020-04-125-39/+40
* | Simplify some decref-set patterns using the __Pyx_Py_XDECREF_SET() macro.Stefan Behnel2020-04-123-44/+15
* | Fix missing error handling in non-CPython code.Stefan Behnel2020-04-121-1/+1
* | Fixed all assignments being added to the module in the limited API (GH-3501)da-woods2020-04-121-9/+8
* | Remove dead fallback code: inspect.getcallargs() was added in Py2.7.Stefan Behnel2020-04-121-32/+1
* | Update changelog.3.0a1Stefan Behnel2020-04-111-1/+1
* | Add partitioning and sorting operations to libcpp.algorithm (GH-3202)Matthew Edwards2020-04-115-72/+350
* | Update changelog.Stefan Behnel2020-04-111-4/+3
* | Fix refleak in limited-api case for cross-module shared extension types and s...Stefan Behnel2020-04-112-10/+10
* | Remove incorrect error handling in limited-api case.Stefan Behnel2020-04-111-1/+2
* | Reduce user expectations for the limited API support in the changelog (GH-3500)da-woods2020-04-111-1/+4
* | Update changelog.Stefan Behnel2020-04-111-0/+19
* | Require Py3.3 as the minimum stable ABI when using the limited C-API.Stefan Behnel2020-04-111-1/+1
* | Prevent calling PyObject_GC_Track() in __Pyx_CyFunction_New() when instantiat...Stefan Behnel2020-04-112-31/+52
* | Assume that code passed into cython.inline() is always NumPy 1.7+ clean, so t...Stefan Behnel2020-04-111-4/+8
* | Add cython.inline() test that repeatedly uses the same code.Stefan Behnel2020-04-111-0/+15
* | Skip numpy inline test rather than discarding it if numpy is not installed.Stefan Behnel2020-04-111-9/+10