- 28 Oct, 2009 5 commits
-
-
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.
-
- 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.
-