summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | stop generating code that compiler skipsCheuk Ting Ho2018-10-302-17/+47
* | | 2685_warn_undeclared: add test for warn.undeclared.Nicolas Pauss2018-10-301-0/+20
* | | 2685_warn_undeclared: fix undeclared type warnings for unpickle variables.Nicolas Pauss2018-10-301-0/+4
* | | Merge pull request #2682 from bweigel/2634_embedsignatureStefan Behnel2018-10-272-1/+6
|\ \ \
| * | | reformat codestylebweigel2018-10-271-1/+1
| * | | Merge pull request #1 from matt-chan/patch-1Benjamin Weigel2018-10-271-1/+2
| |\ \ \
| | * | | Fix Memviewslice docstringsMatthew Chan2018-10-021-1/+2
| * | | | adds test for case presented in #2634bweigel2018-10-271-0/+4
* | | | | Merge branch '0.29.x' into releaseStefan Behnel2018-10-272-0/+9
|\ \ \ \ \ | |/ / / / |/| | | |