summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Added test case that includes a comma in the full name. This testsFred Drake1999-04-281-0/+7
* Two changes suggested by Jan Pieter Riegel:Guido van Rossum1999-04-281-1/+4
* Cast f.tell() result to int() in _addval(), so it works even onGuido van Rossum1999-04-271-1/+1
* Patch by Per Cederqvist, seemingly approved by The Dragon:Guido van Rossum1999-04-211-3/+6
* Calling _cleanup() does not guarantee that all processes haveGuido van Rossum1999-04-201-1/+2
* Utility function that yields a properly formatted time string.Guido van Rossum1999-04-191-0/+10
* Relocating file to Lib/lib-tk.Fred Drake1999-04-191-343/+0
* Daniel Neri: OpenBSD is just as BSD'ish as the other BSD's ;-)Guido van Rossum1999-04-191-1/+2
* 'warn()' method now takes an optional line number.Greg Ward1999-04-151-4/+6
* Fix mysterious references to jprofile that were in the source sinceGuido van Rossum1999-04-131-1/+1
* Removed; since long subsumed in Doc/lib/libthreading.texGuido van Rossum1999-04-131-638/+0
* Forgot to add this file. CDROM device parameters.Guido van Rossum1999-04-122-0/+153
* Two different changes.Guido van Rossum1999-04-121-2/+5
* Get rid of #! lineGuido van Rossum1999-04-092-2/+0
* The usualGuido van Rossum1999-04-0817-94/+476
* # Bah. The same problem occurred a second time.Guido van Rossum1999-04-081-1/+1
* On Windows, we suddenly find, strftime() may return "" for anGuido van Rossum1999-04-081-1/+1
* Delete an accidentally checked-in feature that actually broke moreGuido van Rossum1999-04-081-9/+0
* Use binary mode for all gzip files we open.Guido van Rossum1999-04-071-4/+4
* lower, tkraise/lift hide Misc.lower, Misc.tkraise/lift,Guido van Rossum1999-04-071-3/+8
* Changes by Per Cederquist and The Dragon.Guido van Rossum1999-04-071-49/+118
* Fix the tests now that splitdrive() no longer treats UNC paths special.Guido van Rossum1999-04-061-4/+4
* Withdraw the UNC support from splitdrive(). Instead, a new functionGuido van Rossum1999-04-061-8/+26
* Oops, missed mode parameter to open().Fred Drake1999-04-051-1/+1
* Made the default mode 'rb' instead of 'r', for better cross-platformFred Drake1999-04-051-2/+2
* Added all the "external action" methods (to make handling the verboseGreg Ward1999-04-041-1/+131