Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [3.5] bpo-31170: Fix inclusion of expat in Windows build projects. (#3751) | Steve Dower | 2017-09-26 | 4 | -1/+15 |
| | | | | | | * bpo-31170: Fix inclusion of expat in Windows build projects. * Fixes line endings | ||||
* | [3.5] bpo-30726: Also fix pyexpat.vcxproj (GH-2375) (#2571) | Segev Finer | 2017-07-04 | 1 | -1/+1 |
| | | | (cherry picked from commit 7526cadd64566725ffc56071a7208828a46ddbd8) | ||||
* | [3.5] bpo-30726: PCbuild _elementtree: remove duplicate defines (#2348) (#2350) | Victor Stinner | 2017-06-23 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * bpo-30726: PCbuild _elementtree: remove duplicate defines (#2348) bpo-30726, bpo-29591: libexpat 2.2.1 of Modules/expat/ now uses a winconfig.h configuration file which already defines: * XML_NS * XML_DTD * BYTEORDER=1234 * XML_CONTEXT_BYTES=1024 * HAVE_MEMMOVE Remove these defines from PCbuild/_elementtree.vcxproj to prevent compiler warnings. Co-Authored-By: Jeremy Kloth <jeremy.kloth@gmail.com> (cherry picked from commit c8fb58bd7917151e63398587a7fc2126db7c26de) * bpo-30726: Fix elementtree warnings on Windows due to expat upgrade (#2319) * bpo-30726: Fix elementtree warnings on Windows Caused by usage of `getenv` which should be safe. And a few integer truncations which should also be ok. * bpo-30726: Don't ignore libexpat warnings which haypo intends to fix upstream (cherry picked from commit 87c65550730a8f85ce339ba197bce4fb7e836619) | ||||
* | bpo-30687: Fixes build scripts to find msbuild.exe and stop relying on ↵ | Steve Dower | 2017-06-19 | 3 | -22/+66 |
| | | | | | | vcvarsall.bat (#2252) (#2281) * 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.5] bpo-27425: Be more explicit in .gitattributes (GH-840) (GH-2084) | Zachary Ware | 2017-06-10 | 11 | -1390/+1390 |
| | | | Also updates checked-in line endings on some files. | ||||
* | bpo-27593: Revise git SCM build info. (#744) (#746) | Ned Deily | 2017-03-21 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | Use --short form of git hash. Use output from "git describe" for tag. Expected outputs: 1. previous hg 2. previous git 3. updated git Release (tagged) build: 1. Python 3.7.0a0 (v3.7.0a0:4def2a2901a5, ... 2. Python 3.7.0a0 (v3.7.0a0^0:05f53735c8912f8df1077e897f052571e13c3496, ... 3. Python 3.7.0a0 (v3.7.0a0:05f53735c8, ... Development build: 1. Python 3.7.0a0 (default:41df79263a11, ... 2. Python 3.7.0a0 (master:05f53735c8912f8df1077e897f052571e13c3496, ... 3. Python 3.7.0a0 (heads/master-dirty:05f53735c8, ... "dirty" means the working tree has uncommitted changes. See "git help describe" for more info. (cherry picked from commit 554626ada769abf82a5dabe6966afa4265acb6a6) | ||||
* | bpo-29770: remove outdated PYO related info (GH-590) (GH-613) | Xiang Zhang | 2017-03-11 | 2 | -17/+11 |
| | |||||
* | PCbuild: Add -q option to svn export (GH-538) | INADA Naoki | 2017-03-07 | 1 | -1/+1 |
| | | | | Without this option, AppVeyor log is too unreadable. (cherry picked from commit 8886d5f39286dffa7d9337857b151e7fb4af23fd) | ||||
* | Fixes git command (#451) (#453) | Steve Dower | 2017-03-04 | 1 | -1/+1 |
| | |||||
* | bpo-27593: Updates Windows build to use information from git (#262) (#449) | Steve Dower | 2017-03-04 | 2 | -15/+16 |
| | | | * bpo-27593: Updates Windows build to use information from git | ||||
* | bpo-29572: Update Windows build to OpenSSL 1.0.2k (GH-443) | Zachary Ware | 2017-03-03 | 3 | -3/+3 |
| | |||||
* | Issue #29080: Removes hard dependency on hg.exe from PC/build.bat | Steve Dower | 2016-12-28 | 1 | -3/+3 |
| | |||||
* | Ensures intermediate directory is created before accessing it. | Steve Dower | 2016-12-03 | 1 | -0/+1 |
| | |||||
* | Issue #28846: Various installer fixes | Steve Dower | 2016-12-03 | 2 | -3/+13 |
| | |||||
* | Issue #28248: Merge with 3.4 | Zachary Ware | 2016-10-11 | 3 | -3/+3 |
|\ | |||||
| * | Issue #28248: Update Windows build to use OpenSSL 1.0.2j | Zachary Ware | 2016-10-11 | 3 | -3/+3 |
| | | |||||
| * | Closes #25456: Copy Tcl/Tk DLLs to build directory on Windows | Zachary Ware | 2015-10-24 | 2 | -3/+15 |
| | | | | | | | | | | | | This removes the need to add externals/tcltk[64]/bin to PATH to be able to import tkinter. Also documents the necessity for the DLLs to be on PATH or in python.exe's directory. | ||||
| * | Various minor typos in documentation and comments | Martin Panter | 2015-10-07 | 1 | -1/+1 |
| | | |||||
* | | Issue #28251: Improvements to help manuals on Windows. | Steve Dower | 2016-09-23 | 1 | -1/+5 |
| | | |||||
* | | Add file missed from backport | Steve Dower | 2016-09-18 | 1 | -1/+1 |
| | | |||||
* | | Issue #27407: Make PCbuild/prepare_ssl.py Python 2 compatible | Zachary Ware | 2016-09-05 | 1 | -1/+6 |
| | | |||||
* | | Fixes default intermediate directory when building on Windows. | Steve Dower | 2016-07-25 | 1 | -1/+1 |
| | | |||||
* | | Issue #27469: Adds a shell extension to the launcher so that drag and drop ↵ | Steve Dower | 2016-07-16 | 5 | -3/+157 |
| | | | | | | | | 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 | 3 | -11/+41 |
| | | |||||
* | | Fix building tcl/tk with only the VC build tools installed. | Steve Dower | 2016-07-15 | 3 | -0/+6 |
| | | |||||
* | | Fixes build order and lingering intermediate files. | Steve Dower | 2016-07-14 | 2 | -7/+7 |
| | | |||||
* | | Issue #26930: Update Windows build to OpenSSL 1.0.2h | Zachary Ware | 2016-06-15 | 3 | -3/+3 |
| | | |||||
* | | Issue #26706: Update OpenSSL version in PCbuild/readme.txt | Zachary Ware | 2016-04-14 | 1 | -1/+1 |
| | | | | | | | | Thanks to Shaun Walbridge for noticing. | ||||
* | | Closes #26624: Adds validation of ucrtbase[d].dll version with warning for ↵ | Steve Dower | 2016-04-13 | 1 | -0/+7 |
| | | | | | | | | old versions. | ||||
* | | Adds version info to all signed binaries on Windows. | Steve Dower | 2016-04-06 | 31 | -13/+88 |
| | | |||||
* | | Issue #26079: Fixing the build output folder for tix-8.4.3.6. Patch by ↵ | Steve Dower | 2016-03-12 | 1 | -4/+4 |
| | | | | | | | | Bjoern Thiel. | ||||
* | | Adds warning to prepare_ssl when nasm is not available. | Steve Dower | 2016-03-08 | 1 | -0/+3 |
| | | | | | | | | Force clean of externals on buildbots. | ||||
* | | Issue #26465: Update Windows builds to use OpenSSL 1.0.2g. | Steve Dower | 2016-03-08 | 3 | -4/+4 |
| | | |||||
* | | Issue #26268: Update Windows builds to use OpenSSL 1.0.2f | Zachary Ware | 2016-02-22 | 6 | -11/+12 |
| | | |||||
* | | Issue #26268: Update the prepare_ssl.py script | Zachary Ware | 2016-02-22 | 1 | -110/+55 |
| | | | | | | | | | | | | | | | | | | It can now handle OpenSSL versions 1.0.2e and greater, which don't include include files in include/. Note that sources prepared by this script no longer support the old project files for 2.7; you now have to have Perl available to use the old build_ssl.py script with sources from svn.python.org. | ||||
* | | Updates build to use SHA256 hash when signing files. | Steve Dower | 2016-02-08 | 1 | -1/+1 |
| | | |||||
* | | Issue #25934: Default to /fp:strict for ICC builds | Zachary Ware | 2016-01-30 | 2 | -5/+14 |
| | | |||||
* | | Issue #25348: Add --pgo and --pgo-job flags to PCbuild\build.bat | Zachary Ware | 2016-01-12 | 2 | -51/+56 |
| | | |||||
* | | Improves handling of test markers for building Python without intefering ↵ | Steve Dower | 2015-10-31 | 3 | -6/+17 |
| | | | | | | | | with actual installs. | ||||
* | | Issue #25361: Disables use of SSE2 instructions in Windows 32-bit build | Steve Dower | 2015-10-11 | 2 | -0/+7 |
| | | |||||
* | | Issue #25022: Merge with 3.4 | Zachary Ware | 2015-09-10 | 1 | -8/+0 |
|\ \ | |/ | |||||
| * | Issue #25022: Remove PC/example_nt/ | Zachary Ware | 2015-09-10 | 1 | -8/+0 |
| | | | | | | | | It was very much outdated, and the topic is better covered elsewhere. | ||||
* | | Merge Python 3.5.0rc4 back to hg.python.org. | Larry Hastings | 2015-09-09 | 4 | -11/+9 |
|\ \ | |||||
| * | | Issue #25027: Reverts partial-static build options and adds vcruntime140.dll ↵ | Steve Dower | 2015-09-09 | 4 | -11/+9 |
| | | | | | | | | | | | | to Windows installation. | ||||
| * | | Fixes file that did not graft correctly. | Steve Dower | 2015-08-19 | 1 | -2/+2 |
| | | | |||||
| * | | Issue #24847: Removes vcruntime140.dll dependency from Tcl/Tk. | Steve Dower | 2015-08-19 | 6 | -13/+12 |
| | | | |||||
* | | | Update PCbuild/readme.txt | Zachary Ware | 2015-09-08 | 1 | -39/+5 |
| | | | |||||
* | | | Issue #25010: Merge with 3.4 | Zachary Ware | 2015-09-08 | 1 | -1/+1 |
|\ \ \ | | |/ | |/| | |||||
| * | | Issue #25010: Fix path for .pyd example project. | Zachary Ware | 2015-09-08 | 1 | -1/+1 |
| | | | | | | | | | | | | Patch by Shaun Walbridge |