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
efce0303
Kaydet (Commit)
efce0303
authored
Ara 31, 1997
tarafından
Guido van Rossum
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Ready for release of 1.5.
üst
fbea1d35
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
31 additions
and
57 deletions
+31
-57
README
README
+31
-57
No files found.
README
Dosyayı görüntüle @
efce0303
This is Python release 1.5
beta 2
This is Python release 1.5
==========================
========
==========================
Th
e official release date for this version is Friday, December 12,
Th
is version is officially released on Wednesday, December 31, 1997.
1997
.
It doesn't differ very much from 1.5b2 (released on Dec. 12)
.
What's new in this release?
What's new in this release?
...
@@ -76,60 +76,34 @@ Misc/NEWS. Some highlights:
...
@@ -76,60 +76,34 @@ Misc/NEWS. Some highlights:
defined by Python now have a "Py" or "_Py" prefix, and the same is
defined by Python now have a "Py" or "_Py" prefix, and the same is
true for most macros and typedefs.
true for most macros and typedefs.
If you previously downloaded 1.5b
1
, here are the most relevant changes
If you previously downloaded 1.5b
2
, here are the most relevant changes
since then (of course all known bugs have been fixed, leaks plugged,
since then (of course all known bugs have been fixed, leaks plugged,
and some documentation has been added). The full list of changes
and quite a bit of documentation has been added -- including doc
since 1.5b1 is presented at the end of the Misc/NEWS file.
strings here and there). The full list of changes since 1.5b2 is
presented at the end of the Misc/NEWS file.
- Thanks to all who contributed doc strings for library modules!
- Thanks to all who contributed doc strings or other documentation!
- The portability problems caused by indented preprocessor commands
and C++ style comments should be gone now.
- Many small improvements to the quality of the documentation, both
PostScript, HTML and even Emacs info (library manual only).
- Lots of improvements to python-mode.el again.
- New module telnetlib.py.
- Changes in pickle.py and cPickle.c: when unpickling an instance of
a class that doesn't define the __getinitargs__() method, the
- New tool versioncheck.
__init__() constructor is no longer called. This makes a much
larger group of classes picklable by default, but may occasionally
- Two bugs with ftp URLs fixed in urllib.py.
change semantics. To force calling __init__() on unpickling, define
a __getinitargs__() method. Other changes too, in particular
- Fixed infinite recursion when printing __builtins__.
cPickle now handles classes defined in packages correctly. The
same change applies to copying instances with copy.py.
- A bunch of small problems fixed in Tkinter.py.
- Locale support in the "re" (Perl regular expressions) module. Use
- Ported zlibmodule.c and bsddbmodule.c to NT.
the flag re.L (or re.LOCALE) to enable locale-specific matching
rules for \w and \b. The in-line syntax for this flag is (?L).
- Better NT support in tempfile.py.
- The built-in function isinstance(x, y) now also succeeds when y is
- Fixed 4294967296==0.
a type object and type(x) is y.
- Latest re and pcre modules (versions of Dec. 22).
- repr() and str() of class and instance objects now reflect the
package/module in which the class is defined.
- Module "ni" has been removed. (If you really need it, it's been
renamed to "ni1". Let me know if this causes any problems for you.
Package authors are encouraged to write __init__.py files that
support both ni and 1.5 package support, so the same version can be
used with Python 1.4 as well as 1.5.)
- The thread module is now automatically included when threads are
configured. (You must remove it from your existing Setup file,
since it is now in its own Setup.thread file.)
- New command line option "-x" to skip the first line of the script;
handy to make executable scripts on non-Unix platforms.
- In importdl.c, add the RTLD_GLOBAL to the dlopen() flags. I
haven't checked how this affects things, but it should make symbols
in one shared library available to the next one.
- The Windows configuration adds a new main program, "pythonw", and
registers a new extension, ".pyw" that invokes this. This is a
standard Python interpreter that does not pop up a console window;
handy for pure Tkinter applications. All output to the original
stdout and stderr is lost; reading from the original stdin yields
EOF.
If you don't read instructions
If you don't read instructions
...
...
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