| Commit message (Expand) | Author | Age | Files | Lines |
* | bpo-23855: Add missing NULL checks for malloc() in _msi.c (GH-9038) | Miss Islington (bot) | 2018-09-10 | 1 | -0/+7 |
|
|
* | Add missing va_end() calls in PC/launcher.c (GH-7690) | Miss Islington (bot) | 2018-06-18 | 1 | -0/+2 |
|
|
* | bpo-32457: Improves handling of denormalized executable path when launching P... | Steve Dower | 2018-02-22 | 1 | -1/+34 |
|
|
* | [3.6] bpo-32588 Move _distutils_findvs into its own module (GH-5227) (#5228) | Steve Dower | 2018-01-18 | 2 | -11/+4 |
|
|
* | [3.6] bpo-12239: Make GetProperty() return None for VT_EMPTY (GH-4539) | Berker Peksag | 2017-11-24 | 1 | -0/+2 |
|
|
* | bpo-12382: Make OpenDatabase() raise better exception messages (GH-4528) | Miss Islington (bot) | 2017-11-24 | 1 | -0/+6 |
|
|
* | bpo-1102: View.Fetch() now returns None when it's exhausted (GH-4459) | Berker Peksag | 2017-11-23 | 1 | -1/+5 |
|
|
* | Fix a memory leak in _msi.c (GH-4127) (#4309) | Miss Islington (bot) | 2017-11-07 | 1 | -0/+1 |
|
|
* | [3.6] bpo-30697: Fix PyErr_NormalizeException() when no memory (GH-2327). (#4... | xdegaye | 2017-10-26 | 1 | -1/+0 |
|
|
* | Fix trailing whitespaces in C and Python files. (#4131) | Serhiy Storchaka | 2017-10-26 | 2 | -4/+4 |
|
|
* | [3.6] Fixes reference leak (GH-3457) (#3460) | Miss Islington (bot) | 2017-09-08 | 1 | -1/+9 |
|
|
* | [3.6] bpo-30389 Adds detection of VS 2017 to distutils._msvccompiler GH-1632 ... | Steve Dower | 2017-09-07 | 8 | -1/+1089 |
|
|
* | bpo-30731: python.manifest fix (#2328) (#2699) | Steve Dower | 2017-07-13 | 1 | -5/+5 |
|
|
* | [3.6] bpo-13617: Reject embedded null characters in wchar* strings. (GH-2302)... | Serhiy Storchaka | 2017-06-28 | 1 | -1/+5 |
|
|
* | [3.6] bpo-30708: Check for null characters in PyUnicode_AsWideCharString(). (... | Serhiy Storchaka | 2017-06-27 | 1 | -1/+1 |
|
|
* | bpo-30687: Fixes build scripts to find msbuild.exe and stop relying on vcvars... | Steve Dower | 2017-06-19 | 2 | -7/+8 |
|
|
* | [3.6] bpo-27425: Be more explicit in .gitattributes (GH-840) (GH-2083) | Zachary Ware | 2017-06-10 | 1 | -22/+22 |
|
|
* | bpo-29770: remove outdated PYO related info (GH-590) (GH-612) | Xiang Zhang | 2017-03-11 | 1 | -2/+2 |
|
|
* | Issue #29326: Ignores blank lines in ._pth files (Patch by Alexey Izbyshev) | Steve Dower | 2017-02-04 | 1 | -1/+1 |
|
|
* | Issue #29392: Prevent crash when passing invalid arguments into msvcrt module. | Steve Dower | 2017-02-04 | 1 | -4/+43 |
|\ |
|
| * | Issue #29392: Prevent crash when passing invalid arguments into msvcrt module. | Steve Dower | 2017-02-04 | 1 | -12/+46 |
|
|
* | | Issue #27867: Function PySlice_GetIndicesEx() is replaced with a macro if | Serhiy Storchaka | 2017-01-25 | 1 | -0/+2 |
|\ \
| |/ |
|
| * | Issue #27867: Function PySlice_GetIndicesEx() is replaced with a macro if | Serhiy Storchaka | 2017-01-25 | 1 | -0/+2 |
|
|
* | | Issue #23903: Added missed Windows-specific names to PC/python3.def. | Serhiy Storchaka | 2016-12-27 | 1 | -0/+13 |
|\ \
| |/ |
|
| * | Issue #23903: Added missed Windows-specific names to PC/python3.def. | Serhiy Storchaka | 2016-12-27 | 1 | -0/+13 |
|
|
* | | Issue #23903: Added missed names to PC/python3.def. | Serhiy Storchaka | 2016-12-27 | 1 | -0/+64 |
|\ \
| |/ |
|
| * | Issue #23903: Added missed names to PC/python3.def. | Serhiy Storchaka | 2016-12-27 | 1 | -0/+59 |
|
|
* | | Issue #23903: Fixed errors and remove non-existing names in python3.def. | Serhiy Storchaka | 2016-12-27 | 1 | -5/+3 |
|\ \
| |/ |
|
| * | Issue #23903: Fixed errors and remove non-existing names in python3.def. | Serhiy Storchaka | 2016-12-27 | 1 | -5/+3 |
|
|
* | | Sort and remove duplicates from PC/python3.def (issue #23903). | Serhiy Storchaka | 2016-12-23 | 1 | -25/+24 |
|\ \
| |/ |
|
| * | Sort and remove duplicates from PC/python3.def (issue #23903). | Serhiy Storchaka | 2016-12-23 | 1 | -25/+24 |
|
|
* | | Issue #25778: winreg does not truncase string correctly (Patch by Eryk Sun) | Steve Dower | 2016-12-17 | 1 | -7/+6 |
|
|
* | | Issue #26071: Fixes preprocessor definition and rebuilds wininst-14.0[-amd64]... | Steve Dower | 2016-12-13 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Issue #26071: Fixes preprocessor definition and rebuilds wininst-14.0[-amd64]... | Steve Dower | 2016-12-13 | 1 | -1/+1 |
|
|
* | | Issue #28522: Fixes mishandled buffer reallocation in getpathp.c | Steve Dower | 2016-10-27 | 1 | -4/+15 |
|
|
* | | Issue #28217: Adds _testconsole module to test console input. Fixes some issu... | Steve Dower | 2016-10-03 | 2 | -0/+213 |
|
|
* | | Issue #28137: Renames Windows path file to ._pth | Steve Dower | 2016-09-17 | 1 | -35/+78 |
|
|
* | | Issue #28139: Merge indentation fixes from 3.5 into 3.6 | Martin Panter | 2016-09-17 | 1 | -9/+9 |
|\ \
| |/ |
|
| * | Issue #28139: Fix messed up indentation | Martin Panter | 2016-09-17 | 1 | -9/+9 |
|
|
* | | Issue #23722: Initialize __class__ from type.__new__() | Nick Coghlan | 2016-09-11 | 1 | -1/+1 |
|
|
* | | One more spelling fix | Martin Panter | 2016-09-10 | 1 | -1/+1 |
|
|
* | | Issue #27810: Rerun Argument Clinic on all modules | Victor Stinner | 2016-09-10 | 2 | -26/+26 |
|
|
* | | Issue #27705: Update message in validate_ucrtbase.py | Steve Dower | 2016-09-10 | 1 | -2/+3 |
|\ \
| |/ |
|
| * | Issue #27705: Update message in validate_ucrtbase.py | Steve Dower | 2016-09-10 | 1 | -2/+3 |
|
|
* | | Issue #28046: Remove platform-specific directories from sys.path | Zachary Ware | 2016-09-10 | 1 | -2/+2 |
|
|
* | | Fix call to PathCombineW. | Steve Dower | 2016-09-09 | 1 | -1/+1 |
|
|
* | | Issue #27874: Allows use of pythonXX.zip file as landmark on Windows | Steve Dower | 2016-09-09 | 1 | -15/+20 |
|
|
* | | Merge with 3.5 | Steve Dower | 2016-09-09 | 1 | -3/+17 |
|\ \
| |/ |
|
| * | Issue #24594: Validates persist parameter when opening MSI database | Steve Dower | 2016-09-09 | 1 | -3/+17 |
|
|
* | | Changes pyvenv.cfg trick into an actual sys.path file. | Steve Dower | 2016-09-09 | 1 | -66/+115 |
|
|