Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed bug in optional argument error checking (and generated all | Jack Jansen | 1995-10-09 | 1 | -5/+11 |
| | | | | suites anew). | ||||
* | Modified/recreated to use keyword arguments | Jack Jansen | 1995-10-03 | 1 | -36/+22 |
| | |||||
* | Load toolbox modules "by hand" using imp, so this script should now | Jack Jansen | 1995-09-24 | 1 | -11/+52 |
| | | | | work in a virgin distribution. | ||||
* | Changed the way .rsrc and template are copied: hopefully this will | Jack Jansen | 1995-09-24 | 1 | -36/+53 |
| | | | | finally get the bundle stuff right. | ||||
* | Build appplications, libraries and applets according to builtin | Jack Jansen | 1995-09-01 | 1 | -0/+104 |
| | | | | instructions. | ||||
* | Slightly reorganized so it is useable from another program, and | Jack Jansen | 1995-09-01 | 1 | -11/+26 |
| | | | | put all print statements in 'if DEBUG'. | ||||
* | Fixed typo | Jack Jansen | 1995-09-01 | 1 | -1/+1 |
| | |||||
* | Interactively create a distribution from a sourcetree. | Jack Jansen | 1995-08-31 | 3 | -0/+657 |
| | | | | Not yet fully tested. | ||||
* | - Allow PythonApplet to be an alias | Jack Jansen | 1995-08-31 | 1 | -16/+23 |
| | | | | - Correctly set bundle and init bits | ||||
* | Added functionality: locate CW projects, copy them, empty them and | Jack Jansen | 1995-08-31 | 1 | -4/+103 |
| | | | | binhex them. | ||||
* | - imp seems to always want a file object arg | Jack Jansen | 1995-08-31 | 1 | -3/+6 |
| | | | | - continue if resource file not found (may be an applet) | ||||
* | Added prompts to various file-select dialogs | Jack Jansen | 1995-08-14 | 7 | -35/+31 |
| | | | | Renumbered resources to above 512 | ||||
* | Added List.slb alias | Jack Jansen | 1995-08-14 | 2 | -22/+5 |
| | |||||
* | Binhexify any .rsrc file in a tree | Jack Jansen | 1995-08-14 | 1 | -0/+50 |
| | |||||
* | Added prompt to getfile dialog | Jack Jansen | 1995-08-14 | 1 | -1/+1 |
| | | | | Renumbered resources | ||||
* | MkPluginAliases - Scripts (AppleScript and Python) to create aliases | Jack Jansen | 1995-08-09 | 3 | -0/+235 |
| | | | | | | to PPC plugin libraries fixfiletypes.py - Script to recursively set mac creator/type based on extension | ||||
* | Added resource-files to CVS tree, in binhex form | Jack Jansen | 1995-08-07 | 4 | -0/+180 |
| | |||||
* | A new home for scripts/applets | Jack Jansen | 1995-07-29 | 4 | -0/+629 |
| | | | | | | | | | EditPythonPrefs - Edit the preferences file (sys.path, python home) PackLibDir - Convert a sys.path directory to a resource file RunLibScript - import a module and run as __main__ mkapplet - Create a python applet The resource files belonging to these should also be stored here, somehow.. | ||||
* | Gensuitemodule generates python classes from aete/aeut resources | Jack Jansen | 1995-07-17 | 1 | -0/+474 |
| | | | | test_suite is a tiny test program for such a generated class | ||||
* | a few new things | Guido van Rossum | 1995-02-21 | 1 | -3/+9 |
| | |||||
* | applet to run any script | Guido van Rossum | 1995-02-20 | 1 | -0/+35 |
| | |||||
* | stuff by jack to create a set of Estr resources | Guido van Rossum | 1995-02-05 | 2 | -0/+654 |
| | |||||
* | Updates for THINK C 6.0. Moved the necessary UNIX emulation routines here. | Guido van Rossum | 1994-08-19 | 2 | -2/+77 |
| | |||||
* | Initial revision | Guido van Rossum | 1994-05-06 | 1 | -0/+25 |