0
0
mirror of https://github.com/python/cpython.git synced 2024-11-24 08:52:25 +01:00
Commit Graph

19 Commits

Author SHA1 Message Date
Benjamin Peterson
65f2a6dcc2
advance copyright years to 2018 (#5094) 2018-01-04 22:34:19 -08:00
Ned Deily
2eb97231b8 merge 3.5 2017-01-02 02:50:33 -05:00
Ned Deily
e8134afd8e merge 3.4 2017-01-02 02:48:26 -05:00
Ned Deily
c276ffa0a9 ring IDLE.app into 2017, too 2017-01-02 02:46:09 -05:00
Ned Deily
e371599004 Issue #27310: Fix IDLE.app failure to launch on OS X due to vestigial import. 2016-06-13 20:27:57 -04:00
Ned Deily
19e21e4948 Issue #27310: remove vestigial import in IDLE.app 2016-06-13 20:22:53 -04:00
Ned Deily
622b2f6ec9 Issue #24225: Fix additional renamed module references. 2016-06-03 17:50:44 -07:00
Ned Deily
c25784c089 Update copyrights for 2016. 2016-01-01 17:42:39 -05:00
Ned Deily
4705235022 Update copyright dates in OS X installer. 2014-12-31 16:30:26 -08:00
Ned Deily
cb0613b860 Update copyright dates in Mac plists. 2014-01-01 13:05:03 -08:00
Ned Deily
246eb11058 Issue #15663: Force IDLE.app to run the GUI process in 32-bit mode.
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.
2013-10-26 22:22:07 -07:00
Ned Deily
9cd864dcbf Issue #15587: Enable Tk high-resolution text rendering on Macs with
Retina displays.  Applies to Tkinter apps, such as IDLE, on OS X
framework builds linked with Cocoa Tk 8.5+.
Suggested by Kevin Walzer
2013-02-01 23:12:42 -08:00
Ned Deily
3108fb5b45 Update copyright dates in Mac plists. 2013-01-01 12:07:15 -08:00
Ned Deily
4391173778 Update copyright dates in Mac plists. 2012-01-01 01:09:19 -08:00
Georg Brandl
f8dc9ca84e #10844: update copyright years in Mac plists. 2011-01-06 10:05:26 +00:00
Ronald Oussoren
827822ef3f Fix for issue5194, based on a patch by Ned Deily. 2009-02-12 15:01:44 +00:00
Ronald Oussoren
2160015915 Make it possible to install a framework build of Python 3.x on OSX.
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.
2008-12-30 12:59:02 +00:00
Benjamin Peterson
bbea7972a4 make the symlink to Python be created on install for IDLE.app 2008-07-05 22:51:21 +00:00
Benjamin Peterson
de9c869fb8 Hopefully fix make framework install on Mac (see 3174)
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.
2008-07-01 18:23:09 +00:00