summaryrefslogtreecommitdiffstats
path: root/Mac
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Pass None to AHGotoPage().Jack Jansen2002-09-111-1/+1
* The debugger source view only understood mac-style linefeeds. Fixed.Jack Jansen2002-09-111-2/+3
* Converted to Vise 8.Jack Jansen2002-09-111-0/+0
* All set for 2.3 installer, except for upgrade of Vise version.Jack Jansen2002-09-101-0/+0
* Fixed typo spotted by Whomas Touters.Jack Jansen2002-09-101-1/+1
* Added include guards and C++ extern "C" {} constructs. Partial fix for #607253.Jack Jansen2002-09-104-1/+37
* Reverted previous change, I was confused.Jack Jansen2002-09-101-1/+1
* Next few steps towards a 2.3 installer.Jack Jansen2002-09-071-0/+0
* First steps towards a 2.3 installer.Jack Jansen2002-09-065-29/+31
* Enable _AH module.Jack Jansen2002-09-062-0/+2
* Import Carbon.AH, not Carbon.HelpJack Jansen2002-09-061-1/+1
* Reorganized order of help menu, and don't show Carbon documentationJack Jansen2002-09-061-3/+4
* Silly me, I enabled the old help module. Fixed.Jack Jansen2002-09-062-2/+3