summaryrefslogtreecommitdiffstats
path: root/Lib/urllib
Commit message (Expand)AuthorAgeFilesLines
...
* Issue #2776: fixed small issue when handling an URL with double slashFacundo Batista2008-08-161-3/+8
* Issue 1432. Fixes a bug caused because of the evolutionFacundo Batista2008-08-141-3/+12
* Revert accidentally committed files. Oops!Guido van Rossum2008-08-061-60/+69
* Merged revisions 65544 via svnmerge fromGuido van Rossum2008-08-061-69/+60
* Merged revisions 65209-65216,65225-65226,65233,65239,65246-65247,65255-65256 ...Benjamin Peterson2008-07-311-0/+5
* Bug 3347: robotparser failed because it didn't convert bytes to string.Jeremy Hylton2008-07-181-2/+6
* Issue 3314. The sys module is used in an error case.Facundo Batista2008-07-071-1/+2
* Fix a few urllib bugs (NameErrors).Georg Brandl2008-07-012-126/+125
* 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-186-0/+3258