- 29 Feb, 2016 1 commit
-
-
Nikolaus Rath authored
The current cast isn't doing anything, because the unary minus implicitly upcasts to int again, resulting in warnings about potentially value altering conversions on 32 bit systems. Fixes issue #877.
-
- 12 Sep, 2015 14 commits
-
-
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 11 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
-
Stefan Behnel authored
-