summaryrefslogtreecommitdiff
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
* Split the interface of "cythonrun" and "BuildExecutable" so that the latter n...Stefan Behnel2021-06-091-1/+1
* Add an assertion for the assumption that all identifier start characters are ...Stefan Behnel2019-08-241-1/+3
* Remove unused import.Stefan Behnel2019-08-241-1/+0
* Clean up the Lexicon.py generation script and use f-strings to prevent accide...Stefan Behnel2019-08-241-65/+44
* Unicode identifiers (PEP 3131) (GH-3081)da-woods2019-08-241-0/+152
* Changed some filenames.gabrieldemarmiesse2018-03-171-1/+1
* let pcython script parse the main script arguments and pass them on instead o...Stefan Behnel2016-09-011-21/+20
* add script "bin/pcython" to run Cython with a Python-like command line interfaceStefan Behnel2016-08-181-0/+107
* revert cython_freeze copyPhil Austin2016-03-261-134/+135
* Add sed script to move declarators to types.Robert Bradshaw2014-08-231-0/+21
* Merge pull request #157 from dnmiller/masterRobert Bradshaw2013-09-241-8/+2
|\
| * Implementing module name parsing with os.path.Dan Miller2012-11-161-8/+2
* | move cythonize script to Cython.Build.Cythonize to make it generally availabl...Stefan Behnel2013-08-111-183/+5
* | avoid useless overhead if we don't find anything to doStefan Behnel2013-08-111-1/+1
* | provide serialised fallback if parallel processing failsStefan Behnel2013-08-101-1/+15
* | reorder options in bin/cythonizeStefan Behnel2013-08-101-7/+13
* | add bin/cythonize scriptStefan Behnel2013-08-101-0/+166
|/
* moved cythonrun implementation into Cython/Build/BuildExecutable.py to make i...Stefan Behnel2011-04-151-79/+3
* divert cythonrun output to stderrStefan Behnel2011-04-141-10/+15
* support passing options to the compiler in cythonrunStefan Behnel2011-04-111-10/+31
* fix copy&paste bug in cythonrunStefan Behnel2011-04-111-1/+1
* new script to compile+run Python files directly in CythonStefan Behnel2011-04-101-0/+66
* Revert "BUG Make sure bin/cython imports the right Cython module"Dag Sverre Seljebotn2011-04-062-14/+0
* BUG Make sure bin/cython imports the right Cython moduleDag Sverre Seljebotn2011-04-022-0/+14
* Made tests less verbose by not using distutils.core.setup + skip debugger tes...Mark Florisson2010-12-051-1/+1
* Excluded cygdb from python 2.3 and 2.4 installations and made it 2.5 compatibleMark Florisson2010-12-011-11/+0
* dispatch based on frameMark Florisson2010-10-311-2/+9
* Tests!Mark Florisson2010-10-281-1/+1
* Have cygdb pass gdb command line arguments to gdbMark Florisson2010-09-241-1/+2
* Put debugger startup code in Cython.Debugger.cygdbMark Florisson2010-09-211-1/+2
* cygdb script in setup.py (posix and windows)Mark Florisson2010-09-191-48/+5
* Preliminary debug support for CythonMark Florisson2010-09-191-0/+53
* use plain malloc/free in freezing codeRobert Bradshaw2009-10-291-9/+9
* freeze: fix for compiling with Python3Mark Lodato2009-10-241-2/+143
* freeze: include FreeBSD fix from Python's main()Mark Lodato2009-10-241-0/+15
* freeze: rename README.rst to README.txtMark Lodato2009-10-041-1/+1
* freeze: add -p option for calling Py_Main()Mark Lodato2009-10-041-3/+21
* freeze: remove blank lines from beginning and endMark Lodato2009-10-041-2/+2
* freeze: add -o option for setting output fileMark Lodato2009-10-041-1/+8
* freeze: use optparse to parse argumentsMark Lodato2009-10-041-5/+11
* freeze: remove mistaken semicolonMark Lodato2009-10-041-1/+2
* freeze: rename cython_freeze.py to cython_freezeMark Lodato2009-10-031-0/+0
* freeze: in documentation, reference Demos/freezeMark Lodato2009-10-041-1/+1
* make cython_freeze.py executableMark Lodato2009-10-041-0/+0
* support .py extension in cython_freezeStefan Behnel2009-10-061-0/+2
* cython_freeze for making stand-alone programsMark Lodato2009-08-061-0/+73
* Better cython script for windowsmarcus@bitzl.com2008-08-021-0/+6
* removed unused scriptStefan Behnel2008-07-121-49/+0
* set exec bits on scriptsStefan Behnel2008-05-042-0/+0
* More Pyrex --> CythonWilliam Stein2007-07-281-2/+2