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
caa765cc
Kaydet (Commit)
caa765cc
authored
Ock 09, 2003
tarafından
Guido van Rossum
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Complete list of news since 2.1.3 was release. Just in case I feel
like releasing 2.1.4 tomorrow. :-)
üst
cceafe2d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
54 additions
and
4 deletions
+54
-4
NEWS
Misc/NEWS
+54
-4
No files found.
Misc/NEWS
Dosyayı görüntüle @
caa765cc
What's New in Python 2.1.4?
Release date: XX-XXX-2003
===========================
- Some documentation fixes.
- SF #577530, #533625: security fixes for rexec.py. I still wouldn't
trust it as the only line of defense between a machine and the
Internet!
- SF #590294, #601077: os._execvpe security fix (plus fix for the fix).
- Link errno extension statically.
- Backported various httplib.py fixes.
- Backported various SSL fixes.
- Fix posixpath.py so that when stat() fails with EOVERFLOW (meaning a
file larger than 2 GB in a build that doesn't support LFS), this is
correctly taken as an indication of the file's existence.
- SF #523473: raise exceptions on error conditions.
- SF #561858: avoid assertion when writing code objects with stacksize
>= 2**16.
- SF #210682: fixed an old bug that caused bdb to be unable to
continue in the bottom frame, after a breakpoint was set
- Fix rfc822.py to support dots in the "real name" part of email
addresses, per RFC 2822.
- Repaired widespread misuse of _PyString_Resize.
- SF #544473: use try/finally to ensire all Queue locks remain stable.
- Fixed two obscure bugs in nested scopes.
- Changes to the configure script to avoid problems with binutils 2.12.
- SF #543318: fix bogus initialization in DatagramRequestHandler.setup().
- SF #541730: provisional fix to IDLE for losing data when attempting
to save a file containing non-ASCII characters. The fix consists of
raising an exception *before* overwriting the file rather than
after. You still can't save files with non-ASCII characters (this
is fixed in Python 2.2).
- Sometimes the uninstall executable (UNWISE.EXE) vanishes. One cause
of that has been fixed in the installer (disabled Wise's "delete in-
use files" uninstall option).
What's New in Python 2.1.3?
Release date: 08-April-2002
===========================
...
...
@@ -27,10 +81,6 @@ Library
Windows
- Sometimes the uninstall executable (UNWISE.EXE) vanishes. One cause
of that has been fixed in the installer (disabled Wise's "delete in-
use files" uninstall option).
- The installer now installs Start menu shortcuts under (the local
equivalent of) "All Users" when doing an Admin install.
...
...
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