summaryrefslogtreecommitdiff
path: root/launcher.c
Commit message (Expand)AuthorAgeFilesLines
*-. Merge spelling/space improvements (#3695, #3698, #3697, #3699)Anderson Bravalheri2022-11-231-5/+4
|\ \
| | * Get rid of trailing spaces, mainly in docsDimitri Papadopoulos2022-11-201-4/+3
| |/ |/|
| * Fix typos found by codespellDimitri Papadopoulos2022-11-201-1/+1
|/
* launcher: Fix build with mingw-w64Christoph Reiter2019-06-131-0/+1
* Remove spurious executable permissionsMiro HronĨok2018-07-271-0/+0
* Added support for Windows RT (arm).Grigory Petrov2013-04-031-0/+8
* Issue #207: passing ctrl-c events to python child processguyroz2011-09-171-11/+91
* Reversing patch for 64-bit Windows script launcher, applied PJE's simpler sol...agronholm2009-10-201-16/+9
* Fix script launcher creation on 64-bit Windows, patch by Jason R. Coombs (htt...agronholm2009-09-251-3/+11
* Backport gui.exe launcher fix.PJ Eby2008-01-031-2/+2
* Fix ``#!`` parsing problems in Windows ``.exe`` script wrappers, when therePJ Eby2007-01-241-4/+4
* Overhauled Windows script wrapping to support ``bdist_wininst`` better.PJ 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 avoidPJ Eby2005-11-171-10/+10
* Fix problem with Windows console scripts conflicting with module names,PJ Eby2005-10-161-4/+4
* Support generating .pyw/.exe wrappers for Windows GUI scripts, andPJ Eby2005-09-241-14/+14
* Added support to solve the infamous "we want .py on Windows, noPJ Eby2005-09-171-0/+123