summaryrefslogtreecommitdiffstats
path: root/PCbuild
Commit message (Collapse)AuthorAgeFilesLines
* [3.6] bpo-30726: Also fix pyexpat.vcxproj (GH-2375) (#2570)Segev Finer2017-07-071-1/+1
| | | | | (cherry picked from commit 7526cadd64566725ffc56071a7208828a46ddbd8) (cherry picked from commit d02c8416fe1b29b3322004b73133bf6c8a2e353a)
* [3.6] bpo-30726: PCbuild _elementtree: remove duplicate defines (#2348) (#2349)Victor Stinner2017-07-071-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) (cherry picked from commit d32a05953130fb5cc2d3c0c9fcb20ad0859353f3)
* bpo-30687: Fixes build scripts to find msbuild.exe and stop relying on ↵Steve Dower2017-07-073-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. (cherry picked from commit 06d6e3d0bb5b8a3d3105289034953a8014356a0b)
* bpo-30450: Pull Windows dependencies from GitHub rather than svn (GH-1783) ↵Zachary Ware2017-06-163-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 Ware2017-06-1010-1441/+1441
| | | Also updates checked-in line endings on some files
* bpo-29191: Add liblzma.vcxproj to pcbuild.sln and other missing entries ↵Steve Dower2017-04-211-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 Deily2017-03-211-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 Zhang2017-03-112-17/+11
|
* PCbuild: Add -q option to svn export (GH-537)INADA Naoki2017-03-071-1/+1
| | | | Without this option, AppVeyor log is too unreadable. (cherry picked from commit 8886d5f39286dffa7d9337857b151e7fb4af23fd)
* Fixes git command (#451) (#452)Steve Dower2017-03-041-1/+1
|
* bpo-27593: Updates Windows build to use information from git (#262) (#450)Steve Dower2017-03-042-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 Ware2017-03-033-3/+3
|
* Issue #29080: Removes hard dependency on hg.exe from PC/build.batSteve Dower2016-12-281-3/+3
|\
| * Issue #29080: Removes hard dependency on hg.exe from PC/build.batSteve Dower2016-12-281-3/+3
| |
* | Issue #28896: Disable WindowsRegistryFinder by default.Steve Dower2016-12-122-18/+29
| |
* | Ensures intermediate directory is created before using itSteve Dower2016-12-031-0/+1
|\ \ | |/
| * Ensures intermediate directory is created before accessing it.Steve Dower2016-12-031-0/+1
| |
* | Issue #28846: Various installer fixesSteve Dower2016-12-031-0/+4
|\ \ | |/
| * Issue #28846: Various installer fixesSteve Dower2016-12-032-3/+13
| |
* | Issue #28573: Missing sys._mercurial info and other build issues.Steve Dower2016-11-221-3/+10
| |
* | Issue #28573: Avoid setting up env too many times during buildSteve Dower2016-11-151-1/+1
| |
* | Makes test_underpth* tests more robust by copying the executable.Steve Dower2016-10-291-0/+3
| |
* | mark dtrace stubs as static inline; remove stubsBenjamin Peterson2016-10-212-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 WindowsINADA Naoki2016-10-215-2/+96
| |
* | Issue #28428: Rename _futures module to _asyncio.INADA Naoki2016-10-152-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.0Zachary Ware2016-10-113-3/+3
| |
* | Issue #28248: Merge with 3.5Zachary Ware2016-10-113-3/+3
|\ \ | |/
| * Issue #28248: Merge with 3.4Zachary Ware2016-10-113-3/+3
| |\
| | * Issue #28248: Update Windows build to use OpenSSL 1.0.2jZachary Ware2016-10-113-3/+3
| | |
| | * Closes #25456: Copy Tcl/Tk DLLs to build directory on WindowsZachary Ware2015-10-242-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 commentsMartin Panter2015-10-071-1/+1
| | |
* | | Issue #28402: Adds signed catalog files for stdlib on Windows.Steve Dower2016-10-101-5/+7
| | |
* | | Issue #26801: Added C implementation of asyncio.Future.INADA Naoki2016-10-092-0/+4
| | | | | | | | | | | | Original patch by Yury Selivanov.
* | | Issue #28217: Adds _testconsole module to test console input. Fixes some ↵Steve Dower2016-10-034-1/+124
| | | | | | | | | | | | issues found by the tests.
* | | Issue #28251: Improvements to help manuals on Windows.Steve Dower2016-09-231-1/+5
|\ \ \ | |/ /
| * | Issue #28251: Improvements to help manuals on Windows.Steve Dower2016-09-231-1/+5
| | |
| * | Add file missed from backportSteve Dower2016-09-181-1/+1
| | |
* | | Issue #27932: Prevent memory leak in win32_ver().Steve Dower2016-09-181-1/+1
| | |
* | | Make PGO use usual build directory on Windows.Steve Dower2016-09-122-2/+0
| | |
* | | Issue #28065: Update xz to 5.2.2 on Windows, and build it from sourceZachary Ware2016-09-124-7/+225
| | |
* | | compile dtrace stubsBenjamin Peterson2016-09-102-2/+6
| | |
* | | Issue #24186: Reenable optimised OpenSSL functionSteve Dower2016-09-091-1/+1
| | |
* | | Changes pyvenv.cfg trick into an actual sys.path file.Steve Dower2016-09-091-1/+1
| | |
* | | Issue #1602: Windows console doesn't input or print Unicode (PEP 528)Steve Dower2016-08-312-0/+4
| | | | | | | | | | | | Closes #17602: Adds a readline implementation for the Windows console
* | | Issue #16113: compile the module on Windows, too.Christian Heimes2016-09-072-0/+4
| | |
* | | Issue #26798: Add BLAKE2 (blake2b and blake2s) to hashlib.Christian Heimes2016-09-062-0/+12
| | |
* | | Closes #20366: Build full text search support into SQLite on WindowsZachary Ware2016-09-051-2/+2
| | |
* | | Issue #27756: Adds new icons for Python files and processes on Windows. ↵Steve Dower2016-09-051-1/+1
| | | | | | | | | | | | Designs by Cherry Wang.
* | | Fix get_externals.batZachary Ware2016-09-051-1/+1
| | |
* | | Issue #27883: Update sqlite to 3.14.1 on WindowsZachary Ware2016-09-052-2/+2
| | |