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
82adaf5f
Kaydet (Commit)
82adaf5f
authored
Ara 12, 2017
tarafından
Miss Islington (bot)
Kaydeden (comit)
Terry Jan Reedy
Ara 12, 2017
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Fix idlelib comment typos reported by Mike on pull request 4803. (GH-4807) (#4809)
(cherry picked from commit
e5702114
)
üst
0aa2a1d0
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
autocomplete_w.py
Lib/idlelib/autocomplete_w.py
+1
-1
test_query.py
Lib/idlelib/idle_test/test_query.py
+1
-1
test_search.py
Lib/idlelib/idle_test/test_search.py
+1
-1
No files found.
Lib/idlelib/autocomplete_w.py
Dosyayı görüntüle @
82adaf5f
...
...
@@ -246,7 +246,7 @@ class AutoCompleteWindow:
acw
.
wm_geometry
(
"+
%
d+
%
d"
%
(
new_x
,
new_y
))
if
platform
.
system
()
.
startswith
(
'Windows'
):
# See issue 15786. When on windows platform, Tk will misbeha
i
ve
# See issue 15786. When on windows platform, Tk will misbehave
# to call winconfig_event multiple times, we need to prevent this,
# otherwise mouse button double click will not be able to used.
acw
.
unbind
(
WINCONFIG_SEQUENCE
,
self
.
winconfigid
)
...
...
Lib/idlelib/idle_test/test_query.py
Dosyayı görüntüle @
82adaf5f
...
...
@@ -162,7 +162,7 @@ class HelpsourceBrowsefileTest(unittest.TestCase):
# Path is widget entry, either '' or something.
# Func return is file dialog return, either '' or something.
# Func return should override widget entry.
# We need all 4 combination to test all (most) code paths.
# We need all 4 combination
s
to test all (most) code paths.
for
path
,
func
,
result
in
(
(
''
,
lambda
a
,
b
,
c
:
''
,
''
),
(
''
,
lambda
a
,
b
,
c
:
__file__
,
__file__
),
...
...
Lib/idlelib/idle_test/test_search.py
Dosyayı görüntüle @
82adaf5f
"""Test SearchDialog class in idlelib.search.py"""
# Does not currently test the event handler wrappers.
# A usage test should simulate clicks and check hilighting.
# A usage test should simulate clicks and check hi
gh
lighting.
# Tests need to be coordinated with SearchDialogBase tests
# to avoid duplication.
...
...
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