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
4d712a4d
Kaydet (Commit)
4d712a4d
authored
Tem 19, 2001
tarafından
Steven M. Gava
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
minor tidy-ups ready for 0.8.1 alpha tarball release
üst
53d285a9
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
31 additions
and
10 deletions
+31
-10
ChangeLog
Lib/idlelib/ChangeLog
+3
-0
EditorWindow.py
Lib/idlelib/EditorWindow.py
+15
-7
INSTALLATION
Lib/idlelib/INSTALLATION
+4
-2
NEWS.txt
Lib/idlelib/NEWS.txt
+3
-0
README.txt
Lib/idlelib/README.txt
+3
-0
TODO.txt
Lib/idlelib/TODO.txt
+2
-1
idlever.py
Lib/idlelib/idlever.py
+1
-0
No files found.
Lib/idlelib/ChangeLog
Dosyayı görüntüle @
4d712a4d
original IDLE ChangeLog:
========================
Tue Feb 15 18:08:19 2000 Guido van Rossum <guido@cnri.reston.va.us>
Tue Feb 15 18:08:19 2000 Guido van Rossum <guido@cnri.reston.va.us>
* NEWS.txt: Notice status bar and stack viewer.
* NEWS.txt: Notice status bar and stack viewer.
...
...
Lib/idlelib/EditorWindow.py
Dosyayı görüntüle @
4d712a4d
...
@@ -78,17 +78,25 @@ TK_TABWIDTH_DEFAULT = 8
...
@@ -78,17 +78,25 @@ TK_TABWIDTH_DEFAULT = 8
#$ unix <Control-x>
#$ unix <Control-x>
about_title
=
"About IDLE"
about_title
=
"About IDLE
fork
"
about_text
=
"""
\
about_text
=
"""
\
IDLE
%
s
IDLE
fork
%
s
An Integrated DeveLopment Environment for Python
IDLE is an Integrated DeveLopment Environment for Python
\
by Guido van Rossum.
by Guido van Rossum
IDLEfork is an official experimental development version of IDLE.
Succesful new features in IDLEfork will be mereged back in to stable IDLE.
This version of IDLE has been modified by David Scherer
This version of IDLEfork is based on the work in stable IDLE version
%
s,
\
(dscherer@cmu.edu). See readme.txt for details.
IDLEfork 0.7.1 released by David Scherer, and the VPython idle fork.
"""
%
idlever
.
IDLE_VERSION
See README.txt for more details on IDLEfork.
WARNING: IDLEfork is at this stage alpha quality software, expect things
\
to be broken.
"""
%
(
idlever
.
IDLEFORK_VERSION
,
idlever
.
IDLE_VERSION
)
class
EditorWindow
:
class
EditorWindow
:
...
...
Lib/idlelib/INSTALLATION
Dosyayı görüntüle @
4d712a4d
INSTALLATION from IDLE fork 0.7.1 :
===================================
IDLE Fork Installation on Linux:
IDLE Fork Installation on Linux:
Until the tarball is released, you must download a CVS copy. An excellent
Until the tarball is released, you must download a CVS copy. An excellent
...
@@ -35,4 +38,4 @@ itself).
...
@@ -35,4 +38,4 @@ itself).
# exit from root
# exit from root
NOTE that the above procedure will install idlefork IDLE on top of any
NOTE that the above procedure will install idlefork IDLE on top of any
"official" IDLE that may be already installed.
"official" IDLE that may be already installed.
\ No newline at end of file
Lib/idlelib/NEWS.txt
Dosyayı görüntüle @
4d712a4d
original IDLE NEWS.txt :
========================
(For a more detailed change log, see the file ChangeLog.)
(For a more detailed change log, see the file ChangeLog.)
----------------------------------------------------------------------
----------------------------------------------------------------------
...
...
Lib/idlelib/README.txt
Dosyayı görüntüle @
4d712a4d
README from IDLE fork 0.7.1 :
=============================
EXPERIMENTAL LOADER IDLE 2000-05-29
EXPERIMENTAL LOADER IDLE 2000-05-29
-----------------------------------
-----------------------------------
...
...
Lib/idlelib/TODO.txt
Dosyayı görüntüle @
4d712a4d
Original IDLE todo, much of it now outdated:
============================================
TO DO:
TO DO:
- improve debugger:
- improve debugger:
...
...
Lib/idlelib/idlever.py
Dosyayı görüntüle @
4d712a4d
IDLE_VERSION
=
"0.8"
IDLE_VERSION
=
"0.8"
IDLEFORK_VERSION
=
"0.8.1"
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