| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix spelling of Jamie Zawinski's surname in urllib.parse docstring (issue 10606) | David Malcolm | 2010-12-02 | 1 | -1/+1 |
|
|
* | Issue 9873: the URL parsing functions now accept ASCII encoded byte sequences... | Nick Coghlan | 2010-11-30 | 1 | -55/+208 |
|
|
* | Fix Issue4493 - urllib2 adds '/' to the path component of url, when it does not | Senthil Kumaran | 2010-11-22 | 1 | -1/+6 |
|
|
* | Fix Issue2244 - urllib unquotes user and password info multiple times - Patch... | Senthil Kumaran | 2010-11-18 | 1 | -1/+1 |
|
|
* | Fix issue10192 - add urlencode to urllib.parse.__all__ | Senthil Kumaran | 2010-10-25 | 1 | -2/+2 |
|
|
* | Silence the BytesWarning, due to patch r83294 for #9301 | Florent Xicluna | 2010-08-14 | 1 | -1/+3 |
|
|
* | Fix Issue7007 - Use percent-encoded consistently instead of URL Encoded vari... | Senthil Kumaran | 2010-08-09 | 1 | -4/+4 |
|
|
* | Fix Issue754016 - urlparse goes wrong with IP:port without scheme | Senthil Kumaran | 2010-08-04 | 1 | -5/+6 |
|
|
* | Fix an oversight in r83294. unquote() should reject bytes. Issue #9301. | Florent Xicluna | 2010-07-31 | 1 | -1/+1 |
|
|
* | Fix issue9301 - handle unquote({}) kind of case. | Senthil Kumaran | 2010-07-30 | 1 | -6/+2 |
|
|
* | Fix Issue9301 - urllib.parse.unquote and unquote_to_byte to raise TypeError f... | Senthil Kumaran | 2010-07-19 | 1 | -0/+4 |
|
|
* | Fix Issue5842 - Moving the tests out of urllib.parse module | Senthil Kumaran | 2010-07-14 | 1 | -64/+0 |
|
|
* | Fix Issue5468 - urlencode to handle bytes and other alternate encodings. | Senthil Kumaran | 2010-07-03 | 1 | -8/+30 |
|
|
* | Merged revisions 82324 via svnmerge from | Senthil Kumaran | 2010-06-28 | 1 | -0/+5 |
|
|
* | Merged revisions 80605-80609,80642-80646,80651-80652,80674,80684-80686,80748,... | Benjamin Peterson | 2010-06-27 | 1 | -7/+8 |
|
|
* | Inadvertently removed part of the comment in r81271. | Florent Xicluna | 2010-05-17 | 1 | -1/+1 |
|
|
* | Issue #1285086: Speed up urllib.parse functions: quote, quote_from_bytes, unq... | Florent Xicluna | 2010-05-17 | 1 | -40/+53 |
|
|
* | Merged revisions 81130 via svnmerge from | Senthil Kumaran | 2010-05-13 | 1 | -1/+1 |
|
|
* | Merged revisions 80362 via svnmerge from | Senthil Kumaran | 2010-04-22 | 1 | -8/+6 |
|
|
* | Merged revisions 80277 via svnmerge from | Senthil Kumaran | 2010-04-20 | 1 | -6/+8 |
|
|
* | Merged revisions 80146 via svnmerge from | Senthil Kumaran | 2010-04-17 | 1 | -2/+24 |
|
|
* | Merged revisions 80101 via svnmerge from | Senthil Kumaran | 2010-04-16 | 1 | -12/+20 |
|
|
* | Merged revisions 78234 via svnmerge from | Senthil Kumaran | 2010-02-19 | 1 | -1/+1 |
|
|
* | Merged revisions 76718 via svnmerge from | Antoine Pitrou | 2009-12-08 | 1 | -1/+2 |
|
|
* | Use true booleans. | Georg Brandl | 2009-09-16 | 1 | -3/+3 |
|
|
* | #6118: dont ignore encoding arguments for arguments with spaces in quote_plus(). | Georg Brandl | 2009-05-26 | 1 | -1/+1 |
|
|
* | Fix for Issue4962, issue4675. | Senthil Kumaran | 2009-03-30 | 1 | -2/+2 |
|
|
* | urlencode: | Jeremy Hylton | 2009-03-26 | 1 | -13/+5 |
|
|
* | Simplify a few complicated expressions. | Jeremy Hylton | 2009-03-26 | 1 | -7/+12 |
|
|
* | Whitespace normalization. | Jeremy Hylton | 2009-03-26 | 1 | -5/+6 |
|
|
* | Issue 600362: Relocated parse_qs() and parse_qsl(), from the cgi module | Facundo Batista | 2008-09-03 | 1 | -1/+67 |
|
|
* | - Issue #3300: make urllib.parse.[un]quote() default to UTF-8. | Guido van Rossum | 2008-08-18 | 1 | -47/+136 |
|
|
* | Issue 1432. Fixes a bug caused because of the evolution | Facundo Batista | 2008-08-14 | 1 | -3/+12 |
|
|
* | Revert accidentally committed files. Oops! | Guido van Rossum | 2008-08-06 | 1 | -60/+69 |
|
|
* | Merged revisions 65544 via svnmerge from | Guido van Rossum | 2008-08-06 | 1 | -69/+60 |
|
|
* | Issue 3314. The sys module is used in an error case. | Facundo Batista | 2008-07-07 | 1 | -1/+2 |
|
|
* | Fix a few urllib bugs (NameErrors). | Georg Brandl | 2008-07-01 | 1 | -3/+3 |
|
|
* | Make a new urllib package . | Jeremy Hylton | 2008-06-18 | 1 | -0/+630 |
|
|