Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bpo-32457: Improves handling of denormalized executable path when launching ↵ | Steve Dower | 2018-02-22 | 1 | -1/+34 |
| | | | | Python (GH-5756) (#5818) | ||||
* | [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 |
| | | | | | | | | | The previous behavior was to raise an exception NotImplementedError: result of type 0 when the value of the property is VT_EMPTY. (cherry picked from commit 19fb134185ce155bc53f517116fca73093ba55e9) | ||||
* | bpo-12382: Make OpenDatabase() raise better exception messages (GH-4528) | Miss Islington (bot) | 2017-11-24 | 1 | -0/+6 |
| | | | | | | | | | | | Previously, 'msilib.OpenDatabase()' function raised a cryptical exception message when it couldn't open or create an MSI file. For example: Traceback (most recent call last): File "<stdin>", line 1, in <module> _msi.MSIError: unknown error 6e (cherry picked from commit 4864a619dc1cc9092780ccf5a6327e8abf66133d) | ||||
* | bpo-1102: View.Fetch() now returns None when it's exhausted (GH-4459) | Berker Peksag | 2017-11-23 | 1 | -1/+5 |
| | | | | (cherry picked from commit bdb8315c21825487b54852ff0511fb4881ea2181) | ||||
* | Fix a memory leak in _msi.c (GH-4127) (#4309) | Miss Islington (bot) | 2017-11-07 | 1 | -0/+1 |
| | | | (cherry picked from commit cb04f7518292108d68e5ba4c685ca2bf2da18eab) | ||||
* | [3.6] bpo-30697: Fix PyErr_NormalizeException() when no memory (GH-2327). ↵ | xdegaye | 2017-10-26 | 1 | -1/+0 |
| | | | | | (#4135) (cherry picked from commit 56d1f5ca32892c7643eb8cee49c40c1644f1abfe) | ||||
* | 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 |
| | | | (cherry picked from commit af8d6b90723daa943c5cd0a38ee7564790d8687a) | ||||
* | [3.6] bpo-30389 Adds detection of VS 2017 to distutils._msvccompiler GH-1632 ↵ | Steve Dower | 2017-09-07 | 8 | -1/+1089 |
| | | | | (#3425) | ||||
* | bpo-30731: python.manifest fix (#2328) (#2699) | Steve Dower | 2017-07-13 | 1 | -5/+5 |
| | | | bpo-30731: python.manifest fix | ||||
* | [3.6] bpo-13617: Reject embedded null characters in wchar* strings. ↵ | Serhiy Storchaka | 2017-06-28 | 1 | -1/+5 |
| | | | | | | | | | | (GH-2302) (#2462) Based on patch by Victor Stinner. Add private C API function _PyUnicode_AsUnicode() which is similar to PyUnicode_AsUnicode(), but checks for null characters.. (cherry picked from commit f7eae0adfcd4c50034281b2c69f461b43b68db84) | ||||
* | [3.6] bpo-30708: Check for null characters in PyUnicode_AsWideCharString(). ↵ | Serhiy Storchaka | 2017-06-27 | 1 | -1/+1 |
| | | | | | | | (GH-2285) (#2443) Raise a ValueError if the second argument is NULL and the wchar_t\* string contains null characters.. (cherry picked from commit e613e6add5f07ff6aad5802924596b631b707d2a) | ||||
* | bpo-30687: Fixes build scripts to find msbuild.exe and stop relying on ↵ | Steve Dower | 2017-06-19 | 2 | -7/+8 |
| | | | | | | vcvarsall.bat (#2252) (#2280) * Fixes build scripts to find msbuild.exe and stop relying on vcvarsall.bat Also fixes bdist_wininst.vcxproj to use correct version in generated name. | ||||
* | [3.6] bpo-27425: Be more explicit in .gitattributes (GH-840) (GH-2083) | Zachary Ware | 2017-06-10 | 1 | -22/+22 |
| | | | Also updates checked-in line endings on some files | ||||
* | 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 |
|\ \ | |/ | | | | | | | Py_LIMITED_API is not set or set to the value between 0x03050400 and 0x03060000 (not including) or 0x03060100 or higher. | ||||
| * | Issue #27867: Function PySlice_GetIndicesEx() is replaced with a macro if | Serhiy Storchaka | 2017-01-25 | 1 | -0/+2 |
| | | | | | | | | | | Py_LIMITED_API is not set or set to the value between 0x03050400 and 0x03060000 (not including) or 0x03060100 or higher. | ||||
* | | 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 ↵ | Steve Dower | 2016-12-13 | 1 | -1/+1 |
|\ \ | |/ | | | | | wininst-14.0[-amd64].exe | ||||
| * | Issue #26071: Fixes preprocessor definition and rebuilds ↵ | Steve Dower | 2016-12-13 | 1 | -1/+1 |
| | | | | | | | | wininst-14.0[-amd64].exe | ||||
* | | 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 ↵ | Steve Dower | 2016-10-03 | 2 | -0/+213 |
| | | | | | | | | issues found by the tests. | ||||
* | | Issue #28137: Renames Windows path file to ._pth | Steve Dower | 2016-09-17 | 1 | -35/+78 |
| | | | | | | | | Issue #28138: Windows ._pth file should allow import site | ||||
* | | 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 |
| | | | | | | | | | | Also update the classmethod and staticmethod doc strings and comments to match the RST documentation. | ||||
* | | Issue #23722: Initialize __class__ from type.__new__() | Nick Coghlan | 2016-09-11 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | The __class__ cell used by zero-argument super() is now initialized from type.__new__ rather than __build_class__, so class methods relying on that will now work correctly when called from metaclass methods during class creation. Patch by Martin Teichmann. | ||||
* | | 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 |
| | | |||||
* | | Issue #27985: Implement PEP 526 -- Syntax for Variable Annotations. | Yury Selivanov | 2016-09-09 | 1 | -1/+1 |
| | | | | | | | | Patch by Ivan Levkivskyi. | ||||
* | | Issue #23524: Finish removing _PyVerify_fd from sources | Steve Dower | 2016-09-08 | 1 | -8/+3 |
| | |