summaryrefslogtreecommitdiffstats
path: root/PC
Commit message (Expand)AuthorAgeFilesLines
* 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
* gh-119679: Fix layout of PYD and DLL files on Windows when using PC/layout sc...Steve Dower2024-06-061-2/+2
* gh-119679: Ensures correct import libraries are included in Windows install p...Steve Dower2024-06-031-6/+8
* gh-119070: Fix py.exe handling of /usr/bin/env commands missing extension (GH...Steve Dower2024-05-291-1/+1
* gh-117557: Improve error messages when a string, bytes or bytearray of length...Serhiy Storchaka2024-05-281-7/+41
* gh-119180: Update the magic number (#119397)Jelle Zijlstra2024-05-251-0/+1
* gh-118876: Ensure PC/layout sets ns.temp before using it (GH-118880)I-Shen Leong2024-05-131-10/+9
* Fix some missing null checks. (GH-118721)Steve Dower2024-05-101-0/+5
* Update Windows library names for the Python version bump (#118766)Kirill Podoprigora2024-05-081-4/+4
* 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