summaryrefslogtreecommitdiffstats
path: root/Mac
Commit message (Expand)AuthorAgeFilesLines
* added support for building standalone applicationsJust van Rossum2002-11-261-14/+259
* Lots of restructuring, mostly suggested by Bill Bumgarner. MainJack Jansen2002-11-256-57/+242
* get creator code from plist if available, instead of overriding with defaultJust van Rossum2002-11-241-1/+6
* whoops, -p actually has an argumentJust van Rossum2002-11-241-1/+1
* hardcode some resources, removing annoying Widgets.rsrc dependencyJust van Rossum2002-11-242-15/+100
* cleaned up __init__ argument mess with a funky base classJust van Rossum2002-11-231-74/+81
* Allow access to the returned value(s) as FSRefs. Unfortunately for someJack Jansen2002-11-221-2/+38
* Added the alias manager too. The interface isn't perfect yet: the aliasJack Jansen2002-11-225-0/+870
* Got angry and added support for pretty much the whole file and folderJack Jansen2002-11-2210-0/+2757
* workaround so the (otherwise still broken) IDE can at least quit in the Pytho...Just van Rossum2002-11-221-15/+14
* changed to use Lib/bundlebuilder.py instead of scripts/buildappbundle.pyJust van Rossum2002-11-221-5/+8
* make the --link option match the original: just symlink the executableJust van Rossum2002-11-221-2/+2
* Added --link-exec option: make a symlink for the executable only, copy all ot...Just van Rossum2002-11-221-4/+20
* Replaced the bundle building code with calls to the new bundlebuilderJust van Rossum2002-11-221-133/+75
* fixed error in cmd line doc; moved funny self.name line once moreJust van Rossum2002-11-221-2/+3
* fixed stupid bugJust van Rossum2002-11-221-1/+1
* added command line interface; refactored a bit; little things.Just van Rossum2002-11-211-82/+179
* name kwargs kwargsJust van Rossum2002-11-211-2/+2
* Tools to create MacOS X (application) bundles.Just van Rossum2002-11-211-0/+307
* - cleaned up example/test codeJust van Rossum2002-11-201-29/+30
* dded cvsignores.Jack Jansen2002-11-204-2/+12
* Minimal instructions on building a MacPython-OSX addon for Apple'sJack Jansen2002-11-201-0/+62
* Build PythonLauncher for MacPython-OSX 2.2 as well.Jack Jansen2002-11-202-5/+28
* This file is now generated dynamically.Jack Jansen2002-11-201-2/+0
* removed a redundant .strip(); made a doc string more or less tell the truthJust van Rossum2002-11-191-3/+5
* No need to import __builtin__, spotted by Skip.Just van Rossum2002-11-191-4/+4
* Pure Python implementation of a plist generator/parser.Just van Rossum2002-11-191-0/+433
* Another workaround, to find the IDE directory when we're in MacPython-OSXJack Jansen2002-11-181-0/+10
* Define PyDoc_STR if it isn't defined. This makes these modules compileJack Jansen2002-11-189-1/+25
* Build waste, _Help and _Scrap too.Jack Jansen2002-11-181-6/+78
* First stab at a Makefile that will create a MacPython that uses theJack Jansen2002-11-152-0/+90
* Go from filename to FSSpec via FSRefs, to work around outdated macfs moduleJack Jansen2002-11-151-1/+1
* Make the Resources directory if needed.Jack Jansen2002-11-151-0/+2
* Python 2.2 as installed by Apple has a version of _Res that is too old. WeJack Jansen2002-11-151-1/+4
* Added a hack so we can build applets with a MacPython that uses theJack Jansen2002-11-151-0/+11
* A script to run applets. Originally by Just, slightly modified by me.Jack Jansen2002-11-151-0/+17
* - Use imp to find appletrawmain.py in stead of hand-crafting the pathJack Jansen2002-11-111-2/+5
* - Building IDE is optional on waste being available, similar to buildingJack Jansen2002-11-111-21/+28
* Got rid of the python.rsrc resource file. The error message strings andJack Jansen2002-11-076-76/+40
* Script to create .app bundles. Largely untested.Jack Jansen2002-11-061-0/+160
* Forward port of 1.12.14.3 (which has an incorrect log message):Jack Jansen2002-10-291-1/+4
* Under Jaguar it seems that 'errn' return value keyword parameters don'tJack Jansen2002-10-251-0/+8
* 'Replace all' in the find dialog didn't properly update the text view (it use...Just van Rossum2002-10-241-5/+1
* cd to users home dir if no current dir has been set. Fixes bug #625734Just van Rossum2002-10-201-0/+5
* make sure the object browser can't crash because when the list data gets bigg...Just van Rossum2002-09-161-6/+20
* add ./ to configure command so it actually works verbatimJust van Rossum2002-09-161-1/+1
* Shut up FutureWarnings about hex constants.Jack Jansen2002-09-121-0/+4
* Patch by Tony Lownds: build an IDLE applet too, if _tkinter is available.Jack Jansen2002-09-121-1/+21
* Patch by Tony Lownds: add the Resources directory to sys.path.Jack Jansen2002-09-121-0/+6
* Mode rU for universal newlines, not rT. Spotted by Guido.Jack Jansen2002-09-121-2/+2