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_urllibnet.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove unused variable in test_urllibnet. (#1598)
Senthil Kumaran
2017-05-16
1
-1/+3
*
Minor spell fix and formatting fixes in urllib tests. (#959)
Senthil Kumaran
2017-04-02
1
-1/+1
*
Fix self.fail() call in test_data_header
Berker Peksag
2016-05-07
1
-1/+1
|
\
|
*
Fix self.fail() call in test_data_header
Berker Peksag
2016-05-07
1
-1/+1
*
|
Replace example.com with pythontest.net in test_urllibnet
Berker Peksag
2016-05-07
1
-12/+13
|
\
\
|
|
/
|
*
Replace example.com with pythontest.net in test_urllibnet
Berker Peksag
2016-05-07
1
-12/+13
*
|
Issue #23277: Remove unused sys and os imports
Berker Peksag
2016-04-24
1
-1/+0
|
/
*
Issue #21069: Move test_fileno() from test_urllibnet and rewrite it
Martin Panter
2016-04-09
1
-11/+0
*
test_urllibnet: set timeout on test_fileno()
Victor Stinner
2016-03-30
1
-1/+1
*
Issue #23788: Merge redundant test_bad_address() into test_urllibnet
Martin Panter
2015-12-16
1
-6/+20
*
Suppress a couple more DeprecationWarnings in the test suite.
R David Murray
2014-06-11
1
-1/+2
*
Invoke test_urllibnet tests using unittest.main function
Senthil Kumaran
2014-04-15
1
-7/+3
*
Issue #21069: Temporarily use www.google.com while investigating
Ned Deily
2014-03-27
1
-1/+1
*
Issue #20939: Use www.example.com instead of www.python.org to avoid test
Ned Deily
2014-03-27
1
-13/+13
*
Issue #20939: merge from 3.3
Ned Deily
2014-03-15
1
-1/+1
*
merge 3.3 (#20695)
Benjamin Peterson
2014-02-20
1
-4/+4
*
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 19572: More silently skipped tests explicitly skipped.
Zachary Ware
2013-12-08
1
-4/+3
|
\
\
|
|
/
|
*
Issue 19572: More silently skipped tests explicitly skipped.
Zachary Ware
2013-12-08
1
-4/+3
*
|
Fix test_bad_address on Ubuntu 13.04
Antoine Pitrou
2013-05-25
1
-1/+4
|
\
\
|
|
/
|
*
Fix test_bad_address on Ubuntu 13.04
Antoine Pitrou
2013-05-25
1
-1/+4
*
|
Issue #3583: mention that testing whether a bad address not triggering
Brett Cannon
2013-01-11
1
-10/+9
*
|
Replace IOError with OSError (#16715)
Andrew Svetlov
2012-12-25
1
-1/+1
|
/
*
Fixes issue #16409: The reporthook callback made by the legacy
Gregory P. Smith
2012-11-10
1
-4/+30
*
Avoid failing in test_urllibnet.test_bad_address when some overzealous
Antoine Pitrou
2011-07-08
1
-0/+8
*
Issue #12138: fix use of transient_internet() in test_urllibnet
Antoine Pitrou
2011-05-22
1
-77/+62
*
Read HTTP response inside transient_internet()
Antoine Pitrou
2011-03-26
1
-5/+10
|
\
|
*
test_urllibnet: make it so that transient_internet() applies to the
Antoine Pitrou
2011-03-26
1
-4/+8
|
/
*
TIMEOUT value change in URLTimeout Test. test.support.transient_internet has a
Senthil Kumaran
2010-12-15
1
-1/+1
*
Fix Issue10119 - test_urllibnet failure when using support.transient_internet.
Senthil Kumaran
2010-10-17
1
-20/+10
*
Merged revisions 80675 via svnmerge from
Senthil Kumaran
2010-05-01
1
-0/+11
*
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
-9/+9
*
convert old fail* assertions to assert*
Benjamin Peterson
2009-06-30
1
-11/+11
*
Merged revisions 67777,67779 via svnmerge from
Antoine Pitrou
2008-12-15
1
-1/+1
*
#2491: os.fdopen() is now almost an alias to the builtin open(), and accepts ...
Amaury Forgeot d'Arc
2008-08-01
1
-8/+4
*
Make a new urllib package .
Jeremy Hylton
2008-06-18
1
-9/+10
*
Patch for issue 2848, mostly by Humberto Diogenes, with a couple of
Barry Warsaw
2008-06-12
1
-6/+6
*
#2621 rename test.test_support to test.support
Benjamin Peterson
2008-05-20
1
-5/+5
*
Get the test to pass on space Ubuntu/Debian and ppc. It was failing
Neal Norwitz
2008-03-26
1
-2/+5
*
Fixed test_urllibnet
Christian Heimes
2008-01-27
1
-1/+3
*
Merged revisions 60284-60349 via svnmerge from
Christian Heimes
2008-01-27
1
-10/+30
*
Merged revisions 60124-60142 via svnmerge from
Christian Heimes
2008-01-20
1
-0/+10
*
Fix test: readline() now returns bytes
Jeremy Hylton
2007-08-04
1
-2/+2
*
Anna Ravenscroft identified many occurrences of "file" used to open a file
Alex Martelli
2006-08-24
1
-2/+2
*
Merged revisions 46753-51188 via svnmerge from
Thomas Wouters
2006-08-11
1
-1/+1
*
SF patch 809915: Fix bogus address to hopefully always break.
Tim Peters
2003-09-20
1
-1/+8
*
Reflow long line.
Jeremy Hylton
2003-07-17
1
-2/+2
*
Whitespace normalization.
Tim Peters
2003-06-15
1
-1/+1
[next]