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
*
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
|
*
Merged revisions 80256 via svnmerge from
Senthil Kumaran
2010-04-20
1
-6/+18
|
*
Merged revisions 73715 via svnmerge from
Georg Brandl
2009-08-13
1
-3/+3
*
|
Disabling SNI test; server admin would not like us to use it for automated te...
Antoine Pitrou
2010-11-03
1
-2/+3
*
|
#10116: wrap transient_internet() around net access in test_urllib2net.
Georg Brandl
2010-10-28
1
-69/+85
*
|
Issue #5639: Add a *server_hostname* argument to `SSLContext.wrap_socket`
Antoine Pitrou
2010-10-22
1
-4/+29
*
|
Fix Issue1595365 - Adding the req.headers after the un-redirect headers have
Senthil Kumaran
2010-09-27
1
-0/+12
*
|
Fix Issue8280 - urllib2's Request method will remove fragements in the url.
Senthil Kumaran
2010-08-08
1
-0/+7
*
|
Merged revisions 80236 via svnmerge from
Senthil Kumaran
2010-04-20
1
-6/+18
*
|
Merged revisions 79908 via svnmerge from
Benjamin Peterson
2010-04-11
1
-1/+1
*
|
Merged revisions 78093 via svnmerge from
Georg Brandl
2010-03-14
1
-4/+0
*
|
convert shebang lines: python -> python3
Benjamin Peterson
2010-03-11
1
-1/+1
*
|
Merged revisions 77727 via svnmerge from
Ezio Melotti
2010-01-24
1
-1/+1
[next]