summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Initial revisionGuido van Rossum1995-09-072-0/+140
* move constants to Tkconstants; added some; overridable error reporting; fix t...Guido van Rossum1995-09-072-148/+52
* 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
* Slightly reorganized so it is useable from another program, andJack Jansen1995-09-011-11/+26
* 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
* 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
* 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
* 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
* - Allow PythonApplet to be an aliasJack Jansen1995-08-311-16/+23
* Added functionality: locate CW projects, copy them, empty them andJack Jansen1995-08-311-4/+103
* - imp seems to always want a file object argJack Jansen1995-08-311-3/+6
* 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
* Initial revisionGuido van Rossum1995-08-292-0/+422
* forget previous change (content-encoding)Guido van Rossum1995-08-291-2/+1
* encoding can be content-transfer-encoding or content-encodingGuido van Rossum1995-08-291-1/+2
* support overriding how to open unknown url typesGuido van Rossum1995-08-291-13/+13
* changed some commas into percent signsGuido van Rossum1995-08-291-4/+4
* Fixed typo: == -> =.Sjoerd Mullender1995-08-291-1/+1
* Documented binascii, binhex and uu modules. Put them in theJack Jansen1995-08-295-2/+296
* Implemented two new functions in sys:Sjoerd Mullender1995-08-292-0/+92
* several new questions, 1.3 beta mentionedGuido van Rossum1995-08-281-45/+195