summaryrefslogtreecommitdiff
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Added 'dry_run' flag to most functions (to support the "shadow methods"Greg Ward1999-04-041-15/+28
* Changed to use the method versions of 'copy_file()', 'copy_tree()',Greg Ward1999-04-043-12/+7
* Jonathan Giddy write:Guido van Rossum1999-04-011-0/+1
* Per Cederqvist writes:Guido van Rossum1999-03-301-1/+1
* Patch by Per Cederqvist, who writes:Guido van Rossum1999-03-291-6/+15
* When run as a script, report failures in the exit code as well.Fred Drake1999-03-291-4/+12
* Hack so that if a 302 or 301 redirect contains a relative URL, theGuido van Rossum1999-03-291-0/+2
* Test protection against picling to/from closed (real) file.Guido van Rossum1999-03-291-0/+20
* Replaced the last attempt at an "unreadline" with one that actuallyGreg Ward1999-03-291-29/+18
* Jonathan Giddy discovered this file was missing.Guido van Rossum1999-03-291-0/+1
* Added 'linestart' array and 'unreadline()' method (makes parsing a lot easier).Greg Ward1999-03-261-1/+30
* Test suite for UserList.Guido van Rossum1999-03-262-0/+177
* Use isinstance() where appropriate.Guido van Rossum1999-03-261-49/+63
* Test suite for UserDictGuido van Rossum1999-03-262-0/+102
* Improved a bunch of things.Guido van Rossum1999-03-261-13/+16
* Basic regr tests for pickle/cPickleGuido van Rossum1999-03-254-0/+172
* Don't use "exec" in find_class(). It's slow, unnecessary, and (as AMKGuido van Rossum1999-03-251-5/+4
* Added a simple test suite for gzip. It simply opens a temp file,Andrew M. Kuchling1999-03-251-0/+30
* Based on a suggestion from bruce@hams.com, make a trivial change toAndrew M. Kuchling1999-03-251-32/+67
* Add tests for float() and complex() with string args (Nick/StephanieGuido van Rossum1999-03-251-0/+2
* Added Jeremy's test code for the sha module.Guido van Rossum1999-03-242-0/+32
* Remove the temp file when we're done.Guido van Rossum1999-03-241-1/+6
* Add readlines() to _Subfile class. Not clear who would need it, butGuido van Rossum1999-03-241-0/+13
* use struct instead of bit-manipulate in PythonJeremy Hylton1999-03-231-21/+3
* Changes to allow passing an open file to the constructor (to supportGreg Ward1999-03-231-14/+13
* Added simple test for the flush() method of compression objects, trying theAndrew M. Kuchling1999-03-221-0/+13