summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update implementation of PEP 3118 getbuffer special methoddalcinl/fix-getbufferLisandro Dalcin2017-11-013-38/+141
* 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
* | | | Looks like Py2 requires "__ne__()" in addition to "__eq__()" for a correct im...Stefan Behnel2017-10-281-0/+5
* | | | Move CYTHON_NO_PYINIT_EXPORT utility code into external file to avoid lengthy...Stefan Behnel2017-10-282-21/+25
* | | | Merge pull request #1945 from AraHaan/mod-init-no-exportscoder2017-10-282-2/+60
|\ \ \ \
| * | | | Add CYTHON_NO_PYINIT_EXPORT macro. (#1944)AraHaan2017-10-212-2/+60
* | | | | Merge branch '0.27.x'Stefan Behnel2017-10-281-6/+6
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Tighten Py3.7 guard for new "exc_state" struct usage.Stefan Behnel2017-10-281-6/+6
| * | | | FIX: account for change in how exception information is storedThomas A Caswell2017-10-281-0/+42
* | | | | Merge pull request #1956 from tacaswell/fix_37scoder2017-10-281-0/+42
|\ \ \ \ \
| * | | | | FIX: account for change in how exception information is storedThomas A Caswell2017-10-281-0/+42
|/ / / / /
* | | | | Avoid comparing arbitrary type string representations for equality and instea...Stefan Behnel2017-10-281-2/+2
* | | | | Re-add lost comment.Stefan Behnel2017-10-281-0/+1
* | | | | Merge pull request #1954 from nils-braun/pythran-multiple-line-supportscoder2017-10-284-9/+36
|\ \ \ \ \
| * | | | | Replace the content instead of calling the copy-assignment, which is not impl...Nils Braun2017-10-281-1/+5
| * | | | | Return a pythran expr when interfering the types in a compare nodeNils Braun2017-10-281-1/+7