- 068d572 Calling _cleanup() does not guarantee that all processes have by Guido van Rossum · 26 years ago
- 247a78a Utility function that yields a properly formatted time string. by Guido van Rossum · 26 years ago
- f340114 Relocating file to Lib/lib-tk. by Fred Drake · 26 years ago
- 0cf46bc Daniel Neri: OpenBSD is just as BSD'ish as the other BSD's ;-) by Guido van Rossum · 26 years ago
- 4e5a7c7 'warn()' method now takes an optional line number. by Greg Ward · 26 years ago
- dabcd00 Fix mysterious references to jprofile that were in the source since by Guido van Rossum · 26 years ago
- ba3ed56 Removed; since long subsumed in Doc/lib/libthreading.tex by Guido van Rossum · 26 years ago
- 0fe1105 Forgot to add this file. CDROM device parameters. by Guido van Rossum · 26 years ago
- 95bdd0b Two different changes. by Guido van Rossum · 26 years ago
- 6a86f66 Get rid of #! line by Guido van Rossum · 26 years ago
- 9a744a9 The usual by Guido van Rossum · 26 years ago
- 0b7dd08 # Bah. The same problem occurred a second time. by Guido van Rossum · 26 years ago
- 9b11279 On Windows, we suddenly find, strftime() may return "" for an by Guido van Rossum · 26 years ago
- 6e9dadc Delete an accidentally checked-in feature that actually broke more by Guido van Rossum · 26 years ago
- 052364b Use binary mode for all gzip files we open. by Guido van Rossum · 26 years ago
- 0d8d3dd lower, tkraise/lift hide Misc.lower, Misc.tkraise/lift, by Guido van Rossum · 26 years ago
- 296e143 Changes by Per Cederquist and The Dragon. by Guido van Rossum · 26 years ago
- 630a9a6 Fix the tests now that splitdrive() no longer treats UNC paths special. by Guido van Rossum · 26 years ago
- f3c695c Withdraw the UNC support from splitdrive(). Instead, a new function by Guido van Rossum · 26 years ago
- fa1591c Oops, missed mode parameter to open(). by Fred Drake · 26 years ago
- 9bb76d1 Made the default mode 'rb' instead of 'r', for better cross-platform by Fred Drake · 26 years ago
- 06ca948 Added all the "external action" methods (to make handling the verbose by Greg Ward · 26 years ago
- e765a3b Added 'dry_run' flag to most functions (to support the "shadow methods" by Greg Ward · 26 years ago
- 4070f50 Changed to use the method versions of 'copy_file()', 'copy_tree()', by Greg Ward · 26 years ago
- 8ff764f Jonathan Giddy write: by Guido van Rossum · 26 years ago
- 60e7330 Per Cederqvist writes: by Guido van Rossum · 26 years ago
- f123f84 Patch by Per Cederqvist, who writes: by Guido van Rossum · 26 years ago
- 9065ea3 When run as a script, report failures in the exit code as well. by Fred Drake · 26 years ago
- 3527f59 Hack so that if a 302 or 301 redirect contains a relative URL, the by Guido van Rossum · 26 years ago
- 89ae2b9 Test protection against picling to/from closed (real) file. by Guido van Rossum · 26 years ago
- 91c488c Replaced the last attempt at an "unreadline" with one that actually by Greg Ward · 26 years ago
- 8e702d4 Jonathan Giddy discovered this file was missing. by Guido van Rossum · 26 years ago
- 787451b Added 'linestart' array and 'unreadline()' method (makes parsing a lot easier). by Greg Ward · 26 years ago
- 447b4a0 Test suite for UserList. by Guido van Rossum · 26 years ago
- 2a340b3 Use isinstance() where appropriate. Reformatted with 4-space indent. by Guido van Rossum · 26 years ago
- 3eccc48 Test suite for UserDict by Guido van Rossum · 26 years ago
- 1697b9c Improved a bunch of things. by Guido van Rossum · 26 years ago
- aa3828a Basic regr tests for pickle/cPickle by Guido van Rossum · 26 years ago
- 397032a Don't use "exec" in find_class(). It's slow, unnecessary, and (as AMK by Guido van Rossum · 26 years ago
- 605ebdd Added a simple test suite for gzip. It simply opens a temp file, by Andrew M. Kuchling · 26 years ago
- f4f119c Based on a suggestion from bruce@hams.com, make a trivial change to by Andrew M. Kuchling · 26 years ago
- 52a0d7d Add tests for float() and complex() with string args (Nick/Stephanie Lockwood). by Guido van Rossum · 26 years ago
- a6386ce Added Jeremy's test code for the sha module. by Guido van Rossum · 26 years ago
- 4ec2698 Remove the temp file when we're done. by Guido van Rossum · 26 years ago
- e256a0f Add readlines() to _Subfile class. Not clear who would need it, but by Guido van Rossum · 26 years ago
- c19f997 use struct instead of bit-manipulate in Python by Jeremy Hylton · 26 years ago
- 782cdfe Changes to allow passing an open file to the constructor (to support by Greg Ward · 26 years ago
- dca7e00 Added simple test for the flush() method of compression objects, trying the by Andrew M. Kuchling · 26 years ago
- f247d75 Bug reported by Tobias Thelen: missing "self." in assignment target. by Guido van Rossum · 26 years ago
- 13ae1c8 First checkin of real Distutils command modules. by Greg Ward · 26 years ago
- 03f8c3c Obsolete source file -- command options are actually implemented in by Greg Ward · 26 years ago
- 2689e3d First checkin of real Distutils code. by Greg Ward · 26 years ago
- 8f0fa9e New code for split() by Tim Peters, behaves more like posixpath.split(). by Guido van Rossum · 26 years ago
- 36561c5 Added BufferType, the type returned by the new builtin buffer(). Greg Stein. by Guido van Rossum · 26 years ago
- f3963b1 Sjoerd Mullender writes: by Guido van Rossum · 26 years ago
- a0fec16 Sjoerd Mullender writes: by Guido van Rossum · 26 years ago
- a2e1805 Delete non-standard-conforming code in urljoin() that would use the by Guido van Rossum · 26 years ago
- eb354b3 Bug reported by Jim Robinson: by Guido van Rossum · 26 years ago
- 3764595 Yet another patch by Sjoerd Mullender: by Guido van Rossum · 26 years ago
- d5138ca Patch by Michael Scharf. He writes: by Guido van Rossum · 26 years ago
- 4edf656 Remove stuff with unsure copyright status by Guido van Rossum · 26 years ago
- 367ac80 From: Sjoerd Mullender by Guido van Rossum · 26 years ago
- cbd9870 Added .rdf and .xsl as application/xml types. (.rdf is for the by Fred Drake · 26 years ago
- 59e4f37 Test for popen2 module, by Chris Tismer. by Guido van Rossum · 26 years ago
- 29aab75 open_http also had the 'data is None' test backwards. don't call with the by Guido van Rossum · 26 years ago
- db75afe Added collapse_ws option. by Greg Ward · 26 years ago
- b30f52a http_error had the 'data is None' test backwards. don't call with the by Jeremy Hylton · 26 years ago
- f90b002 change indentation from 8 spaces to 4 spaces by Jeremy Hylton · 26 years ago
- 547c3f1 pleasing the tabnanny by Jeremy Hylton · 26 years ago
- bff3ae1 Oops, one more "x, y, z" to convert... by Fred Drake · 26 years ago
- 8720917 Adjusted comment at the top to be less confusing, following Fredrik by Fred Drake · 26 years ago
- e1c717b Moved whatsound to lib-old/, since it was declared obsolete and is documented by Fred Drake · 26 years ago
- 0652a4e Use sndhdr instead of the obsolete whatsound module. by Fred Drake · 26 years ago
- dbc8364 When performing a POST request, i.e. when the second argument to by Jeremy Hylton · 26 years ago
- 4fe6caa Patch by Lars Wirzenius: by Guido van Rossum · 26 years ago
- 40db48c Document the correct class hierarchy for SystemExit. It is not an by Barry Warsaw · 26 years ago
- 83c03e2 Add import sys, needed by reference to sys.exc_info() in rmtree(). by Guido van Rossum · 26 years ago
- 74ee886 1. Print the error message (carefully) when a dl.open() fails in verbose mode. by Guido van Rossum · 26 years ago
- 027188a According to Jeffrey Honig, bsd/os 2.0 - 4.0 should be added to the by Guido van Rossum · 26 years ago
- 5ef8f0c According to Jeffrey Honig, bsd/os 4.0 should be added to the list. by Guido van Rossum · 26 years ago
- 4505895 As Des Barry points out, we need to call pathname2url(file) in two by Guido van Rossum · 26 years ago
- fb801e7 As Finn Bock points out, _P_WAIT etc. don't have a leading underscore by Guido van Rossum · 26 years ago
- 974e32d Steve Clift pointed out that 'file' allows a netloc. by Guido van Rossum · 26 years ago
- 11a8d0b Dang. Even though this is obsolete code, somebody found a bug, and I by Guido van Rossum · 26 years ago
- 3d199af Bow to font-lock at the end of the docstring, since it throws stuff off. by Fred Drake · 26 years ago
- d804f4e _safe_repr(): Simplify the condition tests in the first possible by Fred Drake · 26 years ago
- 5d856fc The usual by Guido van Rossum · 26 years ago
- ed52a20 In open_ftp(), check that retrlen is not None before using it in a %d format! by Guido van Rossum · 26 years ago
- 72ce858 Fix by Chris Petrilli (to his own code) to limit the number of by Guido van Rossum · 26 years ago
- c731723 Mod by Jack Jansen: on Macintosh, use EasyDialogs.GetPassword if it exists. by Guido van Rossum · 26 years ago
- 00f7da4 Patch by Steve Clift -- fix the indices now that f_fsid is no longer returned! by Guido van Rossum · 26 years ago
- 2e7840f The usual. by Guido van Rossum · 26 years ago
- 9e1721f Tim Peters: by Guido van Rossum · 26 years ago
- c55b0ca Put a try-except around the "image delete" call in Image.__del__ to by Guido van Rossum · 26 years ago
- d42e46e Ehm, when we don't need to byteswap the data, don't go through an by Guido van Rossum · 26 years ago
- ebb9c92 Two important fixes: by Guido van Rossum · 26 years ago
- 14162ab The encoding type was wrong, I think. by Guido van Rossum · 26 years ago
- 2013ba4 Should open files in binary mode! by Guido van Rossum · 26 years ago
- 5ebeea0 Shouldn't be treating linear-8 as u-law! by Guido van Rossum · 26 years ago
- ead9d8d New test for ntpath module by Guido van Rossum · 26 years ago