summaryrefslogtreecommitdiffstats
path: root/Mac/Lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revived the Carbon.Help module, but implementing the MacHelp API in steadJack Jansen2002-08-292-66/+58
* Don't copy the documentation when using Python.app as an applet template.Jack Jansen2002-08-291-0/+1
* This file never made it to the repository, somehow.Jack Jansen2002-08-281-0/+28
* These were regenerated some time ago (with ascii chars only andJack Jansen2002-08-286-59/+61
* Interface to Apple Help Viewer.Jack Jansen2002-08-282-0/+7
* Refuse to run if the last bit of the destination path contains a # character.Jack Jansen2002-08-181-1/+4
* - Check not only that cache file exists, but also that it is newer thanJack Jansen2002-08-091-4/+7
* Use hex escape for non-ascii chars, now that the parser wants that.Jack Jansen2002-08-081-13/+13
* Regenerated with OSA class inheritance and fix for non-ascii chars.Jack Jansen2002-08-0742-818/+2217
* Donovan Preston's patch #538395, with some mods by me.Jack Jansen2002-08-073-20/+97
* Wrapper around _IBCarbon.Jack Jansen2002-08-061-0/+1
* Patch by Ronald Oussoren: if there's a .lproj in the extras list alsoJack Jansen2002-08-051-1/+10
* In copy() don't try to obtain an FSSpec until we know the destinationJack Jansen2002-08-051-6/+12
* Moved bgenlocations to the Mac/Lib directory. Not perfect, but better thanJack Jansen2002-08-051-0/+61
* The definitions for IBCarbonRuntime.hJack Jansen2002-08-041-0/+5
* Mkdirs() failed when provided with unix pathnames. Fixed.Jack Jansen2002-08-031-1/+1
* Hmm, in some cases we don't seem to get our scriptname in argv[0].Jack Jansen2002-08-021-2/+13
* Final step in making applets first-class citizens: if the applet wantsJack Jansen2002-08-022-0/+56
* Oops, the -psn stuff is in argv[1], of course.Jack Jansen2002-08-021-2/+2
* Got rid of a couple of OS9-isms.Jack Jansen2002-08-021-3/+8
* - Slightly better error message in case of syntax errors in the script.Jack Jansen2002-08-021-3/+5
* - Remove -psn-xxxx argument added by the Finder.Jack Jansen2002-08-021-1/+4
* Construct a sys.argv from the initial AppleEvent sent by the finderJack Jansen2002-08-021-0/+111
* Slightly better error message in case of missing resources.Jack Jansen2002-08-021-5/+5
* Added a __contains__ method.Jack Jansen2002-07-261-0/+3
* staticforward bites the dust.Jeremy Hylton2002-07-171-1/+1