| Commit message (Expand) | Author | Age | Files | Lines |
* | bpo-12202: Properly check MsiSummaryInfoGetProperty() calls in msilib (GH-13711) | Zackery Spytz | 2019-06-01 | 1 | -0/+3 |
|
|
* | bpo-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_async (G... | Jeroen Demeyer | 2019-05-31 | 2 | -10/+10 |
|
|
* | bpo-36763: Implement the PEP 587 (GH-13592) | Victor Stinner | 2019-05-27 | 1 | -73/+73 |
|
|
* | bpo-36763: Remove _PyCoreConfig.dll_path (GH-13402) | Victor Stinner | 2019-05-18 | 1 | -10/+8 |
|
|
* | bpo-36763: Add _PyInitError functions (GH-13395) | Victor Stinner | 2019-05-17 | 1 | -0/+1 |
|
|
* | bpo-36942 Windows build changes for Windows ARM64 (GH-13366) | Paul Monson | 2019-05-17 | 1 | -0/+3 |
|
|
* | bpo-36540: PEP 570 -- Implementation (GH-12701) | Pablo Galindo | 2019-04-29 | 1 | -1/+1 |
|
|
* | bpo-35920: Windows 10 ARM32 platform support (GH-11774) | Paul Monson | 2019-04-25 | 1 | -0/+16 |
|
|
* | bpo-36672: Fix a compiler warning in winreg.SetValue() (GH-12882) | Zackery Spytz | 2019-04-22 | 1 | -1/+1 |
|
|
* | bpo-9194: Fix the bounds checking in winreg.c's fixupMultiSZ() (GH-12687) | Zackery Spytz | 2019-04-22 | 1 | -1/+1 |
|
|
* | bpo-36649: Remove trailing spaces for registry keys when installed via the St... | Steve Dower | 2019-04-17 | 1 | -7/+6 |
|
|
* | bpo-36509: Add iot layout for Windows IoT containers (GH-12663) | Paul Monson | 2019-04-12 | 2 | -2/+18 |
|
|
* | bpo-36010: Add venv to the nuget distribution (GH-12367) | Paul Moore | 2019-03-30 | 1 | -1/+9 |
|
|
* | bpo-35947: Update Windows to the current version of libffi (GH-11797) | Paul Monson | 2019-03-29 | 1 | -1/+1 |
|
|
* | bpo-8677: use PY_DWORD_MAX instead of INT_MAX (GH-12469) | Inada Naoki | 2019-03-20 | 1 | -5/+3 |
|
|
* | bpo-8677: use PY_SSIZE_T_CLEAN in PC/winreg.c (GH-12466) | Inada Naoki | 2019-03-20 | 1 | -0/+6 |
|
|
* | bpo-36127: Argument Clinic: inline parsing code for keyword parameters. (GH-1... | Serhiy Storchaka | 2019-03-14 | 3 | -21/+79 |
|
|
* | bpo-36254: Fix invalid uses of %d in format strings in C. (GH-12264) | Serhiy Storchaka | 2019-03-13 | 1 | -3/+3 |
|
|
* | bpo-36140: Fix an incorrect check in msidb_getsummaryinformation() (GH-12074) | Zackery Spytz | 2019-03-07 | 1 | -1/+1 |
|
|
* | bpo-24643: Fix "#define timezone _timezone" clashes on Windows (GH-12019) | Zackery Spytz | 2019-02-25 | 1 | -7/+0 |
|
|
* | bpo-35976: Enable Windows projects to build with platform ARM32 (GH-11825) | Paul Monson | 2019-02-14 | 1 | -1/+1 |
|
|
* | bpo-34691: Compile _contextvars module into main Python library (GH-11741) | Steve Dower | 2019-02-02 | 1 | -0/+4 |
|
|
* | bpo-32560: inherit the py launcher's STARTUPINFO (GH-9000) | Shiva Saxena | 2019-02-02 | 1 | -1/+1 |
|
|
* | bpo-33895: Relase GIL while calling functions that acquire Windows loader loc... | Tony Roberts | 2019-02-02 | 1 | -0/+8 |
|
|
* | bpo-1104: msilib.SummaryInfo.GetProperty() truncates the string by one charac... | Tzu-ping Chung | 2019-02-02 | 1 | -10/+19 |
|
|
* | bpo-35811: Avoid propagating venv settings when launching via py.exe (GH-11677) | Steve Dower | 2019-01-25 | 1 | -0/+11 |
|
|
* | bpo-35224: PEP 572 Implementation (#10497) | Emily Morehouse | 2019-01-24 | 1 | -0/+1 |
|
|
* | bpo-35683: Improve Azure Pipelines steps (GH-11493) | Steve Dower | 2019-01-22 | 1 | -0/+2 |
|
|
* | bpo-35582: Argument Clinic: inline parsing code for positional parameters. (G... | Serhiy Storchaka | 2019-01-11 | 2 | -18/+100 |
|
|
* | bpo-35596: Use unchecked PYCs for the embeddable distro to avoid zipimport re... | Steve Dower | 2019-01-08 | 1 | -7/+13 |
|
|
* | bpo-35596: Fix vcruntime140.dll being added to embeddable distro multiple tim... | Steve Dower | 2018-12-27 | 1 | -1/+1 |
|
|
* | bpo-23867: Argument Clinic: inline parsing code for a single positional param... | Serhiy Storchaka | 2018-12-25 | 2 | -14/+64 |
|
|
* | bpo-11566: Extension build errors on Windows for _hypot (GH-11283) | Matt McCormick | 2018-12-22 | 1 | -6/+0 |
|
|
* | bpo-35489: Use "const Py_UNICODE *" for the Py_UNICODE converter in AC. (GH-1... | Serhiy Storchaka | 2018-12-14 | 2 | -75/+83 |
|
|
* | bpo-34977: Remove unused preprocessor definition (GH-11092) | Steve Dower | 2018-12-11 | 1 | -12/+0 |
|
|
* | bpo-34977: Add Windows App Store package (GH-11027) | Steve Dower | 2018-12-11 | 25 | -0/+2194 |
|
|
* | bpo-34977: Use venv redirector instead of original python.exe on Windows (GH-... | Steve Dower | 2018-12-10 | 2 | -16/+215 |
|
|
* | bpo-35441: Remove dead and buggy code related to PyList_SetItem(). (GH-11033) | Zackery Spytz | 2018-12-08 | 1 | -3/+7 |
|
|
* | Revert "bpo-34977: Add Windows App Store package (GH-10245)" (GH-11019) | Victor Stinner | 2018-12-07 | 27 | -2392/+16 |
|
|
* | bpo-35436: Add missing PyErr_NoMemory() calls and other minor bug fixes. (GH-... | Zackery Spytz | 2018-12-07 | 2 | -2/+13 |
|
|
* | bpo-34977: Add Windows App Store package (GH-10245) | Steve Dower | 2018-12-07 | 27 | -16/+2389 |
|
|
* | bpo-33012: Fix invalid function cast warnings with gcc 8 in Argument Clinic. ... | Serhiy Storchaka | 2018-11-27 | 4 | -31/+31 |
|
|
* | bpo-35059: PyObject_INIT() casts to PyObject* (GH-10674) | Victor Stinner | 2018-11-23 | 1 | -1/+1 |
|
|
* | bpo-34532: Fixed exit code for py.exe list versions arg (GH-9039) | Brendan Gerrity | 2018-11-20 | 1 | -4/+5 |
|
|
* | bpo-34725: Adds _Py_SetProgramFullPath so embedders may override sys.executab... | Steve Dower | 2018-11-18 | 1 | -0/+4 |
|
|
* | bpo-35081: Rename internal headers (GH-10275) | Victor Stinner | 2018-11-12 | 1 | -1/+1 |
|
|
* | Replace dead code with an assertion in winreg.c. (GH-10028) | Zackery Spytz | 2018-11-08 | 1 | -2/+1 |
|
|
* | bpo-35081: Add pycore_ prefix to internal header files (GH-10263) | Victor Stinner | 2018-10-31 | 1 | -1/+1 |
|
|
* | bpo-35067: Remove _distutils_findvs and use vswhere.exe instead. (GH-10095) | Steve Dower | 2018-10-27 | 7 | -1089/+0 |
|
|
* | bpo-35059: Convert PyObject_INIT() to function (GH-10077) | Victor Stinner | 2018-10-26 | 1 | -1/+1 |
|
|