Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
cpython
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
Batuhan Osman TASKAYA
cpython
Commits
b885a5bb
Kaydet (Commit)
b885a5bb
authored
Mar 29, 2011
tarafından
Guido van Rossum
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Sade Fark
Merge cleanup.
üst
07ef62c4
b7ef35b5
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
test_urllib2.py
Lib/test/test_urllib2.py
+1
-0
NEWS
Misc/NEWS
+3
-3
No files found.
Lib/test/test_urllib2.py
Dosyayı görüntüle @
b885a5bb
...
@@ -977,6 +977,7 @@ class HandlerTests(unittest.TestCase):
...
@@ -977,6 +977,7 @@ class HandlerTests(unittest.TestCase):
h
=
urllib2
.
HTTPRedirectHandler
()
h
=
urllib2
.
HTTPRedirectHandler
()
o
=
h
.
parent
=
MockOpener
()
o
=
h
.
parent
=
MockOpener
()
req
=
Request
(
from_url
)
req
=
Request
(
from_url
)
req
.
timeout
=
socket
.
_GLOBAL_DEFAULT_TIMEOUT
for
scheme
in
invalid_schemes
:
for
scheme
in
invalid_schemes
:
invalid_url
=
scheme
+
'://'
+
schemeless_url
invalid_url
=
scheme
+
'://'
+
schemeless_url
...
...
Misc/NEWS
Dosyayı görüntüle @
b885a5bb
...
@@ -16,9 +16,6 @@ Core and Builtins
...
@@ -16,9 +16,6 @@ Core and Builtins
- Issue #11450: Don'
t
truncate
hg
version
info
in
Py_GetBuildInfo
()
when
- Issue #11450: Don'
t
truncate
hg
version
info
in
Py_GetBuildInfo
()
when
there
are
many
tags
(
e
.
g
.
when
using
mq
).
Patch
by
Nadeem
Vawda
.
there
are
many
tags
(
e
.
g
.
when
using
mq
).
Patch
by
Nadeem
Vawda
.
-
Issue
#
11662
:
Make
urllib
and
urllib2
ignore
redirections
if
the
scheme
is
not
HTTP
,
HTTPS
or
FTP
(
CVE
-
2011
-
1521
).
-
Issue
#
10451
:
memoryview
objects
could
allow
to
mutate
a
readable
buffer
.
-
Issue
#
10451
:
memoryview
objects
could
allow
to
mutate
a
readable
buffer
.
Initial
patch
by
Ross
Lagerwall
.
Initial
patch
by
Ross
Lagerwall
.
...
@@ -50,6 +47,9 @@ Core and Builtins
...
@@ -50,6 +47,9 @@ Core and Builtins
Library
Library
-------
-------
- Issue #11662: Make urllib and urllib2 ignore redirections if the
scheme is not HTTP, HTTPS or FTP (CVE-2011-1521).
- Issue #11256: Fix inspect.getcallargs on functions that take only keyword
- Issue #11256: Fix inspect.getcallargs on functions that take only keyword
arguments.
arguments.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment