summaryrefslogtreecommitdiffstats
path: root/Lib/urllib/parse.py
Commit message (Expand)AuthorAgeFilesLines
* Fix issue10192 - add urlencode to urllib.parse.__all__Senthil Kumaran2010-10-251-2/+2
* Silence the BytesWarning, due to patch r83294 for #9301Florent Xicluna2010-08-141-1/+3
* Fix Issue7007 - Use percent-encoded consistently instead of URL Encoded vari...Senthil Kumaran2010-08-091-4/+4
* Fix Issue754016 - urlparse goes wrong with IP:port without schemeSenthil Kumaran2010-08-041-5/+6
* Fix an oversight in r83294. unquote() should reject bytes. Issue #9301.Florent Xicluna2010-07-311-1/+1
* Fix issue9301 - handle unquote({}) kind of case.Senthil Kumaran2010-07-301-6/+2
* Fix Issue9301 - urllib.parse.unquote and unquote_to_byte to raise TypeError f...Senthil Kumaran2010-07-191-0/+4
* Fix Issue5842 - Moving the tests out of urllib.parse moduleSenthil Kumaran2010-07-141-64/+0
* Fix Issue5468 - urlencode to handle bytes and other alternate encodings.Senthil Kumaran2010-07-031-8/+30
* Merged revisions 82324 via svnmerge fromSenthil Kumaran2010-06-281-0/+5
* Merged revisions 80605-80609,80642-80646,80651-80652,80674,80684-80686,80748,...Benjamin Peterson2010-06-271-7/+8
* Inadvertently removed part of the comment in r81271.Florent Xicluna2010-05-171-1/+1
* Issue #1285086: Speed up urllib.parse functions: quote, quote_from_bytes, unq...Florent Xicluna2010-05-171-40/+53
* Merged revisions 81130 via svnmerge fromSenthil Kumaran2010-05-131-1/+1
* Merged revisions 80362 via svnmerge fromSenthil Kumaran2010-04-221-8/+6
* Merged revisions 80277 via svnmerge fromSenthil Kumaran2010-04-201-6/+8
* Merged revisions 80146 via svnmerge fromSenthil Kumaran2010-04-171-2/+24
* Merged revisions 80101 via svnmerge fromSenthil Kumaran2010-04-161-12/+20
* Merged revisions 78234 via svnmerge fromSenthil Kumaran2010-02-191-1/+1
* Merged revisions 76718 via svnmerge fromAntoine Pitrou2009-12-081-1/+2
* Use true booleans.Georg Brandl2009-09-161-3/+3
* #6118: dont ignore encoding arguments for arguments with spaces in quote_plus().Georg Brandl2009-05-261-1/+1
* 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