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
b569d479
Kaydet (Commit)
b569d479
authored
Ock 10, 2002
tarafından
Anthony Baxter
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
and heeeere we go. heading for 2.1.2 release.
üst
4e2d4b38
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
55 additions
and
0 deletions
+55
-0
NEWS
Misc/NEWS
+55
-0
No files found.
Misc/NEWS
Dosyayı görüntüle @
b569d479
What's New in Python 2.1.2 (final) ?
==============================
- The socket object gained a new method, 'sendall()'. This method
is guaranteed to send all data - this is not guaranteed by the
'send()' method. See also SF patch #474307. The standard library
has been updated to use this method where appropriate.
Many bugs were fixed. The following is a list of some of the major or
notable fixes:
- Fix for incorrectly swapped arguments to PyFrame_BlockSetup in ceval.c.
This bug could cause python to crash.
- SF bug #422004: Py_Initialise fix that allows reload(exceptions) to
work - this is apparently very important for embedded python.
- The Python compiler package was updated to correctly calculate stack
depth in some cases. This was affecting Zope Python Scripts rather badly.
- SF bug #443120: Fix a cgi.py denial-of-service attack,
- socketmodule's SSL_read and SSL_write now release the global interpreter
lock.
- threading uses the PTHREAD_SCOPE_SYSTEM attribute where available.
This should remove the need to add tiny sleeps at the start of threads
to allow other threads to be scheduled.
- Lib/asyncore is now more defensive in select()
- Lib/dumbdbm is now merely dumb, rather than terminally broken.
- SF bug #441712: more liberal handling of ftp servers' 227 responses.
- SF bug #440693: make sure zip files use "/" as directory separator.
- If 'unittest.py' was run from the command line with the name of a test
case class as a parameter, it failed with an ugly error.
- SF bug #231249: cgi.py opens too many (temporary) files.
- Lib/CGIHTTPServer.py supports binary data on Windows.
- base64.encodestring/decodestring are much faster.
- SF bug #471928: global made w/nested list comprehensions
- SF patch #422106: fix segmentation fault in sys.displayhook
- SF bug 476129: gc.collect sometimes hangs
- SF bug #448351: select.select() puts FDs on the heap where needed.
What's New in Python 2.1.1 (final) ?
==============================
...
...
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