- 29 Oct, 2009 1 commit
-
-
Robert Bradshaw authored
-
- 24 Oct, 2009 2 commits
-
-
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
Copy the fix for floating point exceptions on FreeBSD from Python's Module/python.c.
-
- 05 Oct, 2009 5 commits
-
-
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 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 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.
-
- 07 Aug, 2009 1 commit
-
-
Mark Lodato authored
-