summaryrefslogtreecommitdiffstats
path: root/Mac
Commit message (Expand)AuthorAgeFilesLines
* Package with suites for talking to CodeWarrior.Jack Jansen2000-08-175-0/+3554
* Package with suites for talking to netscape.Jack Jansen2000-08-178-0/+1362
* The package with standard suites. These are used separately and as base class...Jack Jansen2000-08-1710-0/+4440
* Use the new package-based scripting support.Jack Jansen2000-08-171-6/+16
* Generate packages in stead of separate modules. The package main module impor...Jack Jansen2000-08-171-22/+120
* Removed temporary code to disable OT networking (this was a workaround for ge...Jack Jansen2000-08-171-1/+1
* Removed temporary code that always set creator to SimpleText.Jack Jansen2000-08-171-2/+7
* Moved PyOS_StackCheck prototype to pythonrun.hJack Jansen2000-08-071-1/+0
* Project for pyexpat module.Jack Jansen2000-08-062-0/+1
* ANSIfied.Jack Jansen2000-07-311-6/+6
* Two more cases of GUSI2 include access paths not being correct (reveiled by t...Jack Jansen2000-07-312-0/+0
* Oops, WaitNextEvent was hand-coded, and it also needed the h->H conversion fo...Jack Jansen2000-07-242-2/+2
* Added more prototypes.Jack Jansen2000-07-243-6/+10
* Added PyMac_getscript() which returns the pythonic name of the current script...Jack Jansen2000-07-241-0/+34
* Declare fileno() with prototype if USE_GUSI2 defined. This isn't really the r...Jack Jansen2000-07-242-0/+10
* If any of the builds in a group fails offer to stop the fullbuild process and...Jack Jansen2000-07-241-0/+9
* Added a "compile-time" flag PPC_ONLY, if set we make ppc-only applications wi...Jack Jansen2000-07-241-0/+5
* Put in an earlier include of sys/signal.h (within ifdef USE_GUSI) to forestal...Jack Jansen2000-07-242-0/+8
* Don't call BringToFront() on the dialog object, but call GetDialogWindow() to...Jack Jansen2000-07-241-3/+3
* 'carb' resource for carbon application.Jack Jansen2000-07-181-0/+15
* Some thanks weren't checked in yet.Jack Jansen2000-07-181-2/+2
* MacPython on MacOSX DP4 gets started in the wrong directory. The workaround (...Jack Jansen2000-07-182-1/+17
* Define USE_GUSI if USE_GUSI1 or USE_GUSI2 is defined.Jack Jansen2000-07-181-0/+3
* Got rid of obsolete HAVE_UNIVERSAL_HEADERS test and SystemSevenOrLater define.Jack Jansen2000-07-149-83/+0
* Test for TARGET_API_MAC_CARBON with #if in stead of #ifdef.Jack Jansen2000-07-1444-223/+223
* include stdio.h for sprintf prototype.Jack Jansen2000-07-141-0/+1
* pymactoolbox.h contains protoypes for all externally visible toolbox moduleJack Jansen2000-07-1445-916/+244
* include macdefs.h for declaration of getwd, if non-gusi python.Jack Jansen2000-07-141-0/+1
* PyMac_PromptGetFile and PyMac_GetDirectory don't exist in carbonpython.Jack Jansen2000-07-142-5/+4
* Don't declare sync if we use gusi.Jack Jansen2000-07-141-0/+2
* Got rid of __SC__ ifdefs.Jack Jansen2000-07-113-12/+0
* Removed guesstabsize.c, which is obsolete.Jack Jansen2000-07-112-63/+0
* - Removed guesstabsize.c, which is obsolete.Jack Jansen2000-07-111-0/+0
* ANSIfication step 2: make sure all needed prototypes are available, and all n...Jack Jansen2000-07-1119-41/+83
* Added a declaration of fileno() if we use GUSI. Not sure whether it should go...Jack Jansen2000-07-111-0/+5
* Fiddled declaration/implementation of setcallback() so that it is ansifyable.Jack Jansen2000-07-112-8/+16
* ANSIfication step 1: get rid of Py_PROTO and Py_FPROTO.Jack Jansen2000-07-116-33/+33
* So many things have changed over the last few weeks that it's probably a good...Jack Jansen2000-07-0730-10/+24
* Changed all (hopefully) uses of unsigned 16 bit value to use H format specifi...Jack Jansen2000-07-0723-86/+86
* Added the unchash module.Jack Jansen2000-07-073-2/+3
* Evt moved to the core toolbox modules.Jack Jansen2000-07-042-1/+0
* PyMac_FindModuleExtension now uses a size_t as its size parameter for compati...Jack Jansen2000-07-032-2/+2
* a minimal test app to show how to build a standalone app with WJust van Rossum2000-07-011-0/+20
* added clearkey = '\033'Just van Rossum2000-07-011-1/+1
* fixed bug in comment matchingJust van Rossum2000-07-011-3/+3
* added ucnhash (optional on USE_UCNHASH) and the mysteriously disappeared math.Jack Jansen2000-06-281-1/+7
* ucnhash and various other modules added.Jack Jansen2000-06-282-0/+0
* Added USE_UCNHASH (experimental, I hope it can go), USE_TOOLBOX and USE_QT.Jack Jansen2000-06-281-3/+4
* Added USE_UCNHASH (experimental, I hope it can go)Jack Jansen2000-06-281-0/+1
* All relevant toolbox modules have now been carbonized.Jack Jansen2000-06-2125-15/+170