summaryrefslogtreecommitdiff
path: root/launcher.c
Commit message (Expand)AuthorAgeFilesLines
* Fix lost launcher changes, string.split().phillip.eby2009-10-191-5/+6
* Fix gui.exe launcher issue reported by Alexander Michael and Robin Dunn.phillip.eby2008-01-031-2/+2
* Fix #! parsing problems w/whitespace in quoted strings or at the endphillip.eby2007-01-241-4/+4
* Overhaul Windows script wrappers to support bdist_wininst better. phillip.eby2006-12-291-66/+121
* Added quoting of script arguments and extended the quoting logic tojim.fulton2006-08-221-10/+78
* Quote arguments to python.exe (including python's path) to avoid phillip.eby2005-11-171-10/+10
* Fix problem with Windows console scripts conflicting with module names,pje2005-10-161-4/+4
* Support generating .pyw/.exe wrappers for Windows GUI scripts, andpje2005-09-241-14/+14
* Added support to solve the infamous "we want .py on Windows, nopje2005-09-171-0/+123