summaryrefslogtreecommitdiffstats
path: root/PC
Commit message (Expand)AuthorAgeFilesLines
* gh-135455: Fix version and architecture detection in PC/layout script. (GH-13...Miss Islington (bot)2025-06-133-12/+95
* [3.14] gh-134774: Remove additional Py_DEBUG definition (GH-134791)Chris Eibl2025-05-271-5/+0
* GH-130727: Avoid race condition in _wmimodule by copying shared data (GH-134313)Miss Islington (bot)2025-05-201-11/+11
* [3.14] gh-133779: Revert Windows generation of pyconfig.h and go back to a st...Steve Dower2025-05-191-6/+16
* [3.14] gh-130000: Release the GIL in winreg when doing Windows API calls (GH-...Miss Islington (bot)2025-05-161-9/+32
* gh-132930: Include IDLE path in registry for PyManager packages (GH-133246)Steve Dower2025-05-011-1/+3
* gh-132930: Fixes PEP 514 registration for PyManager packages on x64 (GH-133154)Steve Dower2025-04-291-18/+21
* gh-132930: Fix use of ALIAS_WPREFIX in pymanager builds (GH-133120)Adam Turner2025-04-291-17/+19
* GH-132930: Display 'free-threaded' in pymanager builds (GH-133119)Adam Turner2025-04-291-1/+1
* gh-132930: Improve the names of IDLE and PyDoc shortcuts (GH-133091)Steve Dower2025-04-281-2/+2
* gh-132930: Implement PEP 773 (GH-132931)Steve Dower2025-04-284-2/+324
* gh-111178: fix incorrect function signatures for Windows builds (#133072)Bénédikt Tran2025-04-282-2/+2
* gh-132639: Adds PyLong_AsNativeBytes, PyLong_FromNativeBytes and PyLong_FromU...Steve Dower2025-04-211-0/+3
* gh-132649: Allow passing --include-tcltk to PC\layout on Windows ARM64 (GH-13...Steve Dower2025-04-171-1/+1
* gh-109599: Expose `CapsuleType` via the `_types` module (#131969)Adam Turner2025-04-041-0/+2
* gh-99108: Implement HACL* HMAC (#130157)Bénédikt Tran2025-04-041-10/+20
* GH-131296: Fix parenthesis warnings on Windows-specific code (GH-131905)Chris Eibl2025-03-311-1/+1
* gh-131525: Cache the result of tuple_hash (#131529)Michael Droettboom2025-03-272-2/+12
* gh-131712: Build _suggestions extension on Windows (#131759)Victor Stinner2025-03-271-0/+2
* GH-131296: Remove unused variable from _wmimodule.cpp (GH-131587)Chris Eibl2025-03-241-1/+0
* gh-131453: Add additional constants to winsound module (GH-131454)AN Long2025-03-201-1/+11
* Fix Windows build warnings (#131487)Victor Stinner2025-03-201-3/+1
* gh-91349: Replace zlib with zlib-ng in Windows build (GH-131438)Steve Dower2025-03-193-0/+721
* GH-131291: Suppress clang-specific warning in python_uwp.cpp (GH-131292)Chris Eibl2025-03-171-0/+4
* gh-131327: Document winsound.SND_APPLICATION (#131328)AN Long2025-03-161-0/+1
* GH-131296: fix clang-cl warnings on Windows in pyshellext.cpp (GH-131300)Chris Eibl2025-03-151-6/+1
* gh-131020: py.exe launcher does not correctly detect a BOM when searching for...Chris Eibl2025-03-101-4/+4
* gh-82909: Update PC/pyconfig.h to allow disabling pragma based auto-linking (...Jean-Christophe Fillion-Robin2025-03-101-2/+6
* gh-111178: Generate correct signature for most self converters (#128447)Erlend E. Aasland2025-01-201-9/+9
* gh-59705: Make PYTHREAD_NAME_MAXLEN macro private (#128945)Victor Stinner2025-01-181-3/+2
* gh-59705: Implement _thread.set_name() on Windows (#128675)Victor Stinner2025-01-171-0/+4
* gh-128629: Add Py_PACK_VERSION and Py_PACK_FULL_VERSION (GH-128630)Petr Viktorin2025-01-091-0/+2
* Add Windows version comments to the python manifest. (GH-127439)AraHaan2024-12-241-0/+5
* gh-126133: Only use start year in PSF copyright, remove end years (#126236)Hugo van Kemenade2024-11-122-2/+2
* gh-122943: Add the varpos parameter in _PyArg_UnpackKeywords (GH-126564)Serhiy Storchaka2024-11-082-7/+12
* gh-126074: Removes unnecessary DLLs from embeddable package (GH-126143)Steve Dower2024-11-051-1/+7
* gh-126433: Fix compiler warnings on 32-bit Windows (#126444)Victor Stinner2024-11-051-1/+1
* gh-125315: Avoid crashing in _wmimodule due to slow WMI calls on some Windows...Steve Dower2024-10-301-7/+15
* gh-121654: Add PyType_Freeze() function (#122457)Victor Stinner2024-10-251-0/+1
* gh-125550: Enable py.exe to detect Store installs of 3.14 (GH-125551)Steve Dower2024-10-161-3/+6
* gh-124502: Add PyUnicode_Equal() function (#124504)Victor Stinner2024-10-071-0/+1
* gh-124487: Require at least Windows 10 SDK and update install check (GH-124672)Steve Dower2024-09-301-3/+3
* gh-124127: Make Py_REFCNT() opaque in limited C API 3.14 (#124128)Victor Stinner2024-09-241-0/+1
* gh-123990: Good bye WITH_FREELISTS macro (gh-124358)Donghee Na2024-09-241-3/+0
* gh-124153: Implement `PyType_GetBaseByToken()` and `Py_tp_token` slot (GH-124...neonene2024-09-181-0/+1
* gh-120389: Add PyLong_FromInt64() and PyLong_AsInt64() (#120390)Victor Stinner2024-08-281-0/+8
* gh-105201: Add PyIter_NextItem() (#122331)Erlend E. Aasland2024-08-071-0/+1
* gh-119521: Rename IncompleteInputError to _IncompleteInputError and remove fr...Pablo Galindo Salgado2024-06-241-1/+0
* gh-120600: Make Py_TYPE() opaque in limited C API 3.14 (#120601)Victor Stinner2024-06-181-0/+1
* gh-120417: Remove unused imports in Tools (#120623)Victor Stinner2024-06-171-1/+1