Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gh-100180: Update macOS installer to OpenSSL 1.1.1s (GH-100908) | Ned Deily | 2023-01-10 | 2 | -21/+3 |
| | |||||
* | gh-100893: update bpo reference in Mac README (GH-100905) | Ned Deily | 2023-01-10 | 1 | -3/+3 |
| | |||||
* | Update additional copyright years to 2023. (GH-100859) | Ned Deily | 2023-01-08 | 2 | -4/+4 |
| | |||||
* | Update copyright years to 2023. (gh-100848) | Benjamin Peterson | 2023-01-08 | 3 | -4/+4 |
| | |||||
* | GH-95283: Add note about compilers in Mac/README.txt (#99506) | Ronald Oussoren | 2022-11-23 | 1 | -0/+13 |
| | | | | | | The build machinery assumes that the compiler that's used to build on macOS includes an SDK that's at least as new as the OS version on the build machine. Explicitly mention this in Mac/README.txt. | ||||
* | gh-98940: Fix Mac/Extras.install.py File filter bug (#98943) | zhangbo | 2022-11-16 | 1 | -4/+3 |
| | | | | | Slightly simplify the script and fix a case issue in the name of ``.DS_Store`` files. Co-authored-by: Nikita Sobolev <mail@sobolevn.me> | ||||
* | gh-94328: Update macOS installer to use SQLite 3.39.4. (#98639) | Erlend E. Aasland | 2022-10-25 | 1 | -3/+3 |
| | |||||
* | Update Mac installer messages to 3.12 alpha (GH-98575) | Ned Deily | 2022-10-23 | 2 | -4/+4 |
| | |||||
* | gh-97519: Synchronize links in other copies of HISTORY OF THE SOFTWARE ↵ | Serhiy Storchaka | 2022-09-25 | 1 | -4/+4 |
| | | | | | | | (GH-97520) HTTP links in the "HISTORY OF THE SOFTWARE" section of Doc/license.rst were converted to HTTPS in f62ff97f31a775cc7956adeae32c14e7c85bdc15. But there were other copies of these links, which were left HTTP links. | ||||
* | Add upstream openssl 1.1.1q patch for trivial build error on macOS (GH-96594) | Ned Deily | 2022-09-05 | 2 | -0/+18 |
| | |||||
* | gh-94682: Build and test with OpenSSL 1.1.1q (gh-94683) | Christian Heimes | 2022-08-29 | 1 | -6/+12 |
| | |||||
* | gh-89610: Add .pyi as a recognised extension for IDLE on macOS (#95393) | Erlend Egeberg Aasland | 2022-07-28 | 1 | -0/+1 |
| | | | | | This allows opening stub files by double clicking on them in the Finder. Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu> | ||||
* | Fix typos in comments (#94305) | yutotnh | 2022-06-28 | 1 | -1/+1 |
| | |||||
* | gh-54781: Move Lib/lib2to3/tests/ to Lib/test/test_lib2to3/ (#94049) | Victor Stinner | 2022-06-21 | 1 | -2/+2 |
| | | | | | | | | * Move Lib/lib2to3/tests/ to Lib/test/test_lib2to3/. * Remove Lib/test/test_lib2to3.py. * Update imports. * all_project_files(): use different paths and sort files to make the tests more reproducible. * Update references to tests. | ||||
* | gh-92171: Update Tcl/Tk download links in macOS installer script (GH-92179) | Erlend Egeberg Aasland | 2022-05-09 | 1 | -2/+3 |
| | |||||
* | bpo-44712: Replace "type(literal)" with corresponding builtin types (GH-27294) | Serhiy Storchaka | 2022-05-08 | 1 | -1/+1 |
| | | | | I suppose it is a remnants of very old code written when str, int, list, dict, etc were functions and not classes. | ||||
* | bpo-46907: Update macOS installer to SQLite 3.38.4. (GH-32148) | Mariusz Felisiak | 2022-05-06 | 1 | -4/+3 |
| | |||||
* | bpo-45847: Adapt macOS installer build to use new tkinter configure vars ↵ | Ned Deily | 2022-04-05 | 1 | -3/+3 |
| | | | | (GH-32328) | ||||
* | bpo-47024: Update OpenSSL to 1.1.1n (GH-31895) | Christian Heimes | 2022-03-15 | 1 | -3/+3 |
| | | | Co-authored-by: Zachary Ware <zachary.ware@gmail.com> | ||||
* | bpo-46907: Update macOS installer to SQLite 3.38.1. (GH-31656) | Mariusz Felisiak | 2022-03-15 | 1 | -3/+3 |
| | |||||
* | bpo-45925: Update macOS installer to SQLite 3.37.2 (GH-30921) | Kumar Aditya | 2022-02-01 | 1 | -3/+3 |
| | | | | Co-authored-by: Erlend Egeberg Aasland <erlend.aasland@innova.no> | ||||
* | bpo-40477: macOS Python Launcher app fixes for recent macOS releases (GH-30348) | Ned Deily | 2022-01-03 | 2 | -2/+6 |
| | | | | | | | | This change solves two problems encountered by users of the macOS Python Launcher app on recent macOS releases (10.14+): - The launcher app was no longer able to launch the macOS Terminal.app to run a script. - Even if Terminal.app was already launched, the launcher app was unable to send an Apple Event to Terminal.app to open and run Python with the desired .py file. | ||||
* | Update copyright year to 2022. (GH-30335) | Benjamin Peterson | 2022-01-02 | 3 | -3/+3 |
| | | | Automerge-Triggered-By: GH:benjaminp | ||||
* | bpo-46185: Fix wrong version ref. in macOS installer ReadMe (GH-30278) | Erlend Egeberg Aasland | 2021-12-29 | 1 | -1/+1 |
| | |||||
* | bpo-46106: Update OpenSSL to 1.1.1m (GH-30211) | Kumar Aditya | 2021-12-22 | 2 | -63/+3 |
| | | | Co-authored-by: Ned Deily <nad@python.org> | ||||
* | bpo-45732: Update python.org macOS installer to use Tcl/Tk 8.6.12. (GH-29931) | Ned Deily | 2021-12-06 | 2 | -14/+4 |
| | |||||
* | Add generated artifacts in Mac/ to .gitignore; update copyright (GH-29408) | Łukasz Langa | 2021-11-04 | 1 | -2/+2 |
| | |||||
* | bpo-44828: macOS installer: avoid leaving a zombie Save panel in Tk ↵ | Ned Deily | 2021-11-02 | 2 | -1/+11 |
| | | | | 8.6.12rc1 (GH-29367) | ||||
* | Update macOS installer to use Tk 8.6.12rc1 pre-release. (GH-29354) | Ned Deily | 2021-11-01 | 4 | -218/+12 |
| | |||||
* | bpo-44828: Avoid tkinter file dialog failure on macOS 12 Monterey (GH-29276) | Ned Deily | 2021-10-28 | 2 | -1/+203 |
| | | | | when using the Tk 8.6.11 provided by python.org macOS installers. Patch by Marc Culler of the Tk project. | ||||
* | [Misc] [Mac] Fix typos found using codespell (GH-28756) | Christian Clauss | 2021-10-06 | 4 | -5/+5 |
| | |||||
* | bpo-44848: Update macOS installer to use SQLite 3.36.0 (GH-27621) | Erlend Egeberg Aasland | 2021-09-05 | 1 | -3/+3 |
| | |||||
* | bpo 45007: Update macOS installer builds to use OpenSSL 1.1.1l. (GH-28051) | Ned Deily | 2021-08-30 | 2 | -3/+63 |
| | |||||
* | Update URLs in comments and metadata to use HTTPS (GH-27458) | Noah Kantrowitz | 2021-07-30 | 2 | -8/+8 |
| | |||||
* | bpo-44740: Lowercase "internet" and "web" where appropriate. (#27378) | Mariusz Felisiak | 2021-07-26 | 1 | -2/+2 |
| | | | Co-authored-by: Łukasz Langa <lukasz@langa.pl> | ||||
* | Update macOS build-installer script comments for 3.10 and remove unused ↵ | Ned Deily | 2021-07-20 | 2 | -59/+74 |
| | | | | pre-10.5 vestiges. (GH-27253) | ||||
* | Fix typos in Mac/README.rst (#27108) | Clemens Brunner | 2021-07-13 | 1 | -3/+3 |
| | |||||
* | Update macOS installer welcome and readme for 3.10b1 (GH-25835) | Ned Deily | 2021-05-03 | 2 | -8/+28 |
| | |||||
* | bpo-42362: use clang name on 10.9 builds as well (GH-25834) | Ned Deily | 2021-05-03 | 1 | -1/+0 |
| | |||||
* | bpo-42235: [macOS] Use LTO/PGO in build-installer.py with new enough ↵ | Ronald Oussoren | 2021-05-03 | 1 | -0/+10 |
| | | | | | | | compilers (GH-23079) With recent enough compilers we can build binaries with LTO/PGO on macOS. This patch enables this when building on macOS 10.15 or later (Xcode 11 or later). | ||||
* | bpo-42362: Switch to clang/clang++ as the default compiler in ↵ | Ronald Oussoren | 2021-05-03 | 1 | -1/+4 |
| | | | | | | | build-installer.py (GH-23298) This change is cosmetic only, the "gcc" command in Apple's compiler tools is an alias for "clang" (and using non-system tooling for building the installer is not supported by this script). Automerge-Triggered-By: GH:ned-deily | ||||
* | bpo-43851: Build SQLite with SQLITE_OMIT_AUTOINIT on macOS (GH-25413) | Erlend Egeberg Aasland | 2021-05-03 | 1 | -0/+1 |
| | |||||
* | bpo-44009: Provide "python3.x-intel64" for Apple Silicon Macs (GH-25804) | Ned Deily | 2021-05-02 | 2 | -0/+27 |
| | | | | | | This allows reliably forcing macOS universal2 framework builds to run under Rosetta 2 Intel-64 emulation on Apple Silicon Macs if needed for testing or when universal2 wheels are not yet available. | ||||
* | Fix generated file name for installer builds on macOS 11+. (GH-25661) | Ned Deily | 2021-04-27 | 1 | -6/+28 |
| | |||||
* | bpo-43492: Update macOS installer to use SQLite 3.35.5 (GH-25640) | Erlend Egeberg Aasland | 2021-04-27 | 1 | -3/+3 |
| | |||||
* | bpo-43631: Update to OpenSSL 1.1.1k (GH-25024) | Christian Heimes | 2021-03-30 | 1 | -3/+3 |
| | | | | | | | | | | - [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 | ||||
* | Fix typo in Mac/README.rst (#24682) | Ikko Ashimine | 2021-03-01 | 1 | -1/+1 |
| | | | targetting -> targeting | ||||
* | bpo-41837: Update macOS installer build to use OpenSSL 1.1.1j. (GH-24677) | Ned Deily | 2021-03-01 | 1 | -3/+3 |
| | |||||
* | Update Sphinx version for macOS installer build. (GH-24082) | Ned Deily | 2021-01-04 | 1 | -1/+0 |
| | |||||
* | bpo-42361: Update macOS installer build to use Tcl/Tk 8.6.11 (GH-24081) | Ned Deily | 2021-01-04 | 1 | -3/+3 |
| | | | As of 2021-01-03, Tcl/Tk 8.6.11rc2 is expected to be the final release. |