summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Added simple test for the flush() method of compression objects, trying theAndrew M. Kuchling1999-03-221-0/+13
* Bug reported by Tobias Thelen: missing "self." in assignment target.Guido van Rossum1999-03-221-1/+1
* First checkin of real Distutils command modules.Greg Ward1999-03-226-0/+448
* Obsolete source file -- command options are actually implemented inGreg Ward1999-03-221-111/+0
* First checkin of real Distutils code.Greg Ward1999-03-225-0/+1131
* New code for split() by Tim Peters, behaves more like posixpath.split().Guido van Rossum1999-03-192-40/+25
* Added BufferType, the type returned by the new builtin buffer(). Greg Stein.Guido van Rossum1999-03-191-0/+1
* Sjoerd Mullender writes:Guido van Rossum1999-03-181-2/+2
* Sjoerd Mullender writes:Guido van Rossum1999-03-181-0/+10
* Delete non-standard-conforming code in urljoin() that would use theGuido van Rossum1999-03-171-12/+0
* Bug reported by Jim Robinson:Guido van Rossum1999-03-161-4/+22
* Yet another patch by Sjoerd Mullender:Guido van Rossum1999-03-151-2/+2
* Patch by Michael Scharf. He writes:Guido van Rossum1999-03-121-0/+9
* Remove stuff with unsure copyright statusGuido van Rossum1999-03-122-108/+0
* From: Sjoerd MullenderGuido van Rossum1999-03-122-23/+17
* Added .rdf and .xsl as application/xml types. (.rdf is for theFred Drake1999-03-111-0/+2
* Test for popen2 module, by Chris Tismer.Guido van Rossum1999-03-112-0/+22
* open_http also had the 'data is None' test backwards. don't call with theGuido van Rossum1999-03-091-3/+2
* Added collapse_ws option.Greg Ward1999-03-081-0/+5
* 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