summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* GH-1461: Include the signature line of cdef functions in the import-time line...gh1461_cover_sig_line_masterStefan Behnel2019-03-013-21/+25
* 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
* | Merge branch '0.29.x'Stefan Behnel2019-02-192-1/+5
|\ \ | |/
| * 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
* | 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
* | Merge branch 'master' of git+ssh://github.com/cython/cythonStefan Behnel2019-02-198-15/+333
|\ \
| * \ Merge pull request #2852 from jdemeyer/trashcanStefan Behnel2019-02-192-13/+106
| |\ \
| | * | Document trashcanJeroen Demeyer2019-02-192-13/+106
| |/ /
| * | Merge pull request #2842 from jdemeyer/trashcanStefan Behnel2019-02-186-2/+227
| |\ \