summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Prepare release of 0.29.3.0.29.3Stefan Behnel2019-01-192-2/+2
* Update changelog.Stefan Behnel2019-01-191-1/+7
* Clarify types in atan2() call for usage in MSVC++.Stefan Behnel2019-01-191-1/+1
* add case for tracer-reporter mismatchwenjun.swj2019-01-191-0/+71
* Fix inconsistency between trace files and report fileswjsi2019-01-191-2/+4
* Fix incompatibility with C89true-pasky2019-01-191-1/+1
* Fix crash in lvalue_refs test.Elliott Sales de Andrade2019-01-051-1/+1
* Update changelog.Stefan Behnel2019-01-021-0/+16
* Reformat code, add comment.Stefan Behnel2019-01-021-3/+5
* Fix source of non-deterministic cython output for try/finally statements.Martijn van Steenbergen2019-01-021-3/+3
* DOC: Fixed name of .so file in userguide's numpy_tutorial.Paul van Mulbregt2019-01-021-2/+2
* fix the comments to have a c89 compliant generated codegastineau2019-01-021-2/+2
* TypeConversion: Fix pointer qualifier compiler warningMichael Buesch2019-01-021-2/+2
* 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