summaryrefslogtreecommitdiffstats
path: root/Lib/urllib/parse.py
Commit message (Expand)AuthorAgeFilesLines
* Fix for Issue4962, issue4675.Senthil Kumaran2009-03-301-2/+2
* urlencode:Jeremy Hylton2009-03-261-13/+5
* Simplify a few complicated expressions.Jeremy Hylton2009-03-261-7/+12
* Whitespace normalization.Jeremy Hylton2009-03-261-5/+6
* Issue 600362: Relocated parse_qs() and parse_qsl(), from the cgi moduleFacundo Batista2008-09-031-1/+67
* - Issue #3300: make urllib.parse.[un]quote() default to UTF-8.Guido van Rossum2008-08-181-47/+136
* 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
* 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-011-3/+3
* Make a new urllib package .Jeremy Hylton2008-06-181-0/+630