| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | Changed the way .rsrc and template are copied: hopefully this will | Jack Jansen | 1995-09-24 | 1 | -36/+53 |
|
|
* | 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 |
|
|
* | Slightly reorganized so it is useable from another program, and | Jack Jansen | 1995-09-01 | 1 | -11/+26 |
|
|
* | 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 |
|
|
* | 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 |
|
|
* | 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 |
|
|
* | 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 |
|
|
* | - Allow PythonApplet to be an alias | Jack Jansen | 1995-08-31 | 1 | -16/+23 |
|
|
* | Added functionality: locate CW projects, copy them, empty them and | Jack Jansen | 1995-08-31 | 1 | -4/+103 |
|
|
* | - imp seems to always want a file object arg | Jack Jansen | 1995-08-31 | 1 | -3/+6 |
|
|
* | 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 |
|
|
* | Generated anew | Jack Jansen | 1995-08-17 | 25 | -20/+58 |
|
|
* | Use ResObj_OptNew for GetDialogItem return value: the handle returned | Jack Jansen | 1995-08-17 | 2 | -0/+10 |
|
|
* | Added ResObj_OptNew, like ResObj_New but returns None when passed NULL. | Jack Jansen | 1995-08-17 | 1 | -0/+13 |
|
|
* | Added WhichWindow function to obtain window object given WindowPtr (as | Jack Jansen | 1995-08-17 | 1 | -0/+17 |
|
|
* | Test of list in dialog | Jack Jansen | 1995-08-17 | 2 | -0/+93 |
|
|
* | Uses new FrameWork, has multiple windows | Jack Jansen | 1995-08-17 | 1 | -31/+46 |
|
|
* | Different arg to GetEventHandler (but I cannot really remember fixing | Jack Jansen | 1995-08-17 | 1 | -5/+7 |
|
|
* | Made separate window class (and subclasses for special windows like | Jack Jansen | 1995-08-17 | 1 | -96/+237 |
|
|
* | Various fixes: missing imports, missing calls to | Jack Jansen | 1995-08-14 | 1 | -24/+32 |
|
|
* | Useful routines on a mac: | Jack Jansen | 1995-08-14 | 1 | -0/+77 |
|
|
* | Added PyMac_PromptGetFile, removed stuff gone to other sources. | Jack Jansen | 1995-08-14 | 1 | -3/+4 |
|
|
* | Lots of stuff moved to other files. | Jack Jansen | 1995-08-14 | 1 | -381/+55 |
|
|
* | New file: list resource-ids in one place. | Jack Jansen | 1995-08-14 | 1 | -0/+54 |
|
|
* | Lots of stuff removed: gone to various other files. | Jack Jansen | 1995-08-14 | 1 | -233/+3 |
|
|
* | This is completely different from the old mainmain (which wasn't used | Jack Jansen | 1995-08-14 | 1 | -88/+252 |
|
|
* | macgetpath - sys.path setting code factored out of config.c and | Jack Jansen | 1995-08-14 | 2 | -0/+289 |
|
|