| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Added imgpbm and imgsgi | Jack Jansen | 1995-10-12 | 1 | -1/+3 |
| | | |||||
| * | Added missing imgpbm and imgsgi modules | Jack Jansen | 1995-10-12 | 1 | -0/+4 |
| | | |||||
| * | Export strdup (parsermodule needs it) | Jack Jansen | 1995-10-12 | 1 | -2/+4 |
| | | |||||
| * | Last few notes/bugs | Jack Jansen | 1995-10-12 | 1 | -0/+9 |
| | | |||||
| * | Last minor tweaks: debug off, added missing img mods, minor things | Jack Jansen | 1995-10-12 | 11 | -3697/+3707 |
| | | |||||
| * | Fixed positioning of icon on copy() | Jack Jansen | 1995-10-09 | 1 | -1/+3 |
| | | |||||
| * | Updated for 1.3 | Jack Jansen | 1995-10-09 | 2 | -28/+52 |
| | | |||||
| * | Removed unused variables | Jack Jansen | 1995-10-09 | 1 | -4/+1 |
| | | |||||
| * | Changed SIZE: minimum 2Mb is a bit over the top... | Jack Jansen | 1995-10-09 | 1 | -107/+106 |
| | | |||||
| * | Ported to CW7 | Jack Jansen | 1995-10-09 | 11 | -3453/+4102 |
| | | |||||
| * | Resource files for 1.3 distribution | Jack Jansen | 1995-10-09 | 5 | -130/+174 |
| | | |||||
| * | Adapted to CW7, added MkPluginAlises | Jack Jansen | 1995-10-09 | 1 | -4/+4 |
| | | |||||
| * | Changed CW signature and fixed .as/.hqx creator/type | Jack Jansen | 1995-10-09 | 1 | -4/+4 |
| | | |||||
| * | Adapted to os and imp changes | Jack Jansen | 1995-10-09 | 1 | -2/+2 |
| | | |||||
| * | New universal headers | Jack Jansen | 1995-10-09 | 9 | -44/+56 |
| | | |||||
| * | Fixed bug in optional argument error checking (and generated all | Jack Jansen | 1995-10-09 | 5 | -381/+322 |
| | | | | | suites anew). | ||||
| * | Clarified some things, started adding mods since 1.3beta3 | Jack Jansen | 1995-10-03 | 2 | -0/+12 |
| | | |||||
| * | Removed unused variable | Jack Jansen | 1995-10-03 | 1 | -2/+0 |
| | | |||||
| * | Modified/recreated to use keyword arguments | Jack Jansen | 1995-10-03 | 7 | -2360/+1152 |
| | | |||||
| * | Added some clarifications and fixed host names. | Jack Jansen | 1995-09-24 | 1 | -5/+8 |
| | | |||||
| * | 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. | ||||
| * | add (dummy) mode arg to open() | Guido van Rossum | 1995-09-01 | 1 | -1/+5 |
| | | |||||
| * | added read/writelines, bufsize to makefile, gethostbyaddr | Guido van Rossum | 1995-09-01 | 1 | -7/+29 |
| | | |||||
| * | 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 |
| | | |||||
| * | Projects used for 1.3b3 distribution (I promise I won't check them in | Jack Jansen | 1995-09-01 | 10 | -786/+861 |
| | | | | | for every little change;-) | ||||
| * | Minor fix | Jack Jansen | 1995-09-01 | 1 | -17/+17 |
| | | |||||
| * | Updated 1.3 relnotes and added top-level instructions | Jack Jansen | 1995-09-01 | 2 | -4/+135 |
| | | |||||
| * | Fixed to work on 68K (could be yet another optimizer bug or something) | Jack Jansen | 1995-09-01 | 1 | -5/+7 |
| | | |||||
| * | Seems I had never checked the README file in... | Jack Jansen | 1995-08-31 | 1 | -0/+80 |
| | | |||||
| * | Python will now attempt (again) to create at least a minimal | Jack Jansen | 1995-08-31 | 3 | -101/+93 |
| | | | | | preferences file if it is missing. | ||||
| * | Added List module | Jack Jansen | 1995-08-31 | 1 | -0/+2 |
| | | |||||
| * | Removed unused variables | Jack Jansen | 1995-08-31 | 1 | -2/+2 |
| | | |||||
| * | removed unused variables | Jack Jansen | 1995-08-31 | 1 | -2/+0 |
| | | |||||
| * | Release notes for 1.3 | Jack Jansen | 1995-08-31 | 1 | -0/+63 |
| | | |||||
| * | Added version resource | Jack Jansen | 1995-08-31 | 2 | -251/+264 |
| | | | | | Added dialogs for initial preference file creation | ||||
| * | removed unused var | Jack Jansen | 1995-08-31 | 1 | -1/+0 |
| | | |||||
| * | Removed unused var | Jack Jansen | 1995-08-31 | 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) | ||||
| * | its all in the name... | Jack Jansen | 1995-08-31 | 1 | -0/+1171 |
| | | |||||
| * | Modeless dialog test | Jack Jansen | 1995-08-31 | 1 | -0/+45 |
| | | |||||
| * | copy() can now create destination path | Jack Jansen | 1995-08-31 | 1 | -10/+21 |
| | | |||||
| * | Constants useful when using macfs module | Jack Jansen | 1995-08-31 | 1 | -0/+30 |
| | | |||||
| * | Fixed dialog-window event handling | Jack Jansen | 1995-08-31 | 1 | -12/+10 |
| | | |||||
| * | Hexbinned CodeWarrior projects | Jack Jansen | 1995-08-31 | 12 | -0/+3430 |
| | | |||||
