summaryrefslogtreecommitdiffstats
path: root/Doc/library/urllib.request.rst
Commit message (Expand)AuthorAgeFilesLines
...
* | Fix closes Issue #11799: urllib.request Authentication Handlers will raise aSenthil Kumaran2011-05-111-8/+18
|/
* Issue #11855: merge from 3.1Eli Bendersky2011-04-161-5/+5
|\
| * Issue #11855: Apply missing formatting for urlretrieveEli Bendersky2011-04-161-5/+5
* | Merge Issue 11662 from 3.1 branch.guido@google.com2011-03-291-0/+4
|\ \ | |/
| * Issue 11662: Fix vulnerability in urllib/urllib2.guido@google.com2011-03-291-0/+4
* | Merge from 3.1Éric Araujo2011-03-201-1/+1
|\ \ | |/
| * Fix typo in class nameÉric Araujo2011-03-201-1/+1
| * Merged revisions 86537,86867-86868,86881,86887,86913-86915,86931-86933,86960,...Georg Brandl2011-02-251-12/+13
| * Merged revisions 86528 via svnmerge fromEzio Melotti2010-11-181-1/+1
| * Merged revisions 79901,80170,80273,80342-80343,81061,81366,81368,81370,81840 ...Georg Brandl2010-10-061-1/+1
| * Merged revisions 85232 via svnmerge fromSenthil Kumaran2010-10-051-5/+5
| * Merged revisions 85101 via svnmerge fromAntoine Pitrou2010-09-291-0/+4
| * Merged revisions 83900 via svnmerge fromSenthil Kumaran2010-08-091-1/+1
| * Merged revisions 83106 via svnmerge fromGeorg Brandl2010-08-011-1/+2
| * Merged revisions 82336 via svnmerge fromSenthil Kumaran2010-06-281-2/+2
| * Merged revisions 81421 via svnmerge fromGeorg Brandl2010-05-211-1/+1
| * Merged revisions 81418 via svnmerge fromGeorg Brandl2010-05-211-1/+1
| * Merged revisions 81283 via svnmerge fromSenthil Kumaran2010-05-181-20/+0
| * Merged revisions 80775 via svnmerge fromSenthil Kumaran2010-05-051-1/+1
| * Merged revisions 80773 via svnmerge fromSenthil Kumaran2010-05-051-4/+4
| * Merged revisions 80346 via svnmerge fromSenthil Kumaran2010-04-221-17/+24
| * Merged revisions 80092 via svnmerge fromSenthil Kumaran2010-04-151-9/+25
| * Merged revisions 78459 via svnmerge fromSenthil Kumaran2010-02-261-0/+8
| * Merged revisions 77020 via svnmerge fromSenthil Kumaran2009-12-241-2/+2
| * Manually merging the changes from r75476Senthil Kumaran2009-10-181-0/+8
| * Merged revisions 74821,74828-74831,74833,74835 via svnmerge fromGeorg Brandl2009-09-161-19/+22
* | Fixed issue11082 - Reject str for POST data with a TypeError. Document the ne...Senthil Kumaran2011-02-111-2/+4
* | #3243 follow-up: remove debugging print and fix docs; data is a bytes object.v3.2b2Georg Brandl2010-12-191-1/+1
* | Issue3243 - Support iterable bodies in httplib. Patch contributions by Xuanji...Senthil Kumaran2010-12-191-6/+10
* | Move the urllib-inherited API to a distinguished sectionAntoine Pitrou2010-12-151-156/+164
* | Fix heading style inconsistencies.Georg Brandl2010-11-291-3/+3
* | Fix indentation bug.Georg Brandl2010-11-291-9/+10
* | #10455: fix typoEzio Melotti2010-11-181-1/+1
* | Issue #5639: Add a *server_hostname* argument to `SSLContext.wrap_socket`Antoine Pitrou2010-10-221-0/+4
* | Fixing some sphinx inline directives - detected using ``make check``.Senthil Kumaran2010-10-151-1/+1
* | Issue10063 - file:// scheme will stop accessing remote hosts via ftp protocolSenthil Kumaran2010-10-141-2/+6
* | Issue #9003: http.client.HTTPSConnection, urllib.request.HTTPSHandler andAntoine Pitrou2010-10-131-6/+20
* | fix a typo.Senthil Kumaran2010-10-051-2/+2
* | Remove the references of FTPS from the urllib Documentation. There is no supp...Senthil Kumaran2010-10-051-4/+3
* | Lower the tone of the warning about SSL certificate validation.Amaury Forgeot d'Arc2010-10-011-3/+4
* | Issue #9983: warn that urllib and httplib don't perform SSL certificate valid...Antoine Pitrou2010-09-291-0/+4
* | Add info about HTTP/1.1 and Connection:Close header.Senthil Kumaran2010-08-211-1/+2
* | Fix Issue7007 - Use percent-encoded consistently instead of URL Encoded vari...Senthil Kumaran2010-08-091-1/+1
* | Fix some markup glitches.Georg Brandl2010-07-231-1/+2
* | Merged revisions 82334 via svnmerge fromSenthil Kumaran2010-06-281-2/+2
* | Fix variable name in example.Georg Brandl2010-05-211-1/+1
* | Recorded merge of revisions 81415 via svnmerge fromGeorg Brandl2010-05-211-1/+1
* | Removing the reference in the docs for overriding _urlopener global value. Se...Senthil Kumaran2010-05-181-20/+0
* | Fix issue8619 - Doc fix - code example.Senthil Kumaran2010-05-051-1/+1
* | Fix Issue8619 docfix related to urllib.Senthil Kumaran2010-05-051-4/+4