Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [3.6] Improves the ability to build in CI (GH-5730) | Steve Dower | 2018-02-18 | 3 | -6/+8 |
| | |||||
* | [3.6] bpo-32588 Move _distutils_findvs into its own module (GH-5227) (#5228) | Steve Dower | 2018-01-18 | 5 | -3/+121 |
| | |||||
* | Add missing backslashes in PCbuild bat files (GH-5056) (GH-5057) | Zachary Ware | 2017-12-30 | 1 | -3/+3 |
| | | | (cherry picked from commit 6c6d3a46087bacb9c767c8cf2185505348d3796d) | ||||
* | bpo-28791: Update Windows builds to use SQLite 3.21.0. (GH-4246). (GH-4717) | Mariatta | 2017-12-05 | 3 | -3/+3 |
| | | | (cherry picked from commit 31af650ee25f65794b75d4dfefed6fe4758781c1) | ||||
* | bpo-31691: Specify where to find installer build instructions for Windows ↵ | native-api | 2017-11-17 | 1 | -2/+7 |
| | | | | (#4427) | ||||
* | bpo-31691: Specify where to find build instructions for the Windows ↵ | Miss Islington (bot) | 2017-11-17 | 1 | -0/+2 |
| | | | | | installer (GH-4426) (#4431) (cherry picked from commit fd0fa67464f75cebca67cd14d050476a0c73bd53) | ||||
* | [3.6] bpo-31957: Fixes version detection. (GH-4298) (#4300) | Miss Islington (bot) | 2017-11-06 | 1 | -8/+6 |
| | |||||
* | bpo-31609: Fixes quotes in PCbuild/clean.bat (GH-4280) (#4285) | Miss Islington (bot) | 2017-11-05 | 1 | -1/+1 |
| | | | (cherry picked from commit aed08562220974b5c67371b908f23caa1be07e38) | ||||
* | bpo-31944: Fixes build and Modify button (GH-4278) (#4284) | Miss Islington (bot) | 2017-11-05 | 2 | -2/+3 |
| | | | (cherry picked from commit 0d2a9088d16826343344b04461c8be44b4008710) | ||||
* | [3.6] bpo-31523: Reliability improvements to the Windows build files ↵ | Miss Islington (bot) | 2017-10-05 | 1 | -1/+1 |
| | | | | | (GH-3900) (#3902) (cherry picked from commit 2084b30e540d88b9fc752c5bdcc2f24334af4f2b) | ||||
* | [3.6] bpo-30389 Adds detection of VS 2017 to distutils._msvccompiler GH-1632 ↵ | Steve Dower | 2017-09-07 | 3 | -2/+5 |
| | | | | (#3425) | ||||
* | [3.6] bpo-31340: Change to building with MSVC v141 (included with Visual ↵ | Steve Dower | 2017-09-06 | 6 | -13/+50 |
| | | | | Studio 2017) (GH-3311) (#3386) | ||||
* | [3.6] Fixes Tix build by correcting the directories used by Tcl and Tk. ↵ | Miss Islington (bot) | 2017-09-06 | 3 | -2/+3 |
| | | | | (GH-3391) (#3392) | ||||
* | bpo-30947: Update libexpat from 2.2.1 to 2.2.3 (#3106) (#3143) | Victor Stinner | 2017-08-18 | 4 | -3/+11 |
| | | | | | | | | | | | | | | | * bpo-30947: Update libexpat from 2.2.1 to 2.2.3 * Add NEWS entry * Add new loadlibrary.c * expat_external.h: restore include "pyexpatns.h" * PCbuild: add expat/loadlibrary.c * Define XML_POOR_ENTROPY to compile expat (cherry picked from commit 93d0cb58b4da2a88c56f472c6c19491cc7a390df) | ||||
* | [3.6] bpo-30450: Improved logic for obtaining dependencies (#2751) | Steve Dower | 2017-07-19 | 4 | -23/+127 |
| | | | | | | | | | Adds alternate download approach for nuget.exe Fall back to git.exe if no Python is found. (#2739) Also check whether git.exe is on PATH if it will be used. Add support for HOST_PYTHON variable. Clear internal environment variables used in find_python.bat Use HOST_PYTHON as the actual Python if it is recent enough. Adds HOST_PYTHON variable to AppVeyor configuration | ||||
* | [3.6] bpo-30726: Also fix pyexpat.vcxproj (GH-2375) (#2570) | Segev Finer | 2017-07-04 | 1 | -1/+1 |
| | | | (cherry picked from commit 7526cadd64566725ffc56071a7208828a46ddbd8) | ||||
* | [3.6] bpo-30726: PCbuild _elementtree: remove duplicate defines (#2348) (#2349) | 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) (#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. | ||||
* | bpo-30450: Pull Windows dependencies from GitHub rather than svn (GH-1783) ↵ | Zachary Ware | 2017-06-16 | 3 | -68/+142 |
| | | | | | | | | | (GH-2237) The Windows build now depends on Python 3.6 to fetch externals, but it will be downloaded via NuGet (which is downloaded via PowerShell) if it is not available via `py -3.6`. This means the only thing that must be installed on a modern Windows box to do a full build of CPython with all extensions is Visual Studio. Also fixes an outdated note about _lzma in PCbuild/readme.txt (cherry-picked from commit 51599e2bdd10ab77212a7cbb41a13ea70ee13da8) | ||||
* | [3.6] bpo-27425: Be more explicit in .gitattributes (GH-840) (GH-2083) | Zachary Ware | 2017-06-10 | 10 | -1441/+1441 |
| | | | Also updates checked-in line endings on some files | ||||
* | bpo-29191: Add liblzma.vcxproj to pcbuild.sln and other missing entries ↵ | Steve Dower | 2017-04-21 | 1 | -0/+34 |
| | | | | | (GH-1222) (GH-1244) liblzma is missing from pcbuild.sln. This causes the build of _lzma to fail when building the solution and not using build.bat. | ||||
* | bpo-27593: Revise git SCM build info. (#744) (#745) | 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-612) | Xiang Zhang | 2017-03-11 | 2 | -17/+11 |
| | |||||
* | PCbuild: Add -q option to svn export (GH-537) | 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) (#452) | Steve Dower | 2017-03-04 | 1 | -1/+1 |
| | |||||
* | bpo-27593: Updates Windows build to use information from git (#262) (#450) | Steve Dower | 2017-03-04 | 2 | -16/+16 |
| | | | * bpo-27593: Updates Windows build to use information from git | ||||
* | bpo-29572: Update Windows build to OpenSSL 1.0.2k (GH-442) | 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 |
|\ | |||||
| * | Issue #29080: Removes hard dependency on hg.exe from PC/build.bat | Steve Dower | 2016-12-28 | 1 | -3/+3 |
| | | |||||
* | | Issue #28896: Disable WindowsRegistryFinder by default. | Steve Dower | 2016-12-12 | 2 | -18/+29 |
| | | |||||
* | | Ensures intermediate directory is created before using it | Steve Dower | 2016-12-03 | 1 | -0/+1 |
|\ \ | |/ | |||||
| * | 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 | 1 | -0/+4 |
|\ \ | |/ | |||||
| * | Issue #28846: Various installer fixes | Steve Dower | 2016-12-03 | 2 | -3/+13 |
| | | |||||
* | | Issue #28573: Missing sys._mercurial info and other build issues. | Steve Dower | 2016-11-22 | 1 | -3/+10 |
| | | |||||
* | | Issue #28573: Avoid setting up env too many times during build | Steve Dower | 2016-11-15 | 1 | -1/+1 |
| | | |||||
* | | Makes test_underpth* tests more robust by copying the executable. | Steve Dower | 2016-10-29 | 1 | -0/+3 |
| | | |||||
* | | mark dtrace stubs as static inline; remove stubs | Benjamin Peterson | 2016-10-21 | 2 | -4/+0 |
| | | | | | | | | | | C99 inline semantics don't work everywhere. (https://bugs.python.org/issue28092) We don't want these to have external visibility anyway. | ||||
* | | Issue #28448: Fix C implemented asyncio.Future didn't work on Windows | INADA Naoki | 2016-10-21 | 5 | -2/+96 |
| | | |||||
* | | Issue #28428: Rename _futures module to _asyncio. | INADA Naoki | 2016-10-15 | 2 | -4/+4 |
| | | | | | | | | It will have more speedup functions or classes other than asyncio.Future. | ||||
* | | Issue #28208: Update Windows build to use SQLite 3.14.2.0 | Zachary Ware | 2016-10-11 | 3 | -3/+3 |
| | | |||||
* | | Issue #28248: Merge with 3.5 | Zachary Ware | 2016-10-11 | 3 | -3/+3 |
|\ \ | |/ | |||||
| * | 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 #28402: Adds signed catalog files for stdlib on Windows. | Steve Dower | 2016-10-10 | 1 | -5/+7 |
| | | | |||||
* | | | Issue #26801: Added C implementation of asyncio.Future. | INADA Naoki | 2016-10-09 | 2 | -0/+4 |
| | | | | | | | | | | | | Original patch by Yury Selivanov. | ||||
* | | | Issue #28217: Adds _testconsole module to test console input. Fixes some ↵ | Steve Dower | 2016-10-03 | 4 | -1/+124 |
| | | | | | | | | | | | | issues found by the tests. | ||||
* | | | Issue #28251: Improvements to help manuals on Windows. | Steve Dower | 2016-09-23 | 1 | -1/+5 |
|\ \ \ | |/ / |