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
c9c85321
Kaydet (Commit)
c9c85321
authored
Tem 30, 2017
tarafından
Terry Jan Reedy
Kaydeden (comit)
GitHub
Tem 30, 2017
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
[3.6] bpo-30928: Update IDLE News.txt. (GH-2948) (#2949)
(cherry picked from commit
c3aa47f6
)
üst
4c7b368d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
40 additions
and
2 deletions
+40
-2
NEWS.txt
Lib/idlelib/NEWS.txt
+40
-2
No files found.
Lib/idlelib/NEWS.txt
Dosyayı görüntüle @
c9c85321
...
...
@@ -3,6 +3,44 @@ Released on 2017-09-25?
========================
bpo-30781: IDLE - Use ttk Notebook in ConfigDialog.
Patch by Terry Jan Reedy.
bpo-31060: IDLE - Finish rearranging methods of ConfigDialog.
Grouping methods pertaining to each tab and the buttons will aid
writing tests and improving the tabs and will enable splitting the
groups into classes.
Patch by Terry Jan Reedy.
bpo-30853: IDLE -- Factor a VarTrace class out of ConfigDialog.
Instance tracers manages pairs consisting of a tk variable and a
callback function. When tracing is turned on, setting the variable
calls the function. Test coverage for the new class is 100%.
Patch by Terry Jan Reedy.
bpo-31003: IDLE: Add more tests for General tab.
Patch by Terry Jan Reedy.
bpo-30993: IDLE - Improve configdialog font page and tests.
*In configdialog: Document causal pathways in create_font_tab
docstring. Simplify some attribute names. Move set_samples calls to
var_changed_font (idea from Cheryl Sabella). Move related functions to
positions after the create widgets function.
* In test_configdialog: Fix test_font_set so not order dependent. Fix
renamed test_indent_scale so it tests the widget. Adjust tests for
movement of set_samples call. Add tests for load functions. Put all
font tests in one class and tab indent tests in another. Except for
two lines, these tests completely cover the related functions.
Patch by Terry Jan Reedy.
bpo-30981: IDLE -- Add more configdialog font page tests.
bpo-28523: IDLE: replace 'colour' with 'color' in configdialog.
bpo-30917: Add tests for idlelib.config.IdleConf.
Increase coverage from 46% to 96%.
Patch by Louie Lu.
bpo-30913: Document ConfigDialog tk Vars, methods, and widgets in docstrings
This will facilitate improving the dialog and splitting up the class.
Original patch by Cheryl Sabella.
...
...
@@ -11,7 +49,7 @@ bpo-30899: Add tests for ConfigParser subclasses in config.
Coverage is 100% for those classes and ConfigChanges.
Patch by Louie Lu.
bpo-30881: Add docstrings to browser.py.
bpo-30881: Add docstrings to browser.py.
Patch by Cheryl Sabella.
bpo-30851: Remove unused tk variables in configdialog.
...
...
@@ -48,7 +86,7 @@ bp0-30723: Make several improvements to parenmatch.
* Make 'default' style, which is not default, a synonym for 'opener'.
* Make time-delay work the same with all styles.
* Add help for config dialog extensions tab, including parenmatch.
* Add new tests.
* Add new tests.
Original patch by Charles Wohlganger. Revisions by Terry Jan Reedy
bpo-30674: Grep -- Add docstrings. Patch by Cheryl Sabella.
...
...
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