summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* http_error had the 'data is None' test backwards. don't call with theJeremy Hylton1999-02-251-4/+3
* change indentation from 8 spaces to 4 spacesJeremy Hylton1999-02-251-878/+859
* pleasing the tabnannyJeremy Hylton1999-02-251-11/+11
* Oops, one more "x, y, z" to convert...Fred Drake1999-02-251-1/+1
* Adjusted comment at the top to be less confusing, following FredrikFred Drake1999-02-251-14/+16
* Moved whatsound to lib-old/, since it was declared obsolete and is documentedFred Drake1999-02-241-1/+0
* Use sndhdr instead of the obsolete whatsound module.Fred Drake1999-02-241-2/+2
* When performing a POST request, i.e. when the second argument toJeremy Hylton1999-02-241-11/+27
* Patch by Lars Wirzenius:Guido van Rossum1999-02-241-3/+7
* Document the correct class hierarchy for SystemExit. It is not anBarry Warsaw1999-02-241-5/+6
* Add import sys, needed by reference to sys.exc_info() in rmtree().Guido van Rossum1999-02-231-0/+1
* 1. Print the error message (carefully) when a dl.open() fails in verbose mode.Guido van Rossum1999-02-231-3/+4
* According to Jeffrey Honig, bsd/os 2.0 - 4.0 should be added to theGuido van Rossum1999-02-231-2/+6
* According to Jeffrey Honig, bsd/os 4.0 should be added to the list.Guido van Rossum1999-02-231-1/+3
* As Des Barry points out, we need to call pathname2url(file) in twoGuido van Rossum1999-02-221-2/+2
* As Finn Bock points out, _P_WAIT etc. don't have a leading underscoreGuido van Rossum1999-02-221-3/+1
* Steve Clift pointed out that 'file' allows a netloc.Guido van Rossum1999-02-221-0/+1
* Dang. Even though this is obsolete code, somebody found a bug, and IGuido van Rossum1999-02-221-1/+1
* Bow to font-lock at the end of the docstring, since it throws stuffFred Drake1999-02-181-2/+2
* _safe_repr(): Simplify the condition tests in the first possibleFred Drake1999-02-171-7/+2
* The usualGuido van Rossum1999-02-162-1/+44
* In open_ftp(), check that retrlen is not None before using it in a %d format!Guido van Rossum1999-02-161-1/+1
* Fix by Chris Petrilli (to his own code) to limit the number ofGuido van Rossum1999-02-121-1/+3
* Mod by Jack Jansen: on Macintosh, use EasyDialogs.GetPassword if itGuido van Rossum1999-02-111-1/+8
* Patch by Steve Clift -- fix the indices now that f_fsid is no longer returned!Guido van Rossum1999-02-101-5/+2
* The usual.Guido van Rossum1999-02-094-71/+131
* Tim Peters:Guido van Rossum1999-02-081-42/+40
* Put a try-except around the "image delete" call in Image.__del__ toGuido van Rossum1999-02-081-2/+6
* Ehm, when we don't need to byteswap the data, don't go through anGuido van Rossum1999-02-051-6/+4
* Two important fixes:Guido van Rossum1999-02-051-3/+12
* The encoding type was wrong, I think.Guido van Rossum1999-02-051-0/+0
* Should open files in binary mode!Guido van Rossum1999-02-051-9/+2
* Shouldn't be treating linear-8 as u-law!Guido van Rossum1999-02-051-1/+2
* New test for ntpath moduleGuido van Rossum1999-02-032-0/+43
* New splitdrive() that knows about UNC paths (e.g., network paths likeGuido van Rossum1999-02-031-26/+50
* Fredrik Lundh fixes Sjoerd's patch...Guido van Rossum1999-02-021-7/+7
* Patch by Sjoerd Mullender to placate /F:Guido van Rossum1999-02-021-4/+12
* Special-case _P_WAIT etc. for NT.Guido van Rossum1999-02-011-4/+7
* Patch by Sjoerd Mullender for better compatibility with the versionGuido van Rossum1999-02-011-0/+25
* From: Mike Orr <mso@oz.net>Guido van Rossum1999-01-301-1/+1
* Embarrassing: remove a debug print statement from set_break() for theGuido van Rossum1999-01-291-1/+0
* Use win32api.GetFullPathName(path) if it exists to implement abspath().Guido van Rossum1999-01-291-3/+7
* Support a canonical() method, implementable by a derived class, to beGuido van Rossum1999-01-291-6/+20
* Add abspath()Guido van Rossum1999-01-294-0/+28
* Added a -s option which is useful for narrowing down memory leaks.Barry Warsaw1999-01-281-4/+42
* Added a new test for old filter() memory leakBarry Warsaw1999-01-281-0/+17
* Improvement of b/w compat note in help text for clear, by Richard Wolff.Guido van Rossum1999-01-281-1/+2
* Slight reworking of this test. If nis.maps() gives a nis.error, thenBarry Warsaw1999-01-281-2/+5
* Get rid of do_clear_break / do_clb command -- it is redundant.Guido van Rossum1999-01-271-20/+0
* Re-format the module docstring and document the new get() argument.Barry Warsaw1999-01-261-26/+29