- 12 Sep, 2015 16 commits
-
-
Stefan Behnel authored
-
scoder authored
__Pyx_decode_c_string: check for overflow when calling strlen.
-
Nikolaus Rath authored
Fixes http://trac.cython.org/ticket/864. --HG-- extra : amend_source : d2a97da4f942d555723b9bfa488985c5e5c27721
-
Stefan Behnel authored
fix cname override for helper functions: 'str' compile time values no longer require decoding in Py3
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
make str values in compile time DEF env turn into actually usable Unicode strings when compiling under Python 3
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
copy over "test_call.py" test from CPython 3.5+ to disable an error test that prevents it from building in Cython
-
Stefan Behnel authored
-
Jakub Wilk authored
-
scoder authored
Fix typos.
-
Jakub Wilk authored
-
- 11 Sep, 2015 8 commits
-
-
Stefan Behnel authored
Conflicts: CHANGES.rst
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Leo Razoumov authored
-
Antony Lee authored
-
Robert Bradshaw authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 07 Sep, 2015 1 commit
-
-
Robert Bradshaw authored
-
- 06 Sep, 2015 5 commits
-
-
Stefan Behnel authored
Conflicts: CHANGES.rst
-
Stefan Behnel authored
-
Stefan Behnel authored
revert integer literal suffixing again and instead generate C hex literals if no suffix is used to make the C compiler consider unsigned types for their values (see C standard 6.4.4)
-
Robert Bradshaw authored
Allow passing more than two -v's to cygdb.
-
Robert Bradshaw authored
Constants in float.pxd are not integers.
-
- 05 Sep, 2015 10 commits
-
-
Antony Lee authored
-
Antony Lee authored
-
Robert Bradshaw authored
Additions to includes
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
- append U-suffix only on coercion when the target type is unsigned - append L/LL-suffix when value looks too large for a smaller constant value type
-
Stefan Behnel authored
-
Stefan Behnel authored
- append U-suffix only on coercion when the target type is unsigned - append L/LL-suffix when value looks too large for a smaller constant value type
-
scoder authored
undef unwanted defines from longintrepr.h
-
Stefan Behnel authored
-