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
7704bb7f
Kaydet (Commit)
7704bb7f
authored
Eki 25, 1996
tarafından
Guido van Rossum
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Added last-minute changes.
üst
58e7a1a3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
38 additions
and
4 deletions
+38
-4
NEWS
Misc/NEWS
+38
-4
No files found.
Misc/NEWS
Dosyayı görüntüle @
7704bb7f
...
@@ -2,10 +2,44 @@
...
@@ -2,10 +2,44 @@
==> Release 1.4 (October 25 1996) <==
==> Release 1.4 (October 25 1996) <==
=====================================
=====================================
(XXX Sorry, this is in totally random order. I hope I can find the
(Starting in reverse chronological order:)
time to fix it.)
- Changed copyright.
- Changed disclaimer notice.
- Added SHELL=/bin/sh to Misc/Makefile.pre.in -- some Make versions
default to the user's login shell.
- In Lib/tkinter/Tkinter.py, removed bogus binding of <Delete> in Text
widget, and bogus bspace() function.
- In Lib/cgi.py, bumped __version__ to 2.0 and restored a truncated
paragraph.
- Fixed the NT Makefile (PC/vc40.mak) for VC 4.0 to set /MD for all
subprojects, and to remove the (broken) experimental NumPy
subprojects.
- In Lib/py_compile.py, cast mtime to long() so it will work on Mac
(where os.stat() returns mtimes as floats.)
- Set self.rfile unbuffered (like self.wfile) in SocketServer.py, to
fix POST in CGIHTTPServer.py.
- Version 2.83 of Misc/python-mode.el for Emacs is included.
- In Modules/regexmodule.c, fixed symcomp() to correctly handle a new
group starting immediately after a group tag.
- In Lib/SocketServer.py, changed the mode for rfile to unbuffered.
- In Objects/stringobject.c, fixed the compare function to do the
first char comparison in unsigned mode, for consistency with the way
other characters are compared by memcmp().
- In Lib/tkinter/Tkinter.py, fixed Scale.get() to support floats.
- In Lib/urllib.py, fix another case where openedurl wasn't set.
(XXX Sorry, the rest is in totally random order. No time to fix it.)
- SyntaxError exceptions detected during code generation
- SyntaxError exceptions detected during code generation
(e.g. assignment to an expression) now include a line number.
(e.g. assignment to an expression) now include a line number.
...
@@ -92,7 +126,7 @@ will execute os.system("rm -f *") when unpickling.
...
@@ -92,7 +126,7 @@ will execute os.system("rm -f *") when unpickling.
- dis.py will print the name of local variables referenced by local
- dis.py will print the name of local variables referenced by local
load/store/delete instructions.
load/store/delete instructions.
- Improved portability of SimpleH
ttp
Server module to non-Unix
- Improved portability of SimpleH
TTP
Server module to non-Unix
platform.
platform.
- The thread.h interface adds an extra argument to down_sema(). This
- The thread.h interface adds an extra argument to down_sema(). This
...
...
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