summaryrefslogtreecommitdiffstats
path: root/Lib/urllib/request.py
Commit message (Expand)AuthorAgeFilesLines
* Issue 2464. Supports a malformation in the URL receivedFacundo Batista2008-08-171-1/+9
* Issue #2776: fixed small issue when handling an URL with double slashFacundo Batista2008-08-161-3/+8
* Fix a few urllib bugs (NameErrors).Georg Brandl2008-07-011-123/+122
* Fix old urllib/urllib2/urlparse usage.Georg Brandl2008-06-231-10/+11
* follow-up of r64385: rename urllib.quote in nturl2pathAmaury Forgeot d'Arc2008-06-181-3/+0
* Make a new urllib package .Jeremy Hylton2008-06-181-0/+2295