summaryrefslogtreecommitdiffstats
path: root/Mac/Lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Added support for unicode strings (utxt).Jack Jansen2002-02-051-0/+7
* Added minimal support for floating windows.Just van Rossum2002-02-041-7/+12
* Rename the routine to start the target running _start(), with a compatibilityJack Jansen2002-01-231-2/+6
* Regenerated to take advantage of new _builtinSuites package.Jack Jansen2002-01-2215-660/+588
* A "magic" suite that is the base suite for StdSuites. This solves a problem w...Jack Jansen2002-01-222-0/+168
* Get rid of fsspec type initializer, it wasn't used anyway.Jack Jansen2002-01-211-2/+0
* Changes by Donovan Preston (and a few minor ones by me) to make IDE run underJack Jansen2002-01-211-12/+26
* Fixed to work under MachoPython, doing the expected unpacking for applesingle...Jack Jansen2002-01-131-2/+24
* UH 3.4 checkin that I had forgotten about.Jack Jansen2002-01-041-4/+51
* Some of the new routines are carbon-only.Jack Jansen2002-01-041-4/+4
* Updated for CW7Jack Jansen2001-12-142-538/+114
* Add default values for options in the class init routine, not in the convenie...Jack Jansen2001-12-142-14/+17
* first checkin for CoreGraphicsJust van Rossum2001-12-132-0/+25
* Don't barf when an AppleEvent was not handled. It's ok to ignore.Just van Rossum2001-12-131-2/+3
* Updated for Universal Headers 3.4.Just van Rossum2001-12-121-54/+284
* Support files for CarbonEventsJust van Rossum2001-12-122-0/+353
* The new menu initialization code would also add the SIOUX menus if a (frozen)...Jack Jansen2001-12-101-5/+9
* Patch supplied by Burton Radons for his own SF bug #487390: ModifyingGuido van Rossum2001-12-081-1/+1
* Merged changes made on r22b2-branch between r22b2 and r22b2-mac (theJack Jansen2001-11-305-41/+9
* Add the MSL C library to the set of standard librariesJack Jansen2001-11-102-1/+37
* Workaround for odd problem on my machine: without this I get a tracebackJust van Rossum2001-10-311-1/+5
* quit() wasn't included in the suite. This is a quick manual patch to add it.Jack Jansen2001-10-231-1/+2
* Don't call MacOS.SchedParams() in MachO, it doesn't exist.Jack Jansen2001-09-091-4/+8
* Minimal module to decode AppleSingle files (the way resource files areJack Jansen2001-09-091-0/+101
* Added preferences/startup options for division warningJack Jansen2001-09-011-5/+7
* We should look in the directory containing the module, not in the module itse...Jack Jansen2001-08-301-1/+1
* need() now returns the refno of the resource file opened, or None if theJack Jansen2001-08-271-4/+7