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
2dc77f0e
Kaydet (Commit)
2dc77f0e
authored
Eyl 16, 2016
tarafından
Martin Panter
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Issue #28145: Spelling fixes
üst
525aedc5
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
test_defaultdict.py
Lib/test/test_defaultdict.py
+1
-1
HISTORY
Misc/HISTORY
+1
-1
makesetup
Modules/makesetup
+1
-1
No files found.
Lib/test/test_defaultdict.py
Dosyayı görüntüle @
2dc77f0e
...
...
@@ -175,7 +175,7 @@ class TestDefaultDict(unittest.TestCase):
def
test_callable_arg
(
self
):
self
.
assertRaises
(
TypeError
,
defaultdict
,
{})
def
test_pickl
e
ing
(
self
):
def
test_pickling
(
self
):
d
=
defaultdict
(
int
)
d
[
1
]
for
proto
in
range
(
pickle
.
HIGHEST_PROTOCOL
+
1
):
...
...
Misc/HISTORY
Dosyayı görüntüle @
2dc77f0e
...
...
@@ -23445,7 +23445,7 @@ uudecode bug where it complaints about trailing garbage is still there
decimal numbers).
- In string.atof(), don't fail when the "re" module is unavailable.
Plug the ensu
e
ing security leak by supplying an empty __builtins__
Plug the ensuing security leak by supplying an empty __builtins__
directory to eval().
- A bunch of small fixes and improvements to Tkinter.py.
Modules/makesetup
Dosyayı görüntüle @
2dc77f0e
...
...
@@ -82,7 +82,7 @@ esac
NL
=
'\
'
# Setup to link with extra libraries when mak
e
ing shared extensions.
# Setup to link with extra libraries when making shared extensions.
# Currently, only Cygwin needs this baggage.
case
`
uname
-s
`
in
CYGWIN
*
)
if
test
$libdir
=
.
...
...
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