Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d39993e

Browse files
author
Steven M. Gava
committed
bring up to date for 0.8.1 release
1 parent 84073bf commit d39993e

2 files changed

Lines changed: 74 additions & 4 deletions

File tree

Lib/idlelib/NEWS.txt

Lines changed: 40 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,45 @@
1-
original IDLE NEWS.txt :
2-
========================
3-
1+
IDLEfork NEWS
2+
=============
43
(For a more detailed change log, see the file ChangeLog.)
4+
---------------------------------------------------------
55

6-
----------------------------------------------------------------------
6+
7+
IDLEfork 0.8.1 (xx JUN 2001)
8+
----------------------------
9+
New tarball released as a result of the 'revitalisation' of the IDLEfork
10+
project.
11+
12+
This release is based on a merging of the earlier IDLE fork work with
13+
current cvs IDLE (post IDLE version 0.8), with some minor additional
14+
coding by Kurt B. Kaiser and Stephen M. Gava.
15+
16+
This release is basically functional but also contains some known
17+
breakages, for instance with running things from the shell window, that
18+
may well have been introduced in a hasty attempt to change IDLEfork's
19+
previous startup behaviour.
20+
21+
This release is being made now to mark the point at which IDLEfork is
22+
launching into a new stage of development.
23+
24+
IDLEfork CVS will now be branched to enable further development and
25+
exploration of the two "execution in a remote process" patches submitted
26+
by David Scherer (David's is currently in IDLEfork) and GvR on a branch,
27+
while stabilisation and development of less heavyweight improvements
28+
(like user customisation) can continue on the trunk.
29+
30+
31+
IDLE fork 0.7.1 (15 AUG 2000)
32+
-----------------------------
33+
First project tarball released.
34+
35+
This was the first release of IDLE fork, which at this stage was a
36+
combination of IDLE 0.5 and the VPython idle fork, with additional
37+
changes coded by David Scherer, Peter Schneider-Kamp and
38+
Nicholas Riley.
39+
40+
41+
original IDLE NEWS.txt :
42+
========================
743

844
New in IDLE 0.5 (2/15/2000)
945
-------------------------

Lib/idlelib/README.txt

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,37 @@
1+
IDLEfork README
2+
===============
3+
4+
IDLEfork is an official experimental fork of Python's Integrated
5+
DeveLopment Environment IDLE. Worthwhile and successful changes and
6+
additions will go back into the Python distribution's IDLE at some
7+
later stage. There is no spanish inquisition.
8+
9+
As David Scherer aptly put it in the original IDLE fork README (below),
10+
"It is alpha software and might be unstable. If it breaks, you get to
11+
keep both pieces." One of the aims of IDLEfork now is for it to be able
12+
to be uncompressed into its own directory and run from there, that way
13+
you can play with (or hack on) IDLEfork without any further installation,
14+
and entirely separately from your stable python IDLE distribution.
15+
16+
If you find bugs or undesired behaviour please code nifty patches and
17+
submit them to the IDLEfork SourceForge patch manager, 8^) or let us
18+
know about it in one of the appropriate fora. See the IDLEfork home
19+
page at
20+
21+
http://idlefork.sourceforge.net
22+
23+
for details on the various ways to give input to or contact the project.
24+
25+
Please see the files NEWS.txt and ChangeLog for more up to date
26+
information on changes in this release of IDLEfork.
27+
28+
29+
Thanks for trying IDLEfork,
30+
Stephen M. Gava.
31+
32+
33+
34+
135
README from IDLE fork 0.7.1 :
236
=============================
337

0 commit comments

Comments
 (0)