Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Set the finder "is shared" bit, by request of Joe Strout. It seems this ↵ | Jack Jansen | 1999-12-03 | 1 | -1/+1 |
| | | | | | | allows multiple simultaneous copies to be run from a server, and Applets shouldn't write their datafork so it appears safe. | ||||
* | Remove all owner resources from template, and if no owner resource contained in | Jack Jansen | 1999-03-17 | 1 | -14/+22 |
| | | | | applet-specific rsrc file we add a "Pyta" owner resource. Owner resources have both id=0 and name="Owner resource" (is this always true?). | ||||
* | (finally) unified the interpreter and the applet as Just suggested ages ago. The | Jack Jansen | 1999-02-14 | 1 | -1/+1 |
| | | | | resulting program is called PythonInterpreter. | ||||
* | set 'preload' attribute for __main__ PYC resource -- jvr | Just van Rossum | 1999-01-30 | 1 | -0/+3 |
| | |||||
* | skip 'vers' resource when copying resources from templeate -- jvr | Just van Rossum | 1999-01-30 | 1 | -1/+1 |
| | |||||
* | Common code for BuildApplet, BuildApplication and fullbuild (Just) | Jack Jansen | 1998-07-31 | 1 | -0/+279 |