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
7e172898
Kaydet (Commit)
7e172898
authored
Ock 27, 2003
tarafından
Kurt B. Kaiser
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Update for release.
Modified Files: INSTALL.txt NEWS.txt idlever.py
üst
e66675b8
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
39 additions
and
13 deletions
+39
-13
INSTALL.txt
Lib/idlelib/INSTALL.txt
+9
-3
NEWS.txt
Lib/idlelib/NEWS.txt
+29
-9
idlever.py
Lib/idlelib/idlever.py
+1
-1
No files found.
Lib/idlelib/INSTALL.txt
Dosyayı görüntüle @
7e172898
...
...
@@ -18,16 +18,22 @@ IDLEfork-0.9xx-1.noarch.rpm
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
This is a distutils sdist (source) tarfile which can be used to make
installations on platforms not supported by the above files.
It remains configured to install as IDLE, not IDLEfork.
** 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
run <python idle.py> to test in
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
...
...
Lib/idlelib/NEWS.txt
Dosyayı görüntüle @
7e172898
...
...
@@ -5,7 +5,26 @@ IDLEfork NEWS
What's New in IDLEfork 0.9 Alpha 2?
===================================
*Release date: XX-XXX-2003*
*Release date: 27-Jan-2003*
- Updated INSTALL.txt to claify use of the python2 rpm.
- Improved formatting in IDLE Help.
- Run menu: Replace "Run Script" with "Run Module".
- Code encountering an unhandled exception under the debugger now shows
the correct traceback, with IDLE internal levels pruned out.
- If an exception occurs entirely in IDLE, don't prune the IDLE internal
modules from the traceback displayed.
- Class Browser and Path Browser now use Alt-Key-2 for vertical zoom.
- IDLE icons will now install correctly even when setup.py is run from the
build directory
- Class Browser now compatible with Python2.3 version of pyclbr.py
- Left cursor move in presence of selected text now moves from left end
of the selection.
...
...
@@ -68,14 +87,14 @@ What's New in IDLEfork 0.9 Alpha 2?
- Rearrange the Shell menu to put Stack Viewer entries adjacent.
- Add the ability to restart the subprocess interpreter from the shell window;
add an associated menu entry "Shell/Restart". Update help.
add an associated menu entry "Shell/Restart" with binding Control-F6. Update
IDLE help.
- Upon a restart, annotate the shell window with a "restart boundary". Add a
shell window menu "Shell/View Restart"
and hotkey to jump to the most recen
t
restart boundary.
shell window menu "Shell/View Restart"
with binding F6 to jump to the mos
t
re
cent re
start boundary.
- Change the shell window menu "Debug" to "Shell"; change "Settings" to
"Options".
- Add Shell menu to Python Shell; change "Settings" to "Options".
- Remove incorrect comment in setup.py: IDLEfork is now installed as a package.
...
...
@@ -90,9 +109,10 @@ What's New in IDLEfork 0.9 Alpha 2?
+ Can't kill a tight loop in the Windows version: Insert a
``print "*",`` in an outer loop or use the Task Manager to kill.
+ Printing under Linux may be problematic.
+ The debugger is pretty slow.
+ RPC stack levels are not being pruned from debugger tracebacks.
+ Typing two Control-C in close succession when the subprocess is busy can
cause IDLE to lose communication with the subprocess. Please type one
only and wait for the exception to complete.
+ Printing under some versions of Linux may be problematic.
What's New in IDLEfork 0.9 Alpha 1?
...
...
Lib/idlelib/idlever.py
Dosyayı görüntüle @
7e172898
IDLE_VERSION
=
"0.9a
1
"
IDLE_VERSION
=
"0.9a
2
"
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