summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* GH-1461: Include the signature line of cdef functions in the import-time line...gh1461_cover_sig_lineStefan Behnel2019-03-013-21/+32
* Prepare release of 0.29.6.0.29.6Stefan Behnel2019-02-272-2/+2
* Fix travis build in Py3.4 by pinning a version dependency.Stefan Behnel2019-02-201-2/+2
* Revert "Try using the embedded libzmq in pyzmq instead of a system wide insta...Stefan Behnel2019-02-192-3/+3
* Update changelog.Stefan Behnel2019-02-191-0/+4
* Try using the embedded libzmq in pyzmq instead of a system wide installation.Stefan Behnel2019-02-192-3/+3
* Fix transitive dependency version of pyzmq to work around test problems on tr...Stefan Behnel2019-02-191-0/+2
* When detecting an invalid system configuration for overflow checks, at least ...Stefan Behnel2019-02-191-2/+10
* Recognize that the default encoding is always utf-8 in Python 3.Robert Bradshaw2019-02-192-1/+154
* Avoid checking "signed" type attribute for non-numeric types (which don't hav...Stefan Behnel2019-02-191-3/+5
* Fix left-over Pyrex reference.Stefan Behnel2019-02-151-1/+1
* Update changelog.Stefan Behnel2019-02-151-0/+6
* Prevent crash when accessing the "__kwdefaults__" special attribute of fused ...Stefan Behnel2019-02-152-1/+33
* Fix buffer format parsing code to allow the digit '9' in numbers.Stefan Behnel2019-02-152-2/+15
* Update changelog.Stefan Behnel2019-02-131-0/+10
* Conform to Cython's GCC version check conventionMichael Anselmi2019-02-131-4/+1
* Avoid GCC diagnostic pragma if GCC < 4.6Michael Anselmi2019-02-131-2/+9
* Bring the doc string C constant back all for special methods, except for the ...Stefan Behnel2019-02-091-1/+1
* Bring the doc string C constant back for special methods, except for the buff...Stefan Behnel2019-02-091-1/+1
* Add safety cast in queue tutorial code that avoids casting a potentially non-...Stefan Behnel2019-02-091-61/+61
* Avoid signed vs. unsigned comparison warning for loop variables in memoryview...Stefan Behnel2019-02-091-52/+52
* Silence an "unused" C compiler warning when we cannot easily decide whether t...Stefan Behnel2019-02-091-1/+1
* Add safety parentheses in helper macro, also to avoid a compiler warning abou...Stefan Behnel2019-02-091-3/+3
* Avoid the C compiler warning about an unused docstring constant for "__getbuf...Stefan Behnel2019-02-091-2/+2
* Extend cpdef method test to cover some more (non-)override cases.Stefan Behnel2019-02-091-1/+55
* Add some guards and branch hints to the dict lookup optimisation code.Stefan Behnel2019-02-092-8/+12
* Prepare release of 0.29.5.0.29.5Stefan Behnel2019-02-082-2/+5
* Exclude jupyter from PyPy tests since it has too many dependencies that may n...Stefan Behnel2019-02-082-1/+1
* Move dict version checking code into a separate utility code section since it...Stefan Behnel2019-02-084-47/+60
* Make the cpdef override check work with Python subclasses of extension types ...Stefan Behnel2019-02-085-28/+107
* Do not install test dependencies on CPython dev versions in travis as they ar...Stefan Behnel2019-02-081-2/+2
* Disable pythran testing in Py3.8 for now since it fails.Stefan Behnel2019-02-081-1/+1
* Update changelog.Stefan Behnel2019-02-031-1/+4
* Fix support for C++ enum classesOrivej Desh2019-02-031-1/+8
* Update changelog.Stefan Behnel2019-02-021-0/+3
* Fix msvc compiler warning C4244Christoph Gohlke2019-02-021-2/+2
* Remove superfluous codecgohlke2019-02-021-5/+1
* Simplify logical expressioncgohlke2019-02-021-1/+1
* Fix casting ssize_t to unsignedcgohlke2019-02-021-1/+1
* Fix warning about invalid escape sequence in regex.Stefan Behnel2019-02-021-1/+1
* Update changelog.Stefan Behnel2019-02-021-0/+7
* Clean up insertion points after use in prange code since they conflict with t...Stefan Behnel2019-02-022-5/+24
* Fix exception messages for float division by zero, as well as their tests (wh...0.29.4Stefan Behnel2019-02-013-24/+24
* Fix call signature of C helper function for integer comparisons.Stefan Behnel2019-02-011-3/+5
* Prepare release of Cython 0.29.4.Stefan Behnel2019-02-012-1/+11
* Fix various cases where optimised division of constants did not check for div...Stefan Behnel2019-02-016-9/+285
* Fix test: C compiler warns about uninitialised variables.Stefan Behnel2019-01-191-1/+1
* Try to make the test result passing from forked tests more robust.Stefan Behnel2019-01-191-16/+15
* Fix a test on big-endian architectures.Stefan Behnel2019-01-191-1/+1
* Prepare release of 0.29.3.0.29.3Stefan Behnel2019-01-192-2/+2