summaryrefslogtreecommitdiff
path: root/Cython/Build/BuildExecutable.py
Commit message (Expand)AuthorAgeFilesLines
* use explicit relative imports everywhere and enable absolute imports by defaultStefan Behnel2014-06-171-1/+4
* Fix executable bits.Robert Bradshaw2013-11-011-0/+0
* work around for broken PyPy distutils buildStefan Behnel2012-05-151-4/+4
* cythonrun: fix rerunning with existing exe fileStefan Behnel2011-11-111-2/+2
* cythonrun: refuse to overwrite input file with output file if both have the s...Stefan Behnel2011-11-111-0/+2
* cythonrun: do not regenerate executable if it is already up-to-dateStefan Behnel2011-11-111-1/+6
* BuildExecutable: use correct executable extension, build dynamically instead ...Stefan Behnel2011-04-231-5/+14
* link statically against libpython in BuildExecutable (hack to make it work if...Stefan Behnel2011-04-221-3/+2
* config cleanup in BuildExecutable.py, make it executableStefan Behnel2011-04-221-11/+19
* Py2.3 fixStefan Behnel2011-04-161-2/+7
* moved cythonrun implementation into Cython/Build/BuildExecutable.py to make i...Stefan Behnel2011-04-151-0/+111