summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/macOS
Commit message (Expand)AuthorAgeFilesLines
* Python 3.10.11v3.10.11Pablo Galindo2023-04-043-4/+0
* [3.10] gh-103207: Add instructions to the macOS installer welcome display on ...Ned Deily2023-04-041-0/+2
* [3.10] GH-87235: Make sure "python /dev/fd/9 9</path/to/script.py" works on m...Miss Islington (bot)2023-03-281-0/+1
* gh-101759: Update macOS installer to SQLite 3.40.1 (GH-101761)Miss Islington (bot)2023-02-101-0/+1
* Python 3.10.10v3.10.10Pablo Galindo2023-02-071-1/+0
* gh-100180: Update macOS installer to OpenSSL 1.1.1s (GH-100908)Miss Islington (bot)2023-01-101-0/+1
* Python 3.10.9v3.10.9Pablo Galindo2022-12-061-1/+0
* [3.10] gh-94328: Update macOS installer to use SQLite 3.39.4. (GH-98639) (#98...Erlend E. Aasland2022-10-251-0/+1
* Python 3.10.8v3.10.8Pablo Galindo2022-10-111-6/+0
* [3.10] gh-97897: Prevent os.mkfifo and os.mknod segfaults with macOS 13 SDK (...Miss Islington (bot)2022-10-061-0/+6
* Python 3.10.3v3.10.3Pablo Galindo2022-03-161-1/+0
* bpo-45925: Update macOS installer to SQLite 3.37.2 (GH-30921) (GH-31057)Ned Deily2022-02-011-0/+1
* Python 3.10.2v3.10.2Pablo Galindo2022-01-131-2/+0
* bpo-40477: macOS Python Launcher app fixes for recent macOS releases (GH-3034...Miss Islington (bot)2022-01-031-0/+2
* Python 3.10.1v3.10.1Pablo Galindo2021-12-063-7/+0
* bpo-45732: Update python.org macOS installer to use Tcl/Tk 8.6.12. (GH-29932)Ned Deily2021-12-061-0/+1
* bpo-44828: Avoid tkinter file dialog failure on macOS 12 Monterey (GH-29276)Miss Islington (bot)2021-10-281-0/+3
* [3.10] bpo-34602: Quadruple stack size on macOS when compiling with UBSAN (GH...Ɓukasz Langa2021-09-151-0/+3
* Python 3.10.0rc2v3.10.0rc2Pablo Galindo2021-09-072-6/+0
* bpo-44689: ctypes.util.find_library() now finds macOS 11+ system libraries wh...Miss Islington (bot)2021-08-301-0/+5
* bpo 45007: Update macOS installer builds to use OpenSSL 1.1.1l. (GH-28051)Miss Islington (bot)2021-08-301-0/+1
* Python 3.10.0rc1v3.10.0rc1Pablo Galindo2021-08-022-3/+0
* Fix osx_framework_user include to match distutils (GH-27093) (GH-27159)Miss Islington (bot)2021-07-151-0/+2
* bpo-34932: Add socket.TCP_KEEPALIVE for macOS (GH-25079)Miss Islington (bot)2021-07-141-0/+1
* Python 3.10.0b2v3.10.0b2Pablo Galindo2021-05-311-2/+0
* bpo-43109: Fix --with-lto configure option on macOS (GH-26341)Miss Islington (bot)2021-05-251-0/+2
* Python 3.10.0b1v3.10.0b1Pablo Galindo2021-05-036-16/+0
* bpo-42235: [macOS] Use LTO/PGO in build-installer.py with new enough compiler...Ronald Oussoren2021-05-031-0/+2
* bpo-41129: Fix check for macOS SDK paths when building Python (GH-25785)Ned Batchelder2021-05-031-0/+7
* bpo-43851: Build SQLite with SQLITE_OMIT_AUTOINIT on macOS (GH-25413)Erlend Egeberg Aasland2021-05-031-0/+1
* bpo-43568: Drop support for MACOSX_DEPLOYMENT_TARGET < 10.3 (GH-25827)Ned Deily2021-05-031-0/+1
* bpo-44009: Provide "python3.x-intel64" for Apple Silicon Macs (GH-25804)Ned Deily2021-05-021-0/+4
* bpo-43492: Update macOS installer to use SQLite 3.35.5 (GH-25640)Erlend Egeberg Aasland2021-04-271-0/+1
* Python 3.10.0a6Pablo Galindo2021-03-011-1/+0
* bpo-41837: Update macOS installer build to use OpenSSL 1.1.1j. (GH-24677)Ned Deily2021-03-011-0/+1
* Python 3.10.0a5Pablo Galindo2021-02-021-3/+0
* bpo-42504: Ensure that get_config_var('MACOSX_DEPLOYMENT_TARGET') is a string...Ronald Oussoren2021-02-011-0/+3
* Python 3.10.0a4v3.10.0a4Pablo Galindo2021-01-043-4/+0
* bpo-42361: Update macOS installer build to use Tcl/Tk 8.6.11 (GH-24081)Ned Deily2021-01-041-0/+2
* bpo-41837: Update macOS installer build to use OpenSSL 1.1.1i. (GH-24080)Ned Deily2021-01-041-0/+1
* bpo-42584: Update macOS installer to use SQLite 3.34.0 (GH-23674)Erlend Egeberg Aasland2021-01-041-0/+1
* Python 3.10.0a3v3.10.0a3Pablo Galindo2020-12-075-13/+0
* bpo-42504: fix for MACOSX_DEPLOYMENT_TARGET=11 (GH-23556)FX Coudert2020-12-031-0/+1
* bpo-41116: Ensure system supplied libraries are found on macOS 11 (GH-23301)Ronald Oussoren2020-11-221-0/+1
* bpo-38443: Check that the specified universal architectures work (GH-22910)Ronald Oussoren2020-11-221-0/+2
* bpo-42232: mmap module add Darwin specific madvise options. (GH-23076)David CARLIER2020-11-211-0/+1
* bpo-41100: Support macOS 11 and Apple Silicon (GH-22855)Ronald Oussoren2020-11-081-0/+8
* Python 3.10.0a2v3.10.0a2Pablo Galindo2020-11-031-1/+0
* bpo-41471: Ignore invalid prefix lengths in system proxy settings on macOS (G...Ronald Oussoren2020-10-191-0/+1
* Python 3.10.0a1v3.10.0a1Pablo Galindo2020-10-056-13/+0