| Commit message (Expand) | Author | Age | Files | Lines |
* | Modified to accept a command line argument too. | Jack Jansen | 2003-03-26 | 1 | -4/+8 |
* | This file was terribly outdated. The example is still silly (and won't | Jack Jansen | 2003-03-11 | 1 | -65/+28 |
* | Use new file dialogs. | Jack Jansen | 2003-01-26 | 8 | -53/+44 |
* | Use new file dialogs. | Jack Jansen | 2003-01-26 | 1 | -4/+2 |
* | Merging the various tweaks for MacPython-OS9 2.3a1 back into the trunk. | Jack Jansen | 2003-01-08 | 1 | -95/+44 |
* | The speech manager interface is no longer supported and a replacement is | Jack Jansen | 2002-12-13 | 3 | -1463/+0 |
* | Lots of minor tweaks for the pep252 checkins, mainly because Qd | Jack Jansen | 2002-11-30 | 11 | -21/+21 |
* | Added a note about compiler warnings. | Jack Jansen | 2002-01-30 | 1 | -0/+4 |
* | Some modifications and clarifications (by me) to Michael's mods. | Jack Jansen | 2002-01-25 | 1 | -23/+17 |
* | Rewritten, clarified, corrected and cleaned up by Michael J. Barber. | Jack Jansen | 2002-01-25 | 1 | -144/+301 |
* | Removed references to download of Waste. | Jack Jansen | 2002-01-11 | 1 | -5/+0 |
* | Updated for CW7 and Tcl/Tk 8.3.4. Also added a few other things | Jack Jansen | 2002-01-08 | 1 | -52/+44 |
* | Updated to optionally use Carbon Scrap manager. | Jack Jansen | 2001-12-31 | 4 | -13/+39 |
* | New URL for Joe Strouts example page. | Jack Jansen | 2001-10-23 | 1 | -3/+3 |
* | Updated, and added a very terse description of PyMac_SetConsoleHandler(). | Jack Jansen | 2001-10-09 | 1 | -10/+8 |
* | Fixed the embedding demo to correctly show the use of | Jack Jansen | 2001-10-09 | 2 | -11/+19 |
* | Brought up to date with the current state of affairs. | Jack Jansen | 2001-10-08 | 2 | -5/+6 |
* | Use the new macresource module to open the accompanying resource file (if nee... | Jack Jansen | 2001-08-27 | 7 | -57/+17 |
* | Import the MacOS toolbox modules from the Carbon package. | Jack Jansen | 2001-08-25 | 21 | -91/+91 |
* | Updated to the current state of things (long overdue). | Jack Jansen | 2001-08-16 | 1 | -91/+61 |
* | Merging appropriate 2.1.1 fixes back into the main trunk. | Jack Jansen | 2001-08-03 | 9 | -17/+26 |
* | It now works under Carbon. Under Classic the scrollbars don't show | Jack Jansen | 2001-07-16 | 1 | -104/+15 |
* | Minimal text editor using MLTE (code based on wed.py, the waste demo). | Jack Jansen | 2001-07-14 | 1 | -0/+464 |
* | WaitNextEvent short vs. unsigned short fix. | Jack Jansen | 2001-06-25 | 1 | -1/+1 |
* | Fixed macroman<->latin1 conversion. Some chars don't | Jack Jansen | 2001-05-17 | 2 | -12/+12 |
* | Removed some confusing sentences that are no longer relevant now that | Jack Jansen | 2001-05-08 | 1 | -9/+0 |
* | Files for 2.1 distribution. | Jack Jansen | 2001-04-25 | 1 | -19/+21 |
* | Don't crash if InfoScrap doesn't exist (as is the case in Carbon). | Jack Jansen | 2001-04-25 | 1 | -2/+5 |
* | Added a note about the new (since 2.0) OSA architecture. | Jack Jansen | 2001-03-27 | 1 | -1/+10 |
* | Added a note that this file is incorrect for 2.1a2. | Jack Jansen | 2001-02-17 | 1 | -0/+3 |
* | DialogWindows now have a self.dlg in addition to self.wid. | Jack Jansen | 2001-02-14 | 1 | -2/+2 |
* | Use FSpCreateResFile() in stead of CreateResFile(). | Jack Jansen | 2001-01-29 | 2 | -2/+4 |
* | Sigh... First test before committing. InvalWindowRect and friends are window ... | Jack Jansen | 2001-01-23 | 3 | -4/+4 |
* | Replaced InvalRect and friends with the Carbon-compliant InvalWindowRect. | Jack Jansen | 2001-01-23 | 4 | -5/+5 |
* | Carbon defines {Get,Set}ControlDataHandle, so unfortunately our variants on {... | Jack Jansen | 2001-01-09 | 4 | -4/+4 |
* | Refer to the sourceforge site for gusi downloads. | Jack Jansen | 2000-12-12 | 1 | -2/+2 |
* | struct.pack has become picky about h (short) and H (unsigned short). | Jack Jansen | 2000-10-22 | 1 | -1/+1 |
* | Updated for 2.0b1 | Jack Jansen | 2000-09-10 | 4 | -101/+83 |
* | Updated the applescript documentation for te new framework, and replaced the ... | Jack Jansen | 2000-08-20 | 9 | -963/+1252 |
* | Added an optional debug handler that traps and prints all unknown appleevents. | Jack Jansen | 2000-06-20 | 13 | -13/+24 |
* | Updated for the 1.6a2 distribution: added a note about the special Tcl/Tk dis... | Jack Jansen | 2000-05-07 | 1 | -18/+23 |
* | Added a reference to the Open Directory page on macPython. | Jack Jansen | 2000-04-22 | 1 | -1/+6 |
* | Added a note about Personal Webserver, and replaced "netpresenz" by a list of... | Jack Jansen | 2000-04-22 | 1 | -3/+11 |
* | Added Corran Webster's explanation of how to write extensions in MPW and a po... | Jack Jansen | 2000-04-22 | 3 | -4/+499 |
* | Updated NetPresenz URL. Still needs update in the light of the new :Mac:Tools... | Just van Rossum | 2000-03-28 | 1 | -2/+2 |
* | realcgitest.py: added import MacOS, it now works again. Removed NetPresenz re... | Just van Rossum | 2000-03-26 | 2 | -1/+2 |
* | Fixed multi-arg appends. | Jack Jansen | 2000-03-07 | 6 | -6/+6 |
* | And added a note about needing two "cvs update"s. | Jack Jansen | 2000-02-11 | 1 | -0/+6 |
* | Explained that you have to checkout the Mac portion of Python in a separate | Jack Jansen | 2000-02-11 | 1 | -3/+24 |
* | Added a reference to oldPICTbrowse.py. | Jack Jansen | 1999-12-23 | 1 | -1/+3 |