summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* move uncomfortable backslashGuido van Rossum1995-09-132-4/+6
|
* incompletely converted to Tk 4.0Guido van Rossum1995-09-071-8/+12
|
* adapted to Tk 4.0 and CNRI man page locationsGuido van Rossum1995-09-071-2/+15
|
* improve fonts; Tk 4.0 awareGuido van Rossum1995-09-071-9/+14
|
* simplified no Tk() sets _default_rootGuido van Rossum1995-09-071-2/+1
|
* use $DISPLAYGuido van Rossum1995-09-071-1/+2
|
* Initial revisionGuido van Rossum1995-09-071-0/+13
|
* removed redundant C++ hackGuido van Rossum1995-09-071-7/+1
|
* fixed the test programGuido van Rossum1995-09-071-3/+6
|
* Initial revisionGuido van Rossum1995-09-072-0/+140
|
* move constants to Tkconstants; added some; overridable error reporting; fix ↵Guido van Rossum1995-09-072-148/+52
| | | | typo in propagate
* add (dummy) mode arg to open()Guido van Rossum1995-09-011-1/+5
|
* added read/writelines, bufsize to makefile, gethostbyaddrGuido van Rossum1995-09-011-7/+29
|
* Filter button should set selection's directory, tooGuido van Rossum1995-09-012-2/+8
|
* added OptionMenu class (tk_optionMenu interface)Guido van Rossum1995-09-012-4/+20
|
* support value-less attributes, using regex.group()Guido van Rossum1995-09-011-14/+8
|
* took out forms support (in favor a Grail extension)Guido van Rossum1995-09-011-94/+3
|
* rationalized os.path.split() so split "/a/" yields "/a", ""Guido van Rossum1995-09-011-13/+7
|
* Build appplications, libraries and applets according to builtinJack Jansen1995-09-011-0/+104
| | | | instructions.
* Slightly reorganized so it is useable from another program, andJack Jansen1995-09-011-11/+26
| | | | put all print statements in 'if DEBUG'.
* Fixed typoJack Jansen1995-09-011-1/+1
|
* Projects used for 1.3b3 distribution (I promise I won't check them inJack Jansen1995-09-0110-786/+861
| | | | for every little change;-)
* Minor fixJack Jansen1995-09-011-17/+17
|
* Updated 1.3 relnotes and added top-level instructionsJack Jansen1995-09-012-4/+135
|
* Fixed to work on 68K (could be yet another optimizer bug or something)Jack Jansen1995-09-011-5/+7
|
* patchlevel set to 1.3b3Jack Jansen1995-09-011-1/+1
|
* Seems I had never checked the README file in...Jack Jansen1995-08-311-0/+80
|
* Python will now attempt (again) to create at least a minimalJack Jansen1995-08-313-101/+93
| | | | preferences file if it is missing.
* Added List moduleJack Jansen1995-08-311-0/+2
|
* Removed unused variablesJack Jansen1995-08-311-2/+2
|
* removed unused variablesJack Jansen1995-08-311-2/+0
|
* Release notes for 1.3Jack Jansen1995-08-311-0/+63
|
* Added version resourceJack Jansen1995-08-312-251/+264
| | | | Added dialogs for initial preference file creation
* removed unused varJack Jansen1995-08-311-1/+0
|
* Removed unused varJack Jansen1995-08-311-1/+1
|
* Interactively create a distribution from a sourcetree.Jack Jansen1995-08-313-0/+657
| | | | Not yet fully tested.
* - Allow PythonApplet to be an aliasJack Jansen1995-08-311-16/+23
| | | | - Correctly set bundle and init bits
* Added functionality: locate CW projects, copy them, empty them andJack Jansen1995-08-311-4/+103
| | | | binhex them.
* - imp seems to always want a file object argJack Jansen1995-08-311-3/+6
| | | | - continue if resource file not found (may be an applet)
* Obscure bugfixJack Jansen1995-08-311-5/+2
|
* its all in the name...Jack Jansen1995-08-311-0/+1171
|
* Modeless dialog testJack Jansen1995-08-311-0/+45
|
* copy() can now create destination pathJack Jansen1995-08-311-10/+21
|
* Constants useful when using macfs moduleJack Jansen1995-08-311-0/+30
|
* Fixed dialog-window event handlingJack Jansen1995-08-311-12/+10
|
* Hexbinned CodeWarrior projectsJack Jansen1995-08-3112-0/+3430
|
* fix typo in bsddb entryGuido van Rossum1995-08-301-1/+1
|
* Initial revisionGuido van Rossum1995-08-301-0/+667
|
* Documented new argument order.Jack Jansen1995-08-302-62/+46
|
* Changed arguments and added a lot of functionality besidesJack Jansen1995-08-301-87/+121
|