summaryrefslogtreecommitdiffstats
path: root/PC/launcher.c
Commit message (Collapse)AuthorAgeFilesLines
* Removed unintentional trailing spaces in non-external and non-generated C files.Serhiy Storchaka2015-03-181-3/+3
|
* Removes unused format string insertion in launcher.c.Steve Dower2015-03-111-1/+1
|\
| * Removes unused format string insertion in launcher.c.Steve Dower2015-03-111-1/+1
| |
* | Issue #23465: Implement PEP 486 - Make the Python Launcher aware of virtual ↵Steve Dower2015-02-261-4/+38
| | | | | | | | environments (patch by Paul Moore)
* | Issue #23260: Update Windows installerSteve Dower2015-02-061-6/+14
| |
* | Changes %s to %ls in wprintf in launcher.c for C99 compatibility.Steve Dower2015-01-031-51/+51
|/
* Issue #19504: Used American spelling for 'customize'.Vinay Sajip2013-11-151-2/+2
|\
| * Issue #19504: Used American spelling for 'customize'.Vinay Sajip2013-11-151-2/+2
| |
* | Closes #18491: Added script-wrapper functionality to launcher source (but ↵Vinay Sajip2013-07-251-34/+138
| | | | | | | | not to executable).
* | Issue #17903: Added path search changes to launcher.Vinay Sajip2013-06-071-15/+41
| |
* | Closes #17290: Merged fix from 3.3.Vinay Sajip2013-02-261-0/+15
|\ \ | |/
| * Closes #17290: Loading cursor now does not persist when launching GUI scripts.Vinay Sajip2013-02-261-1/+16
| |
* | Fix compilation error under Windows.Vinay Sajip2013-01-291-2/+2
| |
* | Closes #17028: Allowed Python arguments to be supplied to launcher.Vinay Sajip2013-01-291-9/+13
| |
* | Replace WaitForSingleObject with WaitForSingleObjectEx,Martin v. Löwis2013-01-251-1/+1
|/ | | | for better WinRT compatibility.
* Remove the original license, as this was contributed under Vinay Sajip's ↵Martin v. Löwis2012-06-211-23/+2
| | | | agreement.
* Fix UNICODE glitch.Martin v. Löwis2012-06-211-2/+2
|
* Fix off-by-one error.Martin v. Löwis2012-06-211-1/+1
|
* Use GetEnvironmentVariableW instead of _wgetenv to silence VC warnings.Martin v. Löwis2012-06-211-10/+19
|
* Add launcher source and resourcesBrian Curtin2012-06-201-0/+1377