summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Avoid generating empty tp_new() functions if we can copy the function pointer...less_tp_newStefan Behnel2019-03-301-9/+38
* Avoid generating a tp_new() function for extension types that do not need the...Stefan Behnel2019-03-225-10/+65
* Clarify a variable name and simplify its usage.Stefan Behnel2019-03-221-6/+8
* In test runner, change "compiling test" back to "compiling and running test" ...Stefan Behnel2019-03-221-2/+2
* Fix some comments.Stefan Behnel2019-03-201-4/+2
* Avoid building control flow GV graph if it's not requested.Stefan Behnel2019-03-181-7/+5
* Merge branch '0.29.x'Stefan Behnel2019-03-181-3/+1
|\
| * Remove unused fields in ControlBlock class (were used before switching to bit...Stefan Behnel2019-03-181-3/+1
* | Reduce global state in FlowControl.py to see if it reduces the chance of relo...Stefan Behnel2019-03-172-9/+8
* | Simplify optimisation code for cascaded comparisons and improve its test cove...Stefan Behnel2019-03-163-23/+42
* | Improve error message if assertion fails.Stefan Behnel2019-03-151-1/+1
* | Improve error message if assertion fails.Stefan Behnel2019-03-151-2/+3
* | Merge pull request #2894 from navytux/y/MMAP_FAILEDStefan Behnel2019-03-151-0/+2
|\ \
| * | include: posix.mman += MAP_FAILEDKirill Smelkov2019-03-141-0/+2
* | | Merge pull request #2893 from navytux/y/mlock2Stefan Behnel2019-03-151-0/+4
|\ \ \
| * | | include: posix.mman += mlock2, MLOCK_ONFAULT, MCL_ONFAULTKirill Smelkov2019-03-141-0/+4
| |/ /
* | | Import "Iterable" ABC class from "collections.abc" in Py3 instead of deprecat...Stefan Behnel2019-03-151-1/+6
* | | Fix some "resource usage" warnings for unclosed process pipes when running in...Stefan Behnel2019-03-151-1/+2
* | | Fix some "resource usage" warnings for unclosed files in tests when running i...Stefan Behnel2019-03-151-10/+20
* | | Fix deprecated threading API usage in test runner.Stefan Behnel2019-03-151-3/+3
* | | Fix some deprecated unittest method usages.Stefan Behnel2019-03-147-31/+31
|/ /
* | Update changelog.Stefan Behnel2019-03-121-3/+6
* | Move the setting of the new cythonize option "--no-docstrings" to a better pl...Stefan Behnel2019-03-121-3/+3
* | cythonize --no-docstrings (#2889)墨焓2019-03-121-0/+5
* | Merge branch '0.29.x'Stefan Behnel2019-03-041-1/+1
|\ \ | |/
| * At module cleanup time, clear the module dict before the global references th...Stefan Behnel2019-03-041-1/+1
* | Merge branch '0.29.x'Stefan Behnel2019-03-041-8/+8
|\ \ | |/
| * Keep owned references to builtins module, "cython_runtime" module and preimpo...Stefan Behnel2019-03-041-8/+8
* | Merge pull request #2883 from cython/gh884_docstringsStefan Behnel2019-03-043-3/+3
|\ \
| * | Support CPython builds with docstrings disabled by wrapping docstring literal...Stefan Behnel2019-03-043-3/+3
|/ /
* | Work around Py2 unicode print issue in tests.Stefan Behnel2019-03-042-4/+14
* | Merge branch '0.29.x'Stefan Behnel2019-03-044-1/+24
|\ \ | |/
| * Add missing return type annotation to generators and coroutines.Stefan Behnel2019-03-044-1/+24
* | Disable "fast_gil" support in Py3<3.6 since Py3<3.5.2 lacks _PyThreadState_Un...Stefan Behnel2019-03-041-0/+22
* | 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