Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [3.12] gh-99079: Update Windows build to use OpenSSL 3.0.9 (GH-106649) (#106680) | Miss Islington (bot) | 2023-07-12 | 1 | -2/+2 |
| | | | | | | gh-99079: Update Windows build to use OpenSSL 3.0.9 (GH-106649) (cherry picked from commit e2d7366fb3df44e7434132636d49f22d6d25cc9f) Co-authored-by: Steve Dower <steve.dower@python.org> | ||||
* | Ensure some build files include a newline at to avoid warnings (GH-100946) | th1722 | 2023-01-11 | 1 | -1/+1 |
| | |||||
* | bpo-33125: Enables building traditional installer for Windows ARM64 (GH-30885) | Steve Dower | 2022-01-28 | 1 | -2/+7 |
| | | | Also makes a few general improvements to the build process and removes some dead code. | ||||
* | bpo-35926: Add support for OpenSSL 1.1.1b on Windows (GH-11779) | Paul Monson | 2019-05-15 | 1 | -1/+2 |
| | |||||
* | bpo-36108: Avoid failing the build on race condition in clean (GH-12217) | Steve Dower | 2019-03-07 | 1 | -1/+1 |
| | |||||
* | bpo-31392: Update SSL build for 1.1.0 (#3448) | Steve Dower | 2017-09-09 | 1 | -5/+9 |
| | |||||
* | [bpo-30916] Pre-build OpenSSL and Tcl/Tk for Windows (#2688) | Steve Dower | 2017-07-17 | 1 | -70/+17 |
| | | | Updates ssl and tkinter projects to use pre-built externals | ||||
* | bpo-30631: Silence MSVC warnings in third-party code (GH-1963) | Segev Finer | 2017-06-16 | 1 | -0/+1 |
| | |||||
* | Issue #24186: Reenable optimised OpenSSL function | Steve Dower | 2016-09-09 | 1 | -1/+1 |
| | |||||
* | Issue #26268: Update Windows builds to use OpenSSL 1.0.2f | Zachary Ware | 2016-02-22 | 1 | -4/+3 |
| | |||||
* | Allow intermediate build directory to be overridden. | Steve Dower | 2015-07-27 | 1 | -2/+4 |
| | |||||
* | Issue #24186: Disable optimised OpenSSL functions on 64-bit Windows to avoid ↵ | Steve Dower | 2015-05-14 | 1 | -1/+1 |
| | | | | crashing. | ||||
* | Merge with 3.4. | Zachary Ware | 2015-04-10 | 1 | -1/+1 |
| | | | | | The fix has moved in this branch. Also, the opt-in is already available on this branch; just set nasmDir when building. | ||||
* | Closes #23154: Fix unnecessary recompilation of OpenSSL on Windows | Zachary Ware | 2015-01-04 | 1 | -0/+6 |
| | |||||
* | Allows nasm to be found on the system-wide path before using the version in ↵ | Steve Dower | 2014-12-13 | 1 | -3/+5 |
| | | | | externals. | ||||
* | Issue #22919: Windows build updated to support VC 14.0 (Visual Studio 2015), ↵ | Steve Dower | 2014-11-22 | 1 | -0/+67 |
which will be used for the official 3.5 release. |