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
6dec4eae
Kaydet (Commit)
6dec4eae
authored
Haz 22, 2014
tarafından
Raymond Hettinger
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Issue #21812: Trigger immediate transformation in turtle.shapetransform().
üst
f51531e2
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
1 deletion
+5
-1
turtle.py
Lib/turtle.py
+1
-1
ACKS
Misc/ACKS
+1
-0
NEWS
Misc/NEWS
+3
-0
No files found.
Lib/turtle.py
Dosyayı görüntüle @
6dec4eae
...
@@ -2945,7 +2945,7 @@ class RawTurtle(TPen, TNavigator):
...
@@ -2945,7 +2945,7 @@ class RawTurtle(TPen, TNavigator):
self
.
_stretchfactor
=
a11
,
a22
self
.
_stretchfactor
=
a11
,
a22
self
.
_shearfactor
=
a12
/
a22
self
.
_shearfactor
=
a12
/
a22
self
.
_tilt
=
alfa
self
.
_tilt
=
alfa
self
.
_update
(
)
self
.
pen
(
resizemode
=
"user"
)
def
_polytrafo
(
self
,
poly
):
def
_polytrafo
(
self
,
poly
):
...
...
Misc/ACKS
Dosyayı görüntüle @
6dec4eae
...
@@ -235,6 +235,7 @@ Ingrid Cheung
...
@@ -235,6 +235,7 @@ Ingrid Cheung
Albert Chin-A-Young
Albert Chin-A-Young
Adal Chiriliuc
Adal Chiriliuc
Matt Chisholm
Matt Chisholm
Lita Cho
Anders Chrigström
Anders Chrigström
Tom Christiansen
Tom Christiansen
Vadim Chugunov
Vadim Chugunov
...
...
Misc/NEWS
Dosyayı görüntüle @
6dec4eae
...
@@ -29,6 +29,9 @@ Library
...
@@ -29,6 +29,9 @@ Library
- Issue #21491: socketserver: Fix a race condition in child processes reaping.
- Issue #21491: socketserver: Fix a race condition in child processes reaping.
- Issue #21812: turtle.shapetransform did not tranform the turtle on the
first call. (Issue identified and fixed by Lita Cho.)
- Issue #21635: The difflib SequenceMatcher.get_matching_blocks() method
- Issue #21635: The difflib SequenceMatcher.get_matching_blocks() method
cache didn'
t
match
the
actual
result
.
The
former
was
a
list
of
tuples
cache didn'
t
match
the
actual
result
.
The
former
was
a
list
of
tuples
and
the
latter
was
a
list
of
named
tuples
.
and
the
latter
was
a
list
of
named
tuples
.
...
...
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