summaryrefslogtreecommitdiff
path: root/Cython
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | Fix deprecated unittest API usage.Stefan Behnel2018-10-141-2/+2
* | | | | Merge pull request #2637 from bjodah/cmdline-opt-3strStefan Behnel2018-10-131-0/+4
|\ \ \ \ \
| * | | | | Add --3str command line option to 'cython' programBjörn Dahlgren2018-09-291-0/+4
* | | | | | Merge pull request #2641 from jdemeyer/language_deprecatedStefan Behnel2018-10-131-1/+2
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Improve message for deprecated "language=..." optionJeroen Demeyer2018-10-021-1/+2
| | |/ / / | |/| | |
* | | | | Allocate sufficient space for null termination.Robert Bradshaw2018-10-031-1/+1
|/ / / /
* | | | Fix type import enum.Robert Bradshaw2018-10-022-7/+5
* | | | Use enum rather than int for size_check.Robert Bradshaw2018-10-022-14/+17
* | | | Rename check_size extend option to ignore.Robert Bradshaw2018-10-025-7/+7
|/ / /
* | | Rename the options of the "check_size" feature to make them more obvious: "wa...Stefan Behnel2018-09-297-28/+20
| |/ |/|
* | Enable "check_size=False" for the NumPy ndarray and dtype extension types to ...0.29rc2Stefan Behnel2018-09-291-2/+2
* | Document "language_level=3str" and also support it in the cythonize command a...Stefan Behnel2018-09-291-1/+3
* | Merge pull request #2635 from cython/cy3strStefan Behnel2018-09-293-17/+12
|\ \
| * | Remove the new 'str_is_str' directive again and replace it by a new "language...cy3strStefan Behnel2018-09-293-17/+12
* | | Minor cleanups of 'check_size' implementation (#2627).Stefan Behnel2018-09-296-17/+18
* | | Merge pull request #2627 from mattip/check_size2Stefan Behnel2018-09-296-20/+73
|\ \ \ | |/ / |/| |
| * | MAINT: fixes from reviewmattip2018-09-252-2/+10
| * | MAINT: fixes from reviewmattip2018-09-255-13/+17
| * | MAINT: cannot use local enum in __Pyx functionsmattip2018-09-252-16/+16
| * | ENH: add check_size option to ctypedef class for external classesmattip2018-09-256-20/+61
* | | Fix 'coding' cookie detection in the second source line.Stefan Behnel2018-09-291-1/+1
* | | Ignore the "c_string_encoding" directive when looking for a "coding" cookie i...Stefan Behnel2018-09-291-3/+3
* | | Add a new directive 'str_is_str=True' that keeps unprefixed string literals a...Stefan Behnel2018-09-244-6/+27
|/ /
* | Deduplicate constant tuples and slices to generate them only once and share t...Stefan Behnel2018-09-232-5/+39
* | Simplify some code.Stefan Behnel2018-09-231-2/+2
* | Make switch-statement work nicely with line tracing.Stefan Behnel2018-09-231-2/+14
* | Wrap some long lines.Robert Bradshaw2018-09-221-4/+13
* | Merge pull request #2615 from robertwb/cpp-py-exceptionRobert Bradshaw2018-09-223-8/+28
|\ \
| * | Update ExprNodes.pyRobert Bradshaw2018-09-201-5/+7
| * | Update Nodes.pyRobert Bradshaw2018-09-201-1/+0
| * | Allow catching both C++ and Python exceptions.Robert Bradshaw2018-09-203-8/+27
* | | Declare constants in "libc.math" with "const" modifier to detect/avoid assign...Stefan Behnel2018-09-221-20/+20
* | | Exclude 'const' globals from star-importing since they can't get assigned any...Stefan Behnel2018-09-221-1/+1
* | | Prevent assigned global variables from being marked and treated as closure va...Stefan Behnel2018-09-221-1/+1
* | | Clean up directives to distinguish between those that belong to a function or...Stefan Behnel2018-09-223-43/+41
* | | Add missing keyword arguments to fake prange() function in Shadow.py.Stefan Behnel2018-09-211-1/+1
* | | Fix wrong variable usage in __Pyx_PyIndex_AsSsize_t().Stefan Behnel2018-09-211-1/+1
|/ /
* | Check some child nodes against the correct nogil context when they are actual...Stefan Behnel2018-09-194-18/+39
* | Discard invisible type annotations from cdef functions after applying them, a...Stefan Behnel2018-09-191-0/+4
* | Merge branch 'except_plus_null_pyobject' of https://github.com/bloomberg/cythonRobert Bradshaw2018-09-171-1/+1
|\ \
| * | Perform <object>NULL check for "except +" callsMatt Wozniski2018-09-171-11/+13
* | | Catch Python exceptions for object-returning except+ functions.Robert Bradshaw2018-09-171-4/+22
* | | Prepare release of 0.29 beta 1.0.29b1Stefan Behnel2018-09-161-1/+1
* | | Support a direct "language_level" argument in "cython.inline()", and fix a te...Stefan Behnel2018-09-161-3/+8
* | | Warn when no "language_level" is specified to prepare the transition to langu...Stefan Behnel2018-09-165-9/+27
* | | Fix compilation failures with Pythran 0.8.7 by generating different code for ...Stefan Behnel2018-09-161-5/+10
* | | Simplify file hashing code in cythonize() dependency tracking.Stefan Behnel2018-09-161-7/+3
* | | Fix compilation failure with Pythran 0.8.7.Stefan Behnel2018-09-161-5/+9
* | | Add missing import.Stefan Behnel2018-09-161-0/+1
|/ /
* | Add forgotten utility code dependency.Stefan Behnel2018-09-151-0/+1