Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
b099363fa701d971ce32a2e99ac90fe7046fae9f
/
PC
/
launcher.c
af39cfa
[3.10] bpo-44391: Remove unused argument from a varargs call. (GH-29843) (GH-29849)
by Miss Islington (bot)
· 3 years ago
ae065f8
bpo-45616: Let py.exe distinguish between v3.1 and v3.10 (GH-29731)
by Miss Islington (bot)
· 3 years ago
4233ff3
Fix typo in launcher.c (GH-24497)
by Ikko Ashimine
· 3 years, 9 months ago
f62dad1
bpo-38506: Fix the Windows py.exe launcher's misordering of 3.10 (GH-18307)
by Zackery Spytz
· 4 years ago
c640915
Bump magic number. (GH-23245)
by Mark Shannon
· 4 years ago
b3e6783
bpo-37556 Extend help to include latest overrides (GH-14701)
by Steve (Gadget) Barnes
· 4 years, 5 months ago
9af0e47
bpo-39156: Break up COMPARE_OP into four logically distinct opcodes. (GH-17754)
by Mark Shannon
· 4 years, 10 months ago
353fb1e
bpo-38359: Ensures pyw.exe launcher reads correct registry key (GH-16561)
by Steve Dower
· 5 years ago
ed93a88
bpo-38133: Allow py.exe launcher to locate installations from the Microsoft Store (GH-16025)
by Steve Dower
· 5 years ago
ef61c52
bpo-37830: Fix compilation of break and continue in finally. (GH-15320)
by Serhiy Storchaka
· 5 years ago
8c77b8c
bpo-36540: PEP 570 -- Implementation (GH-12701)
by Pablo Galindo
· 6 years ago
d53fe5f
bpo-36254: Fix invalid uses of %d in format strings in C. (GH-12264)
by Serhiy Storchaka
· 6 years ago
cb09047
bpo-32560: inherit the py launcher's STARTUPINFO (GH-9000)
by Shiva Saxena
· 6 years ago
adad9e6
bpo-35811: Avoid propagating venv settings when launching via py.exe (GH-11677)
by Steve Dower
· 6 years ago
1c3de54
bpo-34977: Use venv redirector instead of original python.exe on Windows (GH-11029)
by Steve Dower
· 6 years ago
cb0b78a
Revert "bpo-34977: Add Windows App Store package (GH-10245)" (GH-11019)
by Victor Stinner
· 6 years ago
4c49da0
bpo-35436: Add missing PyErr_NoMemory() calls and other minor bug fixes. (GH-11015)
by Zackery Spytz
· 6 years ago
468a15a
bpo-34977: Add Windows App Store package (GH-10245)
by Steve Dower
· 6 years ago
c8fe9cc
bpo-34532: Fixed exit code for py.exe list versions arg (GH-9039)
by Brendan Gerrity
· 6 years ago
3876af4
bpo-34565: Change a PC/launcher.c comment to accurately describe valid major versions. (GH-9037)
by Brendan Gerrity
· 6 years ago
aada63b
bpo-34062: Add missing launcher argument and make behavior consistent between short and long arguments (GH-8827)
by Brendan Gerrity
· 6 years ago
3a6d752
Add missing va_end() calls in PC/launcher.c (GH-7690)
by Zackery Spytz
· 6 years ago
520b7ae
bpo-17611. Move unwinding of stack for "pseudo exceptions" from interpreter to compiler. (GH-5006)
by Serhiy Storchaka
· 7 years ago
f1502d0
bpo-31569: correct PCBuild/ case to PCbuild/ in build scripts and docs (GH-3711)
by Stefan Grönke
· 7 years ago
5b8f972
bpo-30362 : Add list options to launcher. (#1578)
by Steve (Gadget) Barnes
· 7 years ago
870f6a1
bpo-30291 Changes to launcher so as to allow py -3-32, -2.7-64, 3.10, etc.
by Steve (Gadget) Barnes
· 7 years ago
f239213
Issue #26110: Add LOAD_METHOD/CALL_METHOD opcodes.
by Yury Selivanov
· 8 years ago
944368e
Issue #23722: Initialize __class__ from type.__new__()
by Nick Coghlan
· 8 years ago
f8cb8a1
Issue #27985: Implement PEP 526 -- Syntax for Variable Annotations.
by Yury Selivanov
· 8 years ago
ea525a2
Issue #27078: Added BUILD_STRING opcode. Optimized f-strings evaluation.
by Serhiy Storchaka
· 8 years ago
cf2ad55
Issue #27286: Fixed compiling BUILD_MAP_UNPACK_WITH_CALL opcode. Calling
by Serhiy Storchaka
· 8 years ago
3c317e7
Issue #27286: Fixed compiling BUILD_MAP_UNPACK_WITH_CALL opcode. Calling
by Serhiy Storchaka
· 8 years ago
6a7506a
Issue #27140: Added BUILD_CONST_KEY_MAP opcode.
by Serhiy Storchaka
· 8 years ago
b0f80b0
Issue #26647: Python interpreter now uses 16-bit wordcode instead of bytecode.
by Serhiy Storchaka
· 8 years ago
835416c
Issue #27064: The py.exe launcher now defaults to Python 3.
by Paul Moore
· 8 years ago
aa99b8e
Merge with 3.5
by Steve Dower
· 8 years ago
dc953a5
Fixes magic numbers for 3.6.
by Steve Dower
· 8 years ago
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
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
ca9aab1
Issue #26073: Update the list of magic numbers in launcher
by Steve Dower
· 9 years ago
87fb7f6
Issue #26073: Update the list of magic numbers in launcher
by Steve Dower
· 9 years ago
32d1e56
Issue #26070: py.exe launcher fails to find in-place built binaries from earlier Python versions.
by Mark Hammond
· 9 years ago
ce543fd
Issue #26070: py.exe launcher fails to find in-place built binaries from earlier Python versions.
by Mark Hammond
· 9 years ago
40005a7
Closes #25360: Merged fix from 3.5.
by Vinay Sajip
· 9 years ago
a5892ab
Fixes #25360: Search for pythonw.exe when in pyw.exe.
by Vinay Sajip
· 9 years ago
aab9f46
Closes #25789: Improved buffering behaviour in launcher.
by Vinay Sajip
· 9 years ago
be22a91
Test UTF-32LE before UTF-16LE since UTF-16LE BOM is a prefix of UTF-32LE BOM.
by Serhiy Storchaka
· 9 years ago
29e2aa6
Test UTF-32LE before UTF-16LE since UTF-16LE BOM is a prefix of UTF-32LE BOM.
by Serhiy Storchaka
· 9 years ago
f8ed004
Issue #25889: Got rid of warning about mixing signed/unsigned char pointers.
by Serhiy Storchaka
· 9 years ago
a1d6f39
Fixes #25844: Corrected =/== typo potentially leading to crash in launcher.
by Vinay Sajip
· 9 years ago
abeb647
Fixes #25844: Corrected =/== typo potentially leading to crash in launcher.
by Vinay Sajip
· 9 years ago
009b811
Removed unintentional trailing spaces in non-external and non-generated C files.
by Serhiy Storchaka
· 10 years ago
6dd20c2
Removes unused format string insertion in launcher.c.
by Steve Dower
· 10 years ago
13be8c2
Removes unused format string insertion in launcher.c.
by Steve Dower
· 10 years ago
76998fe
Issue #23465: Implement PEP 486 - Make the Python Launcher aware of virtual environments (patch by Paul Moore)
by Steve Dower
· 10 years ago
bb24087
Issue #23260: Update Windows installer
by Steve Dower
· 10 years ago
84bcfb3
Changes %s to %ls in wprintf in launcher.c for C99 compatibility.
by Steve Dower
· 10 years ago
56b0435
Issue #19504: Used American spelling for 'customize'.
by Vinay Sajip
· 11 years ago
9c10d6b
Issue #19504: Used American spelling for 'customize'.
by Vinay Sajip
· 11 years ago
c985d08
Closes #18491: Added script-wrapper functionality to launcher source (but not to executable).
by Vinay Sajip
· 11 years ago
22c039b
Issue #17903: Added path search changes to launcher.
by Vinay Sajip
· 11 years ago
8ff7f72
Closes #17290: Merged fix from 3.3.
by Vinay Sajip
· 12 years ago
66fef9f
Closes #17290: Loading cursor now does not persist when launching GUI scripts.
by Vinay Sajip
· 12 years ago
404229b
Fix compilation error under Windows.
by Vinay Sajip
· 12 years ago
2ae8c63
Closes #17028: Allowed Python arguments to be supplied to launcher.
by Vinay Sajip
· 12 years ago
b26a9b1
Replace WaitForSingleObject with WaitForSingleObjectEx,
by Martin v. Löwis
· 12 years ago
6a8ca3e
Remove the original license, as this was contributed under Vinay Sajip's agreement.
by Martin v. Löwis
· 12 years ago
af21ebb
Fix UNICODE glitch.
by Martin v. Löwis
· 12 years ago
91a3468
Fix off-by-one error.
by Martin v. Löwis
· 12 years ago
f36d65c
Use GetEnvironmentVariableW instead of _wgetenv to silence VC warnings.
by Martin v. Löwis
· 12 years ago
07165f7
Add launcher source and resources
by Brian Curtin
· 12 years ago