summaryrefslogtreecommitdiff
path: root/Mac/BuildScript/build-installer.py
Commit message (Expand)AuthorAgeFilesLines
* bpo-44828: Avoid tkinter file dialog failure on macOS 12 Monterey (GH-29276)Miss Islington (bot)2021-10-281-1/+1
* [3.9] [Misc] [Mac] Fix typos found using codespell (GH-28756) (GH-28793)Christian Clauss2021-10-071-2/+2
* bpo 45007: Update macOS installer builds to use OpenSSL 1.1.1l. (GH-28051)Miss Islington (bot)2021-08-301-3/+4
* [3.9] Update macOS build-installer script comments for 3.10 and remove unused...Miss Islington (bot)2021-07-201-44/+5
* Fix generated file name for installer builds on macOS 11+. (GH-25661) (GH-25664)Miss Islington (bot)2021-04-271-6/+28
* [3.9] bpo-43492: Update macOS installer to use SQLite 3.35.5 (GH-25640) (GH-2...Miss Islington (bot)2021-04-271-3/+3
* [3.9] bpo-43631: Update to OpenSSL 1.1.1k (GH-25024) (GH-25088)Christian Heimes2021-03-301-3/+3
* bpo-41837: Update macOS installer build to use OpenSSL 1.1.1j. (GH-24677)Miss Islington (bot)2021-03-011-3/+3
* [3.9] bpo-42584: Update macOS installer to use SQLite 3.34.0 (GH-23674) (GH-2...Erlend Egeberg Aasland2021-01-051-4/+4
* bpo-41837: Update macOS installer build to use OpenSSL 1.1.1i. (GH-24080) (GH...Miss Islington (bot)2021-01-041-6/+3
* Update Sphinx version for macOS installer build. (GH-24082) (GH-24087)Miss Islington (bot)2021-01-041-1/+0
* bpo-42361: Update macOS installer build to use Tcl/Tk 8.6.11 (GH-24081)Miss Islington (bot)2021-01-041-3/+3
* bpo-41100: minor build installer fixes (GH-23480)Miss Islington (bot)2020-11-231-6/+12
* bpo-42361: Use Tcl/Tk 8.6.10 when building the installer on recent macOS (GH-...Miss Islington (bot)2020-11-221-9/+32
* [3.9] bpo-41100: Support macOS 11 and Apple Silicon (GH-22855) (GH-23295)Ronald Oussoren2020-11-221-1/+29
* bpo-41557: Update macOS installer to use SQLite 3.33.0 (GH-21959) (GH-22560)Miss Skeleton (bot)2020-10-051-3/+3
* bpo-40741: Update macOS installer to use SQLite 3.32.3 (GH-20979)Miss Islington (bot)2020-07-191-3/+3
* Forward port macOS installer updates from 3.7/3.8 (GH-21132) (GH-21135)Ned Deily2020-06-251-45/+68
* allow macOS installer builds to package pre-built html docs (GH-20715)Miss Islington (bot)2020-06-081-7/+33
* bpo-40741: Update macOS installer to use SQLite 3.32.2. (GH-20705)Miss Islington (bot)2020-06-071-3/+3
* Fix the link to ncurses patch download in macos installer build script (GH-20...Miss Islington (bot)2020-05-271-1/+1
* bpo-38329: python.org macOS installers now update Current symlink (GH-19650)Ned Deily2020-04-221-6/+0
* bpo-40164: Update macOS installer builds to use OpenSSL 1.1.1g. (GH-19642)Ned Deily2020-04-211-3/+3
* bpo-38380: Update macOS & Windows builds to SQLite v3.31.1 (GH-18678)Erlend Egeberg Aasland2020-03-021-3/+3
* Bump Sphinx to 2.2.0. (GH-16532)Julien Palard2019-10-221-1/+1
* bpo-38117: Updated OpenSSL to 1.1.1d in macOS installer. (GH-16170)Ned Deily2019-09-161-3/+3
* bpo-35360: Update macOS installer to use SQLite 3.28.0 (GH-14180)animalize2019-06-181-3/+3
* bpo-34631: Updated OpenSSL to 1.1.1c in macOS installer (GH-14187)Ned Deily2019-06-181-3/+13
* Pin macOS installer Sphinx to v2.0.1 (GH-13774)Ned Deily2019-06-031-0/+1
* Fix variable name copy/paste error in build-installer.py (GH-13038)cclauss2019-06-021-1/+1
* Prevent macOS installer build failure if ABIFLAGS is empty. (GH-13012)Ned Deily2019-04-291-2/+4
* macOS installer build: mitigate hdiutil resource busy bug (GH-11333)Ned Deily2018-12-271-6/+17
* Revert "bpo-35402: Update macOS installer to use Tcl 8.6.9 / Tk 8.6.9.1 (GH-1...Ned Deily2018-12-271-9/+9
* bpo-35402: Update macOS installer to use Tcl 8.6.9 / Tk 8.6.9.1 (GH-11101)Ned Deily2018-12-111-9/+9
* bpo-35401: Update macOS installer to OpenSSL 1.1.0j (GH-11094)Ned Deily2018-12-101-3/+3
* bpo-34405: Update to OpenSSL 1.1.0i for macOS installer builds (GH-9166)Ned Deily2018-09-111-3/+3
* Mitigate macOS race condition in installer build (GH-6686)Ned Deily2018-05-021-0/+4
* bpo-33184: Update macOS installer build to use OpenSSL 1.1.0h. (GH-6407)Ned Deily2018-04-071-3/+3
* bpo-32726: macOS 10.6+ installer now builds Tcl/TK 8.6 (GH-6307)Ned Deily2018-03-291-4/+6
* bpo-32901: update macOS 10.9+ installer to Tcl/Tk 8.6.8Ned Deily2018-02-271-6/+9
* bpo-32931: fix macOS 10.9+ installer c++ compiler name (#5855)Ned Deily2018-02-241-1/+1
* bpo-32726: Build macOS 10.9+ installer with private copy of Tcl/Tk 8.6Ned Deily2018-01-311-49/+67
* bpo-32726: macOS installer and framework enhancements and changes for 3.7.0 (...Ned Deily2018-01-301-120/+74
* bpo-32297: Few misspellings found in Python source code comments. (#4803)Mike2017-12-141-1/+1
* Update macOS installer to XZ 5.2.3 (#4718)Ned Deily2017-12-041-3/+3
* bpo-31392: Update macOS installer to use OpenSSL 1.0.2m (#4715)Ned Deily2017-12-041-4/+3
* Enable SQLite JSON functions for macOS installer build (#4712)Ned Deily2017-12-041-0/+1
* bpo-28791: Update macOS installer to use SQLite 3.21.0. (#4245)Mariatta2017-12-041-3/+3
* More Mac installer fixes for git-based workflow (#2839)Ned Deily2017-07-241-7/+23
* Mac installer build now needs venv for docs build (#2828)Ned Deily2017-07-231-3/+3