summaryrefslogtreecommitdiffstats
path: root/Mac/IDLE/IDLE.app
Commit message (Collapse)AuthorAgeFilesLines
* Bump copyright years to 2019. (GH-11404)Benjamin Peterson2019-01-021-1/+1
|
* advance copyright years to 2018 (#5094)Benjamin Peterson2018-01-051-1/+1
|
* merge 3.5Ned Deily2017-01-021-1/+1
|\
| * merge 3.4Ned Deily2017-01-021-1/+1
| |\
| | * ring IDLE.app into 2017, tooNed Deily2017-01-021-1/+1
| | |
* | | Issue #27310: Fix IDLE.app failure to launch on OS X due to vestigial import.Ned Deily2016-06-141-2/+0
|\ \ \ | |/ /
| * | Issue #27310: remove vestigial import in IDLE.appNed Deily2016-06-141-2/+0
| | |
* | | Issue #24225: Fix additional renamed module references.Ned Deily2016-06-041-1/+1
|/ /
* | Update copyrights for 2016.Ned Deily2016-01-011-1/+1
| |
* | Update copyright dates in OS X installer.Ned Deily2015-01-011-1/+1
|/
* Update copyright dates in Mac plists.Ned Deily2014-01-011-1/+1
|
* Issue #15663: Force IDLE.app to run the GUI process in 32-bit mode.Ned Deily2013-10-271-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 withNed Deily2013-02-021-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 Deily2013-01-011-1/+1
|
* Update copyright dates in Mac plists.Ned Deily2012-01-011-1/+1
|
* #10844: update copyright years in Mac plists.Georg Brandl2011-01-061-1/+1
|
* Fix for issue5194, based on a patch by Ned Deily.Ronald Oussoren2009-02-122-8/+51
|
* Make it possible to install a framework build of Python 3.x on OSX.Ronald Oussoren2008-12-302-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.appBenjamin Peterson2008-07-051-1/+0
|
* Hopefully fix make framework install on Mac (see 3174)Benjamin Peterson2008-07-018-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.