Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #27469: Adds a shell extension to the launcher so that drag and drop ↵ | Steve Dower | 2016-07-16 | 1 | -0/+2 |
| | | | | works correctly. | ||||
* | Closes #27545: Remove pyshellext.vcxproj from pcbuild.proj | Steve Dower | 2016-07-18 | 1 | -2/+0 |
| | |||||
* | Fixes use of Py_IntDir and Py_OutDir to control build directories. | Steve Dower | 2016-07-16 | 1 | -2/+30 |
| | |||||
* | Fixes build order and lingering intermediate files. | Steve Dower | 2016-07-14 | 1 | -2/+6 |
| | |||||
* | Issue #24986: Allow building Python without external libraries on Windows | Zachary Ware | 2015-09-04 | 1 | -4/+10 |
| | | | | | | | | | | This modifies the behavior of the '-e' flag to PCbuild\build.bat: when '-e' is not supplied, no attempt will be made to build extension modules that require external libraries, even if the external libraries are present. Also adds '--no-<module>' flags to PCbuild\build.bat, where '<module>' is one of 'ssl', 'tkinter', or 'bsddb', to allow skipping just those modules (if '-e' is given). | ||||
* | Issue #24268: Adds PCBuild project to build _testmultiphase module. | Steve Dower | 2015-05-24 | 1 | -1/+1 |
| | |||||
* | Actually build Tix. | Zachary Ware | 2015-04-14 | 1 | -1/+1 |
| | | | | It's been absent from all alpha releases, which apparently nobody has noticed. | ||||
* | Make bdist_wininst build only on demand | Steve Dower | 2014-12-16 | 1 | -2/+0 |
| | |||||
* | Issue #22919: Windows build updated to support VC 14.0 (Visual Studio 2015), ↵ | Steve Dower | 2014-11-22 | 1 | -0/+86 |
which will be used for the official 3.5 release. |