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
95df265e
Kaydet (Commit)
95df265e
authored
Ara 01, 2014
tarafından
Terry Jan Reedy
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Sade Fark
Merge with 3.4
üst
407249c6
eecd5c4a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
0 deletions
+19
-0
NEWS
Misc/NEWS
+19
-0
No files found.
Misc/NEWS
Dosyayı görüntüle @
95df265e
...
@@ -191,6 +191,8 @@ Core and Builtins
...
@@ -191,6 +191,8 @@ Core and Builtins
Library
Library
-------
-------
-
Issue
#
21971
:
Update
turtledemo
doc
and
add
module
to
the
index
.
-
Issue
#
21032.
Fixed
socket
leak
if
HTTPConnection
.
getresponse
()
fails
.
-
Issue
#
21032.
Fixed
socket
leak
if
HTTPConnection
.
getresponse
()
fails
.
Original
patch
by
Martin
Panter
.
Original
patch
by
Martin
Panter
.
...
@@ -1186,6 +1188,23 @@ Tools/Demos
...
@@ -1186,6 +1188,23 @@ Tools/Demos
IDLE
IDLE
----
----
- Issue #3068: Add Idle extension configuration dialog to Options menu.
Changes are written to HOME/.idlerc/config-extensions.cfg.
Original patch by Tal Einat.
- Issue #16233: A module browser (File : Class Browser, Alt+C) requires a
editor window with a filename. When Class Browser is requested otherwise,
from a shell, output window, or '
Untitled
' editor, Idle no longer displays
an error box. It now pops up an Open Module box (Alt+M). If a valid name
is entered and a module is opened, a corresponding browser is also opened.
- Issue #4832: Save As to type Python files automatically adds .py to the
name you enter (even if your system does not display it). Some systems
automatically add .txt when type is Text files.
- Issue #21986: Code objects are not normally pickled by the pickle module.
To match this, they are no longer pickled when running under Idle.
- Issue #17390: Adjust Editor window title; remove '
Python
',
- Issue #17390: Adjust Editor window title; remove '
Python
',
move version to end.
move version to end.
...
...
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