summaryrefslogtreecommitdiffstats
path: root/PC
Commit message (Expand)AuthorAgeFilesLines
* gh-79218: Define `MS_WIN64` macro for Mingw-w64 64bit on Windows (GH-100137)GalaxySnail2022-12-121-0/+10
* bpo-43984: Allow winreg.SetValueEx to set -1 without treating it as an error ...Shreyan Avigyan2022-12-091-32/+44
* Use faster APIs to calculate paths at startup for Store packaged Python on Wi...Steve Dower2022-11-231-25/+49
* gh-99442: Fix handling in py.exe launcher when argv[0] does not include a fil...Steve Dower2022-11-181-50/+32
* gh-99300: Use Py_NewRef() in PC/ directory (#99479)Victor Stinner2022-11-142-6/+3
* GH-90699: Remove remaining `_Py_IDENTIFIER` stdlib usage (GH-99067)Kumar Aditya2022-11-071-6/+2
* gh-92584: Remove the distutils package (#99061)Victor Stinner2022-11-033-10/+2
* gh-98692: Enable treating shebang lines as executables in py.exe launcher (GH...Steve Dower2022-10-311-3/+68
* gh-98745: Allow py.exe launcher to install 3.11 by default and 3.12 on reques...Steve Dower2022-10-281-1/+4
* gh-98586: Add vector call APIs to the Limited API (GH-98587)Wenzel Jakob2022-10-271-0/+2
* gh-98414: py.exe launcher does not use defaults for -V:company/ option (GH-98...Steve Dower2022-10-191-0/+1
* gh-97669: Create Tools/build/ directory (#97963)Victor Stinner2022-10-171-1/+1
* gh-97681: Remove Tools/demo/ directory (#97682)Victor Stinner2022-10-031-1/+1
* gh-97728: Argument Clinic: Fix uninitialized variable in the Py_UNICODE conve...Serhiy Storchaka2022-10-032-22/+22
* gh-97649: The Tools directory is no longer installed on Windows (GH-97653)Steve Dower2022-09-301-2/+0
* gh-96684: Silently suppress COM security errors in _wmi module (GH-96690)Steve Dower2022-09-081-0/+6
* gh-96665: Fixes build break on older MSVC versions due to C++20 features in a...Steve Dower2022-09-071-0/+10
* gh-89545: Updates platform module to use new internal _wmi module on Windows ...Steve Dower2022-09-072-0/+382
* gh-96577: Fixes buffer overrun in _msi module (GH-96633)Steve Dower2022-09-071-2/+2
* gh-96559: Fixes Windows launcher handling of defaults using old-style tags, a...Steve Dower2022-09-051-22/+19
* gh-90928: Improve static initialization of keywords tuple in AC (#95907)Erlend E. Aasland2022-08-133-173/+73
* gh-90928: Statically Initialize the Keywords Tuple in Clinic-Generated Code (...Eric Snow2022-08-115-15/+375
* gh-95733: Allow installing Store package on older Windows versions (GH-95862)Steve Dower2022-08-101-1/+2
* gh-93274: Expose receiving vectorcall in the Limited API (GH-95717)Petr Viktorin2022-08-081-0/+2
* gh-94399: Restore PATH search behaviour of py.exe launcher for '/usr/bin/env'...Steve Dower2022-08-031-0/+106
* gh-95423: Update winreg.DeleteKeyEx documentation and remove dynamic function...Derek Kim2022-08-032-23/+14
* gh-95359: Fix py.exe launcher handling of per-user py.ini and command names (...Steve Dower2022-07-281-7/+11
* gh-95174: WASI: skip missing sockets functions (GH-95179)Christian Heimes2022-07-271-1/+18
* gh-95285: py.exe launcher fails with short argv0 (GH-95295)Steve Dower2022-07-261-0/+3
* gh-95174: Handle missing dup() and constants in WASI (GH-95229)Christian Heimes2022-07-261-0/+3
* gh-90844: Allow virtual environments to correctly launch when they have space...Steve Dower2022-07-161-4/+12
* gh-94772: Fix off-by-one error in Windows launcher (GH-94779)Paul Moore2022-07-161-1/+3
* gh-94512: Fix forced arg format in AC-processed winreg (GH-94513)Oleg Iarygin2022-07-042-22/+201
* gh-94512: Fix forced arg format in AC-processed msvcrtmodule (GH-94514)Oleg Iarygin2022-07-042-6/+28
* Delete DOS-only PC/testpy.py (GH-94419)Oleg Iarygin2022-06-302-36/+0
* Delete unused PC/empty.c (GH-94418)Oleg Iarygin2022-06-291-6/+0
* gh-84623: Remove unused imports (#94132)Victor Stinner2022-06-224-9/+1
* gh-93491: Add support tier detection to configure (GH-93492)Christian Heimes2022-06-101-1/+15
* GH-93207: Remove HAVE_STDARG_PROTOTYPES configure check for stdarg.h (#93215)Kumar Aditya2022-05-271-3/+0
* gh-60074: add new stable API function PyType_FromMetaclass (GH-93012)Wenzel Jakob2022-05-271-0/+1
* gh-93005: Fixes launcher test when no Python install is available (GH-93007)Steve Dower2022-05-231-3/+3
* gh-91061: also accept pathlib.Path for winsound.PlaySound (#91489)Mori Bellamy2022-05-231-7/+15
* gh-92817: Fix precedence of options to py.exe launcher (GH-92988)Steve Dower2022-05-191-2/+21
* gh-92536: PEP 623: Remove wstr and legacy APIs from Unicode (GH-92537)Inada Naoki2022-05-124-127/+2
* gh-76773: Update docs mentioning no-longer-supported Windows versions & featu...CAM Gerlach2022-05-101-3/+3
* Update CPyhton configuration for 3.12 (#92451)Dong-hee Na2022-05-081-2/+2
* gh-91320: Argument Clinic uses _PyCFunction_CAST() (#32210)Victor Stinner2022-05-035-39/+39
* gh-90822: Make `PY_SSIZE_T_MAX` and `PY_SSIZE_T_MIN` constant expression (GH-...Ganesh Kathiresan2022-05-021-0/+2
* gh-91324: List feature macros in the stable ABI manifest, improve tests (GH-3...Petr Viktorin2022-04-281-0/+2
* bpo-47169: Export PyOS_CheckStack on Windows (GH-32414)Petr Viktorin2022-04-211-0/+1