summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | Build Cython in parallel on travis.Stefan Behnel2020-04-201-1/+1
* | Suppress non-error output of the C compiler in test runner unless there is a ...Stefan Behnel2020-04-201-1/+4
* | Build Cython in parallel on appveyor if distutils support it.Stefan Behnel2020-04-201-1/+7
* | Do not create a new unicode string object when taking a fully slice.Stefan Behnel2020-04-201-0/+2
* | Merge branch '0.29.x'Stefan Behnel2020-04-201-0/+3
|\ \ | |/
| * Update changelog.Stefan Behnel2020-04-201-0/+3
| * Avoid integer overflow when computing unicode substring (GH-3532)Sam Sneddon2020-04-202-9/+30
* | Avoid useless C-API call to get a constant.Stefan Behnel2020-04-201-1/+2
* | Avoid integer overflow when computing unicode substring (GH-3532)Sam Sneddon2020-04-202-9/+30
* | Minor code cleanup.Stefan Behnel2020-04-201-4/+2
* | Fix C99-ism to make code C89 again.Stefan Behnel2020-04-201-1/+2
* | Minor code cleanup.Stefan Behnel2020-04-201-7/+10
* | Update GetItem to support __class_getitem__ for type objects (GH-3518)msg5552020-04-203-15/+181
* | Turn plain classes without bases into new-style classes with language_level=3...Stefan Behnel2020-04-195-1/+23
* | Prepare release of 3.0a2.Stefan Behnel2020-04-191-1/+1
* | Update changelog.Stefan Behnel2020-04-181-5/+11
* | Increase warning level for legacy "dict in annotations" typing.Stefan Behnel2020-04-181-2/+2
* | Make "cimport numpy" without import_array() safer by automatically calling it...da-woods2020-04-1812-8/+200
* | Make C++ typeid accept specializations of fused types (#3205)Stefan Behnel2020-04-183-1/+72
|\ \
| * | Fixed cpp_operators (handle type is None)da-woods2020-04-181-2/+2
| * | Added "analyse_as_specialized_type"da-woods2020-04-182-20/+18
| * | Fix and test "type in fused_type" special-caseda-woods2020-04-182-0/+36
| * | Removed try-catchda-woods2019-10-261-7/+5
| * | Bring attribute.fused types in lineda-woods2019-10-242-4/+21
| * | Potential fix for GH issue #3203da-woods2019-10-242-0/+22
* | | Make CodeWriter inherit from ExpressionWriter in order to support all kinds o...Stefan Behnel2020-04-183-88/+63
* | | Start writing up some help for users who want to migrate from Cython 0.29.x t...Stefan Behnel2020-04-182-0/+121
* | | 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
|\ \ \ | |/ /