summaryrefslogtreecommitdiffstats
path: root/Lib/urllib.py
Commit message (Expand)AuthorAgeFilesLines
* 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