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