summaryrefslogtreecommitdiffstats
path: root/Mac
Commit message (Expand)AuthorAgeFilesLines
* If genpluginprojects is called from fullbuild we set the Python source direct...Jack Jansen2001-08-162-1/+5
* Long time overdue: change sys.path defaults so that people willJust van Rossum2001-08-161-1/+1
* Updated to the current state of things (long overdue).Jack Jansen2001-08-161-91/+61
* Removed expat from the access paths, it isn't needed.Jack Jansen2001-08-161-0/+0
* Merged release21-maint changes.Jack Jansen2001-08-122-10/+22
* test_glob found a nasty bug in GUSI opendir(): it will not fail when called o...Jack Jansen2001-08-111-0/+18
* Before asking the finder to start the application (if start=1 is specified), ...Jack Jansen2001-08-111-1/+4
* Got rid of the activate() so codewarrior doesn't come to front. It isn't need...Jack Jansen2001-08-111-1/+0
* Added a note about the various tests here.Jack Jansen2001-08-111-0/+4
* use the proper prefix file under CarbonJust van Rossum2001-08-111-1/+4
* Regenerated.Jack Jansen2001-08-102-232/+248
* Changed reference to config.h to pyconfig.h.Jack Jansen2001-08-101-0/+0
* Resource files for OSX Python.framework. Incomplete, and they should probablyJack Jansen2001-08-083-0/+49
* Adapted for pymactoolbox.c and changed externals elsewhere.Jack Jansen2001-08-084-2/+0
* - Don't return mac-style pathnames in unix-Python.Jack Jansen2001-08-082-168/+79
* Split macglue.c into two: a new mactoolboxglue.c (in ./Python)Jack Jansen2001-08-083-525/+2
* Brought up-to-date.Jack Jansen2001-08-071-0/+0
* Got rid of 68k-Mac and other outdated ifdefs.Jack Jansen2001-08-075-37/+0
* Got rid of mactcp cruft, added Mlte and CF modules.Jack Jansen2001-08-071-8/+6
* Removed unused variable.Jack Jansen2001-08-071-2/+0
* Yet another project.Jack Jansen2001-08-072-0/+1078
* Got rid of (hopefully) the last 68k Mac-related ifdefs and various other cruft.Jack Jansen2001-08-079-21/+0
* Removed outdated stuff.Jack Jansen2001-08-073-130/+0
* Project files for the new plugin modules, plus a few that hadn't been added y...Jack Jansen2001-08-0738-0/+18457
* Bit another bullet: all toolbox modules are now in dynamically loaded modules...Jack Jansen2001-08-079-146/+41
* Bit the bullet and enabled garbage collection (finally).Jack Jansen2001-08-075-12/+64
* Oops, arg type for the glue routine was wrong.Jack Jansen2001-08-061-1/+1
* Show the MacPython IDE version in the interactive banner.Just van Rossum2001-08-061-1/+4
* PyMac_GetFSSpec must be called via the dylib glue code on OSX.Jack Jansen2001-08-033-1/+20
* If we use frameworks we should include CoreServices/CoreServices.h, not theJack Jansen2001-08-032-2/+2
* TXNTSMCheck isn't available under Mach-O Carbon.Jack Jansen2001-08-032-2/+10
* ICFindConfigFile isn't needed, and it's gone under carbon.Jack Jansen2001-08-031-2/+3
* EasyDialogs has a working version of this.Jack Jansen2001-08-031-25/+0
* These stopped working a long time ago, and they're not worth fixing.Jack Jansen2001-08-032-132/+0
* Obsolete, EasyDialogs has the same code (but working:-).Jack Jansen2001-08-032-72/+0
* Obsolete: uses old applescript support.Jack Jansen2001-08-031-33/+0
* Obsolete, uses the old non-package-based applescript suite support.Jack Jansen2001-08-031-25/+0
* This "test" showed an obsolete way to get scrolled lists in dialogs. Removed.Jack Jansen2001-08-031-79/+0
* This "test" showed an obsolete way to get scrolled lists in dialogs. Removed.Jack Jansen2001-08-032-3/+2
* Removed: it doesn't work anymore, and it wasn't all that useful anyway. The F...Jack Jansen2001-08-031-68/+0
* Obsolete, superseded by :Mac:Demo:imgbrowse and friends.Jack Jansen2001-08-031-86/+0
* Obsolete, superseded by :Mac:Demo:TEJack Jansen2001-08-031-81/+0
* Obsolete, superseded by :Mac:Demo:wasteJack Jansen2001-08-031-86/+0
* Obsolete, removed.Jack Jansen2001-08-0319-8502/+0
* Merging appropriate 2.1.1 fixes back into the main trunk.Jack Jansen2001-08-0326-122/+162
* (Finally) converted to new-style args.Jack Jansen2001-08-031-37/+136
* Added descrobject.c and mysnprintf.cJack Jansen2001-08-032-0/+0
* Regenerated for new description stuff.Jack Jansen2001-08-032-326/+456
* config.h renamed to pyconfig.hJack Jansen2001-07-272-1/+1
* ProgressBar crashed when you tried to drag it. Fixed. Thanks go to Alfonso Ba...Jack Jansen2001-07-271-1/+1