summaryrefslogtreecommitdiffstats
path: root/Mac/OSX
Commit message (Collapse)AuthorAgeFilesLines
* Move Mac/OSX/* one level upRonald Oussoren2006-06-0762-4497/+0
|
* A quick hack to ensure the right key-bindings for IDLE on osx: install patchedRonald Oussoren2006-06-063-1/+170
| | | | configuration files during a framework install.
* * Ensure that "make altinstall" works when the tree was configuredRonald Oussoren2006-06-061-5/+22
| | | | | | with --enable-framework * Also for --enable-framework: allow users to use --prefix to specify the location of the compatibility symlinks (such as /usr/local/bin/python)
* "Import" LDFLAGS in Mac/OSX/Makefile.in to ensure pythonw gets build withRonald Oussoren2006-06-041-0/+1
| | | | the right compiler flags.
* Whitespace normalization.Tim Peters2006-05-261-1/+1
|
* - Remove previous version of the binary distribution script for OSXRonald Oussoren2006-05-2615-663/+87
| | | | | | | - Some small bugfixes for the IDLE.app wrapper - Tweaks to build-installer to ensure that python gets build in the right way, including sqlite3. - Updated readme files
* Fix buglet in postinstall script, it would generate an invalid .cshrc file.Ronald Oussoren2006-05-261-1/+1
|
* Add missing svn:eol-style property to text files.Tim Peters2006-05-231-1013/+1013
|
* Whitespace normalization.Tim Peters2006-05-231-1013/+1013
|
* An improved script for building the binary distribution on MacOSX.Ronald Oussoren2006-05-239-0/+1246
|
* Avoid creating a mess when installing a framework for the second time.Ronald Oussoren2006-05-231-2/+7
|
* * Change working directory to the users homeRonald Oussoren2006-05-191-3/+11
| | | | | | | directory, that makes the file open/save dialogs more useable. * Don't use argv emulator, its not needed for idle.
* Fix some minor issues with the generated application bundles on MacOSXRonald Oussoren2006-05-186-9/+70
|
* Whitespace normalization.Tim Peters2006-05-161-2/+2
|
* I missed one small detail in my rewrite of the osx build files: the pathRonald Oussoren2006-05-141-2/+2
| | | | to the Python.app template.
* A first cut at replacing the icons on MacOS X. This replaces all icons by iconsRonald Oussoren2006-05-147-0/+3
| | | | | | | based on the new python.org logo. These are also the first icons that are "proper" OSX icons. These icons were created by Jacob Rus.
* Rework the build system for osx applications:Ronald Oussoren2006-05-1416-954/+503
| | | | | | | | | | | * Don't use xcodebuild for building PythonLauncher, but use a normal unix makefile. This makes it a lot easier to use the same build flags as for the rest of python (e.g. make a universal version of python launcher) * Convert the mac makefile-s to makefile.in-s and use configure to set makefile variables instead of forwarding them as command-line arguments * Add a C version of pythonw, that we you can use '#!/usr/local/bin/pythonw' * Build IDLE.app using bundlebuilder instead of BuildApplet, that will allow easier modification of the bundle contents later on.
* Remove .cvsignore files, as they live in svn:ignoreMartin v. Löwis2005-10-303-6/+0
| | | | properties now.
* Whitespace normalization.Tim Peters2005-04-201-1/+1
|
* Updated to work with current Python docs setup, and added a minimal README.Jack Jansen2005-04-172-13/+54
|
* Whitespace normalization.Tim Peters2005-01-071-7/+6
|
* Create the wrapper scripts for gcc/g++ too.Jack Jansen2005-01-011-26/+50
|
* Just passing -undefined dynamic_lookup isn't enough: we also need to setJack Jansen2004-12-281-1/+1
| | | | | | the MACOSX_DEPLOYMENT_TARGET environment variable to 10.3 when calling the loader. And we do this with "env" because distutils apparently doesn't understand environment variable assignments before command names.
* Added quotes around the destroot arguments, so empty destroot works.Jack Jansen2004-12-271-7/+7
|
* Updated version numbers.Jack Jansen2004-12-275-13/+14
|
* Fix for #1091468: DESTROOTed frameworkinstalls fail. Added a --destrootJack Jansen2004-12-271-1/+8
| | | | | | | option to various tools, and do the right thing when we're doing a destroot install. Will backport to 2.4 and 2.3.
* A script to fix Apple-installed Python 2.3 (and a test whether the userJack Jansen2004-12-262-1/+103
| | | | | | | | | | | | needs to run it in the Makefile). After installing a newer framework Python the apple-installed Python can no longer build extension modules, because they will inadvertantly be linked against the newer framework. This script modifies lib/config/Makefile so it will link extensions with "-undefined dynamic_lookup", which forestalls this problem. Will backport to 2.4 and 2.3.
* Very minor grammatical fix and removal of a tab.Brett Cannon2004-12-061-2/+2
|
* Whitespace normalization, via reindent.py.Tim Peters2004-07-185-264/+262
|
* The interpreter popup was never filled with any data, fixed.Jack Jansen2004-07-162-4/+11
| | | | Fixes #775878.
* Made preference window resizable (and do the most logical thing on resize)Jack Jansen2004-07-162-3/+7
|
* Cleaned up list of interpreters.Jack Jansen2004-07-161-16/+8
|
* - Added a note about fixversions.pyJack Jansen2004-07-151-1/+5
| | | | - Ran it.
* A script to fix version strings in .plist files.Jack Jansen2004-07-151-0/+70
|
* On startup, attempt to set the working directory to $HOME.Jack Jansen2004-06-031-0/+3
| | | | Fixes #913581.
* Do an actual test for xcodebuild, in stead of relying on the user toJack Jansen2004-06-021-3/+5
| | | | uncomment the relevant section.
* the "idle" script has moved from Lib/idlelib to Tools/scripts.Jack Jansen2003-11-271-2/+2
|
* Added some help to OSX/Dist/README.txt, plus all the informationJack Jansen2003-11-201-2/+48
| | | | | from the OS9 readme that is still relevant. Got rid of Distributions/readme.txt.
* Temporary fix for buildon on both Panther and Jaguar.Jack Jansen2003-11-191-1/+5
|
* Moved various files over from the release23-maint branch.Jack Jansen2003-11-194-29/+51
|
* Upped versionJack Jansen2003-11-191-1/+1
|
* Don't force boot-disk-only install, for reasons unknown it causes moreJack Jansen2003-07-232-5/+8
| | | | | problems than it solves. In stead, put a warning near the top of the welcome message. Fixes (or, rather works around) bug #764975.
* Scripts runs with pythonw no longer had full window manager access dueJack Jansen2003-07-232-3/+3
| | | | | to the name change of Python.app/Contents/MacOS/python to Python.app/Contents/MacOS/Python. Fixes #776116.
* Files used for the 2.3rc1+ binary installer. This one has the size problemJack Jansen2003-07-222-7/+9
| | | | | | | fixed. It also attempts to force boot-disk-only installs, but this seems to lead to a problem that you have to deselect and reselect the installation disk. If no-one comes up with a fix RSN I'll revert to the previous situation and explain in the readme that you cannot install on a non-system-disk.
* removed trailing tabs in several places, including after the finalFred Drake2003-07-071-8/+7
| | | | newline
* Fixed lots of minor issues found by Edward Moy: incorrect versionJack Jansen2003-07-042-5/+7
| | | | strings, non-standard naming of things in bundles, etc.
* Added missing newline at end of file.Jack Jansen2003-07-041-1/+2
|
* Files used for 2.3b2 macpython binary distribution.Jack Jansen2003-07-042-3/+4
|
* Skip noticed that the document talks about "setting PythonLauncher as theJack Jansen2003-07-021-3/+5
| | | | | default application" but doesn't give a clue on how to do this. Refer to Apple Help.
* Tooltip for tab/space consistency check was the wrong way around. SpottedJack Jansen2003-07-023-6/+2
| | | | by Skip.