summaryrefslogtreecommitdiffstats
path: root/Mac/IDLE/IDLE.app/Contents/Info.plist
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Make it possible to install a framework build of Python 3.x on OSX.Ronald Oussoren2008-12-301-3/+3
| | | | | | | | | | | 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.
* Hopefully fix make framework install on Mac (see 3174)Benjamin Peterson2008-07-011-0/+57
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.