summaryrefslogtreecommitdiff
path: root/PC
Commit message (Expand)AuthorAgeFilesLines
* bpo-37369: Fix path handling when python.exe is used as a symlink (GH-14461)Steve Dower2019-07-011-44/+62
* bpo-37369: Fixes path for sys.executable when running from the Microsoft Stor...Steve Dower2019-07-012-131/+99
* bpo-36672: Fix a compiler warning in winreg.SetValue() (GH-12882)Miss Islington (bot)2019-04-221-1/+1
* bpo-9194: Fix the bounds checking in winreg.c's fixupMultiSZ() (GH-12687)Miss Islington (bot)2019-04-221-1/+1
* bpo-36649: Remove trailing spaces for registry keys when installed via the St...Miss Islington (bot)2019-04-171-7/+6
* bpo-36010: Add venv to the nuget distribution (GH-12367)Miss Islington (bot)2019-03-301-1/+9
* [3.7] bpo-36254: Fix invalid uses of %d in format strings in C. (GH-12264). (...Serhiy Storchaka2019-03-141-3/+3
* bpo-36140: Fix an incorrect check in msidb_getsummaryinformation() (GH-12074)Miss Islington (bot)2019-03-071-1/+1
* bpo-24643: Fix "GH-define timezone _timezone" clashes on Windows (GH-12019)Miss Islington (bot)2019-02-251-7/+0
* bpo-34691: Compile _contextvars module into main Python library (GH-11741)Miss Islington (bot)2019-02-021-0/+4
* bpo-32560: inherit the py launcher's STARTUPINFO (GH-9000)Miss Islington (bot)2019-02-021-1/+1
* bpo-1104: msilib.SummaryInfo.GetProperty() truncates the string by one charac...Miss Islington (bot)2019-02-021-10/+19
* bpo-35811: Avoid propagating venv settings when launching via py.exe (GH-11677)Miss Islington (bot)2019-01-251-0/+11
* bpo-35683: Improve Azure Pipelines steps (GH-11493)Steve Dower2019-01-221-0/+2
* bpo-35596: Use unchecked PYCs for the embeddable distro to avoid zipimport re...Miss Islington (bot)2019-01-081-7/+13
* bpo-35596: Fix vcruntime140.dll being added to embeddable distro multiple tim...Miss Islington (bot)2018-12-271-1/+1
* bpo-11566: Extension build errors on Windows for _hypot (GH-11283)Miss Islington (bot)2018-12-211-6/+0
* [3.7] bpo-35489: Use "const Py_UNICODE *" for the Py_UNICODE converter in AC....Serhiy Storchaka2018-12-142-75/+83
* bpo-34977: Remove unused preprocessor definition (GH-11092)Miss Islington (bot)2018-12-101-12/+0
* bpo-34977: Add Windows App Store package (GH-11027)Steve Dower2018-12-1026-0/+2195
* [3.7] bpo-34977: Use venv redirector instead of original python.exe on Window...Steve Dower2018-12-102-16/+215
* bpo-35441: Remove dead and buggy code related to PyList_SetItem(). (GH-11033)Miss Islington (bot)2018-12-081-3/+7
* Revert "[3.7] bpo-34977: Add Windows App Store package (GH-10245)" (GH-11021)Victor Stinner2018-12-0727-2393/+16
* bpo-35436: Add missing PyErr_NoMemory() calls and other minor bug fixes. (GH-...Zackery Spytz2018-12-072-2/+13
* [3.7] bpo-34977: Add Windows App Store package (GH-10245)Steve Dower2018-12-0627-16/+2390
* bpo-34532: Fixed exit code for py.exe list versions arg (GH-9039)Miss Islington (bot)2018-11-201-4/+5
* bpo-35067: Remove _distutils_findvs and use vswhere.exe instead. (GH-10095)Miss Islington (bot)2018-10-277-1089/+0
* bpo-34565: Change a PC/launcher.c comment to accurately describe valid major ...Miss Islington (bot)2018-10-051-2/+2
* bpo-34770: Fix a possible null pointer dereference in pyshellext.cpp (GH-9497)Miss Islington (bot)2018-09-241-0/+5
* bpo-23855: Add missing NULL checks for malloc() in _msi.c (GH-9038)Miss Islington (bot)2018-09-071-0/+7
* bpo-34062: Add missing launcher argument and make behavior consistent between...Miss Islington (bot)2018-08-311-8/+11
* bpo-34217: Use lowercase header for Windows (GH-8453)Miss Islington (bot)2018-07-291-1/+1
* Add missing va_end() calls in PC/launcher.c (GH-7690)Miss Islington (bot)2018-06-151-0/+2
* [3.7] Add missed details of the C API introduced in 3.7. (GH-7047) (GH-7061)Serhiy Storchaka2018-05-221-0/+2
* bpo-32604: Remove xid registry. (#6813)Eric Snow2018-05-151-3/+1
* bpo-32457: Improves handling of denormalized executable path when launching P...Miss Islington (bot)2018-02-221-54/+42
* bpo-31333: Re-implement ABCMeta in C (GH-5733)Ivan Levkivskyi2018-02-181-0/+2
* bpo-32604: Make _xxsubinterpreters build on Windows (GH-5624)Miss Islington (bot)2018-02-111-0/+3
* rename _imp initialization function to follow conventions (#5432)Benjamin Peterson2018-01-291-2/+2
* bpo-31399: Let OpenSSL verify hostname and IP address (#3462)Christian Heimes2018-01-271-0/+3
* bpo-32030: Add _PyCoreConfig.module_search_paths (#4954)Victor Stinner2018-01-241-0/+3
* bpo-32588: Move _findvs into its own module and add missing _queue module to ...Steve Dower2018-01-192-11/+4
* bpo-32507: Change Windows install to include app-local UCRT (#5119)Steve Dower2018-01-091-77/+0
* bpo-32030: Add _Py_FindEnvConfigValue() (#4963)Victor Stinner2017-12-211-53/+3
* bpo-32240: Add the const qualifier to declarations of PyObject* array argumen...Serhiy Storchaka2017-12-154-31/+31
* bpo-32030: Rewrite _PyMainInterpreterConfig (#4854)Victor Stinner2017-12-141-23/+22
* bpo-32241: Add the const qualifire to declarations of umodifiable strings. (#...Serhiy Storchaka2017-12-121-11/+11
* Revert "bpo-32197: Try to fix a compiler error on OS X introduced in bpo-3203...Victor Stinner2017-12-041-149/+35
* bpo-32197: Try to fix a compiler error on OS X introduced in bpo-32030. (#4681)Serhiy Storchaka2017-12-021-35/+149
* bpo-32030: _PyPathConfig_Init() sets home and program_name (#4673)Victor Stinner2017-12-021-18/+3