Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bpo-46907: Update Windows installer to SQLite 3.38.4. (GH-92322) | Miss Islington (bot) | 2022-05-09 | 1 | -1/+1 |
| | | | | | (cherry picked from commit 22bddc864d3cc04ed218beb3b706ff1790db836a) Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com> | ||||
* | bpo-46907: Update Windows installer to SQLite 3.38.3. (GH-91995) | Mariusz Felisiak | 2022-05-02 | 1 | -1/+1 |
| | |||||
* | bpo-46907: Update Windows installer to SQLite 3.38.2 (GH-32147) | Mariusz Felisiak | 2022-04-25 | 1 | -1/+1 |
| | |||||
* | bpo-40859: Update Windows build to use xz-5.2.5 (GH-20622) | Ma Lin | 2022-04-19 | 1 | -1/+1 |
| | |||||
* | bpo-47194: Update zlib to v1.2.12 on Windows to resolve CVE-2018-25032 ↵ | Zachary Ware | 2022-04-02 | 1 | -1/+1 |
| | | | | (GH-32241) | ||||
* | bpo-47024: Update OpenSSL to 1.1.1n (GH-31895) | Christian Heimes | 2022-03-15 | 1 | -2/+2 |
| | | | Co-authored-by: Zachary Ware <zachary.ware@gmail.com> | ||||
* | bpo-46907: Update Windows installer to SQLite 3.38.1. (GH-31655) | Mariusz Felisiak | 2022-03-15 | 1 | -1/+1 |
| | |||||
* | bpo-44549: Update bzip2 to 1.0.8 in Windows builds to mitigate CVE-2016-3189 ↵ | Steve Dower | 2022-03-07 | 1 | -1/+1 |
| | | | | and CVE-2019-12900 (GH-31731) | ||||
* | bpo-45925: Update Windows installer to SQLite 3.37.2 (GH-30485) | Kumar Aditya | 2022-01-28 | 1 | -1/+1 |
| | |||||
* | bpo-46106: Update OpenSSL to 1.1.1m (GH-30211) | Kumar Aditya | 2021-12-22 | 1 | -2/+2 |
| | | | Co-authored-by: Ned Deily <nad@python.org> | ||||
* | bpo-45582: Fix test_embed failure during a PGO build on Windows (GH-30014) | neonene | 2021-12-10 | 1 | -0/+4 |
| | | | This defines VPATH differently in PGO instrumentation builds, to account for a different default output directory. It also adds sys._vpath on Windows to make the value available to sysconfig so that it can be used in tests. | ||||
* | bpo-45816: Support building with VS 2022 (v143 toolset) on Windows (GH-29577) | Crowthebird | 2021-12-03 | 1 | -1/+1 |
| | |||||
* | bpo-45931: Prevent Directory.Build.props/targets from leaking from ↵ | David Federman | 2021-11-29 | 1 | -2/+2 |
| | | | | directories above the repo when building on Windows (GH-29854) | ||||
* | bpo-45220: Remove invalid include from resource definition files on Windows ↵ | Steve Dower | 2021-11-04 | 1 | -3/+0 |
| | | | | (GH-29396) | ||||
* | bpo-44848: Update Windows installer to use SQLite 3.36.0 (GH-27622) | Erlend Egeberg Aasland | 2021-09-20 | 1 | -1/+1 |
| | |||||
* | bpo-45220: Avoid automatically selecting the Windows 11 SDK preview when ↵ | Steve Dower | 2021-09-16 | 1 | -0/+3 |
| | | | | building (GH-28393) | ||||
* | bpo-45022: Update libffi to 3.4.2 in Windows build (GH-28146) | Steve Dower | 2021-09-03 | 1 | -2/+2 |
| | |||||
* | bpo-45007: Update to OpenSSL 1.1.1l in Windows build and CI (GH-28009) | Steve Dower | 2021-08-29 | 1 | -2/+2 |
| | |||||
* | bpo-45022: Pin current libffi build to fixed version in preparation for ↵ | Steve Dower | 2021-08-26 | 1 | -2/+2 |
| | | | | | upcoming update (GH-27982) Also improve the build script for libffi, which is not used as part of the regular build. | ||||
* | bpo-44535: Enable building with Visual Studio 2022 on Windows (GH-26962) | Steve Dower | 2021-06-30 | 1 | -0/+1 |
| | |||||
* | bpo-43298: Improved error message when building without the Windows SDK ↵ | Steve Dower | 2021-06-19 | 1 | -3/+12 |
| | | | | installed (GH-26800) | ||||
* | bpo-43492: Upgrade Windows installer to use SQLite 3.35.5 (GH-25641) | Erlend Egeberg Aasland | 2021-04-27 | 1 | -1/+1 |
| | |||||
* | bpo-43745: Actually updates Windows release to OpenSSL 1.1.1k. (GH-25213) | Steve Dower | 2021-04-06 | 1 | -1/+1 |
| | | | | Earlier releases were mislabelled and included 1.1.1i again. The tag/directory name is updated to ensure that builds get the fresh bits. However, the openssl-bin-1.1.1k tag in the repository has been forcibly updated, so fresh builds will be fine even without this change. | ||||
* | bpo-43631: Update to OpenSSL 1.1.1k (GH-25024) | Christian Heimes | 2021-03-30 | 1 | -2/+2 |
| | | | | | | | | | | - [x] Build OpenSSL 1.1.1k for macOS - [x] Build OpenSSL 1.1.1k for Windows I have also updated multissl tester and various CI configurations to use latest OpenSSL. The versions were all over the place. Signed-off-by: Christian Heimes <christian@python.org> Automerge-Triggered-By: GH:tiran | ||||
* | bpo-42584: Update Windows installer to use SQLite 3.34.0 (GH-23675) | Erlend Egeberg Aasland | 2021-01-05 | 1 | -1/+1 |
| | |||||
* | bpo-41837: Updated Windows installer to include OpenSSL 1.1.1i (GH-24125) | Steve Dower | 2021-01-05 | 1 | -2/+2 |
| | |||||
* | bpo-41557: Update Windows installer to use SQLite 3.33.0 (GH-21960) | Erlend Egeberg Aasland | 2020-10-08 | 1 | -1/+1 |
| | |||||
* | bpo-40741: Update Windows build to include SQLite 3.32.3 (GH-21570) | Steve Dower | 2020-07-20 | 1 | -1/+1 |
| | |||||
* | bpo-29778: Ensure python3.dll is loaded from correct locations when Python ↵ | Steve Dower | 2020-07-06 | 1 | -0/+2 |
| | | | | | | is embedded (GH-21297) Also enables using debug build of `python3_d.dll` Reference: CVE-2020-15523 | ||||
* | bpo-40164: Update Windows OpenSSL to 1.1.1g (GH-20834) | Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి) | 2020-06-12 | 1 | -2/+2 |
| | |||||
* | bpo-40164: Update Windows to OpenSSL 1.1.1f (GH-19359) | Steve Dower | 2020-04-04 | 1 | -2/+2 |
| | |||||
* | bpo-38380: Update macOS & Windows builds to SQLite v3.31.1 (GH-18678) | Erlend Egeberg Aasland | 2020-03-02 | 1 | -1/+1 |
| | | | Automerge-Triggered-By: @zooba | ||||
* | bpo-38117: Update bundled Windows OpenSSL to 1.1.1d (GH-16184) | Steve Dower | 2019-09-16 | 1 | -2/+2 |
| | |||||
* | bpo-35360: Update Windows builds to use SQLite 3.28.0 (GH-14179) | animalize | 2019-06-24 | 1 | -1/+1 |
| | |||||
* | bpo-37333: Ensure IncludeTkinter has a value (GH-14240) | Steve Dower | 2019-06-19 | 1 | -0/+3 |
| | |||||
* | bpo-34631: Updated OpenSSL to 1.1.1c in Windows installer (GH-14163) | Steve Dower | 2019-06-17 | 1 | -2/+2 |
| | |||||
* | Implement Windows release builds in Azure Pipelines (GH-14065) | Steve Dower | 2019-06-14 | 1 | -1/+3 |
| | |||||
* | bpo-37238: Enable building for Windows using Visual Studio 2019 (GH-13988) | Paul Monson | 2019-06-11 | 1 | -0/+1 |
| | |||||
* | bpo-36941: Windows build changes for Windows ARM64 (GH-13365) | Paul Monson | 2019-05-17 | 1 | -0/+9 |
| | |||||
* | bpo-35926: Add support for OpenSSL 1.1.1b on Windows (GH-11779) | Paul Monson | 2019-05-15 | 1 | -2/+3 |
| | |||||
* | bpo-35947: Update Windows to the current version of libffi (GH-11797) | Paul Monson | 2019-03-29 | 1 | -0/+3 |
| | | | We now use a pre-built libffi binary from our binaries repository, and no longer vendor the full implementation. | ||||
* | Fix registry key for Windows SDK detection (GH-12445) | Isuru Fernando | 2019-03-21 | 1 | -1/+1 |
| | |||||
* | bpo-35976: Enable Windows projects to build with platform ARM32 (GH-11825) | Paul Monson | 2019-02-14 | 1 | -0/+10 |
| | | | This change adds the necessary items to the build projects to avoid erroring out right at the start. It does not add _support_ for targeting Windows on ARM32, but is a necessary prerequisite for adding it. | ||||
* | bpo-35401: Update Windows build to OpenSSL 1.1.0j (GH-11088) | Steve Dower | 2018-12-11 | 1 | -2/+2 |
| | |||||
* | bpo-35433: Properly detect installed SDK versions (GH-11009) | Jeremy Kloth | 2018-12-10 | 1 | -6/+11 |
| | |||||
* | Revert "bpo-34977: Add Windows App Store package (GH-10245)" (GH-11019) | Victor Stinner | 2018-12-07 | 1 | -2/+1 |
| | | | This reverts commit 468a15aaf9206448a744fc5eab3fc21f51966aad. | ||||
* | bpo-34977: Add Windows App Store package (GH-10245) | Steve Dower | 2018-12-07 | 1 | -1/+2 |
| | |||||
* | bpo-34405: Updated to OpenSSL 1.1.0i for Windows builds. (GH-8775) | Steve Dower | 2018-08-15 | 1 | -2/+2 |
| | |||||
* | Fix Windows build of Python for latest WinSDK. (GH-6874) | Carl Meyer | 2018-05-17 | 1 | -1/+2 |
| | |||||
* | bpo-33184: Update Windows installer to OpenSSL 1.1.0h (GH-6463) | Steve Dower | 2018-04-14 | 1 | -2/+2 |
| |