summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * 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
* | 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
|/
* 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
| |\ \
| | * | @cython.trashcan directive to enable the Python trashcan for deallocationsJeroen Demeyer2019-02-176-2/+227
* | | | Avoid checking "signed" type attribute for non-numeric types (which don't hav...Stefan Behnel2019-02-181-3/+5
|/ / /
* | | Optimise internal fallback method call to ".__await__()" in Py3.7+ by directl...Stefan Behnel2019-02-171-0/+8
* | | Fix CPython version guard.Stefan Behnel2019-02-171-2/+2
* | | Optimise internal fallback method calls in Py3.7+ by directly unpacking the m...Stefan Behnel2019-02-171-0/+25
* | | Minor code modernisations in Tempita module to use the with-statement.Stefan Behnel2019-02-171-9/+6
* | | Make issue tracker links in contribution guide also include the PRs that need...Stefan Behnel2019-02-161-2/+2
* | | Fix issue tracker links in contribution guide.Stefan Behnel2019-02-151-3/+3
* | | Fix some ReST errors and missing/duplicate references in docs.Stefan Behnel2019-02-155-3/+11
* | | Fix line endings.Stefan Behnel2019-02-15133-1724/+1724
* | | Fix early binding example (#2847)Federico Stra2019-02-152-3/+3
* | | Merge branch '0.29.x'Stefan Behnel2019-02-153-1/+39
|\ \ \ | | |/ | |/|
| * | Update changelog.Stefan Behnel2019-02-151-0/+6
| * | Prevent crash when accessing the "__kwdefaults__" special attribute of fused ...Stefan Behnel2019-02-152-1/+33
* | | Merge branch '0.29.x'Stefan Behnel2019-02-152-2/+15
|\ \ \ | |/ /
| * | Fix buffer format parsing code to allow the digit '9' in numbers.Stefan Behnel2019-02-152-2/+15
* | | Merge branch '0.29.x'Stefan Behnel2019-02-131-0/+10
|\ \ \ | |/ /
| * | 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