- 07 Şub, 2008 1 kayıt (commit)
-
-
Facundo Batista yazdı
to GET, so it loses its payload. So, it also must lose the headers related to the payload (if it has no content any more, it shouldn't indicate content length and type).
-
- 24 Ock, 2008 1 kayıt (commit)
-
-
Neal Norwitz yazdı
I'm not sure this is the correct fix, but at least the test passes now and should be closer to correct.
-
- 09 Eyl, 2007 1 kayıt (commit)
-
-
Gregory P. Smith yazdı
alone class. This addresses the primary concern in http://bugs.python.org/issue1706815 python-dev discussion here: http://mail.python.org/pipermail/python-dev/2007-July/073749.html I chose IOError rather than EnvironmentError as the base class since socket objects are often used as transparent duck typed file objects in code already prepared to deal with IOError exceptions. also a minor fix: urllib2 - fix a couple places where IOError was raised rather than URLError. for better or worse, URLError already inherits from IOError so this won't break any existing code. test_urllib2net - replace bad ftp urls.
-
- 12 Tem, 2007 1 kayıt (commit)
-
-
Georg Brandl yazdı
without handler.
-
- 07 Haz, 2007 1 kayıt (commit)
-
-
Georg Brandl yazdı
-
- 06 Haz, 2007 1 kayıt (commit)
-
-
Facundo Batista yazdı
with tests in test_urllib2net.py (must have network resource enabled to execute them). Also modified test_urllib2.py because testing mock classes must take it into acount. Docs are also updated.
-
- 16 May, 2007 1 kayıt (commit)
-
-
Brett Cannon yazdı
Python 2.5. Also remove gopher support from urllib/urllib2. As both imported gopherlib the usage of the support would have raised a DeprecationWarning.
-
- 25 Nis, 2007 1 kayıt (commit)
-
-
Neal Norwitz yazdı
You might want to review this change as it's my first time. Be gentle. :-)
-
- 24 Nis, 2007 1 kayıt (commit)
-
-
Neal Norwitz yazdı
-
- 23 Nis, 2007 1 kayıt (commit)
-
-
Facundo Batista yazdı
request was successfully received, understood, and accepted. Now in these cases no error is raised. Also fixed tests.
-
- 13 Mar, 2007 1 kayıt (commit)
-
-
Georg Brandl yazdı
OSError if accessing a local file via the file:// protocol fails.
-
- 12 Mar, 2007 1 kayıt (commit)
-
-
Tim Peters yazdı
-
- 07 Mar, 2007 1 kayıt (commit)
-
-
Georg Brandl yazdı
-
- 05 Mar, 2007 1 kayıt (commit)
-
-
Facundo Batista yazdı
-
- 22 Ock, 2007 1 kayıt (commit)
-
-
Georg Brandl yazdı
-
- 21 Ock, 2007 1 kayıt (commit)
-
-
Georg Brandl yazdı
-
- 27 Eki, 2006 1 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
base64.encodestring() for encoding authentication data. encodestring() can include newlines for very long input, which produced broken HTTP headers.
-
- 20 Agu, 2006 1 kayıt (commit)
-
-
Georg Brandl yazdı
-
- 26 Tem, 2006 1 kayıt (commit)
-
-
Georg Brandl yazdı
-
- 29 May, 2006 1 kayıt (commit)
-
-
Georg Brandl yazdı
and watch out for handler name collisions.
-
- 28 May, 2006 1 kayıt (commit)
-
-
Georg Brandl yazdı
-
- 18 May, 2006 1 kayıt (commit)
-
-
Neal Norwitz yazdı
-
- 17 May, 2006 1 kayıt (commit)
-
-
Georg Brandl yazdı
(fixes #1484793).
-
- 08 May, 2006 1 kayıt (commit)
-
-
Georg Brandl yazdı
-
- 03 May, 2006 1 kayıt (commit)
-
-
Georg Brandl yazdı
-
- 30 Nis, 2006 2 kayıt (commit)
-
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
- 02 Nis, 2006 4 kayıt (commit)
-
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
- 31 Mar, 2006 1 kayıt (commit)
-
-
Georg Brandl yazdı
-
- 28 Mar, 2006 2 kayıt (commit)
-
-
Georg Brandl yazdı
-
Georg Brandl yazdı
with title().
-
- 18 Mar, 2006 1 kayıt (commit)
-
-
Georg Brandl yazdı
-
- 18 Şub, 2006 2 kayıt (commit)
-
-
Tim Peters yazdı
test suite. For urllib2, move the import of gopherlib into the only function that uses it: users (including the test suite) certainly shouldn't see a deprecation warning just because they import urllib2! If they actually use gopher_open(), fine, _then_ they should see a deprecation warning.
-
Tim Peters yazdı
-
- 17 Şub, 2006 1 kayıt (commit)
-
-
Georg Brandl yazdı
-
- 21 Ock, 2006 1 kayıt (commit)
-
-
Georg Brandl yazdı
Can/should this be backported?
-
- 26 Agu, 2005 1 kayıt (commit)
-
-
Tim Peters yazdı
-