summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* * Lib/linecache.py: don't crash on empty filenameGuido van Rossum1994-08-236-18/+131
* * Lib/sgi/flp.py: fix caching bug (always write the whole file toGuido van Rossum1994-08-232-28/+8
* * Lib/string.py: find/rfind is now the main implementation andGuido van Rossum1994-08-172-126/+82
* do fake "import posix" for freeze.py scriptGuido van Rossum1994-08-171-0/+4
* * Lib/rfc822.py: fix two bugs: error in readheaders interpretingGuido van Rossum1994-08-122-6/+6
* Test set for new pow() functionGuido van Rossum1994-08-121-0/+92
* Add Widget.unbind and {Canvas,Text}.tag_unbind.Guido van Rossum1994-08-082-4/+18
* Use new packing and 'name' in cnf dictGuido van Rossum1994-08-032-6/+10
* Merge alpha100 branch back to main trunkGuido van Rossum1994-08-0163-881/+2596
* Merge changesGuido van Rossum1994-08-011-39/+57
* * Lib/mhlib.py (removefromallsequences): call putsequences withGuido van Rossum1994-07-141-1/+1
* read various startup files in Tcl and Python based upon className andGuido van Rossum1994-07-122-2/+46
* Fix bug in At() (Steen)Guido van Rossum1994-07-122-6/+6
* Make Pack.newinfo() return a dictGuido van Rossum1994-07-112-2/+20
* Added _exit and register as Tcl command exit. Micro lay-out fix.Guido van Rossum1994-07-072-4/+12
* Totally changed, now it is actually derived from TextGuido van Rossum1994-07-062-62/+40
* tag_remove: add tagName to tk callGuido van Rossum1994-07-062-2/+2
* Added bind and tag_config methods; minor lay-out changeGuido van Rossum1994-07-062-4/+6
* Remove garbage '+ ' and reformat tag_delete function budyGuido van Rossum1994-07-062-6/+4
* * ScrolledText.py: added some more methods of Text (This shouldGuido van Rossum1994-07-062-0/+20
* Tue Jul 5 13:22:45 1994 (lumholt@login.dkuug.dk)Guido van Rossum1994-07-062-62/+112
* * Lib/urllib.py: implemented new quoting rules; added splituser,Guido van Rossum1994-07-041-22/+77
* Mon Jul 4 12:42:04 1994 Guido van Rossum (guido@voorn.cwi.nl)Guido van Rossum1994-07-042-6/+6
* New module, formats traceback just like the C code doesGuido van Rossum1994-07-011-0/+57
* Lots of new stuffGuido van Rossum1994-06-282-84/+204
* wait_{variable,window,visibility}Guido van Rossum1994-06-272-0/+22
* Initial revisionGuido van Rossum1994-06-272-0/+76
* Redo these changes:Guido van Rossum1994-06-272-4/+8
* Sun Jun 26 02:19:01 1994 Steen Lumholt (lumholt@login.dkuug.dk)Guido van Rossum1994-06-272-72/+228
* (Menu.index): return int or None, not stringGuido van Rossum1994-06-272-4/+8
* mhlib.py: new interface to MH folders and messagesGuido van Rossum1994-06-231-0/+735
* Two new generally useful modules: types defines names for all built-in types,Guido van Rossum1994-06-232-0/+173
* Companion module for new profile.pyGuido van Rossum1994-06-231-0/+535
* * Tkinter.pyGuido van Rossum1994-06-232-12/+102
* * Tkinter.py: some tidying up.Guido van Rossum1994-06-212-28/+54
* Reformatted using 8-space wide tabsGuido van Rossum1994-06-202-34/+36
* * Tkinter.py (Canvas): made create_ methods return the item id;Guido van Rossum1994-06-202-20/+42
* Added dictionary mapping names to children, and _name attribute.Guido van Rossum1994-06-202-156/+260
* Added getdouble, getboolean.Guido van Rossum1994-06-202-22/+20
* Added getvar, getint, lower, tkraise==lift to Misc classGuido van Rossum1994-06-202-0/+20
* Initial revisionGuido van Rossum1994-06-206-0/+2048
* Constants from <sys/wait.h> (IRIX 5 version)Guido van Rossum1994-06-032-0/+28
* added barrier test (by Tim Peters)Guido van Rossum1994-05-231-2/+67
* dospath: fix by Amrit (don't normalize glob patterns away)Guido van Rossum1994-05-231-1/+7
* Generate some files automatically from system filesGuido van Rossum1994-05-232-0/+20
* Changes by Jaap -- added 'fileopen' methodGuido van Rossum1994-05-181-17/+46
* New module by Jaap VGuido van Rossum1994-05-181-0/+178
* Script to regenerate FCNTL.py, IN.py, SOCKET.pyGuido van Rossum1994-05-172-0/+22
* Changes to use default argument values where possibleGuido van Rossum1994-05-064-29/+13
* Module to lock open files using fcntl()Guido van Rossum1994-05-032-0/+30