summaryrefslogtreecommitdiffstats
path: root/Mac/Lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* In plugin projects use (by default) the new mwerks_shcarbon_pchJack Jansen2002-06-261-1/+1
* Close the project after generating it, so we don't keep a gazillion projectJack Jansen2002-06-261-0/+1
* Turns out GetArgv() options can be 4-tuples too, with the last value being th...Jack Jansen2002-06-261-3/+9
* Open the source file in universal newline mode.Jack Jansen2002-06-201-1/+1
* - Better commandline interface to BuildApplet, complete with options,Jack Jansen2002-06-091-45/+96
* Allow the shared library initialization routine to be overridden with an init...Jack Jansen2002-05-233-2/+4
* Regenerated from new Universal Headers.Jack Jansen2002-05-2216-261/+717
* Fixed a mistake on my part when regenerating: removed a bogus import of Appls...Jack Jansen2002-05-071-2/+0
* Regenerated.Jack Jansen2002-04-241-4/+4
* Second part of fix for #493826: regenerated suite modules so errn exists but ...Jack Jansen2002-04-2333-1012/+687
* Regenerated to include Internet Config error strings.Jack Jansen2002-04-221-9/+72
* Get rid of backward compatibility modules. Do this fairly early in the 2.3 cy...Jack Jansen2002-04-1145-180/+0
* Suite to talk to the OSX Terminal application.Jack Jansen2002-03-302-0/+345
* Got rid of obsolete way to get at various toolbox types.Jack Jansen2002-03-301-5/+3
* Handle .icns and .plist files for applets.Jack Jansen2002-03-291-5/+23
* Implemented buildtools for MachoPython .app bundles. The API is compatibleJack Jansen2002-03-291-2/+150
* Don't attempt to create a dummy fsspec if the user cancelled out, justJack Jansen2002-03-291-3/+6
* Re-raise the Res.Error if the file doesn't exist.Jack Jansen2002-03-291-0/+2
* If the file has no resource fork first check to see whether it's aJack Jansen2002-03-291-5/+12
* Removed debug.Jack Jansen2002-03-291-1/+0
* Added an open_pathname() method which opens a resource file by pathname,Jack Jansen2002-03-211-7/+12
* mkalias() now also works for folders. Fixes bug #515830.Just van Rossum2002-03-101-3/+7