summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/macOS
Commit message (Expand)AuthorAgeFilesLines
* Python 3.9.1rc1v3.9.1rc1Łukasz Langa2020-11-245-13/+0
* [3.9] bpo-41100: Support macOS 11 and Apple Silicon (GH-22855) (GH-23295)Ronald Oussoren2020-11-221-0/+8
* bpo-41116: Ensure system supplied libraries are found on macOS 11 (GH-23301) ...Miss Islington (bot)2020-11-221-0/+1
* [3.9] bpo-38443: Check that the specified universal architectures work (GH-22...Miss Islington (bot)2020-11-221-0/+2
* bpo-41471: Ignore invalid prefix lengths in system proxy settings on macOS (G...Miss Skeleton (bot)2020-10-201-0/+1
* bpo-41557: Update macOS installer to use SQLite 3.33.0 (GH-21959) (GH-22560)Miss Skeleton (bot)2020-10-051-0/+1
* Python 3.9.0b5v3.9.0b5Łukasz Langa2020-07-201-1/+0
* bpo-40741: Update macOS installer to use SQLite 3.32.3 (GH-20979)Miss Islington (bot)2020-07-201-0/+1
* Python 3.9.0b4v3.9.0b4Łukasz Langa2020-07-023-10/+0
* bpo-41100: clarify NEWS item about macOS 11 support (GH-21174)Miss Islington (bot)2020-06-271-1/+7
* BPO-41100: Support macOS 11 when building (GH-21113)Miss Islington (bot)2020-06-251-0/+1
* bpo-39580: add check for CLI installation on macOS (GH-20271)Miss Islington (bot)2020-06-251-0/+2
* bpo-41005: Fixed perrmission error (GH-20936) (GH-21051)Miss Islington (bot)2020-06-241-0/+1
* Python 3.9.0b2v3.9.0b2Łukasz Langa2020-06-081-1/+0
* bpo-40741: Update macOS installer to use SQLite 3.32.2. (GH-20705)Miss Islington (bot)2020-06-081-0/+1
* Python 3.9.0b1v3.9.0b1Łukasz Langa2020-05-182-7/+0
* bpo-34956: Fix macOS _tkinter use of Tcl/Tk in /Library/Frameworks (GH-20171)Ned Deily2020-05-181-0/+6
* bpo-35569: Expose RFC 3542 IPv6 socket options on macOS (GH-19526)Erlend Egeberg Aasland2020-05-171-0/+1
* Python 3.9.0a6v3.9.0a6Łukasz Langa2020-04-272-5/+0
* bpo-38329: python.org macOS installers now update Current symlink (GH-19650)Ned Deily2020-04-221-0/+4
* bpo-40164: Update macOS installer builds to use OpenSSL 1.1.1g. (GH-19642)Ned Deily2020-04-221-0/+1
* Python 3.9.0a5v3.9.0a5Łukasz Langa2020-03-231-1/+0
* bpo-38380: Update macOS & Windows builds to SQLite v3.31.1 (GH-18678)Erlend Egeberg Aasland2020-03-021-0/+1
* Python 3.9.0a2v3.9.0a2Łukasz Langa2019-12-181-3/+0
* bpo-37931: Fix crash on OSX re-initializing os.environ (GH-15428)Benoit Hudson2019-12-061-0/+3
* Python 3.9.0a1v3.9.0a1Łukasz Langa2019-11-196-11/+0
* bpo-38117: Updated OpenSSL to 1.1.1d in macOS installer. (GH-16170)Ned Deily2019-09-161-0/+1
* bpo-38089: Move Azure Pipelines to latest VM versions and make macOS tests op...Steve Dower2019-09-101-0/+1
* bpo-18049: Sync thread stack size to main thread size on macOS (GH-14748)Ronald Oussoren2019-08-011-0/+3
* bpo-34602: Avoid failures setting macOS stack resource limit (GH-14546)Ned Deily2019-07-021-0/+4
* bpo-35360: Update macOS installer to use SQLite 3.28.0 (GH-14180)animalize2019-06-181-0/+1
* bpo-34631: Updated OpenSSL to 1.1.1c in macOS installer (GH-14187)Ned Deily2019-06-181-0/+1
* Python 3.8.0b1v3.8.0b1Łukasz Langa2019-06-041-3/+0
* bpo-36231: Support building on macOS without /usr/include (GH-13773)Ned Deily2019-06-031-0/+3
* Python 3.8.0a4v3.8.0a4Łukasz Langa2019-05-061-3/+0
* bpo-34602: Avoid failures setting macOS stack resource limit (GH-13011)Ned Deily2019-04-291-0/+3
* [blurb] v3.8.0a1Łukasz Langa2019-02-0311-22/+0
* Revert "bpo-35402: Update macOS installer to use Tcl 8.6.9 / Tk 8.6.9.1 (GH-1...Ned Deily2018-12-271-1/+0
* bpo-35555: IDLE: Gray out Code Context menu item on non-editors (#11282)Cheryl Sabella2018-12-231-0/+1
* bpo-35402: Update macOS installer to use Tcl 8.6.9 / Tk 8.6.9.1 (GH-11101)Ned Deily2018-12-111-0/+1
* bpo-35401: Update macOS installer to OpenSSL 1.1.0j (GH-11094)Ned Deily2018-12-111-0/+1
* closes bpo-35025: Properly guard the `CLOCK_GETTIME` et al macros in timemodu...Max Bélanger2018-10-211-0/+2
* bpo-24658: Fix read/write greater than 2 GiB on macOS (GH-1705)Stéphane Wirtel2018-10-171-0/+1
* closes bpo-31903: Release the GIL when calling into SystemConfiguration (GH-4...Max Bélanger2018-09-111-0/+2
* bpo-34405: Update to OpenSSL 1.1.0i for macOS installer builds (GH-9166)Ned Deily2018-09-111-0/+1
* bpo-33635: Handling Bad file descriptor in Path.is_file and related. (GH-8542)Przemysław Spodymek2018-08-271-0/+5
* Fix line breaks added after hyphens by blurb. (GH-7002)Serhiy Storchaka2018-05-201-2/+2
* bpo-13631: Fix the order of initialization for readline libedit on macOS. (GH...Zvezdan Petkovic2018-05-171-0/+2
* bpo-33184: Update macOS installer build to use OpenSSL 1.1.0h. (GH-6407)Ned Deily2018-04-071-0/+1
* bpo-32726: macOS 10.6+ installer now builds Tcl/TK 8.6 (GH-6307)Ned Deily2018-03-291-0/+5