- 13 Sep, 2015 6 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Nikolaus Rath authored
Fixes http://trac.cython.org/ticket/864. --HG-- extra : amend_source : d2a97da4f942d555723b9bfa488985c5e5c27721
-
Stefan Behnel authored
explicitly cast digits during PyLong conversion to avoid relying on potentially unsafe C coercion (fixes ticket #865)
-
- 12 Sep, 2015 2 commits
-
-
Stefan Behnel authored
-
Jakub Wilk authored
-
- 11 Sep, 2015 6 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Leo Razoumov authored
-
Antony Lee authored
-
Robert Bradshaw authored
-
Stefan Behnel authored
-
- 06 Sep, 2015 2 commits
-
-
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)
-
- 05 Sep, 2015 5 commits
-
-
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
-
Stefan Behnel authored
-
- 04 Sep, 2015 1 commit
-
-
Robert Bradshaw authored
-
- 03 Sep, 2015 1 commit
-
-
Robert Bradshaw authored
-
- 02 Sep, 2015 1 commit
-
-
Stefan Behnel authored
fix bytes literal creation from compile-time DEF expressions (used to become Unicode strings due to missing encoding)
-
- 01 Sep, 2015 7 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Robert Bradshaw authored
This avoids the issue with overloaded address-of operators.
-
Robert Bradshaw authored
-
Jakub Wilk authored
-
Stefan Behnel authored
-
- 23 Aug, 2015 3 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 22 Aug, 2015 6 commits
-
-
Stefan Behnel authored
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
Stefan Behnel authored
-
Stefan Behnel authored
seems like the explicit deepcopy helpers in the control flow state objects are no longer needed but crash the compiler due to infinite recursion
-