summaryrefslogtreecommitdiffstats
path: root/Mac/Lib
Commit message (Expand)AuthorAgeFilesLines
* Getting rid of support for MacOS9 and earlier. This is the first step,Jack Jansen2003-11-1938-3359/+0
* Getting rid of macfs.Jack Jansen2003-03-211-5/+5
* Moved most of Mac/Lib hierarchy to Lib/plat-mac: it can be used bothJack Jansen2002-12-30135-32096/+0
* This file hasn't been committed for a long time, because it erronuously endedJack Jansen2002-12-301-41/+153
* Long-obsolete, replaced by Carbon.Sound.Jack Jansen2002-12-301-64/+0
* Integrated macfsn into macfs, and made the Standard File calls return theJack Jansen2002-12-262-169/+140
* Return the macfs variation for FSSpec and Alias, not the underlyingJack Jansen2002-12-261-3/+5
* Fixed typo.Jack Jansen2002-12-241-1/+1
* A replacement for the macfs extension module, implemented with normalJack Jansen2002-12-191-20/+26
* Gone: the constants have been moved to macfs.py (which, upon import, alsoJack Jansen2002-12-191-106/+0
* This module will shortly replace the builtin module macfs. It is notJack Jansen2002-12-171-0/+90
* This now contains constants from Files.h, Aliases.h and Finder.h.Jack Jansen2002-12-171-0/+83
* Got rid of interpreter-internal dialogs.Jack Jansen2002-12-131-0/+0
* More pre-carbon stuff bites the dust.Jack Jansen2002-12-138-764/+0
* - found a case where sys.path[0] isn't set to Contents/Resources,Just van Rossum2002-11-301-2/+8
* Lots of minor tweaks for the pep252 checkins, mainly because QdJack Jansen2002-11-304-10/+10
* Forgot to do os.path.basename() on mainprogram: a nonworking app was built if...Just van Rossum2002-11-291-7/+6
* added Thomas H's LOADER code for importing extension (sub)modules; little tweaksJust van Rossum2002-11-291-21/+27
* fixed typo and wrappingJust van Rossum2002-11-281-1/+2
* - Rewrote bootstapping code in sh so we're really independent of anJust van Rossum2002-11-281-40/+54
* added support for building standalone applicationsJust van Rossum2002-11-261-14/+259
* 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
* cleaned up __init__ argument mess with a funky base classJust van Rossum2002-11-231-74/+81
* Added the alias manager too. The interface isn't perfect yet: the aliasJack Jansen2002-11-222-0/+19
* Got angry and added support for pretty much the whole file and folderJack Jansen2002-11-224-0/+527
* Added --link-exec option: make a symlink for the executable only, copy all ot...Just van Rossum2002-11-221-4/+20
* 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
* 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
* 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
* Got rid of the python.rsrc resource file. The error message strings andJack Jansen2002-11-075-43/+35
* 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
* Shut up FutureWarnings about hex constants.Jack Jansen2002-09-121-0/+4
* Patch by Tony Lownds: add the Resources directory to sys.path.Jack Jansen2002-09-121-0/+6
* Reverted previous change, I was confused.Jack Jansen2002-09-101-1/+1
* Import Carbon.AH, not Carbon.HelpJack Jansen2002-09-061-1/+1
* Get rid of non-ascii characters.Jack Jansen2002-09-061-4/+4
* Initialize self._helpmenu earlier, so we can use gethelpmenu() whileJack Jansen2002-08-301-1/+1
* Added support for the help menu. Application.gethelpmenu() will returnJack Jansen2002-08-291-0/+35