- 04 Dec, 2010 1 commit
-
-
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>
-
- 30 Nov, 2010 11 commits
-
-
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)
-
Stefan Behnel authored
-
Robert Bradshaw authored
-
- 29 Nov, 2010 1 commit
-
-
Stefan Behnel authored
-
- 28 Nov, 2010 4 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 27 Nov, 2010 3 commits
-
-
Stefan Behnel authored
--HG-- rename : tests/run/lambda_module.pyx => tests/run/lambda_module_T603.pyx
-
Vitja Makarov authored
-
Stefan Behnel authored
setup.py option '--cython-compile-all' to compile more Cython modules during installation than enabled by default
-
- 26 Nov, 2010 19 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Lisandro Dalcin authored
--HG-- extra : rebase_source : 7fea7f050894df69b66a2bdb843ce1885ef7ef7a
-
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
-
Stefan Behnel authored
really fix parallel/cascaded assignments this time (and test it): make sure the rhs values are evaluated in source code order
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 25 Nov, 2010 1 commit
-
-
Stefan Behnel authored
-