summaryrefslogtreecommitdiffstats
path: root/Lib/urllib
Commit message (Expand)AuthorAgeFilesLines
* Fix issue16713 - tel url parsing with paramsSenthil Kumaran2012-12-241-1/+1
|\
| * Fix issue16713 - tel url parsing with paramsSenthil Kumaran2012-12-241-1/+1
* | merge from 3.2Senthil Kumaran2012-12-231-0/+4
|\ \ | |/
| * Fix Issue15701 - HTTPError info method call raises AttributeError. Fix that t...Senthil Kumaran2012-12-231-0/+4
* | Fixes issue #16409: The reporthook callback made by the legacyGregory P. Smith2012-11-101-2/+2
* | Issue #16250: Fix URLError invocation with proper argsSenthil Kumaran2012-10-271-15/+15
|\ \ | |/
| * Issue #16250: Fix URLError invocation with proper args.Senthil Kumaran2012-10-271-18/+15
| * Fix issue #16270: urllib may hang when used for retrieving files via FTP by u...Giampaolo Rodola'2012-10-191-6/+0
* | Fix issue #16270: urllib may hang when used for retrieving files via FTP by u...Giampaolo Rodola'2012-10-191-6/+0
* | Closes #9374: merge with 3.2Georg Brandl2012-08-241-0/+10
|\ \ | |/
| * Closes #9374: add back now-unused module attributes; removing them is a backw...Georg Brandl2012-08-241-0/+10
* | revert the changes done for issue14826 - quoting witin Request is not desirable.Senthil Kumaran2012-07-091-1/+0
|\ \ | |/
| * revert the changes done for issue14826 - quoting witin Request is not desirable.Senthil Kumaran2012-07-091-1/+0
* | issue 14826 - Address the buildbot failure quote of url is the required chang...Senthil Kumaran2012-07-081-1/+1
|\ \ | |/
| * issue 14826 - Address the buildbot failure ( explanation msg164973)Senthil Kumaran2012-07-081-1/+1
* | Fix issue14826 - make urllib.request.Request quoted url consistent with URLOp...Senthil Kumaran2012-07-081-1/+2
|\ \ | |/
| * Fix issue14826 - make urllib.request.Request quoted url consistent with URLOp...Senthil Kumaran2012-07-081-1/+2
* | urllib.parse cleanup. rename keywords used as variablesSenthil Kumaran2012-06-291-7/+7
|\ \ | |/
| * urllib.parse cleanup. rename keywords used as variablesSenthil Kumaran2012-06-291-7/+7
| * Partial backport of 612f34e31270: fix spacing error in exception message.Georg Brandl2012-06-241-2/+2
* | urllib.request: fix spacing errors in exception/warning messages.Georg Brandl2012-06-241-5/+5
* | Issue #14920: Fix the help(urllib.parse) failure on locale C terminals. Just ...Senthil Kumaran2012-05-261-1/+1
|\ \ | |/
| * Issue #14920: Fix the help(urllib.parse) failure on locale C terminals. Just ...Senthil Kumaran2012-05-261-1/+1
* | Issue #14036: return None when port in urlparse cross 65535Senthil Kumaran2012-05-241-0/+3
|\ \ | |/
| * Issue #14036: return None when port in urlparse cross 65535Senthil Kumaran2012-05-241-0/+3
* | #14072: merge with 3.2.Ezio Melotti2012-05-191-6/+6
|\ \ | |/
| * #14072: Fix parsing of tel URIs in urlparse by making the check for ports str...Ezio Melotti2012-05-191-6/+6
* | Issue9374 - Generic parsing of query and fragment portion of urls for any schemeSenthil Kumaran2012-05-191-9/+2
|\ \ | |/
| * Issue9374 - Generic parsing of query and fragment portion of urls for any schemeSenthil Kumaran2012-05-191-9/+2
* | Issue #14780: urllib.request.urlopen() now has a `cadefault` argument to use ...Antoine Pitrou2012-05-161-4/+7
* | Issue12541 - Add UserWarning for unquoted realmsSenthil Kumaran2012-05-151-0/+3
|\ \ | |/
| * Issue12541 - Add UserWarning for unquoted realmsSenthil Kumaran2012-05-151-0/+4
* | merge from 3.2 - Issue #12541: Be lenient with quotes around Realm field of H...Senthil Kumaran2012-05-151-1/+1
|\ \ | |/
| * Issue #12541: Be lenient with quotes around Realm field of HTTP Basic Authent...Senthil Kumaran2012-05-151-1/+1
* | Explain the use of charset parameter with Content-Type header: issue11082Senthil Kumaran2012-03-161-2/+3
|\ \ | |/
| * Explain the use of charset parameter with Content-Type header. Issue11082Senthil Kumaran2012-03-161-2/+3
* | port from 3.2 - Fix the urllib closing issue which hangs on particular ftp ur...Senthil Kumaran2012-03-151-1/+1
|\ \ | |/
| * closes Issue #11199: Fix the with urllib which hangs on particular ftp urls.Senthil Kumaran2012-03-151-1/+1
* | deprecated the old urllib primitives in 3.3 urllib package - issue 10050Senthil Kumaran2012-03-141-8/+26
* | Issue10050 - urlretrieve uses newer urlopen. reporthook of urlretrieve takes,...Senthil Kumaran2012-03-141-8/+72
* | merge from 3.2Senthil Kumaran2012-01-211-0/+2
|\ \ | |/
| * Fix Issue6631 - Disallow relative file paths in urllib urlopenSenthil Kumaran2012-01-211-0/+2
* | merge from 3.2 - Fix Issue #13642: Unquote before b64encoding user:password d...Senthil Kumaran2012-01-141-0/+2
|\ \ | |/
| * Fix Issue #13642: Unquote before b64encoding user:password during Basic Authe...Senthil Kumaran2012-01-141-3/+2
* | merge from 3.2Senthil Kumaran2012-01-041-2/+2
|\ \ | |/
| * Issue13696 - Fix 302 Redirection for Relative urls.Senthil Kumaran2012-01-041-2/+2
* | Issue #8035: urllib: Fix a bug where the client could remain stuck after aCharles-François Natali2011-12-181-2/+0
|\ \ | |/
| * Issue #8035: urllib: Fix a bug where the client could remain stuck after aCharles-François Natali2011-12-181-2/+0
* | Merged fix for #13211 from 3.2Jason R. Coombs2011-12-031-0/+6
|\ \ | |/
| * Issue #13211: Add .reason attribute to HTTPError to implement parent class (U...Jason R. Coombs2011-11-071-0/+6