summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Prepare release of 3.0a6.3.0a6Stefan Behnel2020-07-312-2/+2
* Update changelog.Stefan Behnel2020-07-291-3/+21
* Reorder test module to restore the "invalid - valid" order.Stefan Behnel2020-07-291-13/+14
* Fixed reference types being passed to getitemint (GH-3755)da-woods2020-07-292-0/+14
* Don't create CReference in C (only c++) (GH-3746)da-woods2020-07-291-1/+4
* Add handshake emoji to donations banner to make it more visible.Stefan Behnel2020-07-261-1/+1
* Delete unused custom ticket templatescoder2020-07-261-21/+0
* Update issue templatesscoder2020-07-262-0/+22
* Create bug templatescoder2020-07-261-0/+32
* Add donation banner to documentation.Stefan Behnel2020-07-222-0/+29
* Remove Google Analytics script from documentation to avoid tracking our users.Stefan Behnel2020-07-221-0/+2
* Clarify changelog entry on ways to deal with the incompatible binop method ch...Stefan Behnel2020-07-221-2/+5
* Handle `for x in cpp_function_call()` (GH-3667)da-woods2020-07-202-76/+146
* Merge branch '0.29.x'Stefan Behnel2020-07-103-1/+19
|\
| * Prevent compile error when the result of repr() is assigned to a "unicode" LH...Stefan Behnel2020-07-103-1/+19
* | Use inline properties on the "PyComplex" builtin type declared in "cpython.co...Stefan Behnel2020-07-091-3/+8
* | Beautify example output.Stefan Behnel2020-07-091-1/+1
* | Document C inline properties.Stefan Behnel2020-07-092-0/+32
* | Reformat doc paragraph.Stefan Behnel2020-07-091-2/+1
* | PyPy does not support PyType_GetSlot(). Use type slots instead.Stefan Behnel2020-07-091-1/+1
* | Add the new "c_api_binop_methods" directive to the documentation.Stefan Behnel2020-07-092-0/+10
* | Update the documentation on the arithmetic special methods and issue a "backw...Stefan Behnel2020-07-092-20/+43
* | Fix typo in error message.Stefan Behnel2020-07-091-1/+1
* | Use the more appropriate CYTHON_USE_TYPE_SLOTS guard for accessing the binop ...Stefan Behnel2020-07-091-1/+1
* | Merge branch '0.29.x'Stefan Behnel2020-07-083-11/+31
|\ \ | |/
| * Update changelog.0.29.21Stefan Behnel2020-07-081-1/+1
| * Disable test in Py2.6.Stefan Behnel2020-07-081-0/+8
| * Using Py_UNICODE to store lone surrogates makes Py3 join surrogate pairs on 1...Stefan Behnel2020-07-081-2/+3
| * Improve test output in case of failures.Stefan Behnel2020-07-071-5/+5
| * Update changelog.Stefan Behnel2020-07-071-0/+3
| * Add missing unordered_map template defaults (GH-3686)will2020-07-073-1/+29
| * Update changelog.Stefan Behnel2020-07-071-0/+3
| * Always consider 0-sized arrays as C- and F-contiguous (GH-3728)Clemens2020-07-072-9/+35
| * Update changelog.Stefan Behnel2020-07-071-3/+5
| * Fix test in 16-bit Unicode deployments.Stefan Behnel2020-07-071-1/+1
| * Disable Py_UNICODE fallback for __Pyx_UnicodeContainsUCS4() in Py3.9 since Py...Stefan Behnel2020-07-071-0/+6
| * Really only use PyUnicode_FromUnicode() when needed (GH-3697)scoder2020-07-077-4/+115
| * Prepare release of 0.29.21.Stefan Behnel2020-07-062-2/+2
| * Update changelog.Stefan Behnel2020-07-061-1/+12
* | Add missing unordered_map template defaults (GH-3686)will2020-07-073-1/+29
* | Always consider 0-sized arrays as C- and F-contiguous (GH-3728)Clemens2020-07-072-9/+35
* | Merge branch '0.29.x'Stefan Behnel2020-07-060-0/+0
|\ \ | |/
| * Add missing name substitution in __Pyx_PyUnicode_Substring() utility code.Stefan Behnel2020-07-061-0/+1
* | Merge branch '0.29.x'Stefan Behnel2020-07-050-0/+0
|\ \ | |/
| * Avoid calling PyUnicode_FromUnicode() in Py3 (GH-3721)Victor Stinner2020-07-051-1/+1
* | Disable Py_UNICODE fallback for __Pyx_UnicodeContainsUCS4() in Py3.9 since Py...Stefan Behnel2020-07-051-0/+6
* | Improve syntax feature support of Cython CodeWriter (GH-3514)Tao He2020-07-022-53/+112
* | Merge branch '0.29.x'Stefan Behnel2020-07-011-1/+1
|\ \ | |/
| * Validate and fix temp releasing (GH-3708) (GH-3717)scoder2020-07-016-33/+96
| * Disable testing against NumPy 1.19.0 in the 0.29.x branch, which breaks a C-A...Stefan Behnel2020-07-011-1/+1