summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix cpdef methods to not emit redeclared warning (see #1874)dalcinl/fix-cpdef-warningLisandro Dalcin2017-11-041-2/+1
* Merge branch '0.27.x'Stefan Behnel2017-11-031-1/+8
|\
| * Fix another direct usage of "tstate->exc_type" which changed in Py3.7.0.27.3Stefan Behnel2017-11-031-1/+8
* | Merge branch '0.27.x'Stefan Behnel2017-11-031-2/+2
|\ \ | |/
| * Prepare release of 0.27.3.Stefan Behnel2017-11-032-3/+3
* | Merge branch '0.27.x'Stefan Behnel2017-11-031-0/+3
|\ \ | |/
| * Update changelog.Stefan Behnel2017-11-031-0/+3
| * Add 'except NULL' to PyWeakref_GetObject.Jeroen Demeyer2017-11-031-1/+1
* | Merge pull request #1975 from jdemeyer/PyWeakref_GetObject_exceptscoder2017-11-031-1/+1
|\ \
| * | Add 'except NULL' to PyWeakref_GetObject.Jeroen Demeyer2017-11-021-1/+1
* | | Merge branch 'master' of git+ssh://github.com/cython/cythonStefan Behnel2017-11-033-38/+141
|\ \ \ | |/ /
| * | Merge pull request #1970 from cython/dalcinl/fix-getbufferLisandro Dalcin2017-11-023-38/+141
| |\ \
| | * | Update implementation of PEP 3118 getbuffer special methoddalcinl/fix-getbufferLisandro Dalcin2017-11-013-38/+141
| |/ /
* | | Merge branch '0.27.x'Stefan Behnel2017-11-031-1/+3
|\ \ \ | |/ / |/| / | |/
| * Fix C++11 compiler setup in test runner.Stefan Behnel2017-11-031-1/+3
* | Update changelog.Stefan Behnel2017-11-011-0/+3
* | Repair and extend TSS API test.Stefan Behnel2017-11-011-11/+30
* | Improve preprocessor guard for new TSS API.Stefan Behnel2017-11-011-1/+1
* | Merge pull request #1939 from sonots/tss_apiscoder2017-10-313-1/+98
|\ \
| * | Add tests/run/tss.pyxsonots2017-10-311-0/+51
| * | Add PythonCompatibility Codes for TSS (Thread Specific Storage) APIsonots2017-10-311-0/+34
| * | Add TSS (Thread Specific Storage) API in CPython 3.7+sonots2017-10-311-1/+13
* | | Implement line tracing for generators and coroutines.Stefan Behnel2017-10-316-13/+75
* | | Merge branch '0.27.x'Stefan Behnel2017-10-311-0/+1
|\ \ \ | |/ / |/| / | |/
| * Fix refleak for module name string in coroutine objects.Stefan Behnel2017-10-311-0/+1
* | Merge branch '0.27.x'Stefan Behnel2017-10-312-3/+6
|\ \ | |/
| * Prevent MinGW builds on Windows from relying on a non-exported symbol for "_P...Stefan Behnel2017-10-312-3/+6
* | Reformat code.Stefan Behnel2017-10-291-4/+4
* | Merge branch '0.27.x'Stefan Behnel2017-10-293-0/+28
|\ \ | |/
| * Repair string forward references to extension types in cython.locals() decora...Stefan Behnel2017-10-293-0/+28
* | Merge branch '0.27.x'Stefan Behnel2017-10-293-5/+7
|\ \ | |/
| * Merge pull request #1960 from cython/dalcinl/fix-try-finallyscoder2017-10-291-3/+3
| |\
| | * Minor changes to try/finally code generation [should silence Coverity Scan]dalcinl/fix-try-finallyLisandro Dalcin2017-10-291-3/+3
| * | Merge remote-tracking branch 'origin/release' into 0.27.xStefan Behnel2017-10-292-2/+4
| |\ \
| | * \ Merge pull request #1951 from cython/dalcinl/fix-releaseLisandro Dalcin2017-10-292-2/+4
| | |\ \ | | | |/ | | |/|
| | | * CyFunction: Fix use of `offsetof()` to silence clang -Wextended-offsetofdalcinl/fix-releaseLisandro Dalcin2017-10-271-1/+1
| | | * Add missing `extern` declaration for the `module_is_main` flagLisandro Dalcin2017-10-271-1/+3
* | | | Merge branch 'master' of git+ssh://github.com/cython/cythonStefan Behnel2017-10-291-5/+5
|\ \ \ \
| * \ \ \ Merge pull request #1963 from smartsammler/fix-ctyes_def_testscoder2017-10-291-5/+5
| |\ \ \ \
| | * | | | Fix annotation_typing test caseJulian Gethmann2017-10-281-5/+5
* | | | | | Update changelog.Stefan Behnel2017-10-291-0/+42
* | | | | | Add comment.Stefan Behnel2017-10-291-0/+2
* | | | | | Merge branch '0.27.x'Stefan Behnel2017-10-291-0/+12
|\ \ \ \ \ \ | |/ / / / / |/| | / / / | | |/ / / | |/| | |
| * | | | Update changelog.Stefan Behnel2017-10-291-0/+12
| | |/ / | |/| |
* | | | RST fix in docs.Stefan Behnel2017-10-291-1/+1
* | | | Move docs section on embedding multiple modules further down as it's not a ve...Stefan Behnel2017-10-291-48/+49
* | | | Rewrite the docs section on embedding multiple modules into one binary.Stefan Behnel2017-10-291-24/+35
* | | | Merge branch '0.27.x'Stefan Behnel2017-10-292-2/+2
|\ \ \ \ | |/ / /
| * | | Prefix global helper function name to reduce the risk of naming collisions du...Stefan Behnel2017-10-292-2/+2
* | | | Clean up code in PythranExpr class.Stefan Behnel2017-10-291-14/+8