Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | move uncomfortable backslash | Guido van Rossum | 1995-09-13 | 2 | -4/+6 |
| | |||||
* | incompletely converted to Tk 4.0 | Guido van Rossum | 1995-09-07 | 1 | -8/+12 |
| | |||||
* | adapted to Tk 4.0 and CNRI man page locations | Guido van Rossum | 1995-09-07 | 1 | -2/+15 |
| | |||||
* | improve fonts; Tk 4.0 aware | Guido van Rossum | 1995-09-07 | 1 | -9/+14 |
| | |||||
* | simplified no Tk() sets _default_root | Guido van Rossum | 1995-09-07 | 1 | -2/+1 |
| | |||||
* | use $DISPLAY | Guido van Rossum | 1995-09-07 | 1 | -1/+2 |
| | |||||
* | Initial revision | Guido van Rossum | 1995-09-07 | 1 | -0/+13 |
| | |||||
* | removed redundant C++ hack | Guido van Rossum | 1995-09-07 | 1 | -7/+1 |
| | |||||
* | fixed the test program | Guido van Rossum | 1995-09-07 | 1 | -3/+6 |
| | |||||
* | Initial revision | Guido van Rossum | 1995-09-07 | 2 | -0/+140 |
| | |||||
* | move constants to Tkconstants; added some; overridable error reporting; fix ↵ | Guido van Rossum | 1995-09-07 | 2 | -148/+52 |
| | | | | typo in propagate | ||||
* | 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 |
| | |||||
* | Filter button should set selection's directory, too | Guido van Rossum | 1995-09-01 | 2 | -2/+8 |
| | |||||
* | added OptionMenu class (tk_optionMenu interface) | Guido van Rossum | 1995-09-01 | 2 | -4/+20 |
| | |||||
* | support value-less attributes, using regex.group() | Guido van Rossum | 1995-09-01 | 1 | -14/+8 |
| | |||||
* | took out forms support (in favor a Grail extension) | Guido van Rossum | 1995-09-01 | 1 | -94/+3 |
| | |||||
* | rationalized os.path.split() so split "/a/" yields "/a", "" | Guido van Rossum | 1995-09-01 | 1 | -13/+7 |
| | |||||
* | 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 |
| | |||||
* | patchlevel set to 1.3b3 | Jack Jansen | 1995-09-01 | 1 | -1/+1 |
| | |||||
* | 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) | ||||
* | Obscure bugfix | Jack Jansen | 1995-08-31 | 1 | -5/+2 |
| | |||||
* | 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 |
| | |||||
* | fix typo in bsddb entry | Guido van Rossum | 1995-08-30 | 1 | -1/+1 |
| | |||||
* | Initial revision | Guido van Rossum | 1995-08-30 | 1 | -0/+667 |
| | |||||
* | Documented new argument order. | Jack Jansen | 1995-08-30 | 2 | -62/+46 |
| | |||||
* | Changed arguments and added a lot of functionality besides | Jack Jansen | 1995-08-30 | 1 | -87/+121 |
| |