summaryrefslogtreecommitdiff
path: root/Lib/urllib.py
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | urllib.py: '+' is not always safe (even though the RFC says so :-( ) whrandom.py: throw away top bits of time to avoid overflow on Mac (where times can be negative)
* * Lib/linecache.py: don't crash on empty filenameGuido van Rossum1994-08-231-10/+18
| | | | | | | | | | | * Lib/macpath.py: don't return trailing colon for dirname() (XXX won't do for volume names -- but otherwise glob(':*:*.py') loops forever) * Lib/traceback.py: print SyntaxError correctly * Lib/stat.py: moved to posixstat.py; added macstat.py which has the constants for the Mac; and created new stat.py which includes the right one * Lib/urllib.py: fix caching bug (by disabling the cache)
* * Lib/rfc822.py: fix two bugs: error in readheaders interpretingGuido van Rossum1994-08-121-1/+1
| | | | | regex.match() result, and wrong logic in getfirstmatchingheader() when the same header occurs twice consecutively
* * Lib/urllib.py: implemented new quoting rules; added splituser,Guido van Rossum1994-07-041-22/+77
| | | | | splitpasswd, splitattr, splitvalue; new ftp syntax (user:passwd, cwd to each subdir, type={a,i,d})
* 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