summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Remove legacy imports from IPython integration since the "py3compat" module c...ipython711Stefan Behnel2020-01-012-20/+22
* Update changelog.Stefan Behnel2019-12-281-0/+10
* Import "Iterable" ABC class from "collections.abc" in Py3 instead of deprecat...Stefan Behnel2019-12-281-1/+6
* Fix temp variable handling for the super() class cell. (GH-3289)Stefan Behnel2019-12-283-18/+45
* Fix test.0.29.14Stefan Behnel2019-11-011-10/+2
* Modernise and simplify some code in MemoryView.pyx.Stefan Behnel2019-11-011-6/+5
* Prepare release of 0.29.14.Stefan Behnel2019-11-011-1/+1
* Update changelog.Stefan Behnel2019-11-011-1/+14
* Initialize tp_print in Python 3.8 (GH-3201)Orivej Desh2019-11-013-0/+30
* Improve error presentation in IPython magic (GH-3196)Matthew Edwards2019-11-011-2/+9
* Leverage distutil's build_extensions so that --parallel works on Python 3 (GH...Alphadelta142019-11-011-1/+2
* Make sure not to emit duplicate typedefs for fused nodes (GH-3112)alex-xnor2019-10-162-6/+47
* FIX: do not include tp_print for py39 (GH-3186)Thomas A Caswell2019-10-141-1/+1
* Remove duplicated line from __Pyx_c_powAlex Henrie2019-10-081-1/+0
* Make sure to include "Python.h" also from the "public" header file, which dep...Stefan Behnel2019-10-081-0/+1
* Fix MemoryView.get_slice_from_memview() to propagate exceptions.Stefan Behnel2019-10-081-1/+1
* Explicitly initialize tp_print in Python 3.8 (GH-3171)Pablo Galindo2019-10-081-1/+3
* Update changelog.Stefan Behnel2019-09-101-7/+4
* Update changelog.Stefan Behnel2019-09-101-0/+3
* Utility/CppConvert: fix Cython warning (GH-3108)Gerion Entrup2019-09-101-1/+1
* Update changelog.Stefan Behnel2019-09-101-0/+6
* added unit test for bool dtypetelamonian2019-09-102-0/+14
* fixes #2675telamonian2019-09-101-3/+4
* Update changelog.Stefan Behnel2019-08-231-0/+4
* Fix coverage analysis for code in separate source directory (see GH-1985) (GH...Antonio Valentino2019-08-232-7/+171
* Update changelog.Stefan Behnel2019-08-211-0/+16
* Allow await inside of f-strings (GH-3070)demiurg3372019-08-213-8/+33
* Include memoryview C-API (GH-3082)Nathan Manville2019-08-212-0/+51
* Fix PY_HEX_VERSION -> PY_VERSION_HEX (GH-3071)Jeroen Demeyer2019-08-212-2/+2
* Prepare release of 0.29.13.0.29.13Stefan Behnel2019-07-262-2/+2
* Update changelog.Stefan Behnel2019-07-191-0/+20
* include: posix.mman += MADV_* (MADV_NORMAL, MADV_DONTNEED, etc ...) (GH-3012)Kirill Smelkov2019-07-191-1/+14
* Include: cpython.pystate: Make PyGILState_STATE definition usable (GH-2997)Kirill Smelkov2019-07-192-1/+17
* include: posix.mman += MAP_FAILEDKirill Smelkov2019-07-191-0/+2
* include: posix.mman += mlock2, MLOCK_ONFAULT, MCL_ONFAULTKirill Smelkov2019-07-191-0/+4
* Add a clarifying warning to the documentation of the "generate_cleanup_code" ...Stefan Behnel2019-07-101-1/+5
* Fix test in Py2.6 where "memoryview" is not a builtin.Stefan Behnel2019-07-071-2/+1
* Fix a reference leak for None when releasing a memoryview object.Stefan Behnel2019-07-072-0/+15
* Prepare release 0f 0.29.12.0.29.12Stefan Behnel2019-07-072-2/+5
* Fix 32-bit build compat for Pythran (GH-3032)serge-sans-paille2019-07-071-1/+1
* Update changelog.Stefan Behnel2019-07-051-1/+17
* Tighten a condition to make passing None more explicit.Stefan Behnel2019-07-051-1/+1
* Fix error positions of undefined builtins and constants (GH-3030)Orivej Desh2019-07-053-2/+28
* Fix a C compiler warning about an implicitly reduced integer range (Py_ssize_...Stefan Behnel2019-07-051-4/+4
* Fix PyCode_New() signature usage in Py3.8b2+.Stefan Behnel2019-07-051-6/+3
* Prepare release of 0.29.11.0.29.11Stefan Behnel2019-06-302-2/+2
* Update changelog.Stefan Behnel2019-06-291-0/+4
* Correctly remove future_directives with # cython: language_level=2Jeroen Demeyer2019-06-292-12/+18
* Update changelog.Stefan Behnel2019-06-291-2/+8
* BUG: Fix reference count issues (GH-3022)Sebastian Berg2019-06-291-2/+4