summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Prepare release of 0.29.2.0.29.2Stefan Behnel2018-12-142-2/+2
* Use correct error label when creating merged unicode string literals.Stefan Behnel2018-12-141-1/+1
* Prevent dynamically multiplied tuple constants from being deduplicated. Only ...Stefan Behnel2018-12-143-5/+65
* Update changelog.Stefan Behnel2018-12-121-0/+19
* Prevent repeated initialisation of constants that overwrite the previously cr...Stefan Behnel2018-12-122-16/+28
* Fix sigismember() declarationJeroen Demeyer2018-12-121-1/+1
* Don't try to use imap with python3Charles Pigott2018-12-111-1/+4
* Fix signature of `Scope.add_include_file()` to match the one added for verbat...Stefan Behnel2018-11-301-2/+2
* Add type cast to resolve C4804 (unsafe bool usage) warning in MSVC.Stefan Behnel2018-11-241-1/+1
* Prepare release of 0.29.1.0.29.1Stefan Behnel2018-11-242-2/+2
* Do not set "__path__" attribute on non-package modules.Stefan Behnel2018-11-241-6/+8
* Update changelog.Stefan Behnel2018-11-241-0/+6
* Fill shape when PyBUF_ND is in the flagsjakirkham2018-11-241-1/+1
* Fix C++ assignments to references returned by operator[].Stefan Behnel2018-11-243-45/+170
* Avoid implicit signed-to-unsigned conversion when calculating frame field off...Stefan Behnel2018-11-231-1/+1
* Py2.6 fix in release branch.Stefan Behnel2018-11-231-1/+1
* Remove redundant grouping from regex.Stefan Behnel2018-11-231-2/+4
* Update changelog.Stefan Behnel2018-11-231-2/+6
* Include `PyBUF_ND` in `extern`John Kirkham2018-11-231-0/+1
* Update changelog.Stefan Behnel2018-11-161-0/+7
* [pythran] properly handle power operator in pythran expressionserge-sans-paille2018-11-163-8/+30
* Fix pythran include path for numpy math functionsserge-sans-paille2018-11-162-1/+16
* Fix a typo.Stefan Behnel2018-11-161-1/+1
* Minor rewording.Robert Bradshaw2018-11-161-1/+1
* Fix 2 minor writing mistakes.Álvaro Abella Bascarán2018-11-161-2/+2
* Fix array typecode's typejakirkham2018-11-161-1/+1
* Clarify top-of-file comment directives.Robert Bradshaw2018-11-161-3/+2
* fix typo in rectangle_cpdef.pyx exampleptype2018-11-071-1/+1
* ENH: implemented suggestion from issue 2700Oleksandr Pavlyk2018-11-071-0/+2
* Fix doctest.Stefan Behnel2018-11-021-1/+1
* Merge branch '0.28.x' into 0.29.xStefan Behnel2018-11-011-0/+17
|\
| * Prepare release of 0.28.6.0.28.60.28.xStefan Behnel2018-11-012-2/+6
| * Workaround for long internals misconfiguration on 64-bit MinGW.Robert Bradshaw2018-11-012-0/+9
* | Update changelog.Stefan Behnel2018-11-011-0/+5
* | Merge pull request #2697 from cython/gh2638_absolute_import_handlingStefan Behnel2018-11-012-3/+23
|\ \
| * | fixup! Fix: absolute cimport handlingKryštof Pilnáček2018-11-011-1/+1
| * | fixup! Fix: absolute cimport handlingKryštof Pilnáček2018-11-011-2/+2
| * | fixup! Fix: absolute cimport handlingKryštof Pilnáček2018-11-011-1/+1
| * | Fix: absolute cimport handlingKryštof Pilnáček2018-11-012-3/+15
| * | Remove unnecessary codeKryštof Pilnáček2018-11-011-7/+0
| * | initial starting point for fixbweigel2018-11-012-0/+15
|/ /
* | Update changelog.Stefan Behnel2018-11-011-0/+4
* | Merge branch 'fix-2644' of https://github.com/aparamon/cython into aparamon-f...Stefan Behnel2018-11-012-1/+38
|\ \
| * | Fix tests on Python 2 -- attempt 3Андрей Парамонов2018-10-191-8/+13
| * | Fix tests on Python 2 -- attempt 2Андрей Парамонов2018-10-191-8/+8
| * | Fix tests on Python 2Андрей Парамонов2018-10-191-10/+12
| * | Unset PyBUF_WRITABLE when creating MemoryView for assignment sourceАндрей Парамонов2018-10-172-1/+31
* | | Update changelog.Stefan Behnel2018-10-301-0/+15
* | | Add test for GH-2670.Stefan Behnel2018-10-301-0/+23
* | | Move a numpy+memoryview test to a better place where it doesn't require all t...Stefan Behnel2018-10-302-18/+19