summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | Type inference for stack-allocated C++ types.Robert Bradshaw2018-11-232-0/+40
* | Merge branch 'release'Stefan Behnel2018-11-232-4/+6
|\ \ | |/
| * 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
* | Merge branch 'release'Stefan Behnel2018-11-231-2/+6
|\ \ | |/
| * Update changelog.Stefan Behnel2018-11-231-2/+6
| * Include `PyBUF_ND` in `extern`John Kirkham2018-11-231-0/+1
* | Merge pull request #2716 from jakirkham/memoryview_PyBUF_ND_shapeStefan Behnel2018-11-231-1/+2
|\ \
| * | Include `PyBUF_ND` in `extern`John Kirkham2018-11-201-0/+1
| * | Fill shape when PyBUF_ND is in the flagsjakirkham2018-11-161-1/+1
* | | Make presented signature in memory view docs match the example function name.Stefan Behnel2018-11-181-1/+1
* | | Remove incorrect examples from memory view documentation.Stefan Behnel2018-11-181-7/+2
* | | Merge pull request #2701 from mattip/no-capture-optionStefan Behnel2018-11-182-27/+52
|\ \ \
| * | | fixes from review, add to CHANGES.rstmattip2018-11-062-25/+33
| * | | ENH: add no-capture option to runtests to allow debugging srctree testsmattip2018-11-051-7/+24
* | | | Merge branch 'release'Stefan Behnel2018-11-161-0/+7
|\ \ \ \ | | |_|/ | |/| |
| * | | 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
* | | | Merge pull request #2709 from serge-sans-paille/fix/pythran-powerStefan Behnel2018-11-163-8/+30
|\ \ \ \
| * | | | [pythran] properly handle power operator in pythran expressionserge-sans-paille2018-11-123-8/+30
* | | | | Merge pull request #2702 from serge-sans-paille/fix/pythran-includesStefan Behnel2018-11-162-1/+16
|\ \ \ \ \ | |/ / / /
| * | | | Fix pythran include path for numpy math functionsserge-sans-paille2018-11-072-1/+16
* | | | | Fix a typo.Stefan Behnel2018-11-161-1/+1
* | | | | Merge pull request #2715 from alvaroabascar/patch-1Robert Bradshaw2018-11-141-2/+2
|\ \ \ \ \
| * | | | | Minor rewording.Robert Bradshaw2018-11-141-1/+1
| * | | | | Fix 2 minor writing mistakes.Álvaro Abella Bascarán2018-11-141-2/+2
* | | | | | Merge pull request #2712 from jakirkham/fix_array_typecodeRobert Bradshaw2018-11-141-1/+1
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Fix array typecode's typejakirkham2018-11-131-1/+1
| | |_|_|/ | |/| | |
* | | | | Clarify top-of-file comment directives.Robert Bradshaw2018-11-081-3/+2
* | | | | Merge branch '0.29.x'Stefan Behnel2018-11-070-0/+0
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | fix typo in rectangle_cpdef.pyx exampleptype2018-11-071-1/+1
| * | | | ENH: implemented suggestion from issue 2700Oleksandr Pavlyk2018-11-071-0/+2
* | | | | Merge pull request #2704 from oleksandr-pavlyk/tox-ini-issue-2700Stefan Behnel2018-11-071-0/+2
|\ \ \ \ \
| * | | | | ENH: implemented suggestion from issue 2700Oleksandr Pavlyk2018-11-071-0/+2
|/ / / / /
* | | | | Merge pull request #2703 from ptype/patch-1Robert Bradshaw2018-11-071-1/+1
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | fix typo in rectangle_cpdef.pyx exampleptype2018-11-071-1/+1
|/ / / /
* | | | Merge branch '0.29.x'Stefan Behnel2018-11-020-0/+0
|\ \ \ \ | |/ / /
| * | | Fix doctest.Stefan Behnel2018-11-021-1/+1
* | | | Merge branch '0.29.x'Stefan Behnel2018-11-011-0/+17
|\ \ \ \ | |/ / /
| * | | 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
* | | | | Merge branch '0.29.x'Stefan Behnel2018-11-011-0/+5
|\ \ \ \ \ | |/ / / /