summaryrefslogtreecommitdiffstats
path: root/Lib/urllib.py
Commit message (Expand)AuthorAgeFilesLines
* spliturl() should not throw away everything past first newlineGuido van Rossum1997-04-161-2/+4
* (Jack+Guido:) interpret ../ in basejoin() according to RFC1808.Guido van Rossum1997-04-111-0/+7
* Open files in binary mode.Guido van Rossum1997-04-111-4/+4
* Fix two small bugs with proxies.Guido van Rossum1997-04-021-1/+2
* Put a new, more useful, set of references in the leading comment.Guido van Rossum1997-02-101-6/+13
* Move the 'import os' in URLopener.cleanup() to inside the blockGuido van Rossum1997-01-301-1/+1
* Added quote_plus() and unquote_plus(), to do space/plus substitutionsGuido van Rossum1996-12-131-0/+14
* Add optional data argument to urlopen() and open_http(), to trigger POST.Guido van Rossum1996-12-101-9/+26
* Added safeguard against failure in __del__.Guido van Rossum1996-11-271-0/+2
* When re-raising an exception raised by a module used internally asGuido van Rossum1996-11-201-3/+5
* Fix the way the Authorization header is sent (how could this have worked?).Guido van Rossum1996-11-111-1/+1
* Fix another case where...Guido van Rossum1996-10-221-0/+1
* Fix some cases where self.openedurl wasn't set.Guido van Rossum1996-10-101-2/+3
* One fix by sjoerd and one suggested by him. Bumped __version__ to 1.5.Guido van Rossum1996-09-101-9/+24
* Bump exposed __version__ to 1.4.Guido van Rossum1996-08-261-6/+9
* Slightly faster (un)quoting.Guido van Rossum1996-08-261-8/+8
* add nturl2pathGuido van Rossum1996-06-261-0/+2
* Change defn of splitnport() to only accept valid digit strings.Guido van Rossum1996-06-171-10/+9
* Added splitnport(), which is like splitport() but returns a numeric port,Guido van Rossum1996-06-131-0/+17
* Support optional filename argument for retrieve() and urlretrieve(),Guido van Rossum1996-06-111-8/+12
* move mac url2path conversion to separate moduleGuido van Rossum1996-03-211-50/+1
* Added proxy handling; upped version.Guido van Rossum1996-03-201-8/+44
* Try to normalize urls referring to local files (code copied from posixpath)Jack Jansen1996-02-141-3/+15
* speed up unquote() by using atoi() instead of eval()Guido van Rossum1996-01-261-1/+1
* Added pathname2url and url2pathname methods (only correct for unix andJack Jansen1995-12-211-7/+32
* Fixed local file access for macintoshJack Jansen1995-12-151-2/+17
* Fixed basejoin. There were two main problems:Sjoerd Mullender1995-11-101-13/+37
* support overriding how to open unknown url typesGuido van Rossum1995-08-291-13/+13
* Removed addbase.__del__ because it can't work.Sjoerd Mullender1995-08-151-2/+6
* changed version :-)Guido van Rossum1995-08-101-1/+1
* use mimetools; add error handling and authenticationGuido van Rossum1995-08-041-12/+129
* add User-agent hdr; read and close the file upon http errorGuido van Rossum1995-06-221-3/+14
* Add hacks for switching protocol and path but leaving host unchangedGuido van Rossum1994-12-301-2/+2
* Fix bug if tmpcache is NoneGuido van Rossum1994-09-211-1/+2
* New way of generating .pyc files, thanks to Sjoerd.Guido van Rossum1994-08-291-1/+1
* * Lib/linecache.py: don't crash on empty filenameGuido van Rossum1994-08-231-10/+18
* * Lib/rfc822.py: fix two bugs: error in readheaders interpretingGuido van Rossum1994-08-121-1/+1
* * Lib/urllib.py: implemented new quoting rules; added splituser,Guido van Rossum1994-07-041-22/+77
* Added tests for missing host to open_http and open_gopherGuido van Rossum1994-04-181-0/+2
* Renamed urlopen.py to urllib.py.Guido van Rossum1994-03-221-0/+454