1. 009b811 Removed unintentional trailing spaces in non-external and non-generated C files. by Serhiy Storchaka · 9 years ago
  2. 6dd20c2 Removes unused format string insertion in launcher.c. by Steve Dower · 9 years ago
  3. 13be8c2 Removes unused format string insertion in launcher.c. by Steve Dower · 9 years ago
  4. 76998fe Issue #23465: Implement PEP 486 - Make the Python Launcher aware of virtual environments (patch by Paul Moore) by Steve Dower · 9 years ago
  5. bb24087 Issue #23260: Update Windows installer by Steve Dower · 9 years ago
  6. 84bcfb3 Changes %s to %ls in wprintf in launcher.c for C99 compatibility. by Steve Dower · 10 years ago
  7. 56b0435 Issue #19504: Used American spelling for 'customize'. by Vinay Sajip · 11 years ago
  8. 9c10d6b Issue #19504: Used American spelling for 'customize'. by Vinay Sajip · 11 years ago
  9. c985d08 Closes #18491: Added script-wrapper functionality to launcher source (but not to executable). by Vinay Sajip · 11 years ago
  10. 22c039b Issue #17903: Added path search changes to launcher. by Vinay Sajip · 11 years ago
  11. 8ff7f72 Closes #17290: Merged fix from 3.3. by Vinay Sajip · 11 years ago
  12. 66fef9f Closes #17290: Loading cursor now does not persist when launching GUI scripts. by Vinay Sajip · 11 years ago
  13. 404229b Fix compilation error under Windows. by Vinay Sajip · 12 years ago
  14. 2ae8c63 Closes #17028: Allowed Python arguments to be supplied to launcher. by Vinay Sajip · 12 years ago
  15. b26a9b1 Replace WaitForSingleObject with WaitForSingleObjectEx, by Martin v. Löwis · 12 years ago
  16. 6a8ca3e Remove the original license, as this was contributed under Vinay Sajip's agreement. by Martin v. Löwis · 12 years ago
  17. af21ebb Fix UNICODE glitch. by Martin v. Löwis · 12 years ago
  18. 91a3468 Fix off-by-one error. by Martin v. Löwis · 12 years ago
  19. f36d65c Use GetEnvironmentVariableW instead of _wgetenv to silence VC warnings. by Martin v. Löwis · 12 years ago
  20. 07165f7 Add launcher source and resources by Brian Curtin · 12 years ago