summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Enable "check_size=False" for the NumPy ndarray and dtype extension types to ...0.29rc2Stefan Behnel2018-09-292-2/+6
* Document "language_level=3str" and also support it in the cythonize command a...Stefan Behnel2018-09-293-16/+21
* Update changelog.Stefan Behnel2018-09-291-0/+1
* Merge pull request #2635 from cython/cy3strStefan Behnel2018-09-295-26/+26
|\
| * Remove the new 'str_is_str' directive again and replace it by a new "language...cy3strStefan Behnel2018-09-295-26/+26
* | Minor cleanups of 'check_size' implementation (#2627).Stefan Behnel2018-09-296-17/+18
* | Merge pull request #2627 from mattip/check_size2Stefan Behnel2018-09-299-28/+181
|\ \ | |/ |/|
| * MAINT: fixes from reviewmattip2018-09-253-5/+14
| * MAINT: fixes from reviewmattip2018-09-258-30/+27
| * MAINT: cannot use local enum in __Pyx functionsmattip2018-09-253-19/+26
| * DOC: document the new check_size clausemattip2018-09-252-4/+28
| * ENH: add check_size option to ctypedef class for external classesmattip2018-09-257-24/+140
* | Fix 'coding' cookie detection in the second source line.Stefan Behnel2018-09-291-1/+1
* | Merge branch 'master' into releaseStefan Behnel2018-09-2912-14/+340
|\ \
| * | Ignore the "c_string_encoding" directive when looking for a "coding" cookie i...Stefan Behnel2018-09-293-5/+12
| * | Merge pull request #2629 from mattip/ctypedef-class-getterscoder2018-09-263-0/+185
| |\ \
| | * | DOC: describe motivation for the featuremattip2018-09-261-2/+11
| | * | DOC, TST: test and document external extension type attribute aliasingmattip2018-09-253-0/+176
| |/ /
| * | Merge pull request #2626 from mattip/subtree-failRobert Bradshaw2018-09-241-3/+10
| |\ \
| | * | MAINT: if subtree test fails, print out all stdout, stderr not just lastmattip2018-09-241-3/+10
| | |/
| * | Merge pull request #2625 from cython/str_is_str_gh25650.29rc1scoder2018-09-246-6/+133
| |\ \ | | |/ | |/|
| | * Add a new directive 'str_is_str=True' that keeps unprefixed string literals a...Stefan Behnel2018-09-246-6/+133
| |/
* | Merge branch 'master' into releaseStefan Behnel2018-09-245-7/+199
|\ \ | |/
| * Merge pull request #2622 from mattip/check_sizescoder2018-09-231-0/+155
| |\
| | * WIP: TEST: add test for 'binary incompatibility' warning, errormattip2018-09-231-0/+155
| * | Update changelog.Stefan Behnel2018-09-231-0/+3
| * | 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
* | | Merge branch 'master' into releaseStefan Behnel2018-09-235-22/+328
|\ \ \ | |/ /
| * | Stop ignoring Stackless-3 failures in travis since it seems to work reliably ...Stefan Behnel2018-09-231-1/+1
| * | Make switch-statement work nicely with line tracing.Stefan Behnel2018-09-233-2/+16
| * | Update test_grammar.py test from CPython 3.7+.Stefan Behnel2018-09-231-19/+311
* | | Merge branch 'master' into releaseStefan Behnel2018-09-231-6/+5
|\ \ \ | |/ /
| * | Use a different constant (PI instead of NAN) in the "import *" test since NAN...Stefan Behnel2018-09-231-6/+5
* | | Merge branch 'master' into releaseStefan Behnel2018-09-237-16/+80
|\ \ \ | |/ /
| * | Update changelog.Stefan Behnel2018-09-231-2/+6
| * | Merge pull request #2623 from nicktimko/patch-1Robert Bradshaw2018-09-221-4/+6
| |\ \
| | * | Call out the different name used for the wrapperNick Timkovich2018-09-221-4/+6
| | |/
| * | Wrap some long lines.Robert Bradshaw2018-09-221-4/+13
| * | Merge pull request #2615 from robertwb/cpp-py-exceptionRobert Bradshaw2018-09-226-8/+57
| |\ \ | | |/ | |/|
| | * 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-206-8/+56
* | | Merge branch 'master' into releaseStefan Behnel2018-09-227-86/+95
|\ \ \ | |/ /
| * | Disable the numpy tests also for the new "numpy_old" tag.Stefan Behnel2018-09-221-1/+2
| * | Enable the NumPy 1.7 API macro in all NumPy integration tests that do not rel...Stefan Behnel2018-09-226-84/+92
| * | Update changelog.Stefan Behnel2018-09-221-1/+1
* | | Merge branch 'master' into releaseStefan Behnel2018-09-2220-86/+335
|\ \ \ | |/ /
| * | Add test for #2621.Stefan Behnel2018-09-221-0/+12
| * | Declare constants in "libc.math" with "const" modifier to detect/avoid assign...Stefan Behnel2018-09-222-20/+22