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
8d1f11b0
Kaydet (Commit)
8d1f11b0
authored
May 26, 2003
tarafından
Kurt B. Kaiser
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Whitespace Normalization
Modified Files: PyShell.py ScriptBinding.py buildapp.py
üst
3d5cbea2
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
7 deletions
+7
-7
PyShell.py
Lib/idlelib/PyShell.py
+1
-1
ScriptBinding.py
Lib/idlelib/ScriptBinding.py
+1
-1
buildapp.py
Lib/idlelib/buildapp.py
+5
-5
No files found.
Lib/idlelib/PyShell.py
Dosyayı görüntüle @
8d1f11b0
...
...
@@ -303,7 +303,7 @@ class MyRPCClient(rpc.RPCClient):
"Override the base class - just re-raise EOFError"
raise
EOFError
class
ModifiedInterpreter
(
InteractiveInterpreter
):
def
__init__
(
self
,
tkconsole
):
...
...
Lib/idlelib/ScriptBinding.py
Dosyayı görüntüle @
8d1f11b0
...
...
@@ -149,7 +149,7 @@ class ScriptBinding:
If the user has configured IDLE for Autosave, the file will be
silently saved if it already exists and is dirty.
"""
filename
=
self
.
editwin
.
io
.
filename
if
not
self
.
editwin
.
get_saved
():
...
...
Lib/idlelib/buildapp.py
Dosyayı görüntüle @
8d1f11b0
#
# After running python setup.py install, run this program from the command
# After running python setup.py install, run this program from the command
# line like so:
#
# % python2.3 buildapp.py build
...
...
@@ -10,8 +10,8 @@
from
bundlebuilder
import
buildapp
buildapp
(
name
=
"IDLE"
,
mainprogram
=
"idle.py"
,
argv_emulation
=
1
,
iconfile
=
"Icons/idle.icns"
,
name
=
"IDLE"
,
mainprogram
=
"idle.py"
,
argv_emulation
=
1
,
iconfile
=
"Icons/idle.icns"
,
)
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