[Idle-dev] CVS: idle NEWS.txt,1.12,1.13 CREDITS.txt,1.4,1.5 INSTALL.txt,1.5,1.6 setup.cfg,1.1,1.2

Kurt B. Kaiser kbk@users.sourceforge.net
Fri, 25 Apr 2003 09:37:35 -0700


Update of /cvsroot/idlefork/idle
In directory sc8-pr-cvs1:/tmp/cvs-serv27763

Modified Files:
	NEWS.txt CREDITS.txt INSTALL.txt setup.cfg 
Log Message:
Update for 2.3b1
 Modified Files:
	NEWS.txt CREDITS.txt INSTALL.txt setup.cfg 


Index: NEWS.txt
===================================================================
RCS file: /cvsroot/idlefork/idle/NEWS.txt,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -r1.12 -r1.13
*** NEWS.txt	12 Mar 2003 20:52:00 -0000	1.12
--- NEWS.txt	25 Apr 2003 16:37:30 -0000	1.13
***************
*** 3,10 ****
  +++++++++++++
  
! What's New in IDLEfork 0.9 Alpha 3?
  ===================================
  
! *Release date: xx-xxx-2003*
  
  - Implemented the 'interrupt' extension module, which allows a subthread
--- 3,10 ----
  +++++++++++++
  
! What's New in IDLEfork?
  ===================================
  
! *Release date: 25-Apr-2003*
  
  - Implemented the 'interrupt' extension module, which allows a subthread

Index: CREDITS.txt
===================================================================
RCS file: /cvsroot/idlefork/idle/CREDITS.txt,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** CREDITS.txt	26 Jan 2003 20:37:01 -0000	1.4
--- CREDITS.txt	25 Apr 2003 16:37:31 -0000	1.5
***************
*** 25,30 ****
  
  There are others who should be included here, especially those who contributed
! to IDLE versions prior to 0.8, principally Mark Hammond, Tim Peters, and Moshe
! Zadka.  For additional details refer to NEWS.txt and Changelog.
  
  Please contact the IDLEfork maintainer to have yourself included here if you
--- 25,31 ----
  
  There are others who should be included here, especially those who contributed
! to IDLE versions prior to 0.8, principally Mark Hammond, Jeremy Hylton,
! Tim Peters, and Moshe Zadka.  For additional details refer to NEWS.txt and
! Changelog.
  
  Please contact the IDLEfork maintainer to have yourself included here if you

Index: INSTALL.txt
===================================================================
RCS file: /cvsroot/idlefork/idle/INSTALL.txt,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** INSTALL.txt	27 Jan 2003 02:40:20 -0000	1.5
--- INSTALL.txt	25 Apr 2003 16:37:31 -0000	1.6
***************
*** 13,26 ****
  	to avoid conflict with the original Python IDLE.
  
! IDLEfork-0.9xx-1.noarch.rpm 
! 	This is an rpm which is designed to install as idleforklib in the
! 	/usr/lib/python2.2 tree created by the Python2 rpm.  It requires
! 	python2 and python2-tkinter rpms.  It installs as idlefork to avoid
  	conflict with Python IDLE.
  
! 	The Python2 rpm is designed to work with Redhat systems prior to Rev 8.
! 	It is available at http://www.python.org/2.2.2/rpms.html and
! 	http://www.python.org/2.2.1/rpms.html .  See the warning/explanation
! 	on the latter web page, which discusses the reason for python2.
  
  IDLEfork-0.9xx.tar.gz
--- 13,23 ----
  	to avoid conflict with the original Python IDLE.
  
! IDLEfork-0.9xx-1.noarch.rpm
!  	This is an rpm which is designed to install as idleforklib in an
! 	existing /usr/lib/python2.2 tree.  It installs as idlefork to avoid
  	conflict with Python IDLE.
  
! 	Python rpms are available at http://www.python.org/2.2.2/rpms.html and
! 	http://www.python.org/2.2.1/rpms.html.
  
  IDLEfork-0.9xx.tar.gz
***************
*** 30,38 ****
  
  	Unpack in ..../Tools/, cd to the IDLEfork directory created, and
! 	<python setup.py install> to install in ....site-packages/idlelib.
  	This will overwrite the Python IDLE installation.  
  
          If you don't want to overwrite Python IDLE, it is also possible to
! 	simply call <python idle.py> to run from the IDLEfork source directory
  	without making an installation.  In this case, IDLE will not be on
  	your PATH unless you are in the source directory.  Also, it is then
--- 27,35 ----
  
  	Unpack in ..../Tools/, cd to the IDLEfork directory created, and
! 	"python setup.py install" to install in ....site-packages/idlelib.
  	This will overwrite the Python IDLE installation.  
  
          If you don't want to overwrite Python IDLE, it is also possible to
! 	simply call "python idle.py" to run from the IDLEfork source directory
  	without making an installation.  In this case, IDLE will not be on
  	your PATH unless you are in the source directory.  Also, it is then
***************
*** 41,44 ****
--- 38,46 ----
  	conflict.
  
+ 	On Redhat Linux systems prior to 8.0, /usr/bin/python may be pointing
+ 	at python1.5.  If so, change the first line in the /usr/bin/idle 
+ 	script to read:
+ 	       !# /usr/bin/python2.2
+ 	       
  See README.txt for more details on this version of IDLEfork. 
  

Index: setup.cfg
===================================================================
RCS file: /cvsroot/idlefork/idle/setup.cfg,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** setup.cfg	22 Dec 2002 01:48:28 -0000	1.1
--- setup.cfg	25 Apr 2003 16:37:31 -0000	1.2
***************
*** 2,4 ****
  release = 1
  packager = Kurt B. Kaiser <kbk@shore.net>
! requires = python2, python2-tkinter
--- 2,4 ----
  release = 1
  packager = Kurt B. Kaiser <kbk@shore.net>
!