summaryrefslogtreecommitdiff
path: root/Demos
Commit message (Expand)AuthorAgeFilesLines
...
* freeze: exit(2) in examples, to test exit codeMark Lodato2009-10-242-2/+2
* freeze: Makefile: use -fno-strict-aliasingMark Lodato2009-10-121-1/+1
* freeze: Makefile: add target to build README.htmlMark Lodato2009-10-041-1/+6
* freeze: rename README.rst to README.txtMark Lodato2009-10-041-0/+0
* freeze: add --pymain exampleMark Lodato2009-10-042-6/+29
* freeze: add -p option for calling Py_Main()Mark Lodato2009-10-041-4/+7
* freeze: add -o option for setting output fileMark Lodato2009-10-041-1/+7
* freeze: Makefile: flags from distutils.sysconfigMark Lodato2009-10-041-4/+8
* freeze: README: fix typos and mistakes in exampleMark Lodato2009-10-041-4/+4
* freeze: Makefile: only clean specific C filesMark Lodato2009-10-041-2/+3
* freeze: fix cmath.pyx when run as __main__Mark Lodato2009-10-051-1/+1
* freeze: fix Makefile's CYTHON pathMark Lodato2009-10-041-1/+1
* freeze: rename cython_freeze.py to cython_freezeMark Lodato2009-10-032-5/+5
* freeze: in documentation, reference Demos/freezeMark Lodato2009-10-041-1/+1
* Type inference testing.Robert Bradshaw2009-10-031-9/+0
* Actual type inference.Robert Bradshaw2009-10-031-1/+1
* cython_freeze for making stand-alone programsMark Lodato2009-08-064-0/+153
* numpy headers in demo setup.pyRobert Bradshaw2009-07-231-1/+7
* embedding exampleRobert Bradshaw2009-04-213-52/+32
* Demos/Setup.py -> Demos/setup.pyRobert Bradshaw2009-04-021-0/+0
* Spam.amount attribute has to be declared.Nicolas Dumazet2009-03-191-0/+1
* Fix optional cdef arguments for c++, possible optimization when not all args ...Robert Bradshaw2008-08-031-1/+0
* Case statements and "x in [...]" flattening.Robert Bradshaw2008-07-111-0/+1
* More extendable Setup.pyRobert Bradshaw2008-04-261-23/+12
* Demos: pyrexc -> cythonKirill Smelkov2008-02-014-4/+4
* mergeRobert Bradshaw2008-03-301-1/+2
* Py3k fixesStefan Behnel2008-03-022-2/+2
* Conversion for python objects on <type> castsRobert Bradshaw2008-02-021-1/+1
* misc changesRobert Bradshaw2008-01-171-0/+2
* misc updatesRobert Bradshaw2007-12-293-3/+16
* buildfile changesRobert Bradshaw2007-09-071-2/+4
* More Pyrex/SageX --> Cython changesWilliam Stein2007-07-283-3/+3
* Initial versionWilliam Stein2007-07-2825-0/+355