Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
671079ef6063fe227460a6c3114625fb6282bbd0
/
Lib
/
tkinter
bdf6b91
bpo-29776: Use decorator syntax for properties. (#585)
by Serhiy Storchaka
· 8 years ago
0ba0def
Issue 28923: Remove editor artifacts from Tix.py,
by Terry Jan Reedy
· 8 years ago
c67983b
Issue 28923: Remove editor artifacts from Tix.py.
by Terry Jan Reedy
· 8 years ago
016a9ac
Issue #27939: Fixed bugs in tkinter.ttk.LabeledScale and tkinter.Scale caused
by Serhiy Storchaka
· 8 years ago
32c0d3a
Issue #27939: Fixed bugs in tkinter.ttk.LabeledScale and tkinter.Scale caused
by Serhiy Storchaka
· 8 years ago
b1f5287
Issue #27025: Generated names for Tkinter widgets now start by the "!" prefix
by Serhiy Storchaka
· 8 years ago
407c8ac
Issue #25464: Fixed HList.header_exists() in tkinter.tix module by addin
by Serhiy Storchaka
· 8 years ago
071dec2
Issue #25464: Fixed HList.header_exists() in tkinter.tix module by addin
by Serhiy Storchaka
· 8 years ago
1aca389
Issue #27611: Fixed support of default root window in the tkinter.tix module.
by Serhiy Storchaka
· 8 years ago
e6f0199
Issue #27611: Fixed support of default root window in the tkinter.tix module.
by Serhiy Storchaka
· 8 years ago
15f44ab
Issue #27895: Spelling fixes (Contributed by Ville Skyttä).
by Raymond Hettinger
· 8 years ago
f050a33
Merge with 3.5
by Terry Jan Reedy
· 8 years ago
22ba01e
Issue #27611: Don't import volatile attribute.
by Terry Jan Reedy
· 8 years ago
02b75ab
Merge spelling and grammar fixes from 3.5
by Martin Panter
· 8 years ago
69332c1
Fix spelling and grammar in documentation and code comments
by Martin Panter
· 8 years ago
b554fad
Issue #22115: Updated Misc/NEWS.
by Serhiy Storchaka
· 8 years ago
745a407
Issue #22115: Fixed tracing Tkinter variables:
by Serhiy Storchaka
· 8 years ago
8122174
Issue #22115: Added methods trace_add, trace_remove and trace_info in the
by Serhiy Storchaka
· 8 years ago
6bc87b4
Issue #20350. tkapp.splitlist() is now always used instead of unreliable
by Serhiy Storchaka
· 8 years ago
b84f029
Issue #27319: Methods selection_set(), selection_add(), selection_remove()
by Serhiy Storchaka
· 8 years ago
9c6c3fb
Issue #27294: Numerical state in the repr for Tkinter event objects is now
by Serhiy Storchaka
· 8 years ago
255bbf2
Issue #26386: Fixed ttk.TreeView selection operations with item id's
by Serhiy Storchaka
· 8 years ago
8e6d09c
Issue #26386: Fixed ttk.TreeView selection operations with item id's
by Serhiy Storchaka
· 8 years ago
8acb568
Issue #27025: Generated names for Tkinter widgets are now more meanful
by Serhiy Storchaka
· 8 years ago
d611f4c
Issue #27294: Improved repr for Tkinter event objects.
by Serhiy Storchaka
· 8 years ago
0b7d84d
Issue #27171: Merge typo fixes from 3.5
by Martin Panter
· 8 years ago
e26da7c
Issue #27171: Fix typos in documentation, comments, and test function names
by Martin Panter
· 8 years ago
e514093
Issue #27125: Merge typo fixes from 3.5
by Martin Panter
· 8 years ago
a90a4a9
Issue #27125: Remove duplicated words from documentation and comments
by Martin Panter
· 8 years ago
e501a93
Issue #27125: Merge typo fixes from 3.5
by Martin Panter
· 8 years ago
8d56c02
Issue #27125: Fix various errors like “will [be] inherited”
by Martin Panter
· 8 years ago
3e04d5b
Issue #27076: Merge spelling from 3.5
by Martin Panter
· 8 years ago
46f5072
Issue #27076: Doc, comment and tests spelling fixes
by Martin Panter
· 8 years ago
2e208b7
Issue #27031: Removed dummy methods in Tkinter widget classes: tk_menuBar()
by Serhiy Storchaka
· 8 years ago
1ce738e
Merge typo fixes from 3.5
by Martin Panter
· 9 years ago
4c35964
Corrections for a/an in code comments and documentation
by Martin Panter
· 9 years ago
f0564164
Fix typos in comments, documentation and test method names
by Martin Panter
· 9 years ago
159e535
Remove outdated TkVersion checks.
by Serhiy Storchaka
· 9 years ago
e437a10
Issue #23277: Remove unused imports in tests.
by Serhiy Storchaka
· 9 years ago
1e8ee9b
Issue #23277: Remove unused sys and os imports
by Berker Peksag
· 9 years ago
b6a9c97
Issue #26778: Fixed "a/an/and" typos in code comment, documentation and error
by Serhiy Storchaka
· 9 years ago
6a7b3a7
Issue #26778: Fixed "a/an/and" typos in code comment and documentation.
by Serhiy Storchaka
· 9 years ago
a55553d
Merge with 3.5
by Terry Jan Reedy
· 9 years ago
ca0250a
Issue 25959: Explain in docstring that PhotoImage.zoom arguments are
by Terry Jan Reedy
· 9 years ago
2d68f18
Issue #26177: Fixed the keys() method for Canvas and Scrollbar widgets.
by Serhiy Storchaka
· 9 years ago
42a4366
Issue #26177: Fixed the keys() method for Canvas and Scrollbar widgets.
by Serhiy Storchaka
· 9 years ago
3008b1c
Issue #26304: Merge doc wording from 3.5
by Martin Panter
· 9 years ago
c04fb56
Issue #26304: Change "allows to <verb>" to "allows <verb>ing" or similar
by Martin Panter
· 9 years ago
fa02131
Issue #25263: Fixed the tkinter.test.test_tkinter.test_font.FontTest test
by Serhiy Storchaka
· 9 years ago
e46e09d
Issue #25263: Fixed the tkinter.test.test_tkinter.test_font.FontTest test
by Serhiy Storchaka
· 9 years ago
40fe35a
Issue #25263: Fixed the tkinter.test.test_tkinter.test_font.FontTest test
by Serhiy Storchaka
· 9 years ago
b9d6724
Issue #25263: Trying to fix test_use on Windows.
by Serhiy Storchaka
· 9 years ago
29a2f7c
Issue #25263: Trying to fix test_use on Windows.
by Serhiy Storchaka
· 9 years ago
4a7c03a
Issue #25523: Merge a-to-an corrections from 3.5.
by Serhiy Storchaka
· 9 years ago
a84f6c3
Issue #25523: Merge a-to-an corrections from 3.4.
by Serhiy Storchaka
· 9 years ago
d65c949
Issue #25523: Further a-to-an corrections.
by Serhiy Storchaka
· 9 years ago
e56a919
Issue #25523: Merge a-to-an corrections from 3.5
by Martin Panter
· 9 years ago
2eb819f
Issue #25523: Merge "a" to "an" fixes from 3.4 into 3.5
by Martin Panter
· 9 years ago
7462b649
Issue #25523: Correct "a" article to "an" article
by Martin Panter
· 9 years ago
ad1a341
Close issue6549: minor ttk.Style fixes
by Ethan Furman
· 9 years ago
ac803cd
Issue #24408: Fixed test for tkinter.Font on OS X.
by Serhiy Storchaka
· 9 years ago
753a1df
Issue #24408: Fixed test for tkinter.Font on OS X.
by Serhiy Storchaka
· 9 years ago
fabdc82
Issue #24408: Added more tkinter.Font tests.
by Serhiy Storchaka
· 9 years ago
c0ed707
Issue #24408: Added more tkinter.Font tests.
by Serhiy Storchaka
· 9 years ago
4fafda7
Issue #24408: Fixed AttributeError in measure() and metrics() methods of
by Serhiy Storchaka
· 9 years ago
7dc9dea
Issue #20035: Reimplement tkinter._fix module as a C function.
by Zachary Ware
· 9 years ago
e98209c
Issue #24245: Eliminated senseless expect clauses that have no any effect.
by Serhiy Storchaka
· 9 years ago
645058d
Issue #23880: Tkinter's getint() and getdouble() now support Tcl_Obj.
by Serhiy Storchaka
· 10 years ago
f28d54d
Use more precise Tcl version checks in tests.
by Serhiy Storchaka
· 10 years ago
3bd66ab
Use more precise Tcl version checks in tests.
by Serhiy Storchaka
· 10 years ago
aec0509
Fixed full Tcl version parsing in tests for pre-final versions.
by Serhiy Storchaka
· 10 years ago
462c357
Fixed full Tcl version parsing in tests for pre-final versions.
by Serhiy Storchaka
· 10 years ago
dfa4e04
Issue #23943: Fix typos. Patch by Piotr Kasprzyk.
by Berker Peksag
· 10 years ago
4882cac
Issue #23943: Fix typos. Patch by Piotr Kasprzyk.
by Berker Peksag
· 10 years ago
f299abd
Issue #23731: Implement PEP 488.
by Brett Cannon
· 10 years ago
06e6610
Issue #15133: _tkinter.tkapp.getboolean() now supports Tcl_Obj and always
by Serhiy Storchaka
· 10 years ago
9a6e201
Issue #15133: _tkinter.tkapp.getboolean() now supports Tcl_Obj and always
by Serhiy Storchaka
· 10 years ago
7c28999
Issue #22769: Fixed ttk.Treeview.tag_has() when called without arguments.
by Serhiy Storchaka
· 10 years ago
8e92f57
Issue #22769: Fixed ttk.Treeview.tag_has() when called without arguments.
by Serhiy Storchaka
· 10 years ago
740e1dc
Issue #17896: Move Windows external lib sources from .. to externals.
by Zachary Ware
· 10 years ago
4b2b1de
Issue #17896: Move Windows external lib sources from .. to externals.
by Zachary Ware
· 10 years ago
0f032a0
Always handle non-handled events before destoying root widget in tests.
by Serhiy Storchaka
· 10 years ago
4cfb5be
Always handle non-handled events before destoying root widget in tests.
by Serhiy Storchaka
· 10 years ago
e66dc2a
Merge with 3.4: decolourize
by Terry Jan Reedy
· 10 years ago
8675799
De-'colour'ize stdlib except for idlelib.configDialog.
by Terry Jan Reedy
· 10 years ago
4ff91eb
Issue #22384: An exception in Tkinter callback no longer crashes the program
by Serhiy Storchaka
· 10 years ago
9502487
Issue #22384: An exception in Tkinter callback no longer crashes the program
by Serhiy Storchaka
· 10 years ago
87a2803
Issue #22226: Added private function _splitdict() in the Tkinter module.
by Serhiy Storchaka
· 10 years ago
8f0a1d0
Issue #22226: Added private function _splitdict() in the Tkinter module.
by Serhiy Storchaka
· 10 years ago
6610662
Issue #22236: Tkinter tests now don't reuse default root window. New root
by Serhiy Storchaka
· 10 years ago
d00aff2
Issue #22236: Tkinter tests now don't reuse default root window. New root
by Serhiy Storchaka
· 10 years ago
0879001
Issue #22068: Avoided reference loops with Variables and Fonts in Tkinter.
by Serhiy Storchaka
· 10 years ago
87bbf25
Issue #22068: Avoided reference loops with Variables and Fonts in Tkinter.
by Serhiy Storchaka
· 10 years ago
26f9feb
Back out of changes to Tkinter variables trace commands (issue #22085).
by Serhiy Storchaka
· 10 years ago
6716d60
Issue #22085: Dropped support of Tk 8.3 in Tkinter.
by Serhiy Storchaka
· 10 years ago
f44611c
Issue #21580: Now Tkinter correctly handles bytes arguments passed to Tk.
by Serhiy Storchaka
· 10 years ago
74596a8
Issue #21580: Now Tkinter correctly handles bytes arguments passed to Tk.
by Serhiy Storchaka
· 10 years ago
68a470f
Issue #22061: Restored empty obsolete methods removed in issue #4350 and
by Serhiy Storchaka
· 10 years ago
1a901cc
Issue #22061: Add deprecation warnings in empty obsolete methods.
by Serhiy Storchaka
· 10 years ago
e6d9805
Issue #4350: Removed a number of out-of-dated and non-working for a long time
by Serhiy Storchaka
· 10 years ago
Next »