summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | Prevent repeated initialisation of constants that overwrite the previously cr...Stefan Behnel2018-12-122-16/+28
* | | Merge branch '0.29.x'Stefan Behnel2018-12-120-0/+0
|\ \ \ | |/ /
| * | Fix sigismember() declarationJeroen Demeyer2018-12-121-1/+1
* | | Merge pull request #2756 from jdemeyer/sigismemberStefan Behnel2018-12-121-1/+1
|\ \ \
| * | | Fix sigismember() declarationJeroen Demeyer2018-12-121-1/+1
* | | | Merge branch '0.29.x'Stefan Behnel2018-12-110-0/+0
|\ \ \ \ | | |/ / | |/| |
| * | | Don't try to use imap with python3Charles Pigott2018-12-111-1/+4
* | | | Merge pull request #2755 from LordAro/patch-1Stefan Behnel2018-12-111-1/+4
|\ \ \ \ | |_|/ / |/| | |
| * | | Don't try to use imap with python3Charles Pigott2018-12-111-1/+4
|/ / /
* | | Non-int conversion to Py_hash_t.Robert Bradshaw2018-12-103-2/+40
| |/ |/|
* | Reduce warning level in MSVC again since /W4 turns out to be excessive (compl...Stefan Behnel2018-11-301-1/+1
* | Merge branch 'release'Stefan Behnel2018-11-301-2/+2
|\ \ | |/
| * Fix signature of `Scope.add_include_file()` to match the one added for verbat...Stefan Behnel2018-11-301-2/+2
* | Increase warning level in appveyor builds (could also use "/Wall", but let's ...Stefan Behnel2018-11-241-1/+1
* | Merge branch 'release'Stefan Behnel2018-11-241-1/+1
|\ \ | |/
| * Add type cast to resolve C4804 (unsafe bool usage) warning in MSVC.Stefan Behnel2018-11-241-1/+1
* | Remove Py2.6/3.3 compatibility markers from setup.py metadata.Stefan Behnel2018-11-241-2/+1
* | Merge branch 'release'Stefan Behnel2018-11-242-7/+9
|\ \ | |/
| * 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
* | Merge branch 'release'Stefan Behnel2018-11-244-45/+176
|\ \ | |/
| * 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
* | Fix type inference.Robert Bradshaw2018-11-241-1/+1
* | 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