summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix unused variable warnings from C/C++ compilers in generated codedalcinl/fix-c-used-variableLisandro Dalcin2020-08-031-4/+6
* Merge branch '0.29.x'Stefan Behnel2020-08-021-2/+2
|\
| * Do not depend on the default type inference in "cpython/array.pxd".Stefan Behnel2020-08-021-2/+2
* | Remove useless "extern" modifiers from cdef classes declared in "extern" sect...Stefan Behnel2020-08-021-3/+3
* | Use NumPy 1.18.x for testing on travis as long as 1.19.[01+] ships a numpy.px...Stefan Behnel2020-08-011-1/+1
* | Try to fix NumPy test failures by not setting the "NPY_NO_DEPRECATED_API" #de...Stefan Behnel2020-08-011-1/+1
* | Add a comment that numpy.pxd is maintained by the NumPy project.Stefan Behnel2020-08-011-0/+4
* | Readability improvements in "numpy.pxd".Stefan Behnel2020-08-011-3/+8
* | Change "Py_intptr_t" declaration in numpy.pxd to what CPython uses as fallbac...Stefan Behnel2020-08-011-1/+1
* | Remove dead code and dead comments from "numpy/__init__.pxd".Stefan Behnel2020-08-011-14/+2
* | Clarify changelog entry.Stefan Behnel2020-08-011-1/+1
* | Update changelog.Stefan Behnel2020-08-011-0/+12
* | Add type "Py_hash_t" in pure Python mode.Stefan Behnel2020-08-011-1/+1
* | Update issue templatesscoder2020-08-012-2/+38
* | Add CI builds for different CPU architectures on travis.Stefan Behnel2020-08-011-0/+19
* | Print test dependency versions to help with test failure debugging.Stefan Behnel2020-08-011-2/+24
* | Add test comments on how "memslice.pyx" and "memoryview.pyx" relate.Stefan Behnel2020-08-012-0/+4
* | 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