index
:
cpython
3.10
3.11
3.12
3.13
3.9
main
The Python programming language
Aslak Raanes
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
Mac
Commit message (
Expand
)
Author
Age
...
*
Update Mac installer messages to 3.12 alpha (GH-98575)
Ned Deily
2022-10-23
*
gh-97519: Synchronize links in other copies of HISTORY OF THE SOFTWARE (GH-97...
Serhiy Storchaka
2022-09-25
*
Add upstream openssl 1.1.1q patch for trivial build error on macOS (GH-96594)
Ned Deily
2022-09-05
*
gh-94682: Build and test with OpenSSL 1.1.1q (gh-94683)
Christian Heimes
2022-08-29
*
gh-89610: Add .pyi as a recognised extension for IDLE on macOS (#95393)
Erlend Egeberg Aasland
2022-07-28
*
Fix typos in comments (#94305)
yutotnh
2022-06-28
*
gh-54781: Move Lib/lib2to3/tests/ to Lib/test/test_lib2to3/ (#94049)
Victor Stinner
2022-06-21
*
gh-92171: Update Tcl/Tk download links in macOS installer script (GH-92179)
Erlend Egeberg Aasland
2022-05-09
*
bpo-44712: Replace "type(literal)" with corresponding builtin types (GH-27294)
Serhiy Storchaka
2022-05-08
*
bpo-46907: Update macOS installer to SQLite 3.38.4. (GH-32148)
Mariusz Felisiak
2022-05-06
*
bpo-45847: Adapt macOS installer build to use new tkinter configure vars (GH-...
Ned Deily
2022-04-05
*
bpo-47024: Update OpenSSL to 1.1.1n (GH-31895)
Christian Heimes
2022-03-15
*
bpo-46907: Update macOS installer to SQLite 3.38.1. (GH-31656)
Mariusz Felisiak
2022-03-15
*
bpo-45925: Update macOS installer to SQLite 3.37.2 (GH-30921)
Kumar Aditya
2022-02-01
*
bpo-40477: macOS Python Launcher app fixes for recent macOS releases (GH-30348)
Ned Deily
2022-01-03
*
Update copyright year to 2022. (GH-30335)
Benjamin Peterson
2022-01-02
*
bpo-46185: Fix wrong version ref. in macOS installer ReadMe (GH-30278)
Erlend Egeberg Aasland
2021-12-29
*
bpo-46106: Update OpenSSL to 1.1.1m (GH-30211)
Kumar Aditya
2021-12-21
*
bpo-45732: Update python.org macOS installer to use Tcl/Tk 8.6.12. (GH-29931)
Ned Deily
2021-12-06
*
Add generated artifacts in Mac/ to .gitignore; update copyright (GH-29408)
Ćukasz Langa
2021-11-04
*
bpo-44828: macOS installer: avoid leaving a zombie Save panel in Tk 8.6.12rc1...
Ned Deily
2021-11-02
*
Update macOS installer to use Tk 8.6.12rc1 pre-release. (GH-29354)
Ned Deily
2021-11-01
*
bpo-44828: Avoid tkinter file dialog failure on macOS 12 Monterey (GH-29276)
Ned Deily
2021-10-28
*
[Misc] [Mac] Fix typos found using codespell (GH-28756)
Christian Clauss
2021-10-06
*
bpo-44848: Update macOS installer to use SQLite 3.36.0 (GH-27621)
Erlend Egeberg Aasland
2021-09-05
*
bpo 45007: Update macOS installer builds to use OpenSSL 1.1.1l. (GH-28051)
Ned Deily
2021-08-30
*
Update URLs in comments and metadata to use HTTPS (GH-27458)
Noah Kantrowitz
2021-07-30
*
bpo-44740: Lowercase "internet" and "web" where appropriate. (#27378)
Mariusz Felisiak
2021-07-27
*
Update macOS build-installer script comments for 3.10 and remove unused pre-1...
Ned Deily
2021-07-20
*
Fix typos in Mac/README.rst (#27108)
Clemens Brunner
2021-07-13
*
Update macOS installer welcome and readme for 3.10b1 (GH-25835)
Ned Deily
2021-05-03
*
bpo-42362: use clang name on 10.9 builds as well (GH-25834)
Ned Deily
2021-05-03
*
bpo-42235: [macOS] Use LTO/PGO in build-installer.py with new enough compiler...
Ronald Oussoren
2021-05-02
*
bpo-42362: Switch to clang/clang++ as the default compiler in build-installer...
Ronald Oussoren
2021-05-02
*
bpo-43851: Build SQLite with SQLITE_OMIT_AUTOINIT on macOS (GH-25413)
Erlend Egeberg Aasland
2021-05-02
*
bpo-44009: Provide "python3.x-intel64" for Apple Silicon Macs (GH-25804)
Ned Deily
2021-05-02
*
Fix generated file name for installer builds on macOS 11+. (GH-25661)
Ned Deily
2021-04-27
*
bpo-43492: Update macOS installer to use SQLite 3.35.5 (GH-25640)
Erlend Egeberg Aasland
2021-04-27
*
bpo-43631: Update to OpenSSL 1.1.1k (GH-25024)
Christian Heimes
2021-03-29
*
Fix typo in Mac/README.rst (#24682)
Ikko Ashimine
2021-03-01
*
bpo-41837: Update macOS installer build to use OpenSSL 1.1.1j. (GH-24677)
Ned Deily
2021-03-01
*
Update Sphinx version for macOS installer build. (GH-24082)
Ned Deily
2021-01-04
*
bpo-42361: Update macOS installer build to use Tcl/Tk 8.6.11 (GH-24081)
Ned Deily
2021-01-04
*
bpo-41837: Update macOS installer build to use OpenSSL 1.1.1i. (GH-24080)
Ned Deily
2021-01-04
*
bpo-42584: Update macOS installer to use SQLite 3.34.0 (GH-23674)
Erlend Egeberg Aasland
2021-01-03
*
Bring Python into the new year. (GH-24036)
Dong-hee Na
2021-01-02
*
bpo-29076: Add fish support to macOS installer (GH-23302)
Erlend Egeberg Aasland
2020-12-25
*
Update macos installer ReadMe for 3.10.0a3 (GH-23671)
Ned Deily
2020-12-06
*
bpo-41100: minor build installer fixes (GH-23480)
Ned Deily
2020-11-23
*
bpo-42361: Use Tcl/Tk 8.6.10 when building the installer on recent macOS (GH-...
Ronald Oussoren
2020-11-21
[prev]
[next]