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
cc39b1ed
Kaydet (Commit)
cc39b1ed
authored
Haz 15, 2013
tarafından
Brett Cannon
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Sade Fark
merge w/ 3.3
üst
4f4088eb
27bbfdbc
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
2 deletions
+2
-2
PathBrowser.py
Lib/idlelib/PathBrowser.py
+0
-1
TreeWidget.py
Lib/idlelib/TreeWidget.py
+0
-1
NEWS
Misc/NEWS
+2
-0
No files found.
Lib/idlelib/PathBrowser.py
Dosyayı görüntüle @
cc39b1ed
import
os
import
os
import
sys
import
sys
import
imp
import
importlib.machinery
import
importlib.machinery
from
idlelib.TreeWidget
import
TreeItem
from
idlelib.TreeWidget
import
TreeItem
...
...
Lib/idlelib/TreeWidget.py
Dosyayı görüntüle @
cc39b1ed
...
@@ -16,7 +16,6 @@
...
@@ -16,7 +16,6 @@
import
os
import
os
from
tkinter
import
*
from
tkinter
import
*
import
imp
from
idlelib
import
ZoomHeight
from
idlelib
import
ZoomHeight
from
idlelib.configHandler
import
idleConf
from
idlelib.configHandler
import
idleConf
...
...
Misc/NEWS
Dosyayı görüntüle @
cc39b1ed
...
@@ -479,6 +479,8 @@ C-API
...
@@ -479,6 +479,8 @@ C-API
IDLE
IDLE
----
----
-
Remove
dead
imports
of
imp
.
-
Issue
#
18196
:
Avoid
displaying
spurious
SystemExit
tracebacks
.
-
Issue
#
18196
:
Avoid
displaying
spurious
SystemExit
tracebacks
.
-
Issue
#
5492
:
Avoid
traceback
when
exiting
IDLE
caused
by
a
race
condition
.
-
Issue
#
5492
:
Avoid
traceback
when
exiting
IDLE
caused
by
a
race
condition
.
...
...
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