summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add failing test for GH-2670.gh2670_win_intopStefan Behnel2018-10-201-0/+23
* Clean up a doctest.Stefan Behnel2018-10-201-8/+5
* Extend buildenv test to allow estimating the actual PyLong digit size of the ...Stefan Behnel2018-10-201-0/+1
* Update changelog.Stefan Behnel2018-10-191-0/+10
* Correct the handling of line tracing errors on try-statements. Previously, th...Stefan Behnel2018-10-192-8/+77
* Exclude code-style test automatically if pycodestyle is not installed.Stefan Behnel2018-10-161-1/+7
* Disable code-style checks in appveyor.Stefan Behnel2018-10-161-1/+1
* Avoid some C compiler warnings about constant conditions.Stefan Behnel2018-10-152-3/+3
* Prepare release of 0.29.0.29Stefan Behnel2018-10-142-2/+2
* Merge pull request #2645 from jdemeyer/bytes_non_asciiStefan Behnel2018-10-142-1/+3
|\
| * Only error out for non-ASCII literals on actual bytes literalsJeroen Demeyer2018-10-052-1/+3
* | Merge pull request #2657 from cython/smarter_bounds_checksStefan Behnel2018-10-145-28/+43
|\ \
| * | Optimise internal bounds checks like "0 <= i <= limit" using a single unsigne...smarter_bounds_checksStefan Behnel2018-10-145-28/+43
|/ /
* | 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-027-13/+13
|/
* Rename the options of the "check_size" feature to make them more obvious: "wa...Stefan Behnel2018-09-299-60/+56
* 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