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
819889dd
Kaydet (Commit)
819889dd
authored
Eki 25, 1996
tarafından
Guido van Rossum
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Noticed a few more things that have been done.
üst
7704bb7f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
28 additions
and
27 deletions
+28
-27
TODO
TODO
+28
-27
No files found.
TODO
Dosyayı görüntüle @
819889dd
...
...
@@ -3,27 +3,15 @@ Things to do before releasing Pyton 1.4 the final cut:
Win/NT specific things:
... get bsddb.c patch
... pyc files remain open when imported???
(*) no trailing separator on sys.path[0] please
... no control-c or control-break in Windows Console mode???
(implement Mark's hacks)
... add PC template for extensions, + instructions
... segv on NT after ^Z after import _tkinter
(implement Mark's hacks) (seems to work now?)
Bugs:
... apply(<class>, (), {}) fails while apply(<class>, ()) succeeds
... exception in __del__ when __builtins__ has been deleted
(*) core dump on complex % or divmod
Features:
... simple threading support (with lock) for Tk
...
...
@@ -34,20 +22,10 @@ Documentation:
... Add section on filesystem interface to tutorial
... New last chapter of tutorial explaining new things (use NEWS file)
... Update tutorial for changes in the language & library
... Update reference manual for complex, power, slice and ellipses
... New sections for library reference manual (use NEWS file for hints)
... Update Misc/FAQ
... Update README for 1.4 final cut
... Update documentation for httplib
... add stuff to ext.tex about threads and embedded Python
... mention that -2147483648 doesn't work
...
...
@@ -56,8 +34,6 @@ Documentation:
Maybe not (yet):
... SyntaxErrors w/o line numbers
... get rid of 'owner' passed around for newframeobject and evalcode
... Get freeze working for NT? (Sam has one)
...
...
@@ -78,8 +54,6 @@ Maybe not (yet):
... More thread testing (Solaris?), wait for David Arnold
... More NeXT patches (Bill Bumgarner)
... Get rid of more modules: (stdwin, soundex, SGI specific?)
... Use autoconf features to find X11 libraries
...
...
@@ -88,6 +62,33 @@ Maybe not (yet):
Done:
(*) get bsddb.c patch
(*) no trailing separator on sys.path[0] please
(*) add PC template for extensions, + instructions
(*) segv on NT after ^Z after import _tkinter
(*) apply(<class>, (), {}) fails while apply(<class>, ()) succeeds
if class has no __init__ method
(*) core dump on complex % or divmod
(*) New last chapter of tutorial explaining new things (use NEWS file)
(*) Update reference manual for complex, power, slice and ellipses
(*) Update Misc/FAQ
(*) Update README for 1.4 final cut
(*) Update documentation for httplib
(*) SyntaxErrors w/o line numbers
(*) More NeXT patches (Bill Bumgarner, Lele Gaifax)
(*) fix file upload in cgi.py from Netscape
(*) Tkinter.Variable.__del__ may cause (ignored) exceptions
...
...
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