summaryrefslogtreecommitdiff
path: root/Lib/test/test_urllib2net.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #24245: Eliminated senseless expect clauses that have no any effect.Serhiy Storchaka2015-05-201-2/+0
* Issue #23881: ftp://gatekeeper.research.compaq.com/ and ftp://ftp.debian.org/Victor Stinner2015-04-071-3/+1
* use pythontest.net for fragment redirection testBenjamin Peterson2014-11-051-10/+2
* remove requires_ssl decoratorBenjamin Peterson2014-11-051-1/+0
* merge 3.3Benjamin Peterson2014-11-051-2/+2
|\
| * merge 3.2Benjamin Peterson2014-11-051-2/+2
| |\
| | * use pythontest.net for url fragment testBenjamin Peterson2014-11-051-2/+2
| | * Issue #20939: Use www.example.com instead of www.python.org to avoid testNed Deily2014-03-261-5/+5
* | | Issue #22596: support.transient_internet() now also catchesBerker Peksag2014-10-251-6/+1
* | | Issue #21456: Skip two tests in test_urllib2net.py if _ssl module not present.Berker Peksag2014-10-101-0/+5
* | | Replace bad ftp URLs in test_urllib2netAntoine Pitrou2014-09-171-34/+34
* | | use https docs urlBenjamin Peterson2014-03-311-2/+2
* | | merge 3.3 (#21115)Benjamin Peterson2014-03-311-37/+17
|\ \ \ | |/ / |/| |
| * | Issue #20939: Use www.example.com instead of www.python.org to avoid testNed Deily2014-03-261-5/+5
| * | Issue #20555: Use specific asserts in urllib, httplib, ftplib, cgi, wsgiref t...Serhiy Storchaka2014-02-081-32/+12
| |\ \
| | * \ Issue #19936: Added executable bits or shebang lines to Python scripts whichSerhiy Storchaka2014-01-161-2/+0
| | |\ \
| | * | | - Issue #20070: Don't run test_urllib2net when network resources are notdoko2013-12-261-1/+2
| | * | | Update various test modules to use unittest.main() for test discoveryBrett Cannon2013-06-121-9/+2
| | * | | Fix #17272 - Make Request.full_url and Request.get_full_url return same resul...Senthil Kumaran2013-05-241-0/+8
| | * | | Issue #17107: Test client-side SNI support in urllib.request thanks to the ne...Antoine Pitrou2013-02-051-22/+0
| | * | | Get rig of EnvironmentError (#16705)Andrew Svetlov2012-12-171-1/+1
* | | | | merge 3.2Benjamin Peterson2014-03-311-18/+17
|\ \ \ \ \ | |/ / / / | | | | / | |_|_|/ |/| | |
| * | | Issue #20555: Use specific asserts in urllib, httplib, ftplib, cgi, wsgiref t...Serhiy Storchaka2014-02-081-11/+11
| | |/ | |/|
| * | Issue #19936: Added executable bits or shebang lines to Python scripts whichSerhiy Storchaka2014-01-161-2/+0
| |/
| * merge with 3.2Georg Brandl2012-10-281-2/+2
| |\
| * | Issue #12804: Fix test failures on systems without internet access.Nadeem Vawda2012-01-251-6/+7
* | | use https docs url (#21115)Benjamin Peterson2014-03-311-2/+2
| |/ |/|
* | changeset: 80007:49e4541f2aefGeorg Brandl2012-10-281-2/+2
|/
* Fix Issue6631 - Disallow relative file paths in urllib urlopenSenthil Kumaran2012-01-211-0/+2
* using support.transient_internet helper method in the urllib2net test.Senthil Kumaran2011-07-311-10/+14
* Fix closes Issue12576 - fix urlopen behavior on sites which do not send (or o...Senthil Kumaran2011-07-271-0/+16
* Issue #10883: Fix socket leaks in urllib.request.Nadeem Vawda2011-07-231-0/+1
* Issue #10883: test_urllib2net closes socket explicitlyVictor Stinner2011-06-171-0/+8
* merge from 3.1Senthil Kumaran2011-04-131-1/+1
|\
| * Fix Issue11703 - urllib2.geturl() does not return correct url when the origin...Senthil Kumaran2011-04-131-1/+1
| * Merged revisions 85893 via svnmerge fromAntoine Pitrou2010-10-311-69/+84
| * Merged revisions 85025 via svnmerge fromSenthil Kumaran2010-09-271-0/+12
| * Merged revisions 83818 via svnmerge fromSenthil Kumaran2010-08-081-0/+7
| * Merged revisions 80256 via svnmerge fromSenthil Kumaran2010-04-201-6/+18
| * Merged revisions 73715 via svnmerge fromGeorg Brandl2009-08-131-3/+3
* | Disabling SNI test; server admin would not like us to use it for automated te...Antoine Pitrou2010-11-031-2/+3
* | #10116: wrap transient_internet() around net access in test_urllib2net.Georg Brandl2010-10-281-69/+85
* | Issue #5639: Add a *server_hostname* argument to `SSLContext.wrap_socket`Antoine Pitrou2010-10-221-4/+29
* | Fix Issue1595365 - Adding the req.headers after the un-redirect headers haveSenthil Kumaran2010-09-271-0/+12
* | Fix Issue8280 - urllib2's Request method will remove fragements in the url.Senthil Kumaran2010-08-081-0/+7
* | Merged revisions 80236 via svnmerge fromSenthil Kumaran2010-04-201-6/+18
* | Merged revisions 79908 via svnmerge fromBenjamin Peterson2010-04-111-1/+1
* | Merged revisions 78093 via svnmerge fromGeorg Brandl2010-03-141-4/+0
* | convert shebang lines: python -> python3Benjamin Peterson2010-03-111-1/+1
* | Merged revisions 77727 via svnmerge fromEzio Melotti2010-01-241-1/+1