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
a143e90c
Kaydet (Commit)
a143e90c
authored
Nis 22, 1994
tarafından
Guido van Rossum
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
tata
üst
1738311d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
61 additions
and
0 deletions
+61
-0
ChangeLog
ChangeLog
+61
-0
No files found.
ChangeLog
Dosyayı görüntüle @
a143e90c
Fri Apr 22 17:39:20 1994 Guido van Rossum (guido@voorn.cwi.nl)
* Objects/{tuple,list,string,mapping}object.c,
Modules/arraymodule.c, Python/compile.c: use new
joinstring(_decref) interface for more compact code
* Objects/stringobject.c (joinstring): if error, DECREF and zero
result; added joinstring_decref() which XDECREFs its second
argument
Thu Apr 21 10:59:04 1994 Guido van Rossum (guido@voorn.cwi.nl)
* Doc/libtypes.tex (subsubsection{More String Operations}):
documented new '%(key)s' % {...} formatting and more liberal %s
interpretation (applies str() first)
* Doc/libfuncs.tex (section{Built-in Functions}): documented new
vars() built-in function
* Objects/stringobject.c (formatstring): add Donald Beaudry's
patch (slightly changed) to allow '%(<key>)<format>' % {...} to
format dictionary entries by key. Also changed %s format to
accept any type and convert it to a string using str()
* Python/bltinmodule.c: add new built-in function vars() which
returns variables (of which dir() returns the sorted keys())
Mon Apr 18 11:00:54 1994 Guido van Rossum (guido@voorn.cwi.nl)
* Doc/libppath.tex (section{Standard Module
\sectcode{posixpath}}): describe for expandvars()
* Lib/posixpath.py (expandvars): do it using regular expressions
instead of forking of a shell
* Lib/urllib.py (open_http, open_gopher): diagnose missing
hostname
Sun Apr 17 21:52:52 1994 Guido van Rossum (guido@voorn.cwi.nl)
* Python/compile.c (com_atom), Grammar/Grammar (atom): string
literal concatenation -- "abc" 'def' is equivalent to 'abcdef'
Fri Apr 15 10:10:17 1994 Guido van Rossum (guido@voorn.cwi.nl)
* Doc/libtypes.tex (subsubsection{File Objects}): documented
file.setbufsize
* Objects/fileobject.c (file_setbufsize): interface to setvbuf
Thu Apr 14 12:36:25 1994 Guido van Rossum (guido@voorn.cwi.nl)
* Lib/test/test_thread.py: new module to test threads (very basic)
* Python/thread.c: remove #define DEBUG 1
* Demo/scripts/freeze.py: changes by Jaap V and my own to make it
work again
* Makefile.in (libainstall): install frozenmain.c
* Python/frozenmain.c: added getprogramname()
* Doc/ref7.tex (section{Function definitions}): describe default
parameter values
...
...
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