Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bpo-35402: Update Windows build to use Tcl and Tk 8.6.9 (GH-11146) | Steve Dower | 2018-12-14 | 1 | -3/+3 |
| | |||||
* | bpo-35401: Update Windows build to OpenSSL 1.1.0j (GH-11088) | Steve Dower | 2018-12-11 | 1 | -2/+2 |
| | |||||
* | bpo-34405: Updated to OpenSSL 1.1.0i for Windows builds. (GH-8775) | Steve Dower | 2018-08-15 | 1 | -2/+2 |
| | |||||
* | bpo-33184: Update Windows installer to OpenSSL 1.1.0h (GH-6463) | Steve Dower | 2018-04-14 | 1 | -2/+2 |
| | |||||
* | bpo-32901: Update Tcl and Tk versions to 8.6.8 (GH-5823) | Steve Dower | 2018-02-23 | 1 | -3/+3 |
| | |||||
* | Add missing backslashes to get_externals.bat (GH-5731) | Steve Dower | 2018-02-18 | 1 | -2/+2 |
| | |||||
* | Improves the ability to build in CI (GH-5728) | Steve Dower | 2018-02-18 | 1 | -2/+2 |
| | |||||
* | Add missing backslashes in PCbuild bat files (GH-5056) | Zachary Ware | 2017-12-30 | 1 | -3/+3 |
| | |||||
* | bpo-28791: Update Windows builds to use SQLite 3.21.0. (GH-4246) | Mariatta | 2017-11-07 | 1 | -1/+1 |
| | |||||
* | bpo-31392: Update SSL build for 1.1.0 (#3448) | Steve Dower | 2017-09-09 | 1 | -2/+2 |
| | |||||
* | bpo-31358: Pull zlib out of the repository (GH-3375) | Zachary Ware | 2017-09-07 | 1 | -0/+1 |
| | | | Also enable building externals by default on Windows, use PCbuild\build.bat's -E option to disable it. | ||||
* | bpo-30450: Fall back to git.exe if no Python is found. (#2739) | Steve Dower | 2017-07-17 | 1 | -0/+10 |
| | | | | | | * bpo-30450: Fall back to git.exe if no Python is found. * Also check whether git.exe is on PATH if it will be used. | ||||
* | [bpo-30916] Pre-build OpenSSL and Tcl/Tk for Windows (#2688) | Steve Dower | 2017-07-17 | 1 | -32/+23 |
| | | | Updates ssl and tkinter projects to use pre-built externals | ||||
* | bpo-30450: Pull Windows dependencies from GitHub rather than svn (GH-1783) | Zachary Ware | 2017-06-16 | 1 | -60/+66 |
| | | | | | 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 | ||||
* | bpo-27425: Be more explicit in .gitattributes (GH-840) | Zachary Ware | 2017-06-10 | 1 | -104/+104 |
| | | | Updates checked-in line endings on several files. | ||||
* | PCbuild: Add -q option to svn export (GH-535) | INADA Naoki | 2017-03-07 | 1 | -1/+1 |
| | | | Without this option, AppVeyor log is too unreadable. | ||||
* | bpo-29572: Update Windows build to OpenSSL 1.0.2k (GH-439) | Zachary Ware | 2017-03-03 | 1 | -1/+1 |
| | |||||
* | Issue #28208: Update Windows build to use SQLite 3.14.2.0 | Zachary Ware | 2016-10-11 | 1 | -1/+1 |
| | |||||
* | Issue #28248: Merge with 3.5 | Zachary Ware | 2016-10-11 | 1 | -1/+1 |
|\ | |||||
| * | Issue #28248: Merge with 3.4 | Zachary Ware | 2016-10-11 | 1 | -1/+1 |
| |\ | |||||
| | * | Issue #28248: Update Windows build to use OpenSSL 1.0.2j | Zachary Ware | 2016-10-11 | 1 | -1/+1 |
| | | | |||||
| * | | Issue #26930: Update Windows build to OpenSSL 1.0.2h | Zachary Ware | 2016-06-15 | 1 | -1/+1 |
| | | | |||||
* | | | Issue #28065: Update xz to 5.2.2 on Windows, and build it from source | Zachary Ware | 2016-09-12 | 1 | -1/+1 |
| | | | |||||
* | | | Fix get_externals.bat | Zachary Ware | 2016-09-05 | 1 | -1/+1 |
| | | | |||||
* | | | Issue #27647: Update Windows build to Tcl/Tk 8.6.6 | Zachary Ware | 2016-07-28 | 1 | -2/+2 |
| | | | |||||
* | | | Issue #26930: Update Windows build to OpenSSL 1.0.2h | Zachary Ware | 2016-06-15 | 1 | -1/+1 |
|/ / | |||||
* | | Issue #26465: Update Windows builds to use OpenSSL 1.0.2g. | Steve Dower | 2016-03-08 | 1 | -1/+1 |
| | | |||||
* | | Issue #26268: Update Windows builds to use OpenSSL 1.0.2f | Zachary Ware | 2016-02-22 | 1 | -1/+1 |
| | | |||||
* | | Issue #24986: Save some bandwidth from svn.python.org | Zachary Ware | 2015-09-04 | 1 | -10/+11 |
| | | | | | | | | Don't download sources that won't be used. | ||||
* | | Issue #24847: Fixes Tix revision number and reverts fix for the wrong revision. | Steve Dower | 2015-08-19 | 1 | -1/+1 |
| | | | | | | | | Triggers clean on buildbots. | ||||
* | | Issue #24847: Removes vcruntime140.dll dependency from Tcl/Tk. | Steve Dower | 2015-08-18 | 1 | -3/+3 |
| | | |||||
* | | Issue #19450: Update Windows builds to use SQLite 3.8.11.0 | Steve Dower | 2015-07-28 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Issue #19450: Update Windows builds to use SQLite 3.8.11.0 | Steve Dower | 2015-07-28 | 1 | -1/+1 |
| | | |||||
* | | Issue #24603: Update the Windows build to use OpenSSL 1.0.2d | Zachary Ware | 2015-07-22 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Issue #24603: Update the Windows build to use OpenSSL 1.0.2d | Zachary Ware | 2015-07-22 | 1 | -1/+1 |
| | | |||||
* | | Issue #24432: Update Windows builds to use OpenSSL 1.0.2c. | Steve Dower | 2015-07-03 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Issue #24432: Update Windows builds to use OpenSSL 1.0.2c. | Steve Dower | 2015-07-03 | 1 | -1/+1 |
| | | |||||
| * | Clean up/refactor the batch scripts used for building on Windows. | Zachary Ware | 2015-06-10 | 1 | -0/+103 |
| | | | | | This is mostly a backport of issue #21907, but also includes a few extras necessary to make the bulidbot scripts as thin as possible. | ||||
* | Update Tcl/Tk to 8.6.4. | Zachary Ware | 2015-04-14 | 1 | -2/+2 |
| | | | | The new version of Tcl/Tk plays nice(r) with VS2015 CTP 6+. | ||||
* | Closes #17202: Merge with 3.4 | Zachary Ware | 2015-04-13 | 1 | -103/+103 |
| | |||||
* | Closes #23686: Update Windows installer OpenSSL to 1.0.2a | Steve Dower | 2015-04-12 | 1 | -1/+1 |
| | |||||
* | Issue #23212: Update Windows copy of OpenSSL to 1.0.1l | Steve Dower | 2015-01-31 | 1 | -1/+1 |
| | |||||
* | Update Tcl/Tk to 8.6.3 | Zachary Ware | 2014-12-15 | 1 | -2/+2 |
| | | | | | | | | | | - new file dialogs on Vista+ - tclWinTime.c was cleaned up a bit, and no longer uses 'timezone' (which is now _timezone in VS2015, so we get to avoid patching that file). - rules.vc is patched in both Tcl and Tk sources to allow building with VS2015 | ||||
* | Issue #17896: Move Windows external lib sources from .. to externals. | Zachary Ware | 2014-11-02 | 1 | -1/+2 |
| | |||||
* | Issue #17717: Pull NASM from svn.python.org for OpenSSL build. | Zachary Ware | 2014-11-01 | 1 | -3/+5 |
| | |||||
* | Issue #22644: Update the Windows build to OpenSSL 1.0.1j | Zachary Ware | 2014-10-17 | 1 | -1/+1 |
| | |||||
* | Issue #22160: Update OpenSSL to 1.0.1i for the Windows build. | Zachary Ware | 2014-08-07 | 1 | -1/+1 |
| | |||||
* | Issue #21907: Improved the batch scripts provided for building Python. | Zachary Ware | 2014-07-07 | 1 | -0/+100 |
The user-facing scripts in PCbuild have been updated to be easier to use and the buildbot scripts in Tools\buildbot have been updated to use the user-facing scripts in PCbuild wherever possible. |