summaryrefslogtreecommitdiffstats
path: root/Lib/urllib
Commit message (Expand)AuthorAgeFilesLines
* revert the changes done for issue14826 - quoting witin Request is not desirable.Senthil Kumaran2012-07-091-1/+0
* 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
* 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
* 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
* #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
* Issue12541 - Add UserWarning for unquoted realmsSenthil Kumaran2012-05-151-0/+4
* 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
* closes Issue #11199: Fix the with urllib which hangs on particular ftp urls.Senthil Kumaran2012-03-151-1/+1
* Fix Issue6631 - Disallow relative file paths in urllib urlopenSenthil Kumaran2012-01-211-0/+2
* Fix Issue #13642: Unquote before b64encoding user:password during Basic Authe...Senthil Kumaran2012-01-141-3/+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 #13211: Add .reason attribute to HTTPError to implement parent class (U...Jason R. Coombs2011-11-071-0/+6
* Fix issue 10817 - Fix urlretrieve function to raise ContentTooShortErrorSenthil Kumaran2011-10-311-2/+2
* urllib.request - syntax changes enhancing readability. By Éric AraujoSenthil Kumaran2011-10-191-11/+10
* Issue13104 - Fix urllib.request.thishost() utility function.Senthil Kumaran2011-10-051-1/+1
* Fix closes issue12698 - make the no_proxy environment variable handling a bit...Senthil Kumaran2011-08-061-1/+2
* Fix closes issue12683 - urljoin to work with relative join of svn scheme.Senthil Kumaran2011-08-031-1/+2
* Correcting issue 12576 fix, which resulted in buildbot failures.Senthil Kumaran2011-07-271-6/+3
* Fix closes Issue12576 - fix urlopen behavior on sites which do not send (or o...Senthil Kumaran2011-07-271-3/+6
* Issue #10883: Fix socket leaks in urllib.request.Nadeem Vawda2011-07-231-4/+26
* Issue #4608: urllib.request.urlopen does not return an iterable objectRaymond Hettinger2011-06-261-4/+8
* Issue #12133: fix a ResourceWarning in urllib.requestVictor Stinner2011-06-171-0/+2
* merge from 3.1Senthil Kumaran2011-04-151-5/+10
|\
| * Issue #11467: Fix urlparse behavior when handling urls which contains scheme ...Senthil Kumaran2011-04-151-5/+10
* | merge from 3.1Senthil Kumaran2011-04-121-3/+6
|\ \ | |/
| * Fix Issue11703 - urllib2.geturl() does not return correct url when the origin...Senthil Kumaran2011-04-121-3/+6
* | Merge Issue 11662 from 3.1 branch.guido@google.com2011-03-291-0/+27
|\ \ | |/
| * Issue 11662: Fix vulnerability in urllib/urllib2.guido@google.com2011-03-291-0/+27
* | issue10883 - Silence some ftp related ResourceWarnings in test_urllib2net. Pa...Senthil Kumaran2011-03-241-3/+7
* | Closes issue11563 - test_urllibnet ResourceWarning. Patch by Jeff McNeil.Senthil Kumaran2011-03-191-0/+6
* | Issue #11500: Fixed a bug in the os x proxy bypass code for fully qualified I...Ronald Oussoren2011-03-141-48/+56
|\ \ | |/
| * Issue #11500: Fixed a bug in the os x proxy bypass code for fully qualified I...Ronald Oussoren2011-03-141-48/+56
| * Merged revisions 86537,86867-86868,86881,86887,86913-86915,86931-86933,86960,...Georg Brandl2011-02-251-1/+1
| * Merged revisions 87448 via svnmerge fromR. David Murray2010-12-231-3/+2
| * Merged revisions 87329 via svnmerge fromSenthil Kumaran2010-12-171-7/+2
| * Merged revisions 86676 via svnmerge fromSenthil Kumaran2010-11-222-2/+7
| * Merged revisions 86520 via svnmerge fromSenthil Kumaran2010-11-182-3/+3
| * Merged revisions 85025 via svnmerge fromSenthil Kumaran2010-09-271-2/+4
| * Merged revisions 84323 via svnmerge fromSenthil Kumaran2010-08-261-1/+4
| * Merged revisions 84210 via svnmerge fromSenthil Kumaran2010-08-191-2/+9
| * Merged revisions 76719,81270-81272,83294,83319,84038-84039 via svnmerge fromFlorent Xicluna2010-08-142-42/+58
| * Merged revisions 83901 via svnmerge fromSenthil Kumaran2010-08-091-4/+4
| * Merged revisions 83818 via svnmerge fromSenthil Kumaran2010-08-081-1/+2
| * Merged revisions 83729 via svnmerge fromSenthil Kumaran2010-08-041-2/+2