summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/macOS
Commit message (Expand)AuthorAgeFilesLines
* Python 3.12.0a2v3.12.0a2Thomas Wouters2022-11-141-1/+0
* gh-94328: Update macOS installer to use SQLite 3.39.4. (#98639)Erlend E. Aasland2022-10-251-0/+1
* Python 3.12.0a1v3.12.0a1Thomas Wouters2022-10-241-6/+0
* gh-97897: Prevent os.mkfifo and os.mknod segfaults with macOS 13 SDK (GH-97944)Ned Deily2022-10-061-0/+6
* Python 3.11.0b1Pablo Galindo2022-05-061-1/+0
* bpo-46907: Update macOS installer to SQLite 3.38.4. (GH-32148)Mariusz Felisiak2022-05-061-0/+1
* Python 3.11.0a7v3.11.0a7Pablo Galindo2022-04-052-4/+0
* bpo-46890: Fix setting of sys._base_executable with framework builds on macOS...Ronald Oussoren2022-04-051-0/+3
* bpo-46907: Update macOS installer to SQLite 3.38.1. (GH-31656)Mariusz Felisiak2022-03-151-0/+1
* Python 3.11.0a5v3.11.0a5Pablo Galindo2022-02-031-1/+0
* bpo-45925: Update macOS installer to SQLite 3.37.2 (GH-30921)Kumar Aditya2022-02-011-0/+1
* Python 3.11.0a4v3.11.0a4Pablo Galindo2022-01-131-2/+0
* bpo-40477: macOS Python Launcher app fixes for recent macOS releases (GH-30348)Ned Deily2022-01-031-0/+2
* Python 3.11.0a3v3.11.0a3Pablo Galindo2021-12-081-1/+0
* bpo-45732: Update python.org macOS installer to use Tcl/Tk 8.6.12. (GH-29931)Ned Deily2021-12-061-0/+1
* Python 3.11.0a2v3.11.0a2Pablo Galindo2021-11-051-3/+0
* bpo-44828: Avoid tkinter file dialog failure on macOS 12 Monterey (GH-29276)Ned Deily2021-10-281-0/+3
* Python 3.11.0a1v3.11.0a1Pablo Galindo2021-10-057-15/+0
* bpo-44848: Update macOS installer to use SQLite 3.36.0 (GH-27621)Erlend Egeberg Aasland2021-09-051-0/+1
* bpo-34602: Quadruple stack size on macOS when compiling with UBSAN (GH-27309)Ɓukasz Langa2021-09-031-0/+3
* bpo 45007: Update macOS installer builds to use OpenSSL 1.1.1l. (GH-28051)Ned Deily2021-08-301-0/+1
* bpo-44689: ctypes.util.find_library() now finds macOS 11+ system libraries wh...Tobias Bergkvist2021-08-301-0/+5
* Fix osx_framework_user include to match distutils (#27093)Tzu-ping Chung2021-07-151-0/+2
* bpo-34932: Add socket.TCP_KEEPALIVE for macOS (GH-25079)Shane Harvey2021-07-141-0/+1
* bpo-43109: Fix --with-lto configure option on macOS (GH-26341)Ned Deily2021-05-251-0/+2
* Add the blurbify of the 3.10.0b1 changelog to the main branch (GH-25976)Ned Deily2021-05-086-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
* bpo-41557: Update macOS installer to use SQLite 3.33.0 (GH-21959)Erlend Egeberg Aasland2020-10-051-0/+1