1. 944368e Issue #23722: Initialize __class__ from type.__new__() by Nick Coghlan · 8 years ago
  2. f8cb8a1 Issue #27985: Implement PEP 526 -- Syntax for Variable Annotations. by Yury Selivanov · 8 years ago
  3. ea525a2 Issue #27078: Added BUILD_STRING opcode. Optimized f-strings evaluation. by Serhiy Storchaka · 8 years ago
  4. cf2ad55 Issue #27286: Fixed compiling BUILD_MAP_UNPACK_WITH_CALL opcode. Calling by Serhiy Storchaka · 8 years ago
  5. 3c317e7 Issue #27286: Fixed compiling BUILD_MAP_UNPACK_WITH_CALL opcode. Calling by Serhiy Storchaka · 8 years ago
  6. 6a7506a Issue #27140: Added BUILD_CONST_KEY_MAP opcode. by Serhiy Storchaka · 8 years ago
  7. b0f80b0 Issue #26647: Python interpreter now uses 16-bit wordcode instead of bytecode. by Serhiy Storchaka · 8 years ago
  8. 835416c Issue #27064: The py.exe launcher now defaults to Python 3. by Paul Moore · 8 years ago
  9. aa99b8e Merge with 3.5 by Steve Dower · 8 years ago
  10. dc953a5 Fixes magic numbers for 3.6. by Steve Dower · 8 years ago
  11. 8d0abb9 Issue #26073: Updates magic number comment in _bootstrap_external.py and changes numbers in launcher.py to decimal to match official table. by Steve Dower · 8 years ago
  12. 7ae61af Issue #26073: Updates magic number comment in _bootstrap_external.py and changes numbers in launcher.py to decimal to match official table. by Steve Dower · 8 years ago
  13. ca9aab1 Issue #26073: Update the list of magic numbers in launcher by Steve Dower · 8 years ago
  14. 87fb7f6 Issue #26073: Update the list of magic numbers in launcher by Steve Dower · 8 years ago
  15. 32d1e56 Issue #26070: py.exe launcher fails to find in-place built binaries from earlier Python versions. by Mark Hammond · 8 years ago
  16. ce543fd Issue #26070: py.exe launcher fails to find in-place built binaries from earlier Python versions. by Mark Hammond · 8 years ago
  17. 40005a7 Closes #25360: Merged fix from 3.5. by Vinay Sajip · 8 years ago
  18. a5892ab Fixes #25360: Search for pythonw.exe when in pyw.exe. by Vinay Sajip · 8 years ago
  19. aab9f46 Closes #25789: Improved buffering behaviour in launcher. by Vinay Sajip · 8 years ago
  20. be22a91 Test UTF-32LE before UTF-16LE since UTF-16LE BOM is a prefix of UTF-32LE BOM. by Serhiy Storchaka · 8 years ago
  21. 29e2aa6 Test UTF-32LE before UTF-16LE since UTF-16LE BOM is a prefix of UTF-32LE BOM. by Serhiy Storchaka · 8 years ago
  22. f8ed004 Issue #25889: Got rid of warning about mixing signed/unsigned char pointers. by Serhiy Storchaka · 8 years ago
  23. a1d6f39 Fixes #25844: Corrected =/== typo potentially leading to crash in launcher. by Vinay Sajip · 8 years ago
  24. abeb647 Fixes #25844: Corrected =/== typo potentially leading to crash in launcher. by Vinay Sajip · 8 years ago
  25. 009b811 Removed unintentional trailing spaces in non-external and non-generated C files. by Serhiy Storchaka · 9 years ago
  26. 6dd20c2 Removes unused format string insertion in launcher.c. by Steve Dower · 9 years ago
  27. 13be8c2 Removes unused format string insertion in launcher.c. by Steve Dower · 9 years ago
  28. 76998fe Issue #23465: Implement PEP 486 - Make the Python Launcher aware of virtual environments (patch by Paul Moore) by Steve Dower · 9 years ago
  29. bb24087 Issue #23260: Update Windows installer by Steve Dower · 9 years ago
  30. 84bcfb3 Changes %s to %ls in wprintf in launcher.c for C99 compatibility. by Steve Dower · 9 years ago
  31. 56b0435 Issue #19504: Used American spelling for 'customize'. by Vinay Sajip · 11 years ago
  32. 9c10d6b Issue #19504: Used American spelling for 'customize'. by Vinay Sajip · 11 years ago
  33. c985d08 Closes #18491: Added script-wrapper functionality to launcher source (but not to executable). by Vinay Sajip · 11 years ago
  34. 22c039b Issue #17903: Added path search changes to launcher. by Vinay Sajip · 11 years ago
  35. 8ff7f72 Closes #17290: Merged fix from 3.3. by Vinay Sajip · 11 years ago
  36. 66fef9f Closes #17290: Loading cursor now does not persist when launching GUI scripts. by Vinay Sajip · 11 years ago
  37. 404229b Fix compilation error under Windows. by Vinay Sajip · 11 years ago
  38. 2ae8c63 Closes #17028: Allowed Python arguments to be supplied to launcher. by Vinay Sajip · 11 years ago
  39. b26a9b1 Replace WaitForSingleObject with WaitForSingleObjectEx, by Martin v. Löwis · 11 years ago
  40. 6a8ca3e Remove the original license, as this was contributed under Vinay Sajip's agreement. by Martin v. Löwis · 12 years ago
  41. af21ebb Fix UNICODE glitch. by Martin v. Löwis · 12 years ago
  42. 91a3468 Fix off-by-one error. by Martin v. Löwis · 12 years ago
  43. f36d65c Use GetEnvironmentVariableW instead of _wgetenv to silence VC warnings. by Martin v. Löwis · 12 years ago
  44. 07165f7 Add launcher source and resources by Brian Curtin · 12 years ago