index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_urllib2net.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
[2.7] bpo-36019: Use pythontest.net in urllib network tests (GH-11941) (GH-12...
Stéphane Wirtel
2019-03-05
1
-7/+7
*
bpo-35411: Skip test_urllib2net FTP tests on Travis CI (GH-10907)
Miss Islington (bot)
2018-12-05
1
-0/+12
*
bpo-33295: Skip test using missing external site (GH-6504) (GH-6510)
Miss Islington (bot)
2018-04-17
1
-0/+1
*
[2.7] bpo-30883: Use pythontest.net instead of debian.org in test_urllib2net ...
Ammar Askar
2017-07-19
1
-3/+3
*
ssue #23881: ftp://gatekeeper.research.compaq.com/ and ftp://ftp.debian.org/
Victor Stinner
2015-04-07
1
-6/+4
*
use pythontest.net for url fragment test
Benjamin Peterson
2014-11-05
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
-6/+6
*
Issue #20555: Use specific asserts in urllib, httplib, ftplib, cgi, wsgiref t...
Serhiy Storchaka
2014-02-08
1
-13/+13
*
Issue #19936: Added executable bits or shebang lines to Python scripts which
Serhiy Storchaka
2014-01-16
1
-2/+0
*
changeset: 80007:49e4541f2aef
Georg Brandl
2012-10-28
1
-2/+2
*
Fix Issue6631 - Disallow relative files paths in urllib*.open()
Senthil Kumaran
2012-01-21
1
-0/+2
*
running tests enables us to discover that they actually work
Benjamin Peterson
2011-07-31
1
-1/+1
*
using test_support.transient_internet helper method in the urllib2net test.
Senthil Kumaran
2011-07-31
1
-3/+5
*
merge from 3.2 - fix urlopen behavior on sites which do not send (or obsfusca...
Senthil Kumaran
2011-07-27
1
-0/+8
*
Issue #10883: Fix socket leaks in urllib.request.
Nadeem Vawda
2011-07-23
1
-0/+1
*
Fix Issue11703 - urllib2.get_url does not handle fragment in url properly.
Senthil Kumaran
2011-04-12
1
-1/+1
*
Merged revisions 85893 via svnmerge from
Antoine Pitrou
2010-10-31
1
-67/+82
*
Merged revisions 85025 via svnmerge from
Senthil Kumaran
2010-09-27
1
-0/+12
*
Fix Issue1327971: HTTPResponse should expose a proper fileno attribute
Senthil Kumaran
2010-09-21
1
-0/+11
*
Merged revisions 84597-84599 via svnmerge from
Antoine Pitrou
2010-09-07
1
-1/+1
*
Merged revisions 83818 via svnmerge from
Senthil Kumaran
2010-08-08
1
-0/+7
*
Fix Issue8460: Victor's patch to add timeout in test_urllib2net test_urls.
Senthil Kumaran
2010-04-20
1
-4/+16
*
Issue #8348: Fix test ftp url in test_urllib2net.
Martin v. Löwis
2010-04-08
1
-1/+1
*
Remove unused imports in test modules.
Georg Brandl
2010-02-07
1
-4/+1
*
use assert[Not]IsInstance where appropriate
Ezio Melotti
2010-01-24
1
-1/+1
*
convert usage of fail* to assert*
Benjamin Peterson
2009-06-30
1
-6/+6
*
Issue #5341: Fix a variety of spelling errors.
Mark Dickinson
2009-02-21
1
-1/+1
*
Finished bug #2451. Fixed the retrying part to make it
Facundo Batista
2008-06-07
1
-8/+16
*
Fixed the semantic of timeout for socket.create_connection and
Facundo Batista
2008-05-29
1
-17/+29
*
This patch moves some tests from test_urllib2_net to test_urllib2_localnet.
Gregory P. Smith
2008-03-28
1
-96/+2
*
Make the test more robust by trying to reconnect up to 3 times
Neal Norwitz
2008-01-25
1
-19/+35
*
Change socket.error to inherit from IOError rather than being a stand
Gregory P. Smith
2007-09-09
1
-9/+7
*
Added an optional timeout parameter to function urllib2.urlopen,
Facundo Batista
2007-06-06
1
-0/+44
*
Remove the gopherlib module. It has been raising a DeprecationWarning since
Brett Cannon
2007-05-16
1
-15/+0
*
Raise ResourceDenied in test_urllib2net when the Net connection goes bad.
Brett Cannon
2007-03-14
1
-1/+2
*
Patch #1627441: close sockets properly in urllib2.
Georg Brandl
2007-01-21
1
-2/+27
*
Fix test on PPC64 buildbot. It raised an IOError (really an URLError which
Neal Norwitz
2006-06-11
1
-1/+1
*
Try to fix another networking test. The problem is that if hosts have
Neal Norwitz
2006-06-11
1
-4/+5
*
Try to fix several networking tests. The problem is that if hosts have
Neal Norwitz
2006-06-11
1
-1/+1
*
Move network tests from test_urllib2 to test_urllib2net.
Georg Brandl
2006-05-03
1
-1/+137
*
Patch #1470846: fix urllib2 ProxyBasicAuthHandler.
Georg Brandl
2006-04-30
1
-1/+42
*
Fix urllib2.urlopen() handling of chunked content encoding.
Jeremy Hylton
2004-08-07
1
-0/+92