summaryrefslogtreecommitdiff
path: root/Mac
Commit message (Expand)AuthorAgeFilesLines
* Fix OS X installer build script to handle the pretty-printed _sysconfigdata.pyNed Deily2013-08-011-8/+48
* (3.3->default) Issue #18377: Code cleanup in Python LauncherRonald Oussoren2013-07-078-95/+77
|\
| * Issue #18377: Code cleanup in Python LauncherRonald Oussoren2013-07-078-95/+77
* | (3.3->default) Issue #12990: The "Python Launcher" on OSX could not launch py...Ronald Oussoren2013-07-061-1/+1
|\ \ | |/
| * Issue #12990: The "Python Launcher" on OSX could not launch python scripts th...Ronald Oussoren2013-07-061-1/+1
* | Merge with 3.3: Issue #17047: removed doubled words in Doc/*,Terry Jan Reedy2013-03-111-1/+1
|\ \ | |/ |/|
| * Issue #15587: merge from 3.3Ned Deily2013-02-011-1/+1
| |\
| | * Issue #16256: merge from 3.3Ned Deily2013-02-011-1/+1
| | |\
| | * \ Issue #14018: merge to defaultNed Deily2013-01-291-1/+5
| | |\ \
| | * \ \ Update copyright dates in Mac plists.Ned Deily2013-01-011-1/+1
| | |\ \ \
| | | * | | #16135: Removal of OS/2 support (I)Jesus Cea2012-10-051-1/+1
* | | | | | Merge with 3.2: Issue #17047: removed doubled words in Doc/*,Terry Jan Reedy2013-03-114-91/+241
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Issue #15587: merge from 3.2Ned Deily2013-02-012-0/+4
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | Issue #16256: merge from 3.2Ned Deily2013-02-014-91/+241
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| | * | | | Issue #14018: merge to 3.3Ned Deily2013-01-291-1/+5
| | |\ \ \ \ | | | |_|/ / | | |/| | |
| | * | | | Update copyright dates in Mac plists.Ned Deily2013-01-0111-507/+643
| | |\ \ \ \ | | | | |_|/ | | | |/| |
| | | * | | Update various OS X README files for 3.3.0.Ned Deily2012-08-244-59/+163
| | | * | | Issue #15037: Use correct path to system terminfo database.Ned Deily2012-08-241-2/+0
| | | * | | Issue #14292: Ensure that the OS X installer build configures the CXXNed Deily2012-08-221-13/+15
| | | * | | Issue #15560: Ensure consistent sqlite3 behavior and feature availabilityNed Deily2012-08-071-24/+27
| | | * | | Issue #15037: Build OS X installers with local copy of ncurses 5.9 librariesNed Deily2012-08-062-105/+89
| | | * | | OS X installer cleanups:Ned Deily2012-08-062-7/+27
| | | * | | Issue #14018: Fix OS X Tcl/Tk framework checking when using OS X SDKs.Ned Deily2012-07-301-12/+45
| | | * | | Issue #15188: Prevent test_ldshared_value failure due to slightlyNed Deily2012-07-221-2/+2
| | | * | | Issue #15188: Modify the OS X build_installer script to remove temporaryNed Deily2012-07-211-12/+19
| | | * | | Closes #15307: symlinks now work on OS X with framework Python builds. Patch...Vinay Sajip2012-07-171-2/+38
| | | * | | Closes #15173: Tidied up copyright statements and removed pythonv references.Vinay Sajip2012-06-251-1/+1
| | | * | | Update OS X installer build target compilers.Ned Deily2012-06-241-1/+3
| | | * | | Update compileall calls in OS X installer postflight script toNed Deily2012-06-242-11/+12
| | | * | | Remove obsolete fixapplepython23 script and PythonSystemFixesNed Deily2012-06-243-143/+3
| | | * | | Update OS X installer build script to be Python 3 compatible.Ned Deily2010-11-271-64/+88
| | | * | | Issue #13590: Improve support for OS X Xcode 4:Ned Deily2012-06-231-67/+106
| | | * | | Implemented PEP 405 (Python virtual environments).Vinay Sajip2012-05-262-2/+14
| | | * | | Issue #13507: OS X installer builds now build liblzma for the newNed Deily2012-04-011-0/+11
* | | | | | Issue #17047: removed doubled words in Doc/*, Mac/*, and Tool/*Terry Jan Reedy2013-03-111-1/+1
| |_|_|_|/ |/| | | |
* | | | | Issue #15587: Enable Tk high-resolution text rendering on Macs withNed Deily2013-02-012-0/+4
|/ / / /
* | | | Issue #16256: OS X installer now sets correct permissions for doc directory.Ned Deily2013-02-011-1/+1
| |_|/ |/| |
* | | Issue #14018: Backport OS X installer updates from 3.3.Ned Deily2013-01-299-422/+412
|/ /
* | Update copyright dates in Mac plists.Ned Deily2013-01-014-7/+7
|/
* Issue #14346: Fix some typos in the Mac/README file.Ned Deily2012-03-171-5/+5
* Update copyright dates in Mac plists.Ned Deily2012-01-014-7/+7
* Issue #11217: For 64-bit/32-bit Mac OS X universal framework builds,Ned Deily2011-05-281-0/+13
* #11565: Merge with 3.1.Ezio Melotti2011-03-1610-258/+512
|\
| * #11515: Merge with 3.1.Ezio Melotti2011-03-152-3/+3
| |\
| * | Merged revisions 88475 via svnmerge fromNed Deily2011-02-211-1/+1
| * | - Issue #11079: The /Applications/Python x.x folder created by the MacNed Deily2011-02-071-5/+26
| * | Issue #11079: The /Applications/Python x.x folder created by the MacNed Deily2011-02-073-10/+5
| * | Issue #11054: Allow Mac OS X installer builds to again work on 10.5 withNed Deily2011-01-292-18/+27
| * | Remove spurious copy of Mac/IDLE/idlemain.py left over fromNed Deily2011-01-151-30/+0
| * | #10843: Update third-party library versions used in OS X 32-bitNed Deily2011-01-151-30/+39