summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/macOS
Commit message (Expand)AuthorAgeFilesLines
* Python 3.13.0a2v3.13.0a2Thomas Wouters2023-11-225-13/+0
* gh-110950: add upstream Tk fixes to macOS installer. (GH-111041)Christopher Chavez2023-11-213-0/+8
* gh-59703: use the system dladdr function in getpath.c for macOS framework bui...AN Long2023-11-211-0/+4
* gh-111015: Install IDLE.app and Python Launcher.app on macOS with correct per...Joshua Root2023-10-181-0/+1
* Python 3.13.0a1v3.13.0a1Thomas Wouters2023-10-133-3/+0
* gh-109286: Update macOS installer to use SQLite 3.43.1 (#110482)jtranquilli2023-10-091-0/+1
* gh-109991: Remove obsolete NEWS entries for OpenSSL 3.0.10 (GH-110055)Zachary Ware2023-09-281-1/+0
* gh-109991: Update macOS installer to use OpenSSL 3.0.10. (GH-110003)Ned Deily2023-09-281-0/+1
* gh-107565: Update Windows build to use OpenSSL 3.0.10 (GH-108928)Zachary Ware2023-09-051-1/+0
* gh-107565: Update macOS installer to use OpenSSL 3.0.10. (GH-107897)Ned Deily2023-08-181-0/+1
* gh-99079: Update macOS installer to use OpenSSL 3.0.9. (GH-107474)Ned Deily2023-07-311-0/+1
* gh-103142: Update macOS installer to use OpenSSL 1.1.1u. (GH-105130)Ned Deily2023-05-311-0/+1
* Python 3.12.0b1v3.12.0b1Thomas Wouters2023-05-227-9/+0
* gh-99834: Update macOS installer to Tcl/Tk 8.6.13. (GH-104738)Ned Deily2023-05-221-0/+1
* GH-103545: Add macOS specific constants for ``os.setpriority`` to ``os`` (#10...Ronald Oussoren2023-05-191-0/+1
* gh-104623: Update macOS installer to SQLite 3.42.0 (GH-104624)Erlend E. Aasland2023-05-191-0/+1
* gh-104180: Read SOCKS proxies from macOS System Configuration (#104181)samschott2023-05-091-0/+2
* gh-102997: Update macOS installer to SQLite 3.41.2. (GH-102998)Mariusz Felisiak2023-05-021-0/+1
* gh-60436: fix curses textbox backspace/del (#103783)Aidan Melen2023-04-261-0/+1
* gh-103207: Add instructions to the macOS installer welcome display on how to ...Ned Deily2023-04-041-0/+2
* Python 3.12.0a6v3.12.0a6Thomas Wouters2023-03-071-1/+0
* gh-101759: Update macOS installer to SQLite 3.40.1 (#101761)Erlend E. Aasland2023-02-101-0/+1
* Python 3.12.0a4v3.12.0a4Thomas Wouters2023-01-102-3/+0
* gh-100180: Update macOS installer to OpenSSL 1.1.1s (GH-100908)Ned Deily2023-01-101-0/+1
* gh-100540: Remove obsolete Modules/_ctypes/darwin/ dlfcn shim (GH-100541)Zachary Ware2022-12-291-0/+2
* Python 3.12.0a3v3.12.0a3Thomas Wouters2022-12-062-2/+0
* GH-87235: Make sure "python /dev/fd/9 9</path/to/script.py" works on macOS (#...Ronald Oussoren2022-11-271-0/+1
* gh-98940: Fix Mac/Extras.install.py File filter bug (#98943)zhangbo2022-11-161-0/+1
* 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