summaryrefslogtreecommitdiff
path: root/Cython
Commit message (Expand)AuthorAgeFilesLines
...
| * Fix pythran include path for numpy math functionsserge-sans-paille2018-11-161-1/+1
| * Fix array typecode's typejakirkham2018-11-161-1/+1
| * 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-011-2/+11
| * Remove unnecessary codeKryštof Pilnáček2018-11-011-7/+0
| * initial starting point for fixbweigel2018-11-011-0/+7
* | 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
* | | Merge pull request #2709 from serge-sans-paille/fix/pythran-powerStefan Behnel2018-11-162-8/+20
|\ \ \
| * | | [pythran] properly handle power operator in pythran expressionserge-sans-paille2018-11-122-8/+20
* | | | Merge pull request #2702 from serge-sans-paille/fix/pythran-includesStefan Behnel2018-11-161-1/+1
|\ \ \ \ | |/ / /
| * | | Fix pythran include path for numpy math functionsserge-sans-paille2018-11-071-1/+1
* | | | Merge pull request #2712 from jakirkham/fix_array_typecodeRobert Bradshaw2018-11-141-1/+1
|\ \ \ \
| * | | | Fix array typecode's typejakirkham2018-11-131-1/+1
| | |/ / | |/| |
* | | | Merge pull request #2691 from KPilnacek/2638_absolute_import_handlingStefan Behnel2018-11-011-2/+11
|\ \ \ \
| * | | | 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-011-2/+11
| * | | | Remove unnecessary codeKryštof Pilnáček2018-11-011-7/+0
| * | | | initial starting point for fixbweigel2018-11-011-0/+7
* | | | | Merge branch '0.29.x'Stefan Behnel2018-11-011-1/+1
|\ \ \ \ \ | |/ / / / |/| | | / | | |_|/ | |/| |
| * | | Merge branch 'fix-2644' of https://github.com/aparamon/cython into aparamon-f...Stefan Behnel2018-11-011-1/+1
| |\ \ \
| | * | | Unset PyBUF_WRITABLE when creating MemoryView for assignment sourceАндрей Парамонов2018-10-171-1/+1
* | | | | Merge pull request #2676 from telamonian/fix_npy_bool_cast_falseStefan Behnel2018-10-311-3/+4
|\ \ \ \ \
| * | | | | fixes #2675telamonian2018-10-221-3/+4
* | | | | | Merge branch '0.29.x'Stefan Behnel2018-10-302-17/+33
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | stop generating code that compiler skipsCheuk Ting Ho2018-10-301-17/+29
| * | | | | 2685_warn_undeclared: fix undeclared type warnings for unpickle variables.Nicolas Pauss2018-10-301-0/+4
* | | | | | Merge pull request #2684 from fkohlgrueber/func_decorator_co_firstlineno_fixStefan Behnel2018-10-301-1/+1
|\ \ \ \ \ \
| * | | | | | fix co_firstlineno for functions that have decoratorsFelix Kohlgrüber2018-10-271-1/+1
| | |/ / / / | |/| | | |
* | | | | | Remove support for Py2.6 and various quirks that special-cased it.gh2692_remove_py26_supportStefan Behnel2018-10-3014-142/+35
* | | | | | Merge pull request #2683 from KPilnacek/2133_exponentiation_of_intStefan Behnel2018-10-271-0/+6
|\ \ \ \ \ \
| * | | | | | Fix: Exponentiation of integer constantsKryštof Pilnáček2018-10-271-0/+6
| |/ / / / /
* | | | | | Increase master version number to 3.0 alpha to split it off from the current ...Stefan Behnel2018-10-271-1/+1
| |/ / / / |/| | | |
* | | | | Merge pull request #2682 from bweigel/2634_embedsignatureStefan Behnel2018-10-271-1/+2
|\ \ \ \ \
| * | | | | 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
* | | | | | Merge branch '0.29.x' into releaseStefan Behnel2018-10-272-0/+9
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Workaround for long internals misconfiguration on 64-bit MinGW.Robert Bradshaw2018-10-242-0/+9
* | | | | | Correct the handling of line tracing errors on try-statements. Previously, th...Stefan Behnel2018-10-191-4/+6
| |_|/ / / |/| | | |
* | | | | Avoid some C compiler warnings about constant conditions.Stefan Behnel2018-10-152-3/+3
|/ / / /
* | | | Prepare release of 0.29.0.29Stefan Behnel2018-10-141-1/+1
* | | | Merge pull request #2645 from jdemeyer/bytes_non_asciiStefan Behnel2018-10-141-1/+1
|\ \ \ \
| * | | | Only error out for non-ASCII literals on actual bytes literalsJeroen Demeyer2018-10-051-1/+1
* | | | | Optimise internal bounds checks like "0 <= i <= limit" using a single unsigne...smarter_bounds_checksStefan Behnel2018-10-145-28/+43