summaryrefslogtreecommitdiff
path: root/PCbuild/get_externals.bat
Commit message (Expand)AuthorAgeFilesLines
* bpo-35360: Update Windows builds to use SQLite 3.28.0 (GH-14179)Miss Islington (bot)2019-07-011-1/+1
* bpo-34631: Updated OpenSSL to 1.1.1c in Windows installer (GH-14163)Steve Dower2019-06-171-2/+2
* bpo-35926: Add support for OpenSSL 1.1.1b on Windows (GH-11779)Steve Dower2019-05-161-2/+2
* bpo-36245: Fix more empty environment variable checks (GH-12592)Miss Islington (bot)2019-03-271-2/+2
* bpo-36245: Avoid problems when building in a directory containing spaces. (GH...Miss Islington (bot)2019-03-211-3/+3
* bpo-35402: Update Windows build to use Tcl and Tk 8.6.9 (GH-11146)Miss Islington (bot)2018-12-141-3/+3
* bpo-35401: Update Windows build to OpenSSL 1.1.0j (GH-11088)Miss Islington (bot)2018-12-101-2/+2
* bpo-34405: Updated to OpenSSL 1.1.0i for Windows builds. (GH-8775)Miss Islington (bot)2018-08-151-2/+2
* bpo-33184: Update Windows installer to OpenSSL 1.1.0h (GH-6463)Miss Islington (bot)2018-04-131-2/+2
* bpo-32901: Update Tcl and Tk versions to 8.6.8 (GH-5823)Miss Islington (bot)2018-02-231-3/+3
* [3.7] Improves the ability to build in CI (GH-5729)Miss Islington (bot)2018-02-171-2/+2
* Add missing backslashes in PCbuild bat files (GH-5056)Zachary Ware2017-12-301-3/+3
* bpo-28791: Update Windows builds to use SQLite 3.21.0. (GH-4246)Mariatta2017-11-061-1/+1
* bpo-31392: Update SSL build for 1.1.0 (#3448)Steve Dower2017-09-091-2/+2
* bpo-31358: Pull zlib out of the repository (GH-3375)Zachary Ware2017-09-061-0/+1
* bpo-30450: Fall back to git.exe if no Python is found. (#2739)Steve Dower2017-07-171-0/+10
* [bpo-30916] Pre-build OpenSSL and Tcl/Tk for Windows (#2688)Steve Dower2017-07-171-32/+23
* bpo-30450: Pull Windows dependencies from GitHub rather than svn (GH-1783)Zachary Ware2017-06-151-60/+66
* bpo-27425: Be more explicit in .gitattributes (GH-840)Zachary Ware2017-06-101-104/+104
* PCbuild: Add -q option to svn export (GH-535)INADA Naoki2017-03-071-1/+1
* bpo-29572: Update Windows build to OpenSSL 1.0.2k (GH-439)Zachary Ware2017-03-031-1/+1
* Issue #28208: Update Windows build to use SQLite 3.14.2.0Zachary Ware2016-10-101-1/+1
* Issue #28248: Merge with 3.5Zachary Ware2016-10-101-1/+1
|\
| * Issue #28248: Merge with 3.4Zachary Ware2016-10-101-1/+1
| |\
| | * Issue #28248: Update Windows build to use OpenSSL 1.0.2jZachary Ware2016-10-101-1/+1
| * | Issue #26930: Update Windows build to OpenSSL 1.0.2hZachary Ware2016-06-151-1/+1
* | | Issue #28065: Update xz to 5.2.2 on Windows, and build it from sourceZachary Ware2016-09-111-1/+1
* | | Fix get_externals.batZachary Ware2016-09-051-1/+1
* | | Issue #27647: Update Windows build to Tcl/Tk 8.6.6Zachary Ware2016-07-281-2/+2
* | | Issue #26930: Update Windows build to OpenSSL 1.0.2hZachary Ware2016-06-151-1/+1
|/ /
* | Issue #26465: Update Windows builds to use OpenSSL 1.0.2g.Steve Dower2016-03-081-1/+1
* | Issue #26268: Update Windows builds to use OpenSSL 1.0.2fZachary Ware2016-02-221-1/+1
* | Issue #24986: Save some bandwidth from svn.python.orgZachary Ware2015-09-041-10/+11
* | Issue #24847: Fixes Tix revision number and reverts fix for the wrong revision.Steve Dower2015-08-181-1/+1
* | Issue #24847: Removes vcruntime140.dll dependency from Tcl/Tk.Steve Dower2015-08-181-3/+3
* | Issue #19450: Update Windows builds to use SQLite 3.8.11.0Steve Dower2015-07-281-1/+1
|\ \ | |/
| * Issue #19450: Update Windows builds to use SQLite 3.8.11.0Steve Dower2015-07-281-1/+1
* | Issue #24603: Update the Windows build to use OpenSSL 1.0.2dZachary Ware2015-07-211-1/+1
|\ \ | |/
| * Issue #24603: Update the Windows build to use OpenSSL 1.0.2dZachary Ware2015-07-211-1/+1
* | Issue #24432: Update Windows builds to use OpenSSL 1.0.2c.Steve Dower2015-07-031-1/+1
|\ \ | |/
| * Issue #24432: Update Windows builds to use OpenSSL 1.0.2c.Steve Dower2015-07-031-1/+1
| * Clean up/refactor the batch scripts used for building on Windows.Zachary Ware2015-06-091-0/+103
* Update Tcl/Tk to 8.6.4.Zachary Ware2015-04-141-2/+2
* Closes #17202: Merge with 3.4Zachary Ware2015-04-131-103/+103
* Closes #23686: Update Windows installer OpenSSL to 1.0.2aSteve Dower2015-04-111-1/+1
* Issue #23212: Update Windows copy of OpenSSL to 1.0.1lSteve Dower2015-01-311-1/+1
* Update Tcl/Tk to 8.6.3Zachary Ware2014-12-151-2/+2
* Issue #17896: Move Windows external lib sources from .. to externals.Zachary Ware2014-11-011-1/+2
* Issue #17717: Pull NASM from svn.python.org for OpenSSL build.Zachary Ware2014-11-011-3/+5
* Issue #22644: Update the Windows build to OpenSSL 1.0.1jZachary Ware2014-10-171-1/+1