summaryrefslogtreecommitdiff
path: root/PC
Commit message (Expand)AuthorAgeFilesLines
* bpo-9194: Fix the bounds checking in winreg.c's fixupMultiSZ() (GH-12687) (GH...Miss Islington (bot)2019-05-021-1/+1
* bpo-35441: Remove dead and buggy code related to PyList_SetItem(). (GH-11033)Miss Islington (bot)2018-12-081-3/+7
* bpo-35436: Add missing PyErr_NoMemory() calls and other minor bug fixes. (GH-...Serhiy Storchaka2018-12-071-2/+10
* 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-101-0/+7
* Add missing va_end() calls in PC/launcher.c (GH-7690)Miss Islington (bot)2018-06-181-0/+2
* bpo-32457: Improves handling of denormalized executable path when launching P...Steve Dower2018-02-221-1/+34
* [3.6] bpo-32588 Move _distutils_findvs into its own module (GH-5227) (#5228)Steve Dower2018-01-192-11/+4
* [3.6] 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)Miss Islington (bot)2017-11-241-0/+6
* bpo-1102: View.Fetch() now returns None when it's exhausted (GH-4459)Berker Peksag2017-11-231-1/+5
* Fix a memory leak in _msi.c (GH-4127) (#4309)Miss Islington (bot)2017-11-071-0/+1
* [3.6] bpo-30697: Fix PyErr_NormalizeException() when no memory (GH-2327). (#4...xdegaye2017-10-261-1/+0
* Fix trailing whitespaces in C and Python files. (#4131)Serhiy Storchaka2017-10-262-4/+4
* [3.6] Fixes reference leak (GH-3457) (#3460)Miss Islington (bot)2017-09-081-1/+9
* [3.6] bpo-30389 Adds detection of VS 2017 to distutils._msvccompiler GH-1632 ...Steve Dower2017-09-078-1/+1089
* bpo-30731: python.manifest fix (#2328) (#2699)Steve Dower2017-07-131-5/+5
* [3.6] bpo-13617: Reject embedded null characters in wchar* strings. (GH-2302)...Serhiy Storchaka2017-06-281-1/+5
* [3.6] bpo-30708: Check for null characters in PyUnicode_AsWideCharString(). (...Serhiy Storchaka2017-06-271-1/+1
* bpo-30687: Fixes build scripts to find msbuild.exe and stop relying on vcvars...Steve Dower2017-06-192-7/+8
* [3.6] bpo-27425: Be more explicit in .gitattributes (GH-840) (GH-2083)Zachary Ware2017-06-101-22/+22
* bpo-29770: remove outdated PYO related info (GH-590) (GH-612)Xiang Zhang2017-03-111-2/+2
* Issue #29326: Ignores blank lines in ._pth files (Patch by Alexey Izbyshev)Steve Dower2017-02-041-1/+1
* Issue #29392: Prevent crash when passing invalid arguments into msvcrt module.Steve Dower2017-02-041-4/+43
|\
| * Issue #29392: Prevent crash when passing invalid arguments into msvcrt module.Steve Dower2017-02-041-12/+46
* | Issue #27867: Function PySlice_GetIndicesEx() is replaced with a macro ifSerhiy Storchaka2017-01-251-0/+2
|\ \ | |/
| * Issue #27867: Function PySlice_GetIndicesEx() is replaced with a macro ifSerhiy Storchaka2017-01-251-0/+2
* | Issue #23903: Added missed Windows-specific names to PC/python3.def.Serhiy Storchaka2016-12-271-0/+13
|\ \ | |/
| * Issue #23903: Added missed Windows-specific names to PC/python3.def.Serhiy Storchaka2016-12-271-0/+13
* | Issue #23903: Added missed names to PC/python3.def.Serhiy Storchaka2016-12-271-0/+64
|\ \ | |/
| * Issue #23903: Added missed names to PC/python3.def.Serhiy Storchaka2016-12-271-0/+59
* | Issue #23903: Fixed errors and remove non-existing names in python3.def.Serhiy Storchaka2016-12-271-5/+3
|\ \ | |/
| * Issue #23903: Fixed errors and remove non-existing names in python3.def.Serhiy Storchaka2016-12-271-5/+3
* | Sort and remove duplicates from PC/python3.def (issue #23903).Serhiy Storchaka2016-12-231-25/+24
|\ \ | |/
| * Sort and remove duplicates from PC/python3.def (issue #23903).Serhiy Storchaka2016-12-231-25/+24
* | Issue #25778: winreg does not truncase string correctly (Patch by Eryk Sun)Steve Dower2016-12-171-7/+6
* | Issue #26071: Fixes preprocessor definition and rebuilds wininst-14.0[-amd64]...Steve Dower2016-12-131-1/+1
|\ \ | |/
| * Issue #26071: Fixes preprocessor definition and rebuilds wininst-14.0[-amd64]...Steve Dower2016-12-131-1/+1
* | Issue #28522: Fixes mishandled buffer reallocation in getpathp.cSteve Dower2016-10-271-4/+15
* | Issue #28217: Adds _testconsole module to test console input. Fixes some issu...Steve Dower2016-10-032-0/+213
* | Issue #28137: Renames Windows path file to ._pthSteve Dower2016-09-171-35/+78
* | Issue #28139: Merge indentation fixes from 3.5 into 3.6Martin Panter2016-09-171-9/+9
|\ \ | |/
| * Issue #28139: Fix messed up indentationMartin Panter2016-09-171-9/+9
* | Issue #23722: Initialize __class__ from type.__new__()Nick Coghlan2016-09-111-1/+1
* | One more spelling fixMartin Panter2016-09-101-1/+1
* | Issue #27810: Rerun Argument Clinic on all modulesVictor Stinner2016-09-092-26/+26
* | Issue #27705: Update message in validate_ucrtbase.pySteve Dower2016-09-091-2/+3
|\ \ | |/
| * Issue #27705: Update message in validate_ucrtbase.pySteve Dower2016-09-091-2/+3
* | Issue #28046: Remove platform-specific directories from sys.pathZachary Ware2016-09-091-2/+2
* | Fix call to PathCombineW.Steve Dower2016-09-091-1/+1