- 29 Oct, 2009 14 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
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 4 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"
-