| Commit message (Expand) | Author | Age | Files | Lines |
* | gh-103167: Fix `-Wstrict-prototypes` warnings by using `(void)` for functions... | Nikita Sobolev | 2023-04-05 | 1 | -6/+6 |
|
|
* | Remove or update bitbucket links (GH-101963) | sblondon | 2023-03-08 | 1 | -2/+1 |
|
|
* | gh-90844: Allow virtual environments to correctly launch when they have space... | Steve Dower | 2022-07-16 | 1 | -4/+12 |
|
|
* | bpo-45923: Handle call events in bytecode (GH-30364) | Mark Shannon | 2022-01-06 | 1 | -1/+3 |
|
|
* | bpo-44391: Remove unused argument from a varargs call. (GH-29843) | Vinay Sajip | 2021-11-29 | 1 | -1/+1 |
|
|
* | bpo-45616: Let py.exe distinguish between v3.1 and v3.10 (GH-29731) | Zachary Ware | 2021-11-24 | 1 | -1/+10 |
|
|
* | bpo-40222: "Zero cost" exception handling (GH-25729) | Mark Shannon | 2021-05-07 | 1 | -1/+2 |
|
|
* | Fix typo in launcher.c (GH-24497) | Ikko Ashimine | 2021-02-20 | 1 | -2/+2 |
|
|
* | bpo-38506: Fix the Windows py.exe launcher's misordering of 3.10 (GH-18307) | Zackery Spytz | 2020-11-16 | 1 | -5/+15 |
|
|
* | Bump magic number. (GH-23245) | Mark Shannon | 2020-11-12 | 1 | -0/+1 |
|
|
* | bpo-37556 Extend help to include latest overrides (GH-14701) | Steve (Gadget) Barnes | 2020-06-12 | 1 | -1/+10 |
|
|
* | bpo-39156: Break up COMPARE_OP into four logically distinct opcodes. (GH-17754) | Mark Shannon | 2020-01-14 | 1 | -1/+2 |
|
|
* | bpo-38359: Ensures pyw.exe launcher reads correct registry key (GH-16561) | Steve Dower | 2019-10-03 | 1 | -1/+9 |
|
|
* | bpo-38133: Allow py.exe launcher to locate installations from the Microsoft S... | Steve Dower | 2019-09-12 | 1 | -101/+209 |
|
|
* | bpo-37830: Fix compilation of break and continue in finally. (GH-15320) | Serhiy Storchaka | 2019-08-24 | 1 | -1/+1 |
|
|
* | bpo-36540: PEP 570 -- Implementation (GH-12701) | Pablo Galindo | 2019-04-29 | 1 | -1/+1 |
|
|
* | bpo-36254: Fix invalid uses of %d in format strings in C. (GH-12264) | Serhiy Storchaka | 2019-03-13 | 1 | -3/+3 |
|
|
* | bpo-32560: inherit the py launcher's STARTUPINFO (GH-9000) | Shiva Saxena | 2019-02-02 | 1 | -1/+1 |
|
|
* | bpo-35811: Avoid propagating venv settings when launching via py.exe (GH-11677) | Steve Dower | 2019-01-25 | 1 | -0/+11 |
|
|
* | bpo-34977: Use venv redirector instead of original python.exe on Windows (GH-... | Steve Dower | 2018-12-10 | 1 | -15/+208 |
|
|
* | Revert "bpo-34977: Add Windows App Store package (GH-10245)" (GH-11019) | Victor Stinner | 2018-12-07 | 1 | -208/+15 |
|
|
* | bpo-35436: Add missing PyErr_NoMemory() calls and other minor bug fixes. (GH-... | Zackery Spytz | 2018-12-07 | 1 | -0/+3 |
|
|
* | bpo-34977: Add Windows App Store package (GH-10245) | Steve Dower | 2018-12-07 | 1 | -15/+205 |
|
|
* | bpo-34532: Fixed exit code for py.exe list versions arg (GH-9039) | Brendan Gerrity | 2018-11-20 | 1 | -4/+5 |
|
|
* | bpo-34565: Change a PC/launcher.c comment to accurately describe valid major ... | Brendan Gerrity | 2018-09-04 | 1 | -2/+2 |
|
|
* | bpo-34062: Add missing launcher argument and make behavior consistent between... | Brendan Gerrity | 2018-08-31 | 1 | -8/+11 |
|
|
* | Add missing va_end() calls in PC/launcher.c (GH-7690) | Zackery Spytz | 2018-06-15 | 1 | -0/+2 |
|
|
* | bpo-17611. Move unwinding of stack for "pseudo exceptions" from interpreter t... | Serhiy Storchaka | 2018-02-22 | 1 | -0/+1 |
|
|
* | bpo-31569: correct PCBuild/ case to PCbuild/ in build scripts and docs (GH-3711) | Stefan Grönke | 2017-09-25 | 1 | -4/+4 |
|
|
* | bpo-30362 : Add list options to launcher. (#1578) | Steve (Gadget) Barnes | 2017-06-28 | 1 | -43/+115 |
|
|
* | bpo-30291 Changes to launcher so as to allow py -3-32, -2.7-64, 3.10, etc. | Steve (Gadget) Barnes | 2017-05-12 | 1 | -40/+70 |
|
|
* | Issue #26110: Add LOAD_METHOD/CALL_METHOD opcodes. | Yury Selivanov | 2016-12-14 | 1 | -0/+1 |
|
|
* | Issue #23722: Initialize __class__ from type.__new__() | Nick Coghlan | 2016-09-11 | 1 | -1/+1 |
|
|
* | Issue #27985: Implement PEP 526 -- Syntax for Variable Annotations. | Yury Selivanov | 2016-09-09 | 1 | -1/+1 |
|
|
* | Issue #27078: Added BUILD_STRING opcode. Optimized f-strings evaluation. | Serhiy Storchaka | 2016-09-06 | 1 | -1/+1 |
|
|
* | Issue #27286: Fixed compiling BUILD_MAP_UNPACK_WITH_CALL opcode. Calling | Serhiy Storchaka | 2016-06-12 | 1 | -1/+1 |
|\ |
|
| * | Issue #27286: Fixed compiling BUILD_MAP_UNPACK_WITH_CALL opcode. Calling | Serhiy Storchaka | 2016-06-12 | 1 | -1/+1 |
|
|
* | | Issue #27140: Added BUILD_CONST_KEY_MAP opcode. | Serhiy Storchaka | 2016-06-11 | 1 | -1/+1 |
|
|
* | | Issue #26647: Python interpreter now uses 16-bit wordcode instead of bytecode. | Serhiy Storchaka | 2016-05-24 | 1 | -1/+1 |
|
|
* | | Issue #27064: The py.exe launcher now defaults to Python 3. | Paul Moore | 2016-05-22 | 1 | -7/+14 |
|
|
* | | Merge with 3.5 | Steve Dower | 2016-05-16 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Fixes magic numbers for 3.6. | Steve Dower | 2016-05-16 | 1 | -1/+1 |
|
|
* | | Issue #26073: Updates magic number comment in _bootstrap_external.py and chan... | Steve Dower | 2016-05-16 | 1 | -15/+15 |
|\ \
| |/ |
|
| * | Issue #26073: Updates magic number comment in _bootstrap_external.py and chan... | Steve Dower | 2016-05-16 | 1 | -15/+15 |
|
|
* | | Issue #26073: Update the list of magic numbers in launcher | Steve Dower | 2016-01-16 | 1 | -1/+4 |
|\ \
| |/ |
|
| * | Issue #26073: Update the list of magic numbers in launcher | Steve Dower | 2016-01-16 | 1 | -1/+4 |
|
|
| * | Issue #26070: py.exe launcher fails to find in-place built binaries from earl... | Mark Hammond | 2016-01-11 | 1 | -0/+3 |
|
|
* | | Issue #26070: py.exe launcher fails to find in-place built binaries from earl... | Mark Hammond | 2016-01-11 | 1 | -0/+3 |
|
|
* | | Closes #25360: Merged fix from 3.5. | Vinay Sajip | 2015-12-26 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Fixes #25360: Search for pythonw.exe when in pyw.exe. | Vinay Sajip | 2015-12-26 | 1 | -1/+1 |
|
|