summaryrefslogtreecommitdiffstats
path: root/PC
Commit message (Expand)AuthorAgeFilesLines
* GH-130727: Avoid race condition in _wmimodule by copying shared data (GH-134313)Miss Islington (bot)2025-05-201-11/+11
* gh-133512: Adds warnings to py.exe launcher about subcommands belonging to Py...Steve Dower2025-05-071-1/+16
* gh-132649: Allow passing --include-tcltk to PC\layout on Windows ARM64 (GH-13...Miss Islington (bot)2025-04-171-1/+1
* [3.13] gh-131712: Build _suggestions extension on Windows (GH-131759) (#131790)Miss Islington (bot)2025-03-271-0/+2
* [3.13] gh-131327: Document winsound.SND_APPLICATION (GH-131328) (#131330)Miss Islington (bot)2025-03-161-0/+1
* [3.13] gh-131020: py.exe launcher does not correctly detect a BOM when search...Miss Islington (bot)2025-03-101-4/+4
* [3.13] gh-126433: Fix compiler warnings on 32-bit Windows (#126444) (#126827)Victor Stinner2024-11-141-1/+1
* gh-126074: Removes unnecessary DLLs from embeddable package (GH-126143)Miss Islington (bot)2024-11-051-1/+7
* gh-125315: Avoid crashing in _wmimodule due to slow WMI calls on some Windows...Miss Islington (bot)2024-10-301-7/+15
* gh-125550: Enable py.exe to detect Store installs of 3.14 (GH-125551)Miss Islington (bot)2024-10-161-3/+6
* [3.13] gh-124487: Update Windows API version to Windows 8.1 (GH-124676) (#124...Miss Islington (bot)2024-09-271-3/+3
* [3.13] gh-119521: Rename IncompleteInputError to _IncompleteInputError and re...Miss Islington (bot)2024-06-241-1/+0
* gh-119679: Fix layout of PYD and DLL files on Windows when using PC/layout sc...Miss Islington (bot)2024-06-061-2/+2
* gh-119679: Ensures correct import libraries are included in Windows install p...Miss Islington (bot)2024-06-031-6/+8
* gh-119070: Fix py.exe handling of /usr/bin/env commands missing extension (GH...Miss Islington (bot)2024-05-291-1/+1
* gh-118876: Ensure PC/layout sets ns.temp before using it (GH-118880)Miss Islington (bot)2024-05-131-10/+9
* Fix some missing null checks. (GH-118721)Miss Islington (bot)2024-05-101-0/+5
* gh-116322: Enable the GIL while loading C extension modules (#118560)Brett Simmers2024-05-071-3/+9
* gh-74929: Implement PEP 667 (GH-115153)Tian Gao2024-05-041-0/+3
* gh-116322: Add Py_mod_gil module slot (#116882)Brett Simmers2024-05-034-4/+8
* gh-117786: Fix venv created from Windows Store install by restoring __PYVENV_...Steve Dower2024-04-241-2/+2
* gh-76785: Rename _xxsubinterpreters to _interpreters (gh-117791)Eric Snow2024-04-241-6/+6
* gh-112278: Improve error handling in wmi module and tests (GH-117818)Steve Dower2024-04-151-19/+26
* gh-116936: Add PyType_GetModuleByDef() to the limited C API (#116937)Victor Stinner2024-03-251-0/+1
* gh-113024: C API: Add PyObject_GenericHash() function (GH-113025)Serhiy Storchaka2024-03-221-1/+1
* Fix get_packagefamilyname helper function on Windows 32-bit (GH-117153)Steve Dower2024-03-221-1/+1
* gh-85283: Build _testconsole extension with limited C API (#117125)Victor Stinner2024-03-212-95/+39
* gh-115754: Add Py_GetConstant() function (#116883)Victor Stinner2024-03-211-0/+2
* gh-111696, PEP 737: Add PyType_GetModuleName() function (#116824)Victor Stinner2024-03-141-0/+1
* gh-111696, PEP 737: Add PyType_GetFullyQualifiedName() function (#116815)Victor Stinner2024-03-141-0/+1
* gh-108494: Fix Argument Clinic LIMITED_CAPI_REGEX (#116610)Victor Stinner2024-03-111-3/+2
* gh-115582: Make default PC/pyconfig.h work for free-threaded builds with manu...Steve Dower2024-02-261-1/+6
* gh-115543: Update py.exe to know about Python 3.13 and to install 3.12 by def...Steve Dower2024-02-191-1/+4
* gh-89240: Enable multiprocessing on Windows to use large process pools (GH-10...Steve Dower2024-02-131-0/+3
* gh-115049: Fix py.exe failing when user has no LocalAppData. (GH-115185)Steve Dower2024-02-121-2/+13
* gh-114329: Add `PyList_GetItemRef` function (GH-114504)Sam Gross2024-02-021-0/+1
* gh-113744: Add a new IncompleteInputError exception to improve incomplete inp...Pablo Galindo Salgado2024-01-301-0/+1
* gh-100107: Make py.exe launcher ignore app aliases that launch Microsoft Stor...Vincent Cunningham2024-01-251-0/+69
* gh-112984 Update Windows build and installer for free-threaded builds (GH-113...Steve Dower2024-01-176-31/+639
* Update copyright years to 2024. (GH-113608)solya0x2024-01-161-1/+1
* gh-81489: Use Unicode APIs for mmap tagname on Windows (GH-14133)Zackery Spytz2024-01-111-2/+0
* gh-111650: Ensure pyconfig.h includes Py_GIL_DISABLED on Windows (GH-112778)Steve Dower2023-12-133-3/+10
* gh-76785: More Fixes for test.support.interpreters (gh-113012)Eric Snow2023-12-121-0/+2
* gh-112278: In _wmi, treat initialization timeout separately from connection t...AN Long2023-12-081-12/+34
* gh-112278: Disable WMI queries on Windows after they time out (GH-112658)AN Long2023-12-071-2/+23
* Fix typos in variable names, function names, and comments (GH-101868)Yang Hau2023-12-011-1/+1
* gh-111863: Rename `Py_NOGIL` to `Py_GIL_DISABLED` (#111864)Hugo van Kemenade2023-11-201-1/+1
* gh-111089: Revert PyUnicode_AsUTF8() changes (#111833)Victor Stinner2023-11-071-1/+0
* gh-111506: Implement Py_SET_REFCNT() as opaque function in limited C API (#11...Victor Stinner2023-11-031-0/+1
* gh-110968: Py_MOD_PER_INTERPRETER_GIL_SUPPORTED was added to 3.12 (#111584)Victor Stinner2023-11-011-2/+2