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
a83d9549
Kaydet (Commit)
a83d9549
authored
Nis 28, 1994
tarafından
Guido van Rossum
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
zzz
üst
c7b68823
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
40 additions
and
2 deletions
+40
-2
ChangeLog
ChangeLog
+40
-2
No files found.
ChangeLog
Dosyayı görüntüle @
a83d9549
Wed Apr 27 13:15:42 1994 Guido van Rossum (guido@voorn.cwi.nl)
* Misc/python-mode.el: version 1.09 from Tim (grand new
indentation scheme)
* configure.in: test for setvbuf
* Python/ceval.c (PRINT_EXPR): assign a non-None value to '_'
before printing it
* Python/compile.c: only call PRINT_EXPR for interactive code
(start symbol single_input), else call POP_TOP after evaluating an
expression
Tue Apr 26 16:23:06 1994 Guido van Rossum (guido@voorn.cwi.nl)
* Python/bltinmodule.c (builtin_reduce): added essential INCREF()
if a third argument is present
* Doc/tut.tex: added chapter "Recent Additions"
Mon Apr 25 11:27:09 1994 Guido van Rossum (guido@voorn.cwi.nl)
* Doc/ref7.tex (section{Function definitions}): add missing '}'.
* Doc/ref2.tex (subsection{String literals}): documented triple
quotes and double quotes.
* Lib/test/test_grammar.py: added tests for triple-quoted strings
and strings continued with backslash-newline
* Objects/fileobject.c (writestring): don't do anything when
writing to a Python object while an error is already set
* Parser/tokenizer.c: added support for triple-quoted strings and
strings continued with backslash
* Python/compile.c (parsenumber): support triple-quoted strings.
Raise SyntaxError, not SystemError for bad number syntax
Fri Apr 22 17:39:20 1994 Guido van Rossum (guido@voorn.cwi.nl)
* Objects/{tuple,list,string,mapping}object.c,
...
...
@@ -46,8 +86,6 @@ 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)
...
...
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