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
97c463dc
Kaydet (Commit)
97c463dc
authored
Agu 21, 2016
tarafından
Terry Jan Reedy
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Sade Fark
Add 3.6.0a4 IDLE NEWS and idlelib/NEWS.txt items.
üst
e194e87f
d3fb5579
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
55 additions
and
0 deletions
+55
-0
NEWS.txt
Lib/idlelib/NEWS.txt
+26
-0
NEWS
Misc/NEWS
+29
-0
No files found.
Lib/idlelib/NEWS.txt
Dosyayı görüntüle @
97c463dc
...
...
@@ -2,6 +2,32 @@ What's New in IDLE 3.6.0?
===========================
*Release date: 2016-09-??*
- Issue #27714: text_textview and test_autocomplete now pass when re-run
in the same process. This occurs when test_idle fails when run with the
-w option but without -jn. Fix warning tom test_config.
- Issue #27621: Put query response validation error messages in the query
box itself instead of a separate massagebox. Redo tests to match.
Add Mac OSX refinements. Original patch by Mark Roseman.
- Issue #27620: Escape key now closes Query box as cancelled.
- Issue #27609: IDLE: tab after initial whitespace should tab, not
autocomplete. This fixes problem with writing docstrings at lease
twice indented.
- Issue #27609: Explicitly return None when there are also non-None
returns. In a few cases, reverse a condition and eliminate a return.
- Issue #25507: IDLE no longer runs buggy code because of its tkinter imports.
Users must include the same imports required to run directly in Python.
- Issue #27173: Add 'IDLE Modern Unix' to the built-in key sets.
Make the default key set depend on the platform.
Add tests for the changes to the config module.
- Issue #27452: add line counter and crc to IDLE configHandler test dump.
- Issue #27477: IDLE search dialogs now use ttk widgets.
- Issue #27173: Add 'IDLE Modern Unix' to the built-in key sets.
...
...
Misc/NEWS
Dosyayı görüntüle @
97c463dc
...
...
@@ -191,6 +191,35 @@ Library
- Issue #27512: Fix a segfault when os.fspath() called an __fspath__() method
that raised an exception. Patch by Xiang Zhang.
IDLE
----
- Issue #27714: text_textview and test_autocomplete now pass when re-run
in the same process. This occurs when test_idle fails when run with the
-w option but without -jn. Fix warning tom test_config.
- Issue #27621: Put query response validation error messages in the query
box itself instead of a separate massagebox. Redo tests to match.
Add Mac OSX refinements. Original patch by Mark Roseman.
- Issue #27620: Escape key now closes Query box as cancelled.
- Issue #27609: IDLE: tab after initial whitespace should tab, not
autocomplete. This fixes problem with writing docstrings at lease
twice indented.
- Issue #27609: Explicitly return None when there are also non-None
returns. In a few cases, reverse a condition and eliminate a return.
- Issue #25507: IDLE no longer runs buggy code because of its tkinter imports.
Users must include the same imports required to run directly in Python.
- Issue #27173: Add 'IDLE Modern Unix' to the built-in key sets.
Make the default key set depend on the platform.
Add tests for the changes to the config module.
- Issue #27452: add line counter and crc to IDLE configHandler test dump.
Tests
-----
...
...
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