| Commit message (Expand) | Author | Age | Files | Lines |
* | Refer to the sourceforge site for gusi downloads. | Jack Jansen | 2000-12-12 | 1 | -2/+2 |
|
|
* | Put all AE constants into AppleEvents.py | Jack Jansen | 2000-12-12 | 2 | -4/+0 |
|
|
* | Qdoffs now exports the GWorldObj_{New,Convert} functions. | Jack Jansen | 2000-12-12 | 1 | -0/+4 |
|
|
* | Added a c2pstrcpy() function. | Jack Jansen | 2000-12-12 | 1 | -0/+11 |
|
|
* | More toolbox modules adapted to Universal Headers 3.3.2. | Jack Jansen | 2000-12-12 | 20 | -491/+2240 |
|
|
* | Use new multi-input-file feature of bgen in stead of @-file hack to parse mul... | Jack Jansen | 2000-12-12 | 3 | -247/+339 |
|
|
* | Regenerated from Universal Headers 3.3.2 | Jack Jansen | 2000-12-12 | 18 | -405/+847 |
|
|
* | Put all AE constants into AppleEvents.py | Jack Jansen | 2000-12-12 | 6 | -911/+905 |
|
|
* | Qdoffs now exports GWorld new/convert, and Qt uses them. | Jack Jansen | 2000-12-12 | 2 | -5/+3 |
|
|
* | Drag moved to core toolbox modules (Win uses it). | Jack Jansen | 2000-12-12 | 6 | -851/+11 |
|
|
* | Qdoffs now exports GWorld new/convert, and Qt uses them. | Jack Jansen | 2000-12-12 | 2 | -0/+20 |
|
|
* | Adapted to Universal Headers 3.3.2. More to follow. | Jack Jansen | 2000-12-10 | 28 | -546/+3034 |
|
|
* | Updated for the current state of the main Python source tree. | Jack Jansen | 2000-12-03 | 2 | -4/+4 |
|
|
* | These have been replaced by the new generated projects. | Jack Jansen | 2000-12-03 | 49 | -47/+0 |
|
|
* | The new generated plugin projects. Checked in in XML form, so cvs diffs shoul... | Jack Jansen | 2000-12-03 | 48 | -0/+20650 |
|
|
* | Added an extraexportsymbols option, to allow (you guessed it:-) extra export ... | Jack Jansen | 2000-12-03 | 1 | -1/+5 |
|
|
* | Allow recursive searh entries by ending the pathname in ":*". | Jack Jansen | 2000-12-03 | 2 | -2/+9 |
|
|
* | Don't generate SYM files by default. | Jack Jansen | 2000-12-03 | 1 | -1/+1 |
|
|
* | Updated for the new project names. | Jack Jansen | 2000-12-03 | 1 | -70/+70 |
|
|
* | Got it working for all important plugins, and moved it from Build to scripts. | Jack Jansen | 2000-12-03 | 2 | -43/+108 |
|
|
* | Contributed code that converts Python source files to any combination of tabs... | Jack Jansen | 2000-11-29 | 2 | -0/+201 |
|
|
* | Added support for adding libraries. | Jack Jansen | 2000-11-26 | 6 | -3/+35 |
|
|
* | Generate plugin projects automatically using mkcwproject. There are as of yet... | Jack Jansen | 2000-11-26 | 1 | -0/+43 |
|
|
* | Added MathLib and InterfaceLib. Added Python:Include so #include "package/fil... | Jack Jansen | 2000-11-19 | 1 | -4/+49 |
|
|
* | Close the project after building it, so that building umpteen projects doesn'... | Jack Jansen | 2000-11-19 | 1 | -0/+1 |
|
|
* | Getting rid of 68K targets. | Jack Jansen | 2000-11-14 | 11 | -2150/+99 |
|
|
* | Added a note about removing preferences and .pyc files when you move the Pyth... | Jack Jansen | 2000-11-14 | 1 | -9/+13 |
|
|
* | No reason to keep "Run as Python" in binhex form anymore, just put the binary... | Jack Jansen | 2000-11-10 | 1 | -0/+1 |
|
|
* | Last CW Pro 5.3 projects. | Jack Jansen | 2000-11-07 | 1 | -0/+0 |
|
|
* | struct.pack has become picky about h (short) and H (unsigned short). | Jack Jansen | 2000-10-22 | 2 | -2/+2 |
|
|
* | Updated because developer option isn't distributed separately anymore. | Jack Jansen | 2000-10-22 | 1 | -14/+2 |
|
|
* | Removed, no longer pertinent. | Jack Jansen | 2000-10-22 | 1 | -0/+0 |
|
|
* | Final version used for 2.0 distribution. | Jack Jansen | 2000-10-22 | 33 | -17/+32 |
|
|
* | more edits to make the text fit (jvr) | Just van Rossum | 2000-10-20 | 1 | -5/+4 |
|
|
* | oops, that one caused a syntax error... (jvr) | Just van Rossum | 2000-10-20 | 1 | -1/+1 |
|
|
* | edits to make the 2.0 copyright fit in the about box again... (jvr) | Just van Rossum | 2000-10-20 | 1 | -8/+9 |
|
|
* | Cleaned uthread dependencies (jvr) | Just van Rossum | 2000-10-20 | 1 | -4/+8 |
|
|
* | Hm, I never checked in my incomplete "run with interpreter" mods. UI is there... | Just van Rossum | 2000-10-20 | 1 | -22/+63 |
|
|
* | fixed 2.0 compat bug | Just van Rossum | 2000-10-20 | 1 | -1/+1 |
|
|
* | Added PyMac_OutputSeen(), which acknowledges all current output in the stdio ... | Jack Jansen | 2000-10-19 | 3 | -0/+23 |
|
|
* | Add Numerical:Lib:Packages to sys.path. A workaround for distutils not working. | Jack Jansen | 2000-10-19 | 1 | -0/+1 |
|
|
* | Ready for 2.0 | Jack Jansen | 2000-10-19 | 2 | -15/+18 |
|
|
* | Oops, all the options were off-by-one. Reported by Tom Bridgman. | Jack Jansen | 2000-10-19 | 1 | -0/+1 |
|
|
* | Fixed balloon help for options. Sort-of reported by Russell Finn. | Jack Jansen | 2000-10-19 | 4 | -31/+35 |
|
|
* | Fixed balloon help for startup options. Reported by Russell Finn. | Jack Jansen | 2000-10-19 | 1 | -9/+13 |
|
|
* | Removed try/except TypeError around calling the ae handler function, it masks... | Jack Jansen | 2000-10-19 | 1 | -8/+6 |
|
|
* | Oops, not only the Popt versions were wrong, the resources were also short. | Jack Jansen | 2000-10-19 | 2 | -0/+0 |
|
|
* | Different phrasing of keepconsole options, suggested by David Goodger. | Jack Jansen | 2000-10-19 | 2 | -0/+0 |
|
|
* | Use MacOS.OutputSeen() on menuselections: it treats a menu selection in the s... | Jack Jansen | 2000-10-19 | 1 | -0/+2 |
|
|
* | Use MacOS.OutputSeen() on menuselections. Removed KeepConsole code again. Thi... | Jack Jansen | 2000-10-19 | 1 | -4/+1 |
|
|