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
5a087d54
Kaydet (Commit)
5a087d54
authored
Kas 17, 2018
tarafından
Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి)
Kaydeden (comit)
Terry Jan Reedy
Kas 17, 2018
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
bpo-35202: Remove more unused imports in idlelib (GH-10573)
üst
338d54f0
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
3 additions
and
4 deletions
+3
-4
test_browser.py
Lib/idlelib/idle_test/test_browser.py
+0
-1
test_config_key.py
Lib/idlelib/idle_test/test_config_key.py
+1
-1
test_configdialog.py
Lib/idlelib/idle_test/test_configdialog.py
+1
-1
test_zoomheight.py
Lib/idlelib/idle_test/test_zoomheight.py
+1
-1
No files found.
Lib/idlelib/idle_test/test_browser.py
Dosyayı görüntüle @
5a087d54
...
...
@@ -11,7 +11,6 @@ import os.path
import
pyclbr
from
tkinter
import
Tk
from
idlelib
import
filelist
from
idlelib.tree
import
TreeNode
...
...
Lib/idlelib/idle_test/test_config_key.py
Dosyayı görüntüle @
5a087d54
...
...
@@ -5,7 +5,7 @@ from test.support import requires
import
unittest
from
tkinter
import
Tk
from
idlelib.idle_test.mock_idle
import
Func
from
idlelib.idle_test.mock_tk
import
Var
,
Mbox_func
from
idlelib.idle_test.mock_tk
import
Mbox_func
class
ValidationTest
(
unittest
.
TestCase
):
...
...
Lib/idlelib/idle_test/test_configdialog.py
Dosyayı görüntüle @
5a087d54
...
...
@@ -8,7 +8,7 @@ requires('gui')
import
unittest
from
unittest
import
mock
from
idlelib.idle_test.mock_idle
import
Func
from
tkinter
import
Tk
,
Frame
,
StringVar
,
IntVar
,
BooleanVar
,
DISABLED
,
NORMAL
from
tkinter
import
Tk
,
StringVar
,
IntVar
,
BooleanVar
,
DISABLED
,
NORMAL
from
idlelib
import
config
from
idlelib.configdialog
import
idleConf
,
changes
,
tracers
...
...
Lib/idlelib/idle_test/test_zoomheight.py
Dosyayı görüntüle @
5a087d54
...
...
@@ -4,7 +4,7 @@
from
idlelib
import
zoomheight
import
unittest
from
test.support
import
requires
from
tkinter
import
Tk
,
Text
from
tkinter
import
Tk
from
idlelib.editor
import
EditorWindow
...
...
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