- ac71c54 Add encoding and errors arguments to urllib.parse_qs() and urllib.parse_qsl() by Victor Stinner · 15 years ago
- 1e991f2 Fix some mistakes- Issue3243 (r87399) Correcting the operator precendence by Senthil Kumaran · 15 years ago
- 25b8cca #4496: remove misleading comment and note that self.handlers is obsolete. by R. David Murray · 15 years ago
- 09a7df8 #3243 follow-up: remove debugging print and fix docs; data is a bytes object. by Georg Brandl · 15 years ago
- 7bc0d87 Issue3243 - Support iterable bodies in httplib. Patch contributions by Xuanji Li and Chris AtLee. by Senthil Kumaran · 15 years ago
- dca5b86 Fix Issue9721 - urljoin behavior when the relative url starts with ';' by Senthil Kumaran · 15 years ago
- ee25568 Fix spelling of Jamie Zawinski's surname in urllib.parse docstring (issue 10606) by David Malcolm · 15 years ago
- 9fc443c Issue 9873: the URL parsing functions now accept ASCII encoded byte sequences in addition to character strings by Nick Coghlan · 15 years ago
- c295862 Fix Issue4493 - urllib2 adds '/' to the path component of url, when it does not by Senthil Kumaran · 15 years ago
- daa29d0 Fix Issue2244 - urllib unquotes user and password info multiple times - Patch by Theodore Turocy by Senthil Kumaran · 15 years ago
- 0256b2a Fix issue10192 - add urlencode to urllib.parse.__all__ by Senthil Kumaran · 15 years ago
- 383c32d Issue10063 - file:// scheme will stop accessing remote hosts via ftp protocol by Senthil Kumaran · 15 years ago
- 803e6d6 Issue #9003: http.client.HTTPSConnection, urllib.request.HTTPSHandler and by Antoine Pitrou · 15 years ago
- 42ef4b1 Fix Issue1595365 - Adding the req.headers after the un-redirect headers have by Senthil Kumaran · 15 years ago
- 4bb5c27 Fix Issue8797 - Reset the basic auth retry count when response code is not 401. by Senthil Kumaran · 15 years ago
- 67a62a4 Fix Issue9639 - reset the retry count on successful auth. by Senthil Kumaran · 15 years ago
- 82a3f8a Silence the BytesWarning, due to patch r83294 for #9301 by Florent Xicluna · 15 years ago
- 30e86a4 Fix Issue7007 - Use percent-encoded consistently instead of URL Encoded variations. Changes in Modules. by Senthil Kumaran · 15 years ago
- d95cc75 Fix Issue8280 - urllib2's Request method will remove fragements in the url. by Senthil Kumaran · 15 years ago
- 5626eec Sending the auth info as string. Fix BytesWarning: str() on a bytes instance Exception on buildbot. by Senthil Kumaran · 15 years ago
- 84c7d9f Fix Issue754016 - urlparse goes wrong with IP:port without scheme by Senthil Kumaran · 15 years ago
- de0eb24 Fix Issue8123 - TypeError in urllib when trying to use HTTP authentication by Senthil Kumaran · 15 years ago
- c049fca Fix an oversight in r83294. unquote() should reject bytes. Issue #9301. by Florent Xicluna · 15 years ago
- d496c4c Fix issue9301 - handle unquote({}) kind of case. by Senthil Kumaran · 15 years ago
- 0a0fc07 #4108: the first default entry (User-agent: *) wins. by Georg Brandl · 15 years ago
- 3f8ab96 Fix Issue6325 - robotparse to honor urls with query strings. by Senthil Kumaran · 15 years ago
- 79e17f6 Fix Issue9301 - urllib.parse.unquote and unquote_to_byte to raise TypeError for None. by Senthil Kumaran · 15 years ago
- 04f31b8 Fix a mistake, https proxy shoud be https:// by Senthil Kumaran · 15 years ago
- e4004a6 Fix: Issue6853 - Get HTTPS system proxy in Windows. by Senthil Kumaran · 15 years ago
- aa69d4d Fix Issue5842 - Moving the tests out of urllib.parse module by Senthil Kumaran · 15 years ago
- 2ef1632 Stricter verification for file based url scheme and reliance on ftp protocol. by Senthil Kumaran · 15 years ago
- df022da Fix Issue5468 - urlencode to handle bytes and other alternate encodings. by Senthil Kumaran · 15 years ago
- 8749a63 Merged revisions 82324 via svnmerge from by Senthil Kumaran · 15 years ago
- d7c3ed5 Merged revisions 80605-80609,80642-80646,80651-80652,80674,80684-80686,80748,80852,80854,80870,80872-80873,80907,80915-80916,80951-80952,80976-80977,80985,81038-81040,81042,81053,81070,81104-81105,81114,81125,81245,81285,81402,81463,81516,81562-81563,81567,81593,81635,81680-81681,81684,81801,81888,81931-81933,81939-81942,81963,81984,81991,82120,82188,82264-82267 via svnmerge from by Benjamin Peterson · 15 years ago
- ab90f8e Merged revisions 82284 via svnmerge from by Ronald Oussoren · 15 years ago
- 80f1b05 Fix Issue1368368 - prompt_user_passwd() in FancyURLopener masks 401 Unauthorized error page by Senthil Kumaran · 15 years ago
- f4998ac Merged revisions 81636 via svnmerge from by Senthil Kumaran · 15 years ago
- 0f78a94 Inadvertently removed part of the comment in r81271. by Florent Xicluna · 15 years ago
- c7b8e86 Issue #1285086: Speed up urllib.parse functions: quote, quote_from_bytes, unquote, unquote_to_bytes. by Florent Xicluna · 15 years ago
- 757445b Merged revision 81259 via svnmerge from by Florent Xicluna · 15 years ago
- ead169d Merged revisions 81130 via svnmerge from by Senthil Kumaran · 15 years ago
- c3f45c2 Fix test_urllib2 failure on OS X. by Mark Dickinson · 15 years ago
- 06f5a53 Merged revisions 80957 via svnmerge from by Senthil Kumaran · 15 years ago
- 4fbed10 Merged revisions 80953 via svnmerge from by Senthil Kumaran · 15 years ago
- 94f2528 Remove traces of MacOS9 support. by Ronald Oussoren · 15 years ago
- f6c456d Merged revisions 80675 via svnmerge from by Senthil Kumaran · 15 years ago
- 7a1e09f Merged revisions 80362 via svnmerge from by Senthil Kumaran · 15 years ago
- 2eaef05 Merged revisions 80277 via svnmerge from by Senthil Kumaran · 15 years ago
- 8415120 For for issue #7154: Port the code that uses by Ronald Oussoren · 15 years ago
- fd41e08 Merged revisions 80146 via svnmerge from by Senthil Kumaran · 15 years ago
- ad02d23 Merged revisions 80101 via svnmerge from by Senthil Kumaran · 15 years ago
- 57de4c4 Reverting the changes made in r78433. by Senthil Kumaran · 15 years ago
- 6d726c3 Merged revisions 78431 via svnmerge from by Senthil Kumaran · 15 years ago
- ca2fc9e Merged revisions 78422 via svnmerge from by Senthil Kumaran · 15 years ago
- 734f059 Merged revisions 78268 via svnmerge from by Senthil Kumaran · 15 years ago
- 6be85c5 Merged revisions 78234 via svnmerge from by Senthil Kumaran · 15 years ago
- 99b2c8f Merged revisions 77058 via svnmerge from by Senthil Kumaran · 16 years ago
- 47fff87 Merged revisions 76908 via svnmerge from by Senthil Kumaran · 16 years ago
- 2df5fc7 Merged revisions 76718 via svnmerge from by Antoine Pitrou · 16 years ago
- cb134d7 Recorded merge of revisions 76642 via svnmerge from by Philip Jenvey · 16 years ago
- 4c7eaee Merged revisions 76288 via svnmerge from by Senthil Kumaran · 16 years ago
- 1107c5d Merged revisions 76282 via svnmerge from by Senthil Kumaran · 16 years ago
- 7bb0497 Merged revisions 75333 via svnmerge from by Senthil Kumaran · 16 years ago
- 3d6575d Use true booleans. by Georg Brandl · 16 years ago
- 97f0c6b Fixed Issue1424152 in Py3k: urllib2 fails with HTTPS over Proxy. by Senthil Kumaran · 16 years ago
- fb8cc2f Fix for issue5102, timeout value propages between redirects, proxy, digest and by Senthil Kumaran · 16 years ago
- 706824f More codestring -> codebytes. by Georg Brandl · 16 years ago
- faf4149 #6118: dont ignore encoding arguments for arguments with spaces in quote_plus(). by Georg Brandl · 16 years ago
- 690ce9b Fix for issue1153027, making Py3k changes similar to fix in issue918368. by Senthil Kumaran · 16 years ago
- 4947606 Fix for Issue1648102, based on the MSDN spec: If this parameter specifies the by Senthil Kumaran · 16 years ago
- 4ed72ac #5624: _winreg is winreg in Python 3. by Georg Brandl · 16 years ago
- 2bdb576 Make urllib use HTTP/1.1. It seems to work now, but hasn't been by Jeremy Hylton · 16 years ago
- 6c5e28c Simplify the Request class. The basic components of the parsed by Jeremy Hylton · 16 years ago
- eaaec27 Fix for Issue4962, issue4675. by Senthil Kumaran · 16 years ago
- 5f28b7b Merged revisions 70518,70521,70590,70594-70595 via svnmerge from by Benjamin Peterson · 16 years ago
- b476d59 Add __enter__ and __exit__ methods to addbase() so that it supports with. by Jeremy Hylton · 16 years ago
- 230feba urlencode: by Jeremy Hylton · 16 years ago
- f819886 Simplify a few complicated expressions. by Jeremy Hylton · 16 years ago
- a4de60a Whitespace normalization. by Jeremy Hylton · 16 years ago
- b353c12 Issue #4631: Fix urlopen() result when an HTTP response uses chunked encoding. by Antoine Pitrou · 17 years ago
- 9bc9351 Merged revisions 66508,66510,66512-66513,66523-66526,66529-66530,66532,66535,66538,66544,66546 via svnmerge from by Benjamin Peterson · 17 years ago
- c469d4c Issue 600362: Relocated parse_qs() and parse_qsl(), from the cgi module by Facundo Batista · 17 years ago
- fd03645 #2834: Change re module semantics, so that str and bytes mixing is forbidden, by Antoine Pitrou · 17 years ago
- 52dbbb9 - Issue #3300: make urllib.parse.[un]quote() default to UTF-8. by Guido van Rossum · 17 years ago
- f24802c Issue 2464. Supports a malformation in the URL received in a redirect. by Facundo Batista · 17 years ago
- 72dc1ea Issue #2776: fixed small issue when handling an URL with double slash by Facundo Batista · 17 years ago
- 23e3856 Issue 1432. Fixes a bug caused because of the evolution by Facundo Batista · 17 years ago
- df9f1ec Revert accidentally committed files. Oops! by Guido van Rossum · 17 years ago
- 10faf6a Merged revisions 65544 via svnmerge from by Guido van Rossum · 17 years ago
- d631371 Merged revisions 65209-65216,65225-65226,65233,65239,65246-65247,65255-65256 via svnmerge from by Benjamin Peterson · 17 years ago
- 73fd46d Bug 3347: robotparser failed because it didn't convert bytes to string. by Jeremy Hylton · 17 years ago
- 2ac5de2 Issue 3314. The sys module is used in an error case. by Facundo Batista · 17 years ago
- 13e8946 Fix a few urllib bugs (NameErrors). by Georg Brandl · 17 years ago
- 029986a Fix old urllib/urllib2/urlparse usage. by Georg Brandl · 17 years ago
- c80902e follow-up of r64385: rename urllib.quote in nturl2path by Amaury Forgeot d'Arc · 17 years ago
- 1afc169 Make a new urllib package . by Jeremy Hylton · 17 years ago