summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* prefer sys.path before Cython/Include when searching for pxd files (GH-2993)Stefan Behnel2019-06-284-55/+79
* Clarify version check.Stefan Behnel2019-06-281-1/+1
* Handle API compatibility for CPython bpo-37221 (GH-3009)Nick Coghlan2019-06-281-0/+3
* Mark regex as raw string to avoid syntax warnings (#3000)DWesl2019-06-131-1/+1
* Update changelog.Stefan Behnel2019-06-111-0/+13
* Mangle cname for closures in derived c class (GH-2990)Josh Tobin2019-06-112-1/+22
* Simplify slice handling in Pythran (GH-2989)serge-sans-paille2019-06-111-8/+3
* Make pythran version checks more resilientserge-sans-paille2019-06-113-28/+24
* Prepare release of 0.29.10.0.29.10Stefan Behnel2019-06-022-2/+2
* Fix compile errors in CPython 3.8b1 due to the tp_print/tp_vectorcall slots.Stefan Behnel2019-05-316-0/+44
* Update unicode test to conditionally expect FI/Finnish in pre/post-Py3.8 (GH-...Marcel Plch2019-05-311-2/+5
* Update changelog.0.29.9Stefan Behnel2019-05-281-0/+3
* Fix unicode test.Robert Bradshaw2019-05-281-1/+1
* Move the variable declarations in a C helper function to where they are actua...Stefan Behnel2019-05-281-2/+2
* Fix a crash regression in 0.29.8 due to missing error handling when creating ...Stefan Behnel2019-05-283-3/+15
* Fix C++ division when true division is enabled.Robert Bradshaw2019-05-272-6/+8
* Prepare release of 0.29.8.0.29.8Stefan Behnel2019-05-272-2/+5
* Merge pull request #2971 from Dormouse759/0.29.x_pycode_new_compile_onlyStefan Behnel2019-05-272-9/+13
|\
| * Fix compile error with 3.8Marcel Plch2019-05-262-9/+13
|/
* Disable a (not-really-for-Cython) test that fails due to Unicode fixes in Py3.8.Stefan Behnel2019-05-092-3/+5
* Update test_unicode.py from Py3.8.Stefan Behnel2019-05-091-21/+25
* Fix passing Python classes through "cython.inline()".Stefan Behnel2019-04-303-1/+10
* Update changelog.Stefan Behnel2019-04-301-1/+5
* Exclude tuples with starred expressions from the %-formatting optimisation.Stefan Behnel2019-04-302-0/+22
* Update changelog.Stefan Behnel2019-04-281-0/+13
* Extend test.Stefan Behnel2019-04-281-2/+23
* GH-2919: Prevent tuple constants that compare equal but have different item t...Stefan Behnel2019-04-282-2/+22
* Fix mypy usage problem in test runner: should pass list, was passing tuple.Stefan Behnel2019-04-241-2/+2
* Disable mypy usage in tests for Py3.4 since it's no longer supported.Stefan Behnel2019-04-241-1/+1
* Fix a compiler crash when non-ASCII characters appear in unprefixed strings i...Stefan Behnel2019-04-233-2/+106
* Prepare release of 0.29.7.0.29.7Stefan Behnel2019-04-142-2/+9
* Work around Py2 unicode print issue in tests.Stefan Behnel2019-03-312-4/+14
* Fix C89 "declarations after code" issue.Stefan Behnel2019-03-221-1/+2
* Remove unused fields in ControlBlock class (were used before switching to bit...Stefan Behnel2019-03-181-3/+1
* At module cleanup time, clear the module dict before the global references th...Stefan Behnel2019-03-041-1/+1
* Keep owned references to builtins module, "cython_runtime" module and preimpo...Stefan Behnel2019-03-041-8/+8
* Add missing return type annotation to generators and coroutines.Stefan Behnel2019-03-044-1/+24
* Issue a warning when casting a GIL-requiring function into a nogil function (...Stefan Behnel2019-03-033-6/+24
* Fix nogil status for error handling in line tracing code of with/try-finally ...Stefan Behnel2019-03-031-1/+3
* Refactor parsing function in code coverage plugin to split the actual parsing...Stefan Behnel2019-03-021-49/+56
* Exclude non-executable lines from coverage analysis (anything that does not g...Stefan Behnel2019-03-021-2/+14
* Merge pull request #2871 from cython/gh1461_cover_sig_lineStefan Behnel2019-03-013-21/+32
|\
| * 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