| Commit message (Expand) | Author | Age | Files | Lines |
* | bpo-44740: Lowercase "internet" and "web" where appropriate. (GH-27378) (GH-2... | Miss Islington (bot) | 2021-07-26 | 1 | -1/+1 |
|
|
* | bpo-42413: socket.timeout is now an alias of TimeoutError (GH-23413) | Christian Heimes | 2020-11-20 | 1 | -1/+1 |
|
|
* | bpo-40275: Use new test.support helper submodules in tests (GH-21743) | Hai Shi | 2020-08-06 | 1 | -1/+2 |
|
|
* | bpo-40275: Move TransientResource to test_urllib2net (GH-20812) | Victor Stinner | 2020-06-11 | 1 | -3/+37 |
|
|
* | bpo-40275: Move transient_internet from test.support to socket_helper (GH-19711) | Serhiy Storchaka | 2020-04-29 | 1 | -14/+15 |
|
|
* | bpo-38614: Use test.support.INTERNET_TIMEOUT constant (GH-17565) | Victor Stinner | 2019-12-10 | 1 | -3/+1 |
|
|
* | Remove binding of captured exceptions when not used to reduce the chances of ... | Pablo Galindo | 2019-11-19 | 1 | -1/+1 |
|
|
* | bpo-37421: urllib.request tests call urlcleanup() (GH-14529) | Victor Stinner | 2019-07-02 | 1 | -0/+7 |
|
|
* | bpo-36019: Use pythontest.net instead of example.com in network tests (GH-11941) | Stéphane Wirtel | 2019-02-22 | 1 | -6/+6 |
|
|
* | bpo-35411: Skip test_urllib2net FTP tests on Travis CI (GH-10907) | Victor Stinner | 2018-12-05 | 1 | -0/+12 |
|
|
* | bpo-33295: Skip test using missing external site (GH-6504) | INADA Naoki | 2018-04-17 | 1 | -0/+1 |
|
|
* | Use pythontest.net instead of debian.org in test_urllib2net (GH-2755) | Ammar Askar | 2017-07-19 | 1 | -3/+3 |
|
|
* | Issue #24245: Eliminated senseless expect clauses that have no any effect. | Serhiy Storchaka | 2015-05-20 | 1 | -2/+0 |
|
|
* | Issue #23881: ftp://gatekeeper.research.compaq.com/ and ftp://ftp.debian.org/ | Victor Stinner | 2015-04-07 | 1 | -3/+1 |
|
|
* | use pythontest.net for fragment redirection test | Benjamin Peterson | 2014-11-05 | 1 | -10/+2 |
|
|
* | remove requires_ssl decorator | Benjamin Peterson | 2014-11-05 | 1 | -1/+0 |
|
|
* | merge 3.3 | Benjamin Peterson | 2014-11-05 | 1 | -2/+2 |
|\ |
|
| * | merge 3.2 | Benjamin Peterson | 2014-11-05 | 1 | -2/+2 |
| |\ |
|
| | * | use pythontest.net for url fragment test | Benjamin Peterson | 2014-11-05 | 1 | -2/+2 |
|
|
| | * | Issue #20939: Use www.example.com instead of www.python.org to avoid test | Ned Deily | 2014-03-27 | 1 | -5/+5 |
|
|
* | | | Issue #22596: support.transient_internet() now also catches | Berker Peksag | 2014-10-25 | 1 | -6/+1 |
|
|
* | | | Issue #21456: Skip two tests in test_urllib2net.py if _ssl module not present. | Berker Peksag | 2014-10-10 | 1 | -0/+5 |
|
|
* | | | Replace bad ftp URLs in test_urllib2net | Antoine Pitrou | 2014-09-16 | 1 | -34/+34 |
|
|
* | | | use https docs url | Benjamin Peterson | 2014-03-31 | 1 | -2/+2 |
|
|
* | | | merge 3.3 (#21115) | Benjamin Peterson | 2014-03-31 | 1 | -2/+2 |
|\ \ \
| |/ / |
|
| * | | merge 3.2 | Benjamin Peterson | 2014-03-31 | 1 | -2/+2 |
| |\ \
| | |/ |
|
| | * | use https docs url (#21115) | Benjamin Peterson | 2014-03-31 | 1 | -2/+2 |
|
|
* | | | Issue #20939: Use www.example.com instead of www.python.org to avoid test | Ned Deily | 2014-03-27 | 1 | -5/+5 |
|
|
* | | | Issue #20555: Use specific asserts in urllib, httplib, ftplib, cgi, wsgiref t... | Serhiy Storchaka | 2014-02-08 | 1 | -11/+11 |
|\ \ \
| |/ / |
|
| * | | Issue #20555: Use specific asserts in urllib, httplib, ftplib, cgi, wsgiref t... | Serhiy Storchaka | 2014-02-08 | 1 | -11/+11 |
|
|
* | | | Issue #19936: Added executable bits or shebang lines to Python scripts which | Serhiy Storchaka | 2014-01-16 | 1 | -2/+0 |
|\ \ \
| |/ / |
|
| * | | Issue #19936: Added executable bits or shebang lines to Python scripts which | Serhiy Storchaka | 2014-01-16 | 1 | -2/+0 |
|
|
* | | | - Issue #20070: Don't run test_urllib2net when network resources are not | doko@ubuntu.com | 2013-12-26 | 1 | -1/+2 |
|
|
* | | | Update various test modules to use unittest.main() for test discovery | Brett Cannon | 2013-06-13 | 1 | -9/+2 |
|
|
* | | | Fix #17272 - Make Request.full_url and Request.get_full_url return same resul... | Senthil Kumaran | 2013-05-24 | 1 | -0/+8 |
|
|
* | | | Issue #17107: Test client-side SNI support in urllib.request thanks to the ne... | Antoine Pitrou | 2013-02-05 | 1 | -22/+0 |
|
|
* | | | Get rig of EnvironmentError (#16705) | Andrew Svetlov | 2012-12-17 | 1 | -1/+1 |
|/ / |
|
* | | merge with 3.2 | Georg Brandl | 2012-10-28 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | changeset: 80007:49e4541f2aef | Georg Brandl | 2012-10-28 | 1 | -2/+2 |
|
|
* | | Issue #12804: Fix test failures on systems without internet access. | Nadeem Vawda | 2012-01-25 | 1 | -6/+7 |
|/ |
|
* | Fix Issue6631 - Disallow relative file paths in urllib urlopen | Senthil Kumaran | 2012-01-21 | 1 | -0/+2 |
|
|
* | using support.transient_internet helper method in the urllib2net test. | Senthil Kumaran | 2011-07-31 | 1 | -10/+14 |
|
|
* | Fix closes Issue12576 - fix urlopen behavior on sites which do not send (or o... | Senthil Kumaran | 2011-07-27 | 1 | -0/+16 |
|
|
* | Issue #10883: Fix socket leaks in urllib.request. | Nadeem Vawda | 2011-07-23 | 1 | -0/+1 |
|
|
* | Issue #10883: test_urllib2net closes socket explicitly | Victor Stinner | 2011-06-17 | 1 | -0/+8 |
|
|
* | merge from 3.1 | Senthil Kumaran | 2011-04-12 | 1 | -1/+1 |
|\ |
|
| * | Fix Issue11703 - urllib2.geturl() does not return correct url when the origin... | Senthil Kumaran | 2011-04-12 | 1 | -1/+1 |
|
|
| * | Merged revisions 85893 via svnmerge from | Antoine Pitrou | 2010-10-31 | 1 | -69/+84 |
|
|
| * | Merged revisions 85025 via svnmerge from | Senthil Kumaran | 2010-09-27 | 1 | -0/+12 |
|
|
| * | Merged revisions 83818 via svnmerge from | Senthil Kumaran | 2010-08-08 | 1 | -0/+7 |
|
|