- 16 May, 2017 1 kayıt (commit)
-
-
Senthil Kumaran yazdı
-
- 02 Nis, 2017 1 kayıt (commit)
-
-
Senthil Kumaran yazdı
-
- 02 Ock, 2017 1 kayıt (commit)
-
-
Larry Hastings yazdı
-
- 07 May, 2016 2 kayıt (commit)
-
-
Berker Peksag yazdı
-
Berker Peksag yazdı
example.com/404 returns 500 instead of 404 now.
-
- 24 Nis, 2016 1 kayıt (commit)
-
-
Berker Peksag yazdı
Patch by Jon Dufresne.
-
- 09 Nis, 2016 1 kayıt (commit)
-
-
Martin Panter yazdı
* No longer attempts to close already freed socket file descriptor * Use socket object to be compatible with Windows * Do not use a timeout to avoid complication with non-blocking mode * Use internal localhost server rather than depending on a third party * Avoid trouble with buffered HTTP data by testing tunnelled CONNECT data
-
- 30 Mar, 2016 1 kayıt (commit)
-
-
Victor Stinner yazdı
Use the default timeout of 30 seconds to avoid blocking forever.
-
- 16 Ara, 2015 1 kayıt (commit)
-
-
Martin Panter yazdı
In Python 2, these were duplicated; one for urllib.urlopen() and one for urllib2.urlopen(). The test_urllibnet version has a better precondition to avoid false failures with bad DNS, and the test_urllib2_localnet version had a more up-to-date comment and domain name.
-
- 30 Eyl, 2014 1 kayıt (commit)
-
-
Georg Brandl yazdı
-
- 11 Haz, 2014 2 kayıt (commit)
-
-
R David Murray yazdı
-
R David Murray yazdı
-
- 15 Nis, 2014 1 kayıt (commit)
-
-
Senthil Kumaran yazdı
-
- 27 Mar, 2014 3 kayıt (commit)
- 15 Mar, 2014 2 kayıt (commit)
-
-
Ned Deily yazdı
-
Ned Deily yazdı
new redirect of http://www.python.org/ to https://www.python.org.
-
- 20 Şub, 2014 3 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
- 16 Ock, 2014 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
requires them. Disable executable bits and shebang lines in test and benchmark files in order to prevent using a random system python, and in source files of modules which don't provide command line interface. Fixed shebang line to use python3 executable in the unittestgui script.
-
- 08 Ara, 2013 1 kayıt (commit)
-
-
Zachary Ware yazdı
-
- 25 May, 2013 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
- 11 Ock, 2013 1 kayıt (commit)
-
-
Brett Cannon yazdı
an OSError can mean a bad DNS server and not an actual bug.
-
- 25 Ara, 2012 1 kayıt (commit)
-
-
Andrew Svetlov yazdı
-
- 10 Kas, 2012 1 kayıt (commit)
-
-
Gregory P. Smith yazdı
urllib.request.urlretrieve API now properly supplies a constant non-zero block_size as it did in Python 3.2 and 2.7. This matches the behavior of urllib.request.URLopener.retrieve.
-
- 08 Tem, 2011 3 kayıt (commit)
-
-
Antoine Pitrou yazdı
DNS service (e.g. OpenDNS) resolves a non-existent domain name. The test is now skipped instead.
-
Antoine Pitrou yazdı
DNS service (e.g. OpenDNS) resolves a non-existent domain name. The test is now skipped instead.
-
Antoine Pitrou yazdı
DNS service (e.g. OpenDNS) resolves a non-existent domain name. The test is now skipped instead.
-
- 22 May, 2011 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
- 26 Mar, 2011 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
whole HTTP exchange, not only the opening.
-
- 15 Mar, 2011 2 kayıt (commit)
-
-
Brett Cannon yazdı
-
Brett Cannon yazdı
-
- 15 Ara, 2010 1 kayıt (commit)
-
-
Senthil Kumaran yazdı
socket timeout of 30 when it checks for resource. Explicit overrding (like setting the 10) wont exhibit consistent behavior when tests are outside context manager. So, settting it 30.
-
- 17 Eki, 2010 2 kayıt (commit)
-
-
Senthil Kumaran yazdı
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r85630 | senthil.kumaran | 2010-10-17 16:22:12 +0530 (Sun, 17 Oct 2010) | 3 lines Fix Issue10119 - test_urllibnet failure when using support.transient_internet. ........
-
Senthil Kumaran yazdı
-
- 03 Agu, 2010 1 kayıt (commit)
-
-
Ezio Melotti yazdı
-
- 02 Agu, 2010 2 kayıt (commit)
-
-
Ezio Melotti yazdı
svn+ssh://pythondev@svn.python.org/python/trunk ........ r79539 | florent.xicluna | 2010-04-01 01:01:03 +0300 (Thu, 01 Apr 2010) | 2 lines Replace catch_warnings with check_warnings when it makes sense. Use assertRaises context manager to simplify some tests. ........
-
Ezio Melotti yazdı
svn+ssh://pythondev@svn.python.org/python/trunk ........ r77841 | ezio.melotti | 2010-01-30 09:22:54 +0200 (Sat, 30 Jan 2010) | 1 line #7092: silence py3k warnings for deprecated modules ........
-