summaryrefslogtreecommitdiffstats
path: root/PC
Commit message (Expand)AuthorAgeFilesLines
* bpo-34977: Remove unused preprocessor definition (GH-11092)Miss Islington (bot)2018-12-111-12/+0
* bpo-34977: Add Windows App Store package (GH-11027)Steve Dower2018-12-1126-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-0727-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-061-2/+2
* bpo-34770: Fix a possible null pointer dereference in pyshellext.cpp (GH-9497)Miss Islington (bot)2018-09-251-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-301-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-182-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
* bpo-32030: Add Python/pathconfig.c (#4668)Victor Stinner2017-12-011-118/+1
* bpo-32030: Don't call _PyPathConfig_Fini() in Py_FinalizeEx() (#4667)Victor Stinner2017-12-011-6/+13
* bpo-32030: Fix Py_GetPath(): init program_name (#4665)Victor Stinner2017-12-011-27/+38
* bpo-32030: Cleanup "path config" code (#4663)Victor Stinner2017-12-011-61/+54
* bpo-32030: Add _PyPathConfig_Init() (#4551)Victor Stinner2017-11-251-113/+205
* bpo-32030: Add _PyMainInterpreterConfig.program_name (#4548)Victor Stinner2017-11-241-33/+28
* bpo-32030: Add _PyMainInterpreterConfig_ReadEnv() (#4542)Victor Stinner2017-11-241-23/+26
* bpo-12239: Make GetProperty() return None for VT_EMPTY (GH-4539)Berker Peksag2017-11-241-0/+2
* bpo-12382: Make OpenDatabase() raise better exception messages (GH-4528)Berker Peksag2017-11-241-0/+6
* bpo-32030: Rewrite calculate_path() (#4521)Victor Stinner2017-11-231-208/+385
* bpo-1102: View.Fetch() now returns None when it's exhausted (GH-4459)Berker Peksag2017-11-231-1/+5
* bpo-32030: Add _PyMainInterpreterConfig.pythonhome (#4513)Victor Stinner2017-11-231-3/+3
* bpo-32030: Move PYTHONPATH to _PyMainInterpreterConfig (#4511)Victor Stinner2017-11-231-5/+5
* bpo-32030: Add _PyCoreConfig.module_search_path_env (#4504)Victor Stinner2017-11-221-8/+19
* Add the const qualifier to "char *" variables that refer to literal strings. ...Serhiy Storchaka2017-11-111-1/+1
* bpo-20486: Implement Database.Close() method in msilib (GH-4141)Berker Peksag2017-11-071-8/+13
* Fix a memory leak in _msi.c (#4127)Zackery Spytz2017-11-071-0/+1
* Fix miscellaneous typos (#4275)luzpaz2017-11-053-6/+6