- 20 Mar, 2016 8 commits
-
-
Jelle Zijlstra authored
Not sure about the refcounting
-
Jelle Zijlstra authored
-
Jelle Zijlstra authored
Using _PyUnicode_Writer might be faster but seems more complicated to implement.
-
Jelle Zijlstra authored
Still doesn't do concatenation of FormattedValueNodes correctly.
-
Jelle Zijlstra authored
-
Jelle Zijlstra authored
-
Jelle Zijlstra authored
-
Jelle Zijlstra authored
Parses f-strings into ExprNodes, but with no support for compiling them. Some known bugs are marked as TODOs.
-
- 12 Sep, 2015 10 commits
-
-
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 8 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
-