| Commit message (Expand) | Author | Age | Files | Lines |
* | http_error had the 'data is None' test backwards. don't call with the | Jeremy Hylton | 1999-02-25 | 1 | -4/+3 |
|
|
* | change indentation from 8 spaces to 4 spaces | Jeremy Hylton | 1999-02-25 | 1 | -878/+859 |
|
|
* | pleasing the tabnanny | Jeremy Hylton | 1999-02-25 | 1 | -11/+11 |
|
|
* | Oops, one more "x, y, z" to convert... | Fred Drake | 1999-02-25 | 1 | -1/+1 |
|
|
* | Adjusted comment at the top to be less confusing, following Fredrik | Fred Drake | 1999-02-25 | 1 | -14/+16 |
|
|
* | Moved whatsound to lib-old/, since it was declared obsolete and is documented | Fred Drake | 1999-02-24 | 1 | -1/+0 |
|
|
* | Use sndhdr instead of the obsolete whatsound module. | Fred Drake | 1999-02-24 | 1 | -2/+2 |
|
|
* | When performing a POST request, i.e. when the second argument to | Jeremy Hylton | 1999-02-24 | 1 | -11/+27 |
|
|
* | Patch by Lars Wirzenius: | Guido van Rossum | 1999-02-24 | 1 | -3/+7 |
|
|
* | Document the correct class hierarchy for SystemExit. It is not an | Barry Warsaw | 1999-02-24 | 1 | -5/+6 |
|
|
* | Add import sys, needed by reference to sys.exc_info() in rmtree(). | Guido van Rossum | 1999-02-23 | 1 | -0/+1 |
|
|
* | 1. Print the error message (carefully) when a dl.open() fails in verbose mode. | Guido van Rossum | 1999-02-23 | 1 | -3/+4 |
|
|
* | According to Jeffrey Honig, bsd/os 2.0 - 4.0 should be added to the | Guido van Rossum | 1999-02-23 | 1 | -2/+6 |
|
|
* | According to Jeffrey Honig, bsd/os 4.0 should be added to the list. | Guido van Rossum | 1999-02-23 | 1 | -1/+3 |
|
|
* | As Des Barry points out, we need to call pathname2url(file) in two | Guido van Rossum | 1999-02-22 | 1 | -2/+2 |
|
|
* | As Finn Bock points out, _P_WAIT etc. don't have a leading underscore | Guido van Rossum | 1999-02-22 | 1 | -3/+1 |
|
|
* | Steve Clift pointed out that 'file' allows a netloc. | Guido van Rossum | 1999-02-22 | 1 | -0/+1 |
|
|
* | Dang. Even though this is obsolete code, somebody found a bug, and I | Guido van Rossum | 1999-02-22 | 1 | -1/+1 |
|
|
* | Bow to font-lock at the end of the docstring, since it throws stuff | Fred Drake | 1999-02-18 | 1 | -2/+2 |
|
|
* | _safe_repr(): Simplify the condition tests in the first possible | Fred Drake | 1999-02-17 | 1 | -7/+2 |
|
|
* | The usual | Guido van Rossum | 1999-02-16 | 2 | -1/+44 |
|
|
* | In open_ftp(), check that retrlen is not None before using it in a %d format! | Guido van Rossum | 1999-02-16 | 1 | -1/+1 |
|
|
* | Fix by Chris Petrilli (to his own code) to limit the number of | Guido van Rossum | 1999-02-12 | 1 | -1/+3 |
|
|
* | Mod by Jack Jansen: on Macintosh, use EasyDialogs.GetPassword if it | Guido van Rossum | 1999-02-11 | 1 | -1/+8 |
|
|
* | Patch by Steve Clift -- fix the indices now that f_fsid is no longer returned! | Guido van Rossum | 1999-02-10 | 1 | -5/+2 |
|
|
* | The usual. | Guido van Rossum | 1999-02-09 | 4 | -71/+131 |
|
|
* | Tim Peters: | Guido van Rossum | 1999-02-08 | 1 | -42/+40 |
|
|
* | Put a try-except around the "image delete" call in Image.__del__ to | Guido van Rossum | 1999-02-08 | 1 | -2/+6 |
|
|
* | Ehm, when we don't need to byteswap the data, don't go through an | Guido van Rossum | 1999-02-05 | 1 | -6/+4 |
|
|
* | Two important fixes: | Guido van Rossum | 1999-02-05 | 1 | -3/+12 |
|
|
* | The encoding type was wrong, I think. | Guido van Rossum | 1999-02-05 | 1 | -0/+0 |
|
|
* | Should open files in binary mode! | Guido van Rossum | 1999-02-05 | 1 | -9/+2 |
|
|
* | Shouldn't be treating linear-8 as u-law! | Guido van Rossum | 1999-02-05 | 1 | -1/+2 |
|
|
* | New test for ntpath module | Guido van Rossum | 1999-02-03 | 2 | -0/+43 |
|
|
* | New splitdrive() that knows about UNC paths (e.g., network paths like | Guido van Rossum | 1999-02-03 | 1 | -26/+50 |
|
|
* | Fredrik Lundh fixes Sjoerd's patch... | Guido van Rossum | 1999-02-02 | 1 | -7/+7 |
|
|
* | Patch by Sjoerd Mullender to placate /F: | Guido van Rossum | 1999-02-02 | 1 | -4/+12 |
|
|
* | Special-case _P_WAIT etc. for NT. | Guido van Rossum | 1999-02-01 | 1 | -4/+7 |
|
|
* | Patch by Sjoerd Mullender for better compatibility with the version | Guido van Rossum | 1999-02-01 | 1 | -0/+25 |
|
|
* | From: Mike Orr <mso@oz.net> | Guido van Rossum | 1999-01-30 | 1 | -1/+1 |
|
|
* | Embarrassing: remove a debug print statement from set_break() for the | Guido van Rossum | 1999-01-29 | 1 | -1/+0 |
|
|
* | Use win32api.GetFullPathName(path) if it exists to implement abspath(). | Guido van Rossum | 1999-01-29 | 1 | -3/+7 |
|
|
* | Support a canonical() method, implementable by a derived class, to be | Guido van Rossum | 1999-01-29 | 1 | -6/+20 |
|
|
* | Add abspath() | Guido van Rossum | 1999-01-29 | 4 | -0/+28 |
|
|
* | Added a -s option which is useful for narrowing down memory leaks. | Barry Warsaw | 1999-01-28 | 1 | -4/+42 |
|
|
* | Added a new test for old filter() memory leak | Barry Warsaw | 1999-01-28 | 1 | -0/+17 |
|
|
* | Improvement of b/w compat note in help text for clear, by Richard Wolff. | Guido van Rossum | 1999-01-28 | 1 | -1/+2 |
|
|
* | Slight reworking of this test. If nis.maps() gives a nis.error, then | Barry Warsaw | 1999-01-28 | 1 | -2/+5 |
|
|
* | Get rid of do_clear_break / do_clb command -- it is redundant. | Guido van Rossum | 1999-01-27 | 1 | -20/+0 |
|
|
* | Re-format the module docstring and document the new get() argument. | Barry Warsaw | 1999-01-26 | 1 | -26/+29 |
|
|