- 29 Oct, 2009 11 commits
-
-
Robert Bradshaw authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
Robert Bradshaw authored
Was giving a gcc error for a local named "zero"
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
- 28 Oct, 2009 9 commits
-
-
Dag Sverre Seljebotn authored
-
Dag Sverre Seljebotn authored
-
Dag Sverre Seljebotn authored
-
Stefan Behnel authored
--HG-- rename : tests/compile/bad_c_struct_T252.pyx => tests/run/bad_c_struct_T252.pyx
-
Sturla Molden authored
-
Robert Bradshaw authored
-
Stefan Behnel authored
--HG-- rename : tests/compile/coercearraytoptr.pyx => tests/run/coercearraytoptr.pyx
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 27 Oct, 2009 5 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Dag Sverre Seljebotn authored
-
Dag Sverre Seljebotn authored
-
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 6 commits
-
-
Lisandro Dalcin authored
-
Robert Bradshaw authored
Bug and fix reported by Mark Lodato.
-
Mark Lodato authored
Incorporate the changes of cython_freeze: * fix when compiling on Python 3 (Issue #434) * fix floating point issues on FreeBSD
-
Mark Lodato authored
To get the output of cython_freeze to compile with both Python 2 and Python 3, I copied the contents of Python-3.1.1/Modules/python.c, with some slight modifications. The main issue is that Python 3 uses wchar_t, while Python 2 uses char. It also appears that the Py_FlushLine/PyErr_Clear is not needed in Python 3. Related to #434: "main() function generated by --embed doesn't compile in Py3"
-
Mark Lodato authored
The cython_freeze-generated executable exits with code 1 if something wrong happens, unless a SystemExit exception occurred, in which case it returns the value passed to sys.exit(). In order to differentiate between the two cases, change the two example Cython modules to exit(2).
-
Mark Lodato authored
Copy the fix for floating point exceptions on FreeBSD from Python's Module/python.c.
-
- 12 Oct, 2009 1 commit
-
-
Mark Lodato authored
Python 2 cannot compile with strict aliasing, so the Cython modules should really be compiled with -fno-strict-aliasing. See Issue #395.
-