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
40f19e3f
Kaydet (Commit)
40f19e3f
authored
Nis 25, 2003
tarafından
Kurt B. Kaiser
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Update for 2.3b1
Modified Files: NEWS.txt CREDITS.txt INSTALL.txt setup.cfg
üst
d198f385
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
18 additions
and
15 deletions
+18
-15
CREDITS.txt
Lib/idlelib/CREDITS.txt
+3
-2
INSTALL.txt
Lib/idlelib/INSTALL.txt
+12
-10
NEWS.txt
Lib/idlelib/NEWS.txt
+2
-2
setup.cfg
Lib/idlelib/setup.cfg
+1
-1
No files found.
Lib/idlelib/CREDITS.txt
Dosyayı görüntüle @
40f19e3f
...
...
@@ -24,8 +24,9 @@ Hernan Foffani, Christos Georgiou, Jason Orendorff, Josh Robb, and Bruce
Sherwood have submitted useful patches. Thanks, guys!
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.
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
are one of those we missed!
...
...
Lib/idlelib/INSTALL.txt
Dosyayı görüntüle @
40f19e3f
...
...
@@ -12,16 +12,13 @@ IDLEfork-0.9xx.win32.exe
point your launcher icons at it. Installation is as idlefork
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
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.
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.
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
This is a distutils sdist (source) tarfile which can be used to make
...
...
@@ -29,17 +26,22 @@ IDLEfork-0.9xx.tar.gz
** It remains configured to install as idlelib, not idleforklib. **
Unpack in ..../Tools/, cd to the IDLEfork directory created, and
<python setup.py install>
to install in ....site-packages/idlelib.
"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
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
advisable to remove any Python IDLE installation by removing
..../site-packages/idlelib so the two identically named packages don't
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.
...
...
Lib/idlelib/NEWS.txt
Dosyayı görüntüle @
40f19e3f
...
...
@@ -2,10 +2,10 @@
IDLEfork NEWS
+++++++++++++
What's New in IDLEfork
0.9 Alpha 3
?
What's New in IDLEfork?
===================================
*Release date:
xx-xxx
-2003*
*Release date:
25-Apr
-2003*
- Implemented the 'interrupt' extension module, which allows a subthread
to raise a KeyboardInterrupt in the main thread.
...
...
Lib/idlelib/setup.cfg
Dosyayı görüntüle @
40f19e3f
[bdist_rpm]
release = 1
packager = Kurt B. Kaiser <kbk@shore.net>
requires = python2, python2-tkinter
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