Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. |