Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bpo-35926: Add support for OpenSSL 1.1.1b on Windows (GH-11779) | Paul Monson | 2019-05-15 | 1 | -1/+5 |
| | |||||
* | bpo-35401: Update Windows build to OpenSSL 1.1.0j (GH-11088) | Steve Dower | 2018-12-11 | 1 | -9/+0 |
| | |||||
* | Add missing backslashes in PCbuild bat files (GH-5056) | Zachary Ware | 2017-12-30 | 1 | -5/+5 |
| | |||||
* | bpo-31392: Update SSL build for 1.1.0 (#3448) | Steve Dower | 2017-09-09 | 1 | -0/+10 |
| | |||||
* | [bpo-30916] Pre-build OpenSSL and Tcl/Tk for Windows (#2688) | Steve Dower | 2017-07-17 | 1 | -11/+52 |
| | | | Updates ssl and tkinter projects to use pre-built externals | ||||
* | bpo-27425: Be more explicit in .gitattributes (GH-840) | Zachary Ware | 2017-06-10 | 1 | -12/+12 |
| | | | Updates checked-in line endings on several files. | ||||
* | Bump to 3.7.0a0 | Ned Deily | 2016-09-12 | 1 | -2/+2 |
| | |||||
* | Issue #26465: Update Windows builds to use OpenSSL 1.0.2g. | Steve Dower | 2016-03-08 | 1 | -2/+2 |
|\ | |||||
| * | Issue #26465: Update Windows builds to use OpenSSL 1.0.2g. | Steve Dower | 2016-03-08 | 1 | -2/+2 |
| | | |||||
| * | Reverting my previous commit. | Yury Selivanov | 2015-05-30 | 1 | -2/+2 |
|/ | | | | Something went horribly wrong when I was doing `hg rebase`. | ||||
* | Update Windows build for 3.6 | Zachary Ware | 2015-05-28 | 1 | -2/+2 |
| | |||||
* | Closes #17202: Merge with 3.4 | Zachary Ware | 2015-04-13 | 1 | -12/+12 |
| | |||||
* | Issue #21141: The Windows build process no longer attempts to find Perl, | Zachary Ware | 2014-05-09 | 1 | -0/+12 |
instead relying on OpenSSL source being configured and ready to build. The ``PCbuild\build_ssl.py`` script has been re-written and re-named to ``PCbuild\prepare_ssl.py``, and takes care of configuring OpenSSL source for both 32 and 64 bit platforms. OpenSSL sources obtained from svn.python.org will always be pre-configured and ready to build. |