Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed old bug (caused by careless Carbonizing) that noone noticed until | Just van Rossum | 2001-09-24 | 1 | -1/+1 |
| | | | | this week (apparently me and Bob Heeter at more or less the same time). | ||||
* | Updated the Popt resources for the applets to the newest version. | Jack Jansen | 2001-09-01 | 2 | -0/+0 |
| | |||||
* | Import the MacOS toolbox modules from the Carbon package. | Jack Jansen | 2001-08-25 | 2 | -2/+3 |
| | |||||
* | Added Popt resource for "dont show console" | Jack Jansen | 2001-02-27 | 2 | -0/+0 |
| | | | | Changed SIZE resource to be carbon-compatible. | ||||
* | Oops, not only the Popt versions were wrong, the resources were also short. | Jack Jansen | 2000-10-19 | 2 | -0/+0 |
| | |||||
* | Updated Popt resources to current version | Jack Jansen | 2000-10-18 | 2 | -0/+0 |
| | |||||
* | How-to document for using Python for CGI scripting. Not complete and ↵ | Jack Jansen | 2000-08-25 | 1 | -0/+53 |
| | | | | untested, but I'm checking it in so it won't get lost. | ||||
* | Replaced OpenResFile calls with FSpOpenResFile calls (which are ↵ | Jack Jansen | 2000-06-20 | 1 | -1/+1 |
| | | | | carbon-compatible). | ||||
* | small fix: don't depend on the exact location of PythonCGISlave within the ↵ | Just van Rossum | 2000-03-28 | 1 | -1/+3 |
| | | | | Python tree. (jvr) | ||||
* | - new version of PythonCGISlave | Just van Rossum | 2000-03-28 | 5 | -0/+383 |
- new script/applet BuildCGIApplet This largely supercedes :Mac:Demos:cgi, except for the html doc file. Should it move here? Merged with CGI_README.txt? Todo: fullbuild support. (jvr) |