summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Co-production with Tim Peters, implementing a suggestion by MarkGuido van Rossum1999-06-101-6/+31
* Fix by Sjoerd for a package related bug: If you have a non-empyGuido van Rossum1999-06-091-6/+6
* Updated lagging version#. Also added some comments about how quote()Guido van Rossum1999-06-091-1/+3
* Patch by Per Cederqvist:Guido van Rossum1999-06-091-3/+6
* Add unrelated but handy function: timegm(), to calculate UnixGuido van Rossum1999-06-091-0/+17
* Don't just die if gethostbyaddr() fails -- as it can when DNS isGuido van Rossum1999-06-091-6/+10
* Oops, Sjoerd was in a hurry. This patch from him fixes some lengthGuido van Rossum1999-06-091-0/+1
* Patch/new code by Sjoerd Mullender:Guido van Rossum1999-06-092-74/+155
* Fix (sanctioned by Sjoerd) for a problem reported by Andreas Faerber:Guido van Rossum1999-06-081-1/+1
* On David Ascher's recommendation: reversed order of 'utime()' andGreg Ward1999-06-081-2/+5
* Sam's latest versionsGuido van Rossum1999-06-082-87/+109
* Skip Montanaro:Guido van Rossum1999-06-081-2/+13
* Tim Peters: Taught it more "real Python" rules without slowing itGuido van Rossum1999-06-081-47/+53
* Hacked 'set_final_options()' to set (hopefully) appropriate values forGreg Ward1999-06-081-7/+56
* Added the 'have_run' dictionary to Distribution, and changedGreg Ward1999-06-081-3/+33
* Now handles NT, through '_init_nt()' function (courtesy ofGreg Ward1999-06-081-0/+11
* Experimental speedup patch by Tim Peters (please test!):Guido van Rossum1999-06-071-82/+149
* Patch by Jim Fulton: new function parse_qsl(), which is likeGuido van Rossum1999-06-041-13/+44
* At Jim Fulton's request (actually, as a compromise :-), default theGuido van Rossum1999-06-021-2/+2
* Andy Dustman notes that I patched the close() call in the wrong place.Guido van Rossum1999-06-011-1/+1
* In class TemporaryFileWrapper, don't cache attributes of tpye int --Guido van Rossum1999-06-011-1/+2
* Jack Jansen's patch to support file:///path/file/name URL syntax.Guido van Rossum1999-06-011-0/+5
* Greg McFarlane writes: Tkinter.Text.tag_add should take multipleGuido van Rossum1999-06-011-2/+2
* Andy Dustman writes:Guido van Rossum1999-05-211-0/+1
* Map .js to application/x-javascript.Fred Drake1999-05-201-0/+1
* POP3.uidl(): Update docstring based on comments from Piers LauderFred Drake1999-05-131-2/+3
* Nathan Paul Simons noticed that the grid_remove() method was missing.Guido van Rossum1999-05-051-0/+2
* Regression test for date format code, by Mike Meyer.Guido van Rossum1999-05-031-0/+21
* No need to import find(). (Andrew Dalke & kjpylint)Guido van Rossum1999-05-031-1/+1
* No need to import os or string. (Andrew Dalke & kjpylint)Guido van Rossum1999-05-031-1/+1
* No need to import sys. (Andrew Dalke & kjpylint)Guido van Rossum1999-05-032-2/+1
* Typo. (Andrew Dalke, without kjpylint)Guido van Rossum1999-05-031-1/+1
* No need to import string. (Andrew Dalke & kjpylint)Guido van Rossum1999-05-031-1/+0
* No need to import os in test(). (Andrew Dalke & kjpylint)Guido van Rossum1999-05-031-1/+0
* Get rid of confusing 'global' statement in global code.Guido van Rossum1999-05-031-1/+0
* No need to import sys or string. (Andrew Dalke & kjpylint)Guido van Rossum1999-05-031-1/+1
* Clarify why we define disco. Suggested by Andrew Dalke.Guido van Rossum1999-05-031-1/+1
* Clarify why we define error. Suggested by Andrew Dalke.Guido van Rossum1999-05-031-1/+1
* No need to import sys or linecache. (Andrew Dalke & kjpylint)Guido van Rossum1999-05-031-2/+0
* No need to import gmtime, ctime, asctime.Guido van Rossum1999-05-031-2/+2
* Clarify why there are dynamic imports in AudioDev().Guido van Rossum1999-05-031-0/+1
* The _comp_data() function never worked, it contained a reference toGuido van Rossum1999-05-031-1/+1
* No need to import sys, time, socket or SocketServer. (Andrew Dalke & kjpylint)Guido van Rossum1999-05-031-4/+0
* No need to import sys, time, or socket. (Andrew Dalke & kjpylint)Guido van Rossum1999-05-031-3/+0
* No need to import rfc822. (Andrew Dalke & kjpylint)Guido van Rossum1999-05-031-1/+0
* The case-insensitive _Environ class was lacking a case-insensitive has_key().Guido van Rossum1999-05-031-0/+2
* The 'copy_file()' and 'copy_tree()' functions in util.py now haveGreg Ward1999-05-022-20/+38
* Rearranged things so that compilation of .py files is the responsibilityGreg Ward1999-05-025-42/+73
* Mike Meyer reports a bug in his patch (several months ago) thatGuido van Rossum1999-04-291-0/+1
* Message.getheader(): Fixed grammatical error in docstring.Fred Drake1999-04-281-1/+26