@@ -27,9 +27,9 @@ IDLEfork ChangeLog
27
27
28
28
* INSTALLATION, setup.py: INSTALLATION: Remove the coexist.patch
29
29
instructions
30
-
30
+
31
31
**************** setup.py:
32
-
32
+
33
33
Remove the idles script, add some words on IDLE Fork to the
34
34
long_description, and clean up some line spacing.
35
35
@@ -42,30 +42,30 @@ IDLEfork ChangeLog
42
42
* PyShell.py, idle, idles: Implement idle command interface as
43
43
suggested by GvR [idle-dev] 16 July **************** PyShell: Added
44
44
functionality:
45
-
45
+
46
46
usage: idle.py [-c command] [-d] [-i] [-r script] [-s] [-t title]
47
47
[arg] ...
48
-
48
+
49
49
idle file(s) (without options) edit the file(s)
50
-
50
+
51
51
-c cmd run the command in a shell -d enable the
52
52
debugger -i open an interactive shell -i file(s) open a
53
53
shell and also an editor window for each file -r script run a file
54
54
as a script in a shell -s run $IDLESTARTUP or
55
55
$PYTHONSTARTUP before anything else -t title set title of shell
56
56
window
57
-
57
+
58
58
Remaining arguments are applied to the command (-c) or script (-r).
59
-
59
+
60
60
****************** idles: Removed the idles script, not needed
61
-
61
+
62
62
****************** idle: Removed the IdleConf references, not
63
63
required anymore
64
64
65
65
2001-07-16 17:08 kbk
66
66
67
67
* INSTALLATION, coexist.patch: Added installation instructions.
68
-
68
+
69
69
Added a patch which modifies idlefork so that it can co-exist with
70
70
"official" IDLE in the site-packages directory. This patch is not
71
71
necessary if only idlefork IDLE is installed. See INSTALLATION for
@@ -74,7 +74,7 @@ IDLEfork ChangeLog
74
74
2001-07-16 15:50 kbk
75
75
76
76
* idles: Add a script "idles" which opens a Python Shell window.
77
-
77
+
78
78
The default behaviour of idlefork idle is to open an editor window
79
79
instead of a shell. Complex expressions may be run in a fresh
80
80
environment by selecting "run". There are times, however, when a
@@ -90,7 +90,7 @@ IDLEfork ChangeLog
90
90
91
91
* PyShell.py, setup.py: Add a script "idles" which opens a Python
92
92
Shell window.
93
-
93
+
94
94
The default behaviour of idlefork idle is to open an editor window
95
95
instead of a shell. Complex expressions may be run in a fresh
96
96
environment by selecting "run". There are times, however, when a
@@ -110,21 +110,21 @@ IDLEfork ChangeLog
110
110
111
111
* setup.py: Installing Idle to site-packages via Distutils does not
112
112
copy the Idle help.txt file.
113
-
113
+
114
114
Ref SF Python Patch 422471
115
115
116
116
2001-07-14 15:26 kbk
117
117
118
118
* keydefs.py: py-cvs-2001_07_13 (Rev 1.3) merge
119
-
119
+
120
120
"Make copy, cut and paste events case insensitive. Reported by
121
121
Patrick K. O'Brien on idle-dev. (Should other bindings follow
122
122
suit?)" --GvR
123
123
124
124
2001-07-14 15:21 kbk
125
125
126
126
* idle.py: py-cvs-2001_07_13 (Rev 1.4) merge
127
-
127
+
128
128
"Move the action of loading the configuration to the IdleConf
129
129
module rather than the idle.py script. This has advantages and
130
130
disadvantages; the biggest advantage being that we can more easily
@@ -133,21 +133,21 @@ IDLEfork ChangeLog
133
133
2001-07-14 15:18 kbk
134
134
135
135
* extend.txt: py-cvs-2001_07_13 (Rev 1.4) merge
136
-
136
+
137
137
"Quick update to the extension mechanism (extend.py is gone, long
138
138
live config.txt)" --GvR
139
139
140
140
2001-07-14 15:15 kbk
141
141
142
142
* StackViewer.py: py-cvs-2001_07_13 (Rev 1.16) merge
143
-
143
+
144
144
"Refactored, with some future plans in mind. This now uses the new
145
145
gotofileline() method defined in FileList.py" --GvR
146
146
147
147
2001-07-14 15:10 kbk
148
148
149
149
* PyShell.py: py-cvs-2001_07_13 (Rev 1.34) merge
150
-
150
+
151
151
"Amazing. A very subtle change in policy in descr-branch actually
152
152
found a bug here. Here's the deal: Class PyShell derives from
153
153
class OutputWindow. Method PyShell.close() wants to invoke its
@@ -166,19 +166,19 @@ IDLEfork ChangeLog
166
166
2001-07-14 14:59 kbk
167
167
168
168
* PyParse.py: py-cvs-2001_07_13 (Rel 1.9) merge
169
-
169
+
170
170
"Taught IDLE's autoident parser that "yield" is a keyword that
171
171
begins a stmt. Along w/ the preceding change to keyword.py, making
172
172
all this work w/ a future-stmt just looks harder and harder."
173
173
--tim_one
174
-
174
+
175
175
(From Rel 1.8: "Hack to make this still work with Python 1.5.2.
176
176
;-( " --fdrake)
177
177
178
178
2001-07-14 14:51 kbk
179
179
180
180
* IdleConf.py: py-cvs-2001_07_13 (Rel 1.7) merge
181
-
181
+
182
182
"Move the action of loading the configuration to the IdleConf
183
183
module rather than the idle.py script. This has advantages and
184
184
disadvantages; the biggest advantage being that we can more easily
@@ -187,11 +187,11 @@ IDLEfork ChangeLog
187
187
2001-07-14 14:45 kbk
188
188
189
189
* FileList.py: py-cvs-2000_07_13 (Rev 1.9) merge
190
-
190
+
191
191
"Delete goodname() method, which is unused. Add gotofileline(), a
192
192
convenience method which I intend to use in a variant. Rename
193
193
test() to _test()." --GvR
194
-
194
+
195
195
This was an interesting merge. The join completely missed removing
196
196
goodname(), which was adjacent, but outside of, a small conflict.
197
197
I only caught it by comparing the 1.1.3.2/1.1.3.3 diff. CVS ain't
@@ -245,13 +245,13 @@ IDLEfork ChangeLog
245
245
2001-07-14 10:13 kbk
246
246
247
247
* PyShell.py: cvs-py-rel2_1 (Rev 1.29 - 1.33) merge
248
-
248
+
249
249
Merged the following py-cvs revs without conflict: 1.29 Reduce
250
250
copyright text output at startup 1.30 Delay setting sys.args until
251
251
Tkinter is fully initialized 1.31 Whitespace normalization 1.32
252
252
Turn syntax warning into error when interactive 1.33 Fix warning
253
253
initialization bug
254
-
254
+
255
255
Note that module is extensively modified wrt py-cvs
256
256
257
257
2001-07-14 06:33 kbk
@@ -317,14 +317,14 @@ IDLEfork ChangeLog
317
317
2001-07-13 13:35 kbk
318
318
319
319
* EditorWindow.py: py-cvs-rel2_1 (Rev 1.33 - 1.37) merge
320
-
320
+
321
321
VP IDLE version depended on VP's ExecBinding.py and spawn.py to get
322
322
the path to the Windows Doc directory (relative to python.exe).
323
323
Removed this conflicting code in favor of py-cvs updates which on
324
324
Windows use a hard coded path relative to the location of this
325
325
module. py-cvs updates include support for webbrowser.py. Module
326
326
still has BrowserControl.py for 1.5.2 support.
327
-
327
+
328
328
At this point, the differences wrt py-cvs relate to menu
329
329
functionality.
330
330
1194
1194
======================================================================
1195
1195
Python release 1.5.2b2, IDLE version 0.3
1196
1196
======================================================================
1197
-
1197
+
1198
1198
Wed Feb 17 22:47:41 1999 Guido van Rossum <
[email protected] >
1199
1199
1200
1200
* NEWS.txt: News in 0.3.
1330
1330
======================================================================
1331
1331
Python release 1.5.2b1, IDLE version 0.2
1332
1332
======================================================================
1333
-
1333
+
1334
1334
Fri Jan 8 17:26:02 1999 Guido van Rossum <
[email protected] >
1335
1335
1336
1336
* README.txt, NEWS.txt: What's new in this release.
0 commit comments