summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/macOS
Commit message (Expand)AuthorAgeFilesLines
* Python 3.14.0a1v3.14.0a1Hugo van Kemenade2024-10-153-3/+0
* gh-124448: Update bundled Tcl/Tk in macOS installer to 8.6.15. (#124453)Ned Deily2024-09-241-0/+1
* gh-123797: Check for runtime availability of `ptsname_r` on macos (#123806)sobolevn2024-09-201-0/+1
* gh-123418: Update macOS installer to use OpenSSL 3.0.15 (#123684)Zachary Ware2024-09-051-0/+1
* Python 3.13.0b1v3.13.0b1Thomas Wouters2024-05-084-4/+0
* gh-115119: Update macOS installer to build with libmpdec 4.0.0 (GH-118382)Erlend E. Aasland2024-05-031-0/+1
* gh-91629 Use conf.d configs and fish_add_path to set the PATH when installing...Andrew Cassidy2024-04-211-0/+1
* gh-114099: Modify preprocessor symbol usage to support older macOS SDKs (GH-1...Russell Keith-Magee2024-04-191-0/+1
* gh-115009: Update macOS installer to use SQLite 3.45.3 (#117443)Mariusz Felisiak2024-04-171-0/+1
* Python 3.13.0a5v3.13.0a5Thomas Wouters2024-03-121-1/+0
* gh-116145: Update macOS installer to Tcl/Tk 8.6.14 (GH-116151)Christopher Chavez2024-03-121-0/+1
* Python 3.13.0a4v3.13.0a4Thomas Wouters2024-02-154-4/+0
* GH-87804: Fix counter overflow in statvfs on macOS (#99570)Ronald Oussoren2024-02-101-0/+1
* gh-115009: Update macOS installer to use SQLite 3.45.1 (#115066)Erlend E. Aasland2024-02-061-0/+1
* gh-109991: Update macOS installer to use OpenSSL 3.0.13. (GH-115052)Ned Deily2024-02-061-0/+1
* gh-114490: Add check for Mach-O linkage in Lib/platform.py (#114491)Aiden Fox Ivey2024-01-261-0/+1
* Python 3.13.0a3v3.13.0a3Thomas Wouters2024-01-1712-32/+0
* gh-113666: Adding missing UF_ and SF_ flags to module 'stat' (#113667)Ronald Oussoren2024-01-151-0/+5
* gh-113536: Expose `os.waitid` on macOS (#113542)Ronald Oussoren2024-01-011-0/+1
* gh-110459: Make sure --with-openssl-rpath works on macOS (#113441)Ronald Oussoren2023-12-281-0/+2
* gh-74573: document that ndbm can silently corrupt databases on macOS (#113354)Ronald Oussoren2023-12-231-0/+3
* gh-65701: document that freeze doesn't work with framework builds on macOS (#...Ronald Oussoren2023-12-211-0/+2
* gh-87277: Don't look for X11 browsers on macOS in webbrowser (#24480)Ronald Oussoren2023-12-211-0/+3
* gh-111973: Update macOS installer to use SQLite 3.44.2 (GH-113279)Erlend E. Aasland2023-12-191-0/+1
* gh-102362: Fix macOS version number in result of sysconfig.get_platform() (GH...Ronald Oussoren2023-12-181-0/+3
* gh-108269: Add CFBundleAllowMixedLocalizations to Info.plist on macOS (GH-113...Ronald Oussoren2023-12-181-0/+4
* gh-110820: Make sure processor specific defines are correct for Universal 2 b...Ronald Oussoren2023-12-081-0/+3
* gh-110017: Disable test_signal.test_stress_modifying_handlers on macOS (#112834)Ronald Oussoren2023-12-071-0/+2
* gh-109981: Fix support.fd_count() on macOS 14 (#112797)Ronald Oussoren2023-12-071-0/+3
* 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