| Commit message (Expand) | Author | Age | Files | Lines |
* | How-to document for using Python for CGI scripting. Not complete and untested... | Jack Jansen | 2000-08-25 | 1 | -0/+53 |
|
|
* | Last set of CW Pro 5 projects (probably) | Jack Jansen | 2000-08-25 | 31 | -15/+41 |
|
|
* | Include xx project, exclude all the others. | Jack Jansen | 2000-08-25 | 1 | -67/+67 |
|
|
* | Added prototype for DlgObj_ConvertToWindow(). | Jack Jansen | 2000-08-25 | 1 | -0/+1 |
|
|
* | Added routine DlgObj_ConvertToWindow(). | Jack Jansen | 2000-08-25 | 3 | -2/+43 |
|
|
* | Added a prototype for mstats(). | Jack Jansen | 2000-08-25 | 1 | -0/+2 |
|
|
* | Window objects now also have an AutoDispose funcpointer (set for our windows,... | Jack Jansen | 2000-08-25 | 3 | -23/+61 |
|
|
* | Call GetDialogWindow to convert dialogs to windows. | Jack Jansen | 2000-08-25 | 1 | -6/+6 |
|
|
* | HMGetBalloonWindow should try to return an existing window. | Jack Jansen | 2000-08-25 | 2 | -1/+3 |
|
|
* | - Added pyexpat. | Jack Jansen | 2000-08-25 | 1 | -3/+9 |
|
|
* | Don't use our own malloc any more. It made test_longexp crash due to its opti... | Jack Jansen | 2000-08-25 | 6 | -7/+36 |
|
|
* | Don't redefine ERSCH, EINTR and ENODEV if we're using GUSI2. | Jack Jansen | 2000-08-25 | 1 | -0/+2 |
|
|
* | Removed debug output. | Jack Jansen | 2000-08-25 | 1 | -3/+0 |
|
|
* | Cheaper implementation of PyOS_CheckStack: only call StackSpace once and keep... | Jack Jansen | 2000-08-25 | 1 | -3/+6 |
|
|
* | Regenerated to take advantage of support for multiple names for a single prop... | Jack Jansen | 2000-08-22 | 10 | -105/+37 |
|
|
* | Only output the code to alias properties if the names aren't the same. | Jack Jansen | 2000-08-22 | 1 | -0/+2 |
|
|
* | - identify() enum names. | Jack Jansen | 2000-08-20 | 1 | -2/+3 |
|
|
* | Updated the applescript documentation for te new framework, and replaced the ... | Jack Jansen | 2000-08-20 | 9 | -963/+1252 |
|
|
* | Added a package for the other browser too. | Jack Jansen | 2000-08-20 | 6 | -0/+964 |
|
|
* | Moved to unsupported: it never lived up to its expectancies, and for the Mac ... | Jack Jansen | 2000-08-20 | 10 | -0/+0 |
|
|
* | Moved to unsupported: it doesn't work anymore and it has outlived its usefuln... | Jack Jansen | 2000-08-20 | 1 | -0/+0 |
|
|
* | Updated for new AppleScript structure and moved to Lib (it's far too useful t... | Jack Jansen | 2000-08-20 | 1 | -8/+2 |
|
|
* | Fixed again to work with the old scripting interface (so we can test the new ... | Jack Jansen | 2000-08-20 | 1 | -1/+1 |
|
|
* | Updated for the new applescript interface (which actually makes it so ridicul... | Jack Jansen | 2000-08-20 | 1 | -23/+6 |
|
|
* | Enums we cannot find are set to None, and enumsubst understands this (no subs... | Jack Jansen | 2000-08-20 | 2 | -6/+10 |
|
|
* | Fixed event inheritance code (which didn't work at all). | Jack Jansen | 2000-08-20 | 1 | -117/+239 |
|
|
* | Finder suite. | Jack Jansen | 2000-08-20 | 12 | -0/+3801 |
|
|
* | Regenerated with fixes to gensuitemodule. | Jack Jansen | 2000-08-20 | 6 | -44/+44 |
|
|
* | Package with suites for talking to CodeWarrior. | Jack Jansen | 2000-08-17 | 5 | -0/+3554 |
|
|
* | Package with suites for talking to netscape. | Jack Jansen | 2000-08-17 | 8 | -0/+1362 |
|
|
* | The package with standard suites. These are used separately and as base class... | Jack Jansen | 2000-08-17 | 10 | -0/+4440 |
|
|
* | Use the new package-based scripting support. | Jack Jansen | 2000-08-17 | 1 | -6/+16 |
|
|
* | Generate packages in stead of separate modules. The package main module impor... | Jack Jansen | 2000-08-17 | 1 | -22/+120 |
|
|
* | Removed temporary code to disable OT networking (this was a workaround for ge... | Jack Jansen | 2000-08-17 | 1 | -1/+1 |
|
|
* | Removed temporary code that always set creator to SimpleText. | Jack Jansen | 2000-08-17 | 1 | -2/+7 |
|
|
* | Moved PyOS_StackCheck prototype to pythonrun.h | Jack Jansen | 2000-08-07 | 1 | -1/+0 |
|
|
* | Project for pyexpat module. | Jack Jansen | 2000-08-06 | 2 | -0/+1 |
|
|
* | ANSIfied. | Jack Jansen | 2000-07-31 | 1 | -6/+6 |
|
|
* | Two more cases of GUSI2 include access paths not being correct (reveiled by t... | Jack Jansen | 2000-07-31 | 2 | -0/+0 |
|
|
* | Oops, WaitNextEvent was hand-coded, and it also needed the h->H conversion fo... | Jack Jansen | 2000-07-24 | 2 | -2/+2 |
|
|
* | Added more prototypes. | Jack Jansen | 2000-07-24 | 3 | -6/+10 |
|
|
* | Added PyMac_getscript() which returns the pythonic name of the current script... | Jack Jansen | 2000-07-24 | 1 | -0/+34 |
|
|
* | Declare fileno() with prototype if USE_GUSI2 defined. This isn't really the r... | Jack Jansen | 2000-07-24 | 2 | -0/+10 |
|
|
* | If any of the builds in a group fails offer to stop the fullbuild process and... | Jack Jansen | 2000-07-24 | 1 | -0/+9 |
|
|
* | Added a "compile-time" flag PPC_ONLY, if set we make ppc-only applications wi... | Jack Jansen | 2000-07-24 | 1 | -0/+5 |
|
|
* | Put in an earlier include of sys/signal.h (within ifdef USE_GUSI) to forestal... | Jack Jansen | 2000-07-24 | 2 | -0/+8 |
|
|
* | Don't call BringToFront() on the dialog object, but call GetDialogWindow() to... | Jack Jansen | 2000-07-24 | 1 | -3/+3 |
|
|
* | 'carb' resource for carbon application. | Jack Jansen | 2000-07-18 | 1 | -0/+15 |
|
|
* | Some thanks weren't checked in yet. | Jack Jansen | 2000-07-18 | 1 | -2/+2 |
|
|
* | MacPython on MacOSX DP4 gets started in the wrong directory. The workaround (... | Jack Jansen | 2000-07-18 | 2 | -1/+17 |
|
|