]> granicus.if.org Git - python/history - PC
Rebased version of what's new PR (#16745)
[python] / PC /
2019-10-04 Victor Stinnerbpo-38353: getpath.c: allocates strings on the heap...
2019-10-03 Steve Dowerbpo-38359: Ensures pyw.exe launcher reads correct regis...
2019-10-02 Victor Stinnerbpo-38353: Cleanup includes in the internal C API ...
2019-10-01 Steve Dowerbpo-38343: Fixes version handling for nuget packages...
2019-10-01 Victor Stinnerbpo-38304: PyConfig_InitPythonConfig() cannot fail...
2019-10-01 Victor Stinnerbpo-38304: Remove PyConfig.struct_size (GH-16500) ...
2019-09-30 Victor Stinnerbpo-38322: Fix gotlandmark() of PC/getpathp.c (GH-16489)
2019-09-30 Victor Stinnerbpo-38304: Fix PyConfig usage in python_uwp.cpp (GH...
2019-09-26 Victor Stinnerbpo-38234: Add test_init_setpath_config() to test_embed...
2019-09-25 Victor Stinnerbpo-38234: Cleanup getpath.c (GH-16367)
2019-09-23 Victor Stinnerbpo-38234: read_pth_file() now returns PyStatus (GH...
2019-09-23 Victor Stinnerbpo-38234: Fix _PyConfig_InitPathConfig() (GH-16335)
2019-09-23 Victor Stinnerbpo-38236: Dump path config at first import error ...
2019-09-20 Victor Stinnerbpo-38234: Fix PyConfig_Read() when Py_SetPath() was...
2019-09-20 Victor Stinnerbpo-38234: Remove _PyPathConfig.dll_path (GH-16307)
2019-09-12 Steve Dowerbpo-38133: Allow py.exe launcher to locate installation...
2019-09-11 Steve Dowerbpo-32592: Set Windows 8 as the minimum required versio...
2019-09-11 Steve Dowerbpo-38114: Do not include pip.ini in Nuget package...
2019-09-09 Steve Dowerbpo-32587: Fixes unsafe downcast in PC/winreg.c (GH...
2019-09-09 Zackery Spytzbpo-37705: Improve the implementation of winerror_to_er...
2019-09-09 Zackery Spytzbpo-32587: Make winreg.REG_MULTI_SZ support zero-length...
2019-09-09 Zackery Spytzbpo-37445: Include FORMAT_MESSAGE_IGNORE_INSERTS in...
2019-08-29 Rémi Lapeyrebpo-37034: Display argument name on errors with keyword...
2019-08-25 Nick Coghlanbpo-37757: Disallow PEP 572 cases that expose implement...
2019-08-24 Serhiy Storchakabpo-37830: Fix compilation of break and continue in...
2019-08-23 Dong-hee Nabpo-37798: Add C fastpath for statistics.NormalDist...
2019-08-22 Sergey Fedoseevbpo-27961: Remove leftovers from the times when long...
2019-08-12 Steve DowerRemove versioned executables from non-APPX packages...
2019-08-07 Steve Dowerbpo-37734: Remove unnecessary brace escapes in PC/layou...
2019-08-07 Steve Dowerbpo-37778: Fixes the icons used for file associations...
2019-08-07 Steve Dowerbpo-37734: Fix use of registry values to launch Python...
2019-07-31 David Hbpo-37730: Fix usage of NotImplemented instead of NotIm...
2019-07-30 Min ho KimFix typos in comments, docs and test names (#15018)
2019-07-25 Bill Collinsbpo-37641 preserve relative file location in embeddable...
2019-07-24 Steve Dowerbpo-37672: Switch Windows Store package to use pip...
2019-06-29 Steve Dowerbpo-37369: Fixes crash when reporting fatal error ...
2019-06-29 Steve Dowerbpo-37369: Fix initialization of sys members when launc...
2019-06-14 Steve DowerImplement Windows release builds in Azure Pipelines...
2019-06-12 Paul Monsonbpo-37201: fix test_distutils failures for Windows...
2019-06-04 Łukasz LangaBump to 3.9.0a0
2019-06-01 Zackery Spytzbpo-12202: Properly check MsiSummaryInfoGetProperty...
2019-05-31 Jeroen Demeyerbpo-36974: tp_print -> tp_vectorcall_offset and tp_rese...
2019-05-27 Victor Stinnerbpo-36763: Implement the PEP 587 (GH-13592)
2019-05-18 Victor Stinnerbpo-36763: Remove _PyCoreConfig.dll_path (GH-13402)
2019-05-17 Victor Stinnerbpo-36763: Add _PyInitError functions (GH-13395)
2019-05-17 Paul Monsonbpo-36942 Windows build changes for Windows ARM64 ...
2019-04-29 Pablo Galindobpo-36540: PEP 570 -- Implementation (GH-12701)
2019-04-25 Paul Monsonbpo-35920: Windows 10 ARM32 platform support (GH-11774)
2019-04-22 Zackery Spytzbpo-36672: Fix a compiler warning in winreg.SetValue...
2019-04-22 Zackery Spytzbpo-9194: Fix the bounds checking in winreg.c's fixupMu...
2019-04-17 Steve Dowerbpo-36649: Remove trailing spaces for registry keys...
2019-04-12 Paul Monsonbpo-36509: Add iot layout for Windows IoT containers...
2019-03-30 Paul Moorebpo-36010: Add venv to the nuget distribution (GH-12367)
2019-03-29 Paul Monsonbpo-35947: Update Windows to the current version of...
2019-03-20 Inada Naokibpo-8677: use PY_DWORD_MAX instead of INT_MAX (GH-12469)
2019-03-20 Inada Naokibpo-8677: use PY_SSIZE_T_CLEAN in PC/winreg.c (GH-12466)
2019-03-14 Serhiy Storchakabpo-36127: Argument Clinic: inline parsing code for...
2019-03-13 Serhiy Storchakabpo-36254: Fix invalid uses of %d in format strings...
2019-03-07 Zackery Spytzbpo-36140: Fix an incorrect check in msidb_getsummaryin...
2019-02-25 Zackery Spytzbpo-24643: Fix "#define timezone _timezone" clashes...
2019-02-14 Paul Monsonbpo-35976: Enable Windows projects to build with platfo...
2019-02-02 Steve Dowerbpo-34691: Compile _contextvars module into main Python...
2019-02-02 Shiva Saxenabpo-32560: inherit the py launcher's STARTUPINFO (GH...
2019-02-02 Tony Robertsbpo-33895: Relase GIL while calling functions that...
2019-02-02 Tzu-ping Chungbpo-1104: msilib.SummaryInfo.GetProperty() truncates...
2019-01-25 Steve Dowerbpo-35811: Avoid propagating venv settings when launchi...
2019-01-24 Emily Morehousebpo-35224: PEP 572 Implementation (#10497)
2019-01-22 Steve Dowerbpo-35683: Improve Azure Pipelines steps (GH-11493)
2019-01-11 Serhiy Storchakabpo-35582: Argument Clinic: inline parsing code for...
2019-01-08 Steve Dowerbpo-35596: Use unchecked PYCs for the embeddable distro...
2018-12-27 Steve Dowerbpo-35596: Fix vcruntime140.dll being added to embeddab...
2018-12-25 Serhiy Storchakabpo-23867: Argument Clinic: inline parsing code for...
2018-12-22 Matt McCormickbpo-11566: Extension build errors on Windows for _hypot...
2018-12-14 Serhiy Storchakabpo-35489: Use "const Py_UNICODE *" for the Py_UNICODE...
2018-12-11 Steve Dowerbpo-34977: Remove unused preprocessor definition (GH...
2018-12-11 Steve Dowerbpo-34977: Add Windows App Store package (GH-11027)
2018-12-10 Steve Dowerbpo-34977: Use venv redirector instead of original...
2018-12-08 Zackery Spytzbpo-35441: Remove dead and buggy code related to PyList...
2018-12-07 Victor StinnerRevert "bpo-34977: Add Windows App Store package (GH...
2018-12-07 Zackery Spytzbpo-35436: Add missing PyErr_NoMemory() calls and other...
2018-12-07 Steve Dowerbpo-34977: Add Windows App Store package (GH-10245)
2018-11-27 Serhiy Storchakabpo-33012: Fix invalid function cast warnings with...
2018-11-23 Victor Stinnerbpo-35059: PyObject_INIT() casts to PyObject* (GH-10674)
2018-11-20 Brendan Gerritybpo-34532: Fixed exit code for py.exe list versions...
2018-11-18 Steve Dowerbpo-34725: Adds _Py_SetProgramFullPath so embedders...
2018-11-12 Victor Stinnerbpo-35081: Rename internal headers (GH-10275)
2018-11-08 Zackery SpytzReplace dead code with an assertion in winreg.c. (GH...
2018-10-31 Victor Stinnerbpo-35081: Add pycore_ prefix to internal header files...
2018-10-27 Steve Dowerbpo-35067: Remove _distutils_findvs and use vswhere...
2018-10-26 Victor Stinnerbpo-35059: Convert PyObject_INIT() to function (GH...
2018-09-25 Zackery Spytzbpo-34770: Fix a possible null pointer dereference...
2018-09-21 Benjamin PetersonSimplify PyInit_timezone. (GH-9467)
2018-09-18 Serhiy Storchakabpo-25711: Rewrite zipimport in pure Python. (GH-6809)
2018-09-07 Zackery Spytzbpo-23855: Add missing NULL checks for malloc() in...
2018-09-04 Brendan Gerritybpo-34565: Change a PC/launcher.c comment to accurately...
2018-08-31 Brendan Gerritybpo-34062: Add missing launcher argument and make behav...
2018-07-25 erikjanssbpo-34217: Use lowercase header for Windows (GH-8453)
2018-07-24 Victor Stinnerbpo-34170: Add _PyCoreConfig.isolated (GH-8417)
2018-07-21 Victor Stinnerbpo-34170: _PyCoreConfig_Read() leaves Py_IsolatedFlag...
2018-07-21 Victor Stinnerbpo-34170: Rework _PyCoreConfig_Read() to avoid side...
next