- 05 Dec, 2010 5 commits
-
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
- 04 Dec, 2010 16 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Ondrej Certik authored
If enabled, it will abort on the first error occured. Just like "gcc -Wfatal-errors". Signed-off-by: Ondrej Certik <ondrej@certik.cz>
-
Ondrej Certik authored
Basic math.h constants and functions were added. Now when one wants to speedup the following code:: from math import sin, cos e = sin(5) + cos(6) one can do:: from libc.math cimport sin, cos e = sin(5) + cos(6) Not all math.h features are wrapped (yet), but basic functions should work. Signed-off-by: Ondrej Certik <ondrej@certik.cz>
-
- 03 Dec, 2010 6 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
--HG-- rename : tests/broken/builtinslice.pyx => tests/run/builtinslice.pyx
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Vitja Makarov authored
-
- 02 Dec, 2010 2 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 01 Dec, 2010 1 commit
-
-
Stefan Behnel authored
-
- 30 Nov, 2010 10 commits
-
-
Stefan Behnel authored
fix ticket #606: move scoped local variables back into ScopedExprNode/GeneratorExpressionScope to make sure they are cleaned up timely
-
Robert Bradshaw authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
refactor scope handling in ScopedExprNode, enable type inference for inlined genexpr nodes, fix type coercion of sum(genexpr)
-