summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
...
* Moved things around a bit in interact(), so outout is processed beforeGuido van Rossum1997-12-291-4/+5
* Fixed several bugs reported by Greg McFarmane:Guido van Rossum1997-12-291-42/+31
* Minor editing corrections.Guido van Rossum1997-12-292-26/+26
* Added doc string, provided by Charles Waldman (with some reformattingGuido van Rossum1997-12-292-0/+446
* Solve two annoying problems with ftp URLs for Jack: when repeatedGuido van Rossum1997-12-281-0/+14
* Do a better job of keeping the dialog visible when the master windowGuido van Rossum1997-12-281-0/+8
* Typo: Widht instead of Width...Guido van Rossum1997-12-271-1/+1
* Added expect() method which takes a list of regular expressions and anGuido van Rossum1997-12-241-2/+52
* Use string.replace instead of regsub.[g]sub.Guido van Rossum1997-12-245-17/+13
* Decided to add the telnet library that I wrote long ago (it's still inGuido van Rossum1997-12-241-0/+424
* Add new optional parameter 'suffix' (default ''), which is appended toGuido van Rossum1997-12-191-10/+11
* Make this test succeed even when using "import test.test_zlib".Guido van Rossum1997-12-181-2/+5
* Added SOLID definition.Guido van Rossum1997-12-161-0/+2
* PhotoImage.put(): Fixed -to handling, including backward compatibility hack.Fred Drake1997-12-161-1/+3
* On NT, use a better template, ~XXX- where XXX is os.getpid().Guido van Rossum1997-12-151-0/+2
* Move %x test to nonstandard section because it appears to be locale specific.Guido van Rossum1997-12-151-2/+3
* Added tag_prevrange analogous to rag_nextrange.Guido van Rossum1997-12-151-0/+3
* Believe it or not, some people have an empty group database.Guido van Rossum1997-12-151-7/+10
* Change _nametowidget to nametowidget -- it is a public interface.Guido van Rossum1997-12-121-1/+2
* Remove unneeded "import re".Guido van Rossum1997-12-111-1/+0
* Last minute fix to Text.window_cget(), which should properly Tcl-ifyGuido van Rossum1997-12-111-0/+4
* yeah, yeah.Guido van Rossum1997-12-111-2/+6
* Fix problem detected by Greg McFarlane -- callbacks passed toGuido van Rossum1997-12-111-10/+16
* Jim Fulton writes:Guido van Rossum1997-12-101-5/+12
* At Barry's suggestion, plug the security leak by using an emptyGuido van Rossum1997-12-102-6/+12
* Since this module is used as a fallback in case no built-in modulesGuido van Rossum1997-12-102-6/+14
* Don't specify base 0 to string.atoi when unpickling integers in textGuido van Rossum1997-12-101-1/+1
* Support uue and x-uue as short names for uuencode.Guido van Rossum1997-12-101-2/+6
* Doc strings and reformatting with 4 spaces bty Mitch Chapman.Guido van Rossum1997-12-101-609/+661
* # Typos in the comments giving the names of two recently added distributions.Guido van Rossum1997-12-091-2/+2
* Guess... :-)Guido van Rossum1997-12-096-167/+474
* Checking in ConfigParser.py -- I don't see a reason why this can't beGuido van Rossum1997-12-091-0/+255
* Deleting ni.py; renamed to ni1.py, really.Guido van Rossum1997-12-091-434/+0
* Make close(), and hence __del__(), robust in the light of the worldGuido van Rossum1997-12-091-3/+6
* Doc strings by Mitch Chapman (with a little reformatting).Guido van Rossum1997-12-091-118/+174
* Use long() instead of int() to compare mktime(localtime(t) with t...Guido van Rossum1997-12-081-1/+1
* New re version from AMKGuido van Rossum1997-12-083-58/+201
* Apply the same change to classes without an __getinitargs__() methodGuido van Rossum1997-12-071-5/+11
* Reindented according to new standard, without tabs.Guido van Rossum1997-12-051-117/+131
* ospath.py has been obsolete for long enough.Guido van Rossum1997-12-051-3/+0
* When instantiating a class with no arguments and where the class doesGuido van Rossum1997-12-051-135/+40
* Added doc strings and reindented according to new standard, without tabs.Guido van Rossum1997-12-051-162/+194
* Added doc strings and reindented according to new standard, without tabs.Guido van Rossum1997-12-051-189/+223
* Fix the exclusion of "config" in the methods copied from Pack to alsoGuido van Rossum1997-12-051-1/+1
* Patch my Marc Lemburg to fix urljoin("/a", "..") and urljoin("/a", "..#1").Guido van Rossum1997-12-031-1/+3
* Refinement of home for NT, courtesy Jeff Bauer.Guido van Rossum1997-12-031-3/+8
* Provide default for blocksize on retrbinary (Skip Montanaro).Guido van Rossum1997-12-031-1/+1
* More generated files for netbsd 1.x, by Anders Andersen.Guido van Rossum1997-12-034-0/+376
* Support for netbsd1 and freebsd3, after suggestions by Anders AndersenGuido van Rossum1997-12-022-4/+9
* When a port is specified in an ftp:// URL, must convert it to a number!Guido van Rossum1997-12-021-0/+2