File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ original IDLE ChangeLog:
2+ ========================
3+
14Tue Feb 15 18:08:19 2000 Guido van Rossum <
[email protected] >
25
36 * NEWS.txt: Notice status bar and stack viewer.
Original file line number Diff line number Diff line change 7878#$ unix <Control-x>
7979
8080
81- about_title = "About IDLE "
81+ about_title = "About IDLEfork "
8282about_text = """\
83- IDLE %s
83+ IDLEfork %s
8484
85- An Integrated DeveLopment Environment for Python
85+ IDLE is an Integrated DeveLopment Environment for Python \
86+ by Guido van Rossum.
8687
87- by Guido van Rossum
88+ IDLEfork is an official experimental development version of IDLE.
89+ Succesful new features in IDLEfork will be mereged back in to stable IDLE.
8890
89- This version of IDLE has been modified by David Scherer
90- ([email protected] ). See readme.txt for details. 91- """ % idlever .IDLE_VERSION
91+ This version of IDLEfork is based on the work in stable IDLE version %s, \
92+ IDLEfork 0.7.1 released by David Scherer, and the VPython idle fork.
93+
94+ See README.txt for more details on IDLEfork.
95+
96+ WARNING: IDLEfork is at this stage alpha quality software, expect things \
97+ to be broken.
98+
99+ """ % (idlever .IDLEFORK_VERSION , idlever .IDLE_VERSION )
92100
93101class EditorWindow :
94102
Original file line number Diff line number Diff line change 1+ INSTALLATION from IDLE fork 0.7.1 :
2+ ===================================
3+
14IDLE Fork Installation on Linux:
25
36Until the tarball is released, you must download a CVS copy. An excellent
@@ -35,4 +38,4 @@ itself).
3538# exit from root
3639
3740NOTE that the above procedure will install idlefork IDLE on top of any
38- "official" IDLE that may be already installed.
41+ "official" IDLE that may be already installed.
Original file line number Diff line number Diff line change 1+ original IDLE NEWS.txt :
2+ ========================
3+
14(For a more detailed change log, see the file ChangeLog.)
25
36----------------------------------------------------------------------
Original file line number Diff line number Diff line change 1+ README from IDLE fork 0.7.1 :
2+ =============================
3+
14EXPERIMENTAL LOADER IDLE 2000-05-29
25-----------------------------------
36
Original file line number Diff line number Diff line change 1-
1+ Original IDLE todo, much of it now outdated:
2+ ============================================
23TO DO:
34
45- improve debugger:
Original file line number Diff line number Diff line change 11IDLE_VERSION = "0.8"
2+ IDLEFORK_VERSION = "0.8.1"
You can’t perform that action at this time.
0 commit comments