summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Try to avoid C compiler warnings about unused utility functions, but only if ...clean_up_capi_featuresStefan Behnel2021-04-271-0/+2
* Try to avoid C compiler warnings about unused utility functions.Stefan Behnel2021-04-261-12/+15
* Fix accidental condition inversion from the last master merge.Stefan Behnel2021-04-261-1/+1
* Merge branch 'master' into clean_up_capi_featuresStefan Behnel2021-04-257-16/+170
|\
| * Capture and redirect stdout/stderr for %%cython-magic to show C compiler warn...realead2021-04-252-4/+123
| * Merge branch '0.29.x'Stefan Behnel2021-04-250-0/+0
| |\
| | * Make "__Pyx_UnicodeContainsUCS4()" work for WCHAR unicode strings with Py3.9+...scoder2021-04-252-9/+39
| * | Make "__Pyx_UnicodeContainsUCS4()" work for WCHAR unicode strings with Py3.9+...scoder2021-04-254-12/+42
| * | Try to make a test less flaky.Stefan Behnel2021-04-211-0/+5
* | | Avoid C compiler warnings about unused functions.Stefan Behnel2021-04-211-1/+2
* | | Fix misplaced test output after extracting a part of it in b643850a12f2065ce7...Stefan Behnel2021-04-201-2/+2
* | | Merge branch 'master' into clean_up_capi_featuresStefan Behnel2021-04-201-20/+18
|\ \ \ | |/ /
| * | Avoid C compiler warning in Py<3.7 when the "__Pyx_PyObject_CallMethod0" help...Stefan Behnel2021-04-201-0/+3
| * | Fix version guard: PyImport_GetModule() was added in Py3.7.Stefan Behnel2021-04-201-1/+1
| * | Reduce overhead in gc.enable/disable during PyType_Ready() calls.Stefan Behnel2021-04-201-4/+10
| * | Revert "Efficiency improvements for enabling/disabling gc in __Pyx_PyType_Rea...Stefan Behnel2021-04-201-20/+9
* | | Remove accidental merge left-over.Stefan Behnel2021-04-201-1/+0
* | | Merge branch 'master' into clean_up_capi_featuresStefan Behnel2021-04-196-32/+40
|\ \ \ | |/ /
| * | Hard-disable the MergeVTables() step during the extension type setup when usi...Stefan Behnel2021-04-182-1/+7
| * | Allow searching for include/import files without passing a source pos tuple a...Stefan Behnel2021-04-182-23/+26
| * | Fix "platform_adaptation" documentation test on windows (GH-4126)da-woods2021-04-181-3/+2
| * | Fix invalid code in CReferenceBaseType.__repr__ (GH-4124)da-woods2021-04-171-1/+1
* | | Merge branch 'master' into clean_up_capi_featuresStefan Behnel2021-04-172-3/+12
|\ \ \ | |/ /
| * | Disable __Pyx_PyType_Ready() usage in PyPy & friends where it fails to compil...Stefan Behnel2021-04-161-1/+8
| * | Remove duplicated ticket prefix.Stefan Behnel2021-04-161-2/+2
* | | Disable a test in Py<3.8 when using type specs, since it requires a CPython b...Stefan Behnel2021-04-161-24/+33
* | | Do not test type specs in Py3.4 since the "Py_tp_finalize" (needed by corouti...Stefan Behnel2021-04-161-2/+0
* | | Merge branch 'master' into clean_up_capi_featuresStefan Behnel2021-04-164-17/+72
|\ \ \ | |/ /
| * | Add a missing "#undef" for the limited API target.Stefan Behnel2021-04-151-1/+2
| * | Merge pull request #4107 from robertwb/cdef-mixinRobert Bradshaw2021-04-153-25/+74
| |\ \
| | * | Efficiency improvements for enabling/disabling gc in __Pyx_PyType_Ready().Robert Bradshaw2021-04-101-9/+20
| | * | Unconditionally use modified PyType_Ready.Robert Bradshaw2021-04-102-16/+54
| * | | Set black text for .cython code lines in HTML report. (GH-4117)Lobstros2021-04-141-1/+1
* | | | Merge branch 'master' into clean_up_capi_featuresStefan Behnel2021-04-15291-799/+2794
|\ \ \ \
| * | | | Add a missing "#undef" for the limited API target.Stefan Behnel2021-04-151-1/+2
| |/ / /
| * | | Merge branch '0.29.x'Stefan Behnel2021-04-141-4/+7
| |\ \ \ | | | |/ | | |/|
| | * | Fix Python install script on appveyor: The URL path uses three digit Python v...Stefan Behnel2021-04-141-4/+7
| * | | Merge branch '0.29.x'Stefan Behnel2021-04-140-0/+0
| |\ \ \ | | |/ /
| | * | According to the docs, "/Od" is the default in MSVC, so in order to get it, i...Stefan Behnel2021-04-141-1/+1
| * | | Merge branch '0.29.x'Stefan Behnel2021-04-140-0/+0
| |\ \ \ | | |/ /
| | * | Fix embed test in Py2.6.0.29.23Stefan Behnel2021-04-141-1/+1
| | * | Try to resolve apt install issues on travis.Stefan Behnel2021-04-141-3/+0
| * | | Merge branch '0.29.x'Stefan Behnel2021-04-140-0/+0
| |\ \ \ | | |/ /
| | * | Remove "PYTHONHOME" setting from embed-test since it seems to break the I/O e...Stefan Behnel2021-04-141-1/+1
| | * | Make embed test more debuggable by printing the path setup and the build outp...Stefan Behnel2021-04-142-5/+30
| * | | Merge branch 'master' of git+ssh://github.com/cython/cythonStefan Behnel2021-04-145-96/+12
| |\ \ \
| | * | | Disable GC-sensitive test on PyPy and remove the outdated @testcase decorator...da-woods2021-04-145-96/+12
| * | | | Merge branch '0.29.x'Stefan Behnel2021-04-142-11/+21
| |\ \ \ \ | | |/ / / | |/| / / | | |/ /
| | * | Update changelog.Stefan Behnel2021-04-141-2/+12
| | * | Summarize test failures when running in shards.Stefan Behnel2021-04-141-9/+30