- 27 Oct, 2009 1 commit
-
-
Stefan Behnel authored
-
- 26 Oct, 2009 5 commits
-
-
Dag Sverre Seljebotn authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 25 Oct, 2009 3 commits
-
-
Stefan Behnel authored
-
Lisandro Dalcin authored
-
Stefan Behnel authored
-
- 24 Oct, 2009 2 commits
-
-
Lisandro Dalcin authored
-
Robert Bradshaw authored
Bug and fix reported by Mark Lodato.
-
- 05 Oct, 2009 7 commits
-
-
Mark Lodato authored
Add a target (with alias "html") to build README.html from README.txt using rst2html. This is not run by default.
-
Mark Lodato authored
The only reason I had a "rst" extension was so that GitHub would pick it up. --HG-- rename : Demos/freeze/README.rst => Demos/freeze/README.txt
-
Mark Lodato authored
Add an example of building a --pymain Python interpreter to the README and to the Makefile.
-
Mark Lodato authored
Add an option to build a regular interpreter, calling Py_Main(), rather than running the first module as __main__.
-
Mark Lodato authored
-
Mark Lodato authored
-
Mark Lodato authored
-
- 04 Oct, 2009 4 commits
-
-
Mark Lodato authored
Instead of hard-coding the compiler flags and libraries, extract them from distutils.sysconfig.
-
Mark Lodato authored
I mis-spelled "combinatorics", and I forgot to use the -c flag to gcc.
-
Mark Lodato authored
-
Mark Lodato authored
-
- 06 Oct, 2009 1 commit
-
-
Mark Lodato authored
-
- 04 Oct, 2009 1 commit
-
-
Mark Lodato authored
-
- 03 Oct, 2009 1 commit
-
-
Mark Lodato authored
--HG-- rename : bin/cython_freeze.py => bin/cython_freeze
-
- 04 Oct, 2009 1 commit
-
-
Mark Lodato authored
The files originally had README.rst in the top level and the examples in the example directory, but now all are in Demos/freeze.
-
- 24 Oct, 2009 5 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 12 Oct, 2009 1 commit
-
-
Mark Lodato authored
The PyInt conversion functions generate two warnings when compiled under `gcc -Wall -Wextra`: 1. comparison of unsigned expression < 0 is always false 2. signed and unsigned type in conditional expression This patch fixes these problems by creating a new temporary variable `is_unsigned`, which fixes problem 1, and by converting the ternary return expression into a normal if/else branch, which fixes problem 2.
-
- 23 Oct, 2009 1 commit
-
-
Lisandro Dalcin authored
--HG-- extra : rebase_source : 3512ea980463bae13f30b0d8bd395cabe253e65c
-
- 22 Oct, 2009 1 commit
-
-
Lisandro Dalcin authored
--HG-- extra : rebase_source : 37bb9de5574e1f7b4f288192eaa3c70a2ae350ca
-
- 16 Oct, 2009 2 commits
-
-
Mark Lodato authored
This provides a fast way to check to see the data type of an ndarray. For example, to check to see if an integer is 64 bits: PyArray_TYPE(a) == NPY_UINT64 or PyArray_TYPE(a) == NPY_INT64
-
Mark Lodato authored
-
- 23 Oct, 2009 4 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
--HG-- rename : Cython/Includes/python_string.pxd => Cython/Includes/python_bytes.pxd rename : Cython/Includes/python_parse.pxd => Cython/Includes/python_getargs.pxd
-
Stefan Behnel authored
fix bug 409: use cascaded assignments also for the complete rhs when optimising parallel assignments
-