aboutsummaryrefslogtreecommitdiff
path: root/PC
AgeCommit message (Expand)Author
2023-02-01gh-101467: Correct py.exe handling of prefix matches and cases when only one ...Miss Islington (bot)
2023-01-24gh-101135: Add backwards compatibility to Windows launcher for older 32-bit v...Miss Islington (bot)
2023-01-13gh-100247: Fix py.exe launcher not using entire shebang command for finding c...Miss Islington (bot)
2023-01-08[3.11] Update copyright years to 2023. (gh-100848) (GH-100849)Miss Islington (bot)
2022-12-09bpo-43984: Allow winreg.SetValueEx to set -1 without treating it as an error ...Miss Islington (bot)
2022-11-23Use faster APIs to calculate paths at startup for Store packaged Python on Wi...Miss Islington (bot)
2022-11-18gh-99442: Fix handling in py.exe launcher when argv[0] does not include a fil...Miss Islington (bot)
2022-10-31gh-98692: Enable treating shebang lines as executables in py.exe launcher (GH...Miss Islington (bot)
2022-10-28gh-98745: Allow py.exe launcher to install 3.11 by default and 3.12 on reques...Miss Islington (bot)
2022-10-19gh-98414: py.exe launcher does not use defaults for -V:company/ option (GH-98...Miss Islington (bot)
2022-10-03[3.11] gh-97728: Argument Clinic: Fix uninitialized variable in the Py_UNICOD...Serhiy Storchaka
2022-09-07gh-96577: Fixes buffer overrun in _msi module (GH-96633)Miss Islington (bot)
2022-09-05gh-96559: Fixes Windows launcher handling of defaults using old-style tags, a...Miss Islington (bot)
2022-08-03gh-94399: Restore PATH search behaviour of py.exe launcher for '/usr/bin/env'...Miss Islington (bot)
2022-08-03gh-95423: Update winreg.DeleteKeyEx documentation and remove dynamic function...Steve Dower
2022-07-31[3.11] gh-95174: WASI: skip missing sockets functions (GH-95179) (GH-95308)Christian Heimes
2022-07-31[3.11] gh-95174: Handle missing dup() and constants in WASI (GH-95229) (GH-95...Christian Heimes
2022-07-28gh-95359: Fix py.exe launcher handling of per-user py.ini and command names (...Miss Islington (bot)
2022-07-27gh-95285: py.exe launcher fails with short argv0 (GH-95295) (GH-95298)Miss Islington (bot)
2022-07-16gh-90844: Allow virtual environments to correctly launch when they have space...Miss Islington (bot)
2022-07-16gh-94772: Fix off-by-one error in Windows launcher (GH-94779)Miss Islington (bot)
2022-06-10gh-93491: Add support tier detection to configure (GH-93492)Miss Islington (bot)
2022-05-23gh-93005: Fixes launcher test when no Python install is available (GH-93007)Miss Islington (bot)
2022-05-19gh-92817: Fix precedence of options to py.exe launcher (GH-92988)Miss Islington (bot)
2022-05-10[3.11] gh-76773: Update docs mentioning no-longer-supported Windows versions ...Miss Islington (bot)
2022-05-03gh-91320: Argument Clinic uses _PyCFunction_CAST() (#32210)Victor Stinner
2022-05-02gh-90822: Make `PY_SSIZE_T_MAX` and `PY_SSIZE_T_MIN` constant expression (GH-...Ganesh Kathiresan
2022-04-28gh-91324: List feature macros in the stable ABI manifest, improve tests (GH-3...Petr Viktorin
2022-04-21bpo-47169: Export PyOS_CheckStack on Windows (GH-32414)Petr Viktorin
2022-04-17Remove the ancient Pynche color editor (#91554)Barry Warsaw
2022-04-15gh-90501: Add PyErr_GetHandledException and PyErr_SetHandledException (GH-30531)Irit Katriel
2022-04-07bpo-47239: Fixes py.exe output when run in a virtual environment. (GH-32364)Steve Dower
2022-03-29bpo-46566: Add new py.exe launcher implementation (GH-32062)Steve Dower
2022-03-22bpo-47086: Remove .chm from Windows installer and add HTML docs (GH-32038)Steve Dower
2022-02-25bpo-1635741: Fix winreg reference leaks (GH-31560)Victor Stinner
2022-02-07bpo-46638: Makes registry virtualisation setting stable when building MSIX pa...Steve Dower
2022-02-04bpo-46629: Update classicAppCompat.sccd for new signing certificate (GH-31111)Steve Dower
2022-02-04Optimize images by IMGbot (GH-21348)Manish Kumar ⛄
2022-02-02bpo-37705: Remove orphaned PC/errmap.mak (GH-29724)Oleg Iarygin
2022-02-02 bpo-45459: Add Py_buffer to limited API (GH-29991)Christian Heimes
2022-01-13bpo-46315: Add ifdef HAVE_ feature checks for WASI compatibility (GH-30507)Christian Heimes
2022-01-12bpo-46303: Fix fileutils.h compiler warnings (GH-30550)Victor Stinner
2022-01-06bpo-45923: Handle call events in bytecode (GH-30364)Mark Shannon
2022-01-02Update copyright year to 2022. (GH-30335)Benjamin Peterson
2021-12-09bpo-43931: Export Python version as API data (GH-25577)Gabriele N. Tornetta
2021-12-07bpo-45947: Place dict and values pointer at fixed (negative) offset just befo...Mark Shannon
2021-12-03bpo-45582: Port getpath[p].c to Python (GH-29041)Steve Dower
2021-11-29bpo-44391: Remove unused argument from a varargs call. (GH-29843)Vinay Sajip
2021-11-26bpo-45901: Fixes argument passing when invoking .py files directly through th...Steve Dower
2021-11-26bpo-40280: Add configure check for socket shutdown (GH-29795)Christian Heimes