Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/2.7
/
Lib
/
lib-tk
tag
074531d25e6b244dcb7858093b79377a78535919
tagger
Benjamin Peterson <benjamin@python.org>
Tue Jan 26 18:43:13 2021
object
8d21aa21f2cbc6d50aab3f420bb23be1d081dac4
the end of the 2.7 branch
b5213f4
[2.7] bpo-27313: Avoid test_ttk_guionly ComboboxTest fail with macOS Cocoa Tk (GH-12015)
by Ned Deily
· 6 years ago
72ff2f7
bpo-26386: Re-enable missing widget testcases in test_ttk_guionly. (GH-12014)
by Ned Deily
· 6 years ago
abe74fe
[2.7] bpo-35250: Correct argument name "num" -> "btn" in turtle docs. (GH-10565). (GH-10943)
by Serhiy Storchaka
· 7 years ago
41c7f97
[2.7] Fix checking for bugfix Tcl version. (GH-10185). (GH-10188)
by Serhiy Storchaka
· 7 years ago
427b8c7
[2.7] bpo-34936: Fix TclError in tkinter.Spinbox.selection_element(). (GH-9760) (GH-9957) (GH-9968)
by Serhiy Storchaka
· 7 years ago
46cb5fd
[2.7] bpo-34189: Add simple tests for new Tk widget options. (GH-8396). (GH-8400)
by Serhiy Storchaka
· 7 years ago
9b84cc8
[2.7] bpo-33974: Fix passing special characters to ttk widgets. (GH-7986) (GH-8021)
by Serhiy Storchaka
· 7 years ago
3a04598
bpo-32857: Raise error when tkinter after_cancel() is called with None. (GH-5701) (GH-6620)
by Cheryl Sabella
· 7 years ago
7a45eb9
bpo-33283: Mention PNG as a supported format by Tcl/Tk. (GH-6479) (GH-6542)
by Andrés Delfino
· 7 years ago
e80a232
[2.7] bpo-33096: Fix ttk.Treeview.insert. (GH-6228) (GH-6326)
by Serhiy Storchaka
· 7 years ago
7c622be
bpo-30855: Fix winfo_id related Tkinter test on Windows. (#4121)
by Serhiy Storchaka
· 8 years ago
e1847ea
bpo-25684: ttk.OptionMenu radiobuttons weren't unique (GH-2276) (GH-2960)
by Cheryl Sabella
· 8 years ago
56e162a
ttk: fix LabeledScale and OptionMenu destroy() method (#3026)
by Victor Stinner
· 8 years ago
f6d6480
[2.7] bpo-30855: Trying to fix test_use on Windows. (#2586)
by Victor Stinner
· 8 years ago
96f5020
[2.7] bpo-30310: tkFont now supports unicode options (e.g. font family). (#1567)
by Serhiy Storchaka
· 8 years ago
f31f225
Fix spelling mistakes in tkinter.py (#1754)
by Vijay Kumar
· 8 years ago
994f04d
Issue #28998: More APIs now support longs as well as ints.
by Serhiy Storchaka
· 9 years ago
536e7a2
Issue 28923: Remove editor artifacts from Tix.py,
by Terry Jan Reedy
· 9 years ago
f8cc287
Issue #28515: Fixed py3k warnings.
by Serhiy Storchaka
· 9 years ago
f10006c
Issue #25464: Fixed HList.header_exists() in Tix module by adding
by Serhiy Storchaka
· 9 years ago
2b91fad
Issue #27611: Fixed support of default root window in the Tix module.
by Serhiy Storchaka
· 9 years ago
fcc8a0f
Correct spelling in documentation and code comments
by Martin Panter
· 9 years ago
1872d94
Issue #27611: Don't import volatile attribute.
by Terry Jan Reedy
· 9 years ago
3d36f0f
Spelling and grammar fixes in code comments and documentation
by Martin Panter
· 9 years ago
199b7d5
Issue #22115: Fixed tracing Tkinter variables.
by Serhiy Storchaka
· 9 years ago
77ccaaf
Issue #27238: Got rid of bare excepts in the turtle module. Original patch
by Serhiy Storchaka
· 9 years ago
d8b5942
Issue #26386: Fixed ttk.TreeView selection operations with item id's
by Serhiy Storchaka
· 9 years ago
200a615
Issue #27125: Remove duplicated words from documentation and comments
by Martin Panter
· 9 years ago
b44c452
Issue #27125: Fix various errors like “will [be] inherited”
by Martin Panter
· 9 years ago
b1d867f
Issue #27076: Doc, comment and test function name spelling fixes
by Martin Panter
· 9 years ago
4f23cab
Corrections for a/an in code comments and documentation
by Martin Panter
· 9 years ago
f2f1c57
Fix typos in comments, documentation and test method names
by Martin Panter
· 9 years ago
9a118f1
Issue #26778: Fixed "a/an/and" typos in code comment and documentation.
by Serhiy Storchaka
· 9 years ago
ca76100
Issue 25959: Explain in docstring that PhotoImage.zoom arguments are
by Terry Jan Reedy
· 9 years ago
0fd213c
Issue #26177: Fixed the keys() method for Canvas and Scrollbar widgets.
by Serhiy Storchaka
· 9 years ago
53ae0ba
Issue #26304: Change "allows to <verb>" to "allows <verb>ing" or similar
by Martin Panter
· 10 years ago
f64ccb9
Issue #25263: Fixed the tkinter.test.test_tkinter.test_font.FontTest test
by Serhiy Storchaka
· 10 years ago
c72e66a
Issue #25523: Backported a-to-an corrections.
by Serhiy Storchaka
· 10 years ago
4734372
Close #24508: Backport the 3.5 MSBuild project files.
by Zachary Ware
· 10 years ago
9487043
Issue #24408: Prevent test_font failures with non-ascii font names.
by Ned Deily
· 10 years ago
18d69e0
Issue #24408: Fixed test for tkinter.Font on OS X.
by Serhiy Storchaka
· 10 years ago
66f8d75
Issue #24408: Added more tkinter.Font tests.
by Serhiy Storchaka
· 10 years ago
dacd7d0
Use more precise Tcl version checks in tests.
by Serhiy Storchaka
· 10 years ago
dcb12f4
Fixed full Tcl version parsing in tests for pre-final versions.
by Serhiy Storchaka
· 10 years ago
f29bc70
Issue #15133: _tkinter.tkapp.getboolean() now supports long and Tcl_Obj and
by Serhiy Storchaka
· 10 years ago
cc49aa1
Issue #6639: Module-level turtle functions no longer raise TclError after
by Serhiy Storchaka
· 10 years ago
7a02582
Issue #22769: Fixed ttk.Treeview.tag_has() when called without arguments.
by Serhiy Storchaka
· 11 years ago
21a2350
Issue #17896: Move Windows external lib sources from .. to externals.
by Zachary Ware
· 11 years ago
e73b8c6
Always handle non-handled events before destoying root widget in tests.
by Serhiy Storchaka
· 11 years ago
1375538
De-'colour'ize stdlib except for idlelib.configDialog.
by Terry Jan Reedy
· 11 years ago
2971c5e
Issue #22384: An exception in Tkinter callback no longer crashes the program
by Serhiy Storchaka
· 11 years ago
ceaf682
Issue #22226: Added private function _splitdict() in the Tkinter module.
by Serhiy Storchaka
· 11 years ago
d3ea065
Issue #22236: Tkinter tests now don't reuse default root window. New root
by Serhiy Storchaka
· 11 years ago
95cf986
Import Tkinter as tkinter to help merging and avoid backporting errors.
by Serhiy Storchaka
· 11 years ago
c208fe6
Issue #1730136: Fix backported exception name.
by Ned Deily
· 11 years ago
44ae513
Issue #22068: Avoided reference loops with Variables and Fonts in Tkinter.
by Serhiy Storchaka
· 11 years ago
04fa704
Issue #21580: Now Tkinter correctly handles binary "data" and "maskdata"
by Serhiy Storchaka
· 11 years ago
2ce9ddd
Issue #22061: Add deprecation warnings in empty obsolete methods.
by Serhiy Storchaka
· 11 years ago
186f665
Issue #1730136: Fix comparison between a tk Font object and an object of a
by Serhiy Storchaka
· 11 years ago
9cb68ca
Issue #6167: Backported tests for Scrollbar.activate() and Scrollbar.set()
by Serhiy Storchaka
· 11 years ago
b606d45
Issue #21868: Prevent turtle crash due to invalid undo buffer size.
by Raymond Hettinger
· 11 years ago
f7f746a
Issue #21882: In turtle demos, remove module scope gui and sys calls by
by Terry Jan Reedy
· 11 years ago
9ce635f
Issue #18492: Allow all resources when tests are not run by regrtest.py.
by Zachary Ware
· 11 years ago
f94686f
Issue #6181: Fixed minor bugs in tkinter.Listbox methods:
by Serhiy Storchaka
· 11 years ago
417367a
Issue #6181: Fixed errors in tkinter.Listbox docstrings.
by Serhiy Storchaka
· 11 years ago
e75a555
Issue #21605: Added tests for Tkinter images.
by Serhiy Storchaka
· 11 years ago
adad50c
Added missed calls of splitlist().
by Serhiy Storchaka
· 11 years ago
edb6428
Issue #21402: tkinter.ttk now works when default root window is not set.
by Serhiy Storchaka
· 11 years ago
6599439
Fixed new Tkinter tests added in issue #21522 with Tk 8.4.
by Serhiy Storchaka
· 11 years ago
4f0e167
Issue #21522: Added Tkinter tests for Listbox.itemconfigure(),
by Serhiy Storchaka
· 11 years ago
f19771f
Issue #20635: Added tests for Tk geometry managers.
by Serhiy Storchaka
· 11 years ago
2460dc8
Issue #18604: Consolidated checks for GUI availability.
by Zachary Ware
· 11 years ago
09f4f25
Issue #15618: Make turtle.py itself work when run from a module with
by Terry Jan Reedy
· 11 years ago
3e0cb09
Fixed grid_columnconfigure() and grid_rowconfigure() methods of
by Serhiy Storchaka
· 12 years ago
942aaac
Issue #19761: Fixed Tkinter tests on OS X.
by Serhiy Storchaka
· 12 years ago
ccffb25
Issue #20368: The null character now correctly passed from Tcl to Python (in
by Serhiy Storchaka
· 12 years ago
2e27ddd
Fixed typo.
by Serhiy Storchaka
· 12 years ago
2bca9de
tkinter.Text.debug() now always returns 0/1.
by Serhiy Storchaka
· 12 years ago
6183f70
Try to fix some ttk tests. Error messages were changed in 8.6b3.
by Serhiy Storchaka
· 12 years ago
9be238d
Issue #20072: Fixed multiple errors in tkinter with wantobjects is False.
by Serhiy Storchaka
· 12 years ago
dbb9630
Backported tests for Tkinter variables.
by Serhiy Storchaka
· 12 years ago
5e11655
Issue #20067: Tkinter variables now work when wantobjects is false.
by Serhiy Storchaka
· 12 years ago
0356ff0
test_debug in test_tkinter/test_text no longer fails when wantobjects is false.
by Serhiy Storchaka
· 12 years ago
ec773cc
Issue #19020: Tkinter now uses splitlist() instead of split() in configure
by Serhiy Storchaka
· 12 years ago
7610ec2
Fixed merging error in changeset 3912934e99ba (issue #19733).
by Serhiy Storchaka
· 12 years ago
9ec0722
Issue #19733: Temporary disable test_image on MacOSX.
by Serhiy Storchaka
· 12 years ago
62cd124
Print Tk patchlevel in Tk and Ttk tests in verbose mode (issue19654).
by Serhiy Storchaka
· 12 years ago
ca035a8
Fix buildbot failure
by Antoine Pitrou
· 12 years ago
3dbbef9
Fix merge error in issue #19602.
by Serhiy Storchaka
· 12 years ago
3f2aade
Issue #19602: Use specific asserts in tkinter tests.
by Serhiy Storchaka
· 12 years ago
f87854e
Fix Tkinter tests on Tk 8.5 with patchlevel < 8.5.11 (issue #19085).
by Serhiy Storchaka
· 12 years ago
27cadd7
Revert wrong change in previous commit (issue #19085).
by Serhiy Storchaka
· 12 years ago
0a4b07b
Fix test_insertwidth Tkinter tests on Tk 8.5 with patchlevel >= 8.5.12 (issue #19085).
by Serhiy Storchaka
· 12 years ago
3ecd17e
Issue #19085: Fix running test_ttk_textonly on displayless host.
by Serhiy Storchaka
· 12 years ago
c4051a8
Issue #19085: Fix Tkinter tests on Tk 8.5 with patchlevel < 8.5.12.
by Serhiy Storchaka
· 12 years ago
68f518c
Issue #19085: Fixed pixels rounding for last Tk patchlevels.
by Serhiy Storchaka
· 12 years ago
31b9c84
Issue #6157: Fixed Tkinter.Text.debug(). Original patch by Guilherme Polo.
by Serhiy Storchaka
· 12 years ago
8630f16
Issue #6160: The bbox() method of Tkinter.Spinbox now returns a tuple of
by Serhiy Storchaka
· 12 years ago
6bf15d1
Issue #19085: Fixed some Tkinter tests on Windows.
by Serhiy Storchaka
· 12 years ago
4a21726
Issue #19085: Fix Tkinter tests with Tcl/Tk 8.4.
by Serhiy Storchaka
· 12 years ago
Next »