summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Support CPython builds with docstrings disabled by wrapping docstring literal...gh884_docstringsStefan Behnel2019-03-033-3/+3
* Merge branch '0.29.x'Stefan Behnel2019-03-034-7/+27
|\
| * 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
* | Merge branch 'master' of git+ssh://github.com/cython/cythonStefan Behnel2019-03-031-1/+1
|\ \
| * \ Merge pull request #2878 from noamher/conditional-gilstatnodeStefan Behnel2019-03-031-1/+1
| |\ \
| | * | Fix reference in docsNoam Hershtig2019-03-021-1/+1
| |/ /
* | | Use "fast_gil" calls in line tracing code when available, and actually test it.Stefan Behnel2019-03-035-34/+46
|/ /
* | Merge branch '0.29.x'Stefan Behnel2019-03-021-49/+56
|\ \ | |/
| * Refactor parsing function in code coverage plugin to split the actual parsing...Stefan Behnel2019-03-021-49/+56
* | Merge branch '0.29.x'Stefan Behnel2019-03-021-2/+14
|\ \ | |/
| * Exclude non-executable lines from coverage analysis (anything that does not g...Stefan Behnel2019-03-021-2/+14
* | Merge branch '0.29.x'Stefan Behnel2019-03-013-21/+32
|\ \ | |/
| * 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
| |/
* | Merge branch '0.29.x'Stefan Behnel2019-02-271-1/+1
|\ \ | |/
| * Prepare release of 0.29.6.0.29.6Stefan Behnel2019-02-272-2/+2
* | Update changelog.Stefan Behnel2019-02-271-0/+4
* | Fix citation in docs.Stefan Behnel2019-02-261-1/+1
* | Merge pull request #2860 from noamher/conditional-gilstatnodeStefan Behnel2019-02-268-2/+456
|\ \
| * | Add conditional GILStatNode usage to documentationNoam Hershtig2019-02-252-0/+48
| * | Test conditional GILStatNode with compile-time constant as conditionNoam Hershtig2019-02-251-2/+6
| * | Create errors tests for conditional GILStatNodeNoam Hershtig2019-02-233-1/+89
| * | Create run tests for conditional GILStatNodeNoam Hershtig2019-02-234-4/+279
| * | Allow condition in GILStatNodeNoam Hershtig2019-02-234-2/+41
* | | Simplify code in time stamper thread and make sure the dup-ed stderr is close...Stefan Behnel2019-02-231-28/+31
* | | Prevent the time stamps in the test runner from being captured together with ...Stefan Behnel2019-02-231-3/+7
* | | Disable the new compiler warning about ambiguous exception return values when...Stefan Behnel2019-02-231-1/+3
* | | Merge pull request #2859 from cython/faster_absolute_reimportsStefan Behnel2019-02-237-50/+211
|\ \ \
| * | | Exclude an unused helper function in Py2.faster_absolute_reimportsStefan Behnel2019-02-231-0/+2
| * | | Fix a test failure due to a stupid str type check in Py2 distutils.Stefan Behnel2019-02-231-0/+2
| * | | Simplify some Py2 checks in the test runner.Stefan Behnel2019-02-231-5/+3
| * | | Merge branch 'master' into faster_absolute_reimportsStefan Behnel2019-02-222-3/+5
| |\ \ \
| * | | | Update changelog.Stefan Behnel2019-02-221-0/+3
| * | | | GH-2854: Implement CPython's safety guard against concurrent module initialis...Stefan Behnel2019-02-221-33/+43
| * | | | GH-2854: Reimplement absolute module imports to speed them up, especially und...Stefan Behnel2019-02-226-50/+196
* | | | | Move pycodestyle config to setup.cfg and constrain the files that it gets app...Stefan Behnel2019-02-233-11/+12
* | | | | Warn when a numeric exception return value is the same as the default return ...Stefan Behnel2019-02-231-0/+9
* | | | | Avoid ambiguous error return value in tests.Stefan Behnel2019-02-232-3/+3
| |_|/ / |/| | |
* | | | Simplify some Py2 checks in the test runner.Stefan Behnel2019-02-231-5/+3
* | | | Fix a test failure due to a stupid str type check in Py2 distutils.Stefan Behnel2019-02-231-0/+2
| |/ / |/| |
* | | When running a single test for multiple language levels, make sure they end u...Stefan Behnel2019-02-221-1/+3
* | | Intern all identifier strings in the parser.Stefan Behnel2019-02-221-2/+2
|/ /
* | Allow testing a single test file with both Cy2 and Cy3 language levels by giv...Stefan Behnel2019-02-221-10/+18
* | Merge branch '0.29.x'Stefan Behnel2019-02-200-0/+0
|\ \ | |/
| * Fix travis build in Py3.4 by pinning a version dependency.Stefan Behnel2019-02-201-2/+2
* | Remove unused import.Stefan Behnel2019-02-201-1/+0
* | Fix travis build in Py3.4 by pinning a version dependency.Stefan Behnel2019-02-201-2/+2
* | Merge branch '0.29.x'Stefan Behnel2019-02-192-3/+3
|\ \ | |/
| * Revert "Try using the embedded libzmq in pyzmq instead of a system wide insta...Stefan Behnel2019-02-192-3/+3