- 28 Sep, 2015 2 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 27 Sep, 2015 2 commits
-
-
Stefan Behnel authored
-
Robert Bradshaw authored
-
- 25 Sep, 2015 1 commit
-
-
Robert Bradshaw authored
Though this path is never taken for unsigned ints, MSVC still throws warning C4146.
-
- 21 Sep, 2015 4 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 15 Sep, 2015 4 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
explicitly handle CloneNode in replacement transforms to make sure we take care of its content argument
-
Stefan Behnel authored
Conflicts: tests/run/iterdict.pyx
-
- 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 3 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-