Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update copyright years to 2024. (GH-113608) | solya0x | 2024-01-16 | 1 | -1/+1 |
| | | | Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> | ||||
* | gh-108269: Add CFBundleAllowMixedLocalizations to Info.plist on macOS ↵ | Ronald Oussoren | 2023-12-18 | 1 | -0/+2 |
| | | | | | | | (GH-113213) Adding this key with a value of true enables detecting the users prefered language in libraries accessing system APIs for this. | ||||
* | Update copyright years to 2023. (gh-100848) | Benjamin Peterson | 2023-01-08 | 1 | -1/+1 |
| | |||||
* | gh-89610: Add .pyi as a recognised extension for IDLE on macOS (#95393) | Erlend Egeberg Aasland | 2022-07-28 | 1 | -0/+1 |
| | | | | | This allows opening stub files by double clicking on them in the Finder. Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu> | ||||
* | Update copyright year to 2022. (GH-30335) | Benjamin Peterson | 2022-01-02 | 1 | -1/+1 |
| | | | Automerge-Triggered-By: GH:benjaminp | ||||
* | [Misc] [Mac] Fix typos found using codespell (GH-28756) | Christian Clauss | 2021-10-06 | 1 | -1/+1 |
| | |||||
* | Bring Python into the new year. (GH-24036) | Dong-hee Na | 2021-01-01 | 1 | -1/+1 |
| | |||||
* | Bring Python into the next decade. (GH-17801) | Benjamin Peterson | 2020-01-03 | 1 | -1/+1 |
| | |||||
* | Bump copyright years to 2019. (GH-11404) | Benjamin Peterson | 2019-01-02 | 1 | -1/+1 |
| | |||||
* | advance copyright years to 2018 (#5094) | Benjamin Peterson | 2018-01-05 | 1 | -1/+1 |
| | |||||
* | merge 3.5 | Ned Deily | 2017-01-02 | 1 | -1/+1 |
|\ | |||||
| * | merge 3.4 | Ned Deily | 2017-01-02 | 1 | -1/+1 |
| |\ | |||||
| | * | ring IDLE.app into 2017, too | Ned Deily | 2017-01-02 | 1 | -1/+1 |
| | | | |||||
* | | | Issue #27310: Fix IDLE.app failure to launch on OS X due to vestigial import. | Ned Deily | 2016-06-14 | 1 | -2/+0 |
|\ \ \ | |/ / | |||||
| * | | Issue #27310: remove vestigial import in IDLE.app | Ned Deily | 2016-06-14 | 1 | -2/+0 |
| | | | |||||
* | | | Issue #24225: Fix additional renamed module references. | Ned Deily | 2016-06-04 | 1 | -1/+1 |
|/ / | |||||
* | | Update copyrights for 2016. | Ned Deily | 2016-01-01 | 1 | -1/+1 |
| | | |||||
* | | Update copyright dates in OS X installer. | Ned Deily | 2015-01-01 | 1 | -1/+1 |
|/ | |||||
* | Update copyright dates in Mac plists. | Ned Deily | 2014-01-01 | 1 | -1/+1 |
| | |||||
* | Issue #15663: Force IDLE.app to run the GUI process in 32-bit mode. | Ned Deily | 2013-10-27 | 1 | -1/+3 |
| | | | | | This mitigates the current Aqua Tk refresh problem on OS X 10.9 by backporting 2.7.x behavior and is transparent to the user. | ||||
* | Issue #15587: Enable Tk high-resolution text rendering on Macs with | Ned Deily | 2013-02-02 | 1 | -0/+2 |
| | | | | | | Retina displays. Applies to Tkinter apps, such as IDLE, on OS X framework builds linked with Cocoa Tk 8.5+. Suggested by Kevin Walzer | ||||
* | Update copyright dates in Mac plists. | Ned Deily | 2013-01-01 | 1 | -1/+1 |
| | |||||
* | Update copyright dates in Mac plists. | Ned Deily | 2012-01-01 | 1 | -1/+1 |
| | |||||
* | #10844: update copyright years in Mac plists. | Georg Brandl | 2011-01-06 | 1 | -1/+1 |
| | |||||
* | Fix for issue5194, based on a patch by Ned Deily. | Ronald Oussoren | 2009-02-12 | 2 | -8/+51 |
| | |||||
* | Make it possible to install a framework build of Python 3.x on OSX. | Ronald Oussoren | 2008-12-30 | 2 | -4/+4 |
| | | | | | | | | | | | This the build machinery on OSX to re-enable building (and installing) PythonLauncher.app and IDLE.app. This needs ports of fixes to Lib/distutils/util.py and Include/pymacconfig.h to be fully functiontional, to be fully functional. I also have a patch for Makefile.pre.in that I'll post on bugs.python.org for review. | ||||
* | make the symlink to Python be created on install for IDLE.app | Benjamin Peterson | 2008-07-05 | 1 | -1/+0 |
| | |||||
* | Hopefully fix make framework install on Mac (see 3174) | Benjamin Peterson | 2008-07-01 | 8 | -0/+112 |
Removal of the Mac modules broke many of the Mac scripts (including BuildApplet.py) so the building of the Python launcher and IDLE.app was broken. I manually copied built versions of those apps into Mac. Everything else which used Mac modules had to die. |