Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
64ea192b73e39e877d8b39ce6584fa580eb0e9b4
/
Lib
/
lib-tk
f64ccb9
Issue #25263: Fixed the tkinter.test.test_tkinter.test_font.FontTest test
by Serhiy Storchaka
· 9 years ago
c72e66a
Issue #25523: Backported a-to-an corrections.
by Serhiy Storchaka
· 9 years ago
4734372
Close #24508: Backport the 3.5 MSBuild project files.
by Zachary Ware
· 9 years ago
9487043
Issue #24408: Prevent test_font failures with non-ascii font names.
by Ned Deily
· 9 years ago
18d69e0
Issue #24408: Fixed test for tkinter.Font on OS X.
by Serhiy Storchaka
· 9 years ago
66f8d75
Issue #24408: Added more tkinter.Font tests.
by Serhiy Storchaka
· 9 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
· 10 years ago
21a2350
Issue #17896: Move Windows external lib sources from .. to externals.
by Zachary Ware
· 10 years ago
e73b8c6
Always handle non-handled events before destoying root widget in tests.
by Serhiy Storchaka
· 10 years ago
1375538
De-'colour'ize stdlib except for idlelib.configDialog.
by Terry Jan Reedy
· 10 years ago
2971c5e
Issue #22384: An exception in Tkinter callback no longer crashes the program
by Serhiy Storchaka
· 10 years ago
ceaf682
Issue #22226: Added private function _splitdict() in the Tkinter module.
by Serhiy Storchaka
· 10 years ago
d3ea065
Issue #22236: Tkinter tests now don't reuse default root window. New root
by Serhiy Storchaka
· 10 years ago
95cf986
Import Tkinter as tkinter to help merging and avoid backporting errors.
by Serhiy Storchaka
· 10 years ago
c208fe6
Issue #1730136: Fix backported exception name.
by Ned Deily
· 10 years ago
44ae513
Issue #22068: Avoided reference loops with Variables and Fonts in Tkinter.
by Serhiy Storchaka
· 10 years ago
04fa704
Issue #21580: Now Tkinter correctly handles binary "data" and "maskdata"
by Serhiy Storchaka
· 10 years ago
2ce9ddd
Issue #22061: Add deprecation warnings in empty obsolete methods.
by Serhiy Storchaka
· 10 years ago
186f665
Issue #1730136: Fix comparison between a tk Font object and an object of a
by Serhiy Storchaka
· 10 years ago
9cb68ca
Issue #6167: Backported tests for Scrollbar.activate() and Scrollbar.set()
by Serhiy Storchaka
· 10 years ago
b606d45
Issue #21868: Prevent turtle crash due to invalid undo buffer size.
by Raymond Hettinger
· 10 years ago
f7f746a
Issue #21882: In turtle demos, remove module scope gui and sys calls by
by Terry Jan Reedy
· 10 years ago
9ce635f
Issue #18492: Allow all resources when tests are not run by regrtest.py.
by Zachary Ware
· 10 years ago
f94686f
Issue #6181: Fixed minor bugs in tkinter.Listbox methods:
by Serhiy Storchaka
· 10 years ago
417367a
Issue #6181: Fixed errors in tkinter.Listbox docstrings.
by Serhiy Storchaka
· 10 years ago
e75a555
Issue #21605: Added tests for Tkinter images.
by Serhiy Storchaka
· 10 years ago
adad50c
Added missed calls of splitlist().
by Serhiy Storchaka
· 10 years ago
edb6428
Issue #21402: tkinter.ttk now works when default root window is not set.
by Serhiy Storchaka
· 10 years ago
6599439
Fixed new Tkinter tests added in issue #21522 with Tk 8.4.
by Serhiy Storchaka
· 10 years ago
4f0e167
Issue #21522: Added Tkinter tests for Listbox.itemconfigure(),
by Serhiy Storchaka
· 10 years ago
f19771f
Issue #20635: Added tests for Tk geometry managers.
by Serhiy Storchaka
· 10 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
· 11 years ago
942aaac
Issue #19761: Fixed Tkinter tests on OS X.
by Serhiy Storchaka
· 11 years ago
ccffb25
Issue #20368: The null character now correctly passed from Tcl to Python (in
by Serhiy Storchaka
· 11 years ago
2e27ddd
Fixed typo.
by Serhiy Storchaka
· 11 years ago
2bca9de
tkinter.Text.debug() now always returns 0/1.
by Serhiy Storchaka
· 11 years ago
6183f70
Try to fix some ttk tests. Error messages were changed in 8.6b3.
by Serhiy Storchaka
· 11 years ago
9be238d
Issue #20072: Fixed multiple errors in tkinter with wantobjects is False.
by Serhiy Storchaka
· 11 years ago
dbb9630
Backported tests for Tkinter variables.
by Serhiy Storchaka
· 11 years ago
5e11655
Issue #20067: Tkinter variables now work when wantobjects is false.
by Serhiy Storchaka
· 11 years ago
0356ff0
test_debug in test_tkinter/test_text no longer fails when wantobjects is false.
by Serhiy Storchaka
· 11 years ago
ec773cc
Issue #19020: Tkinter now uses splitlist() instead of split() in configure
by Serhiy Storchaka
· 11 years ago
7610ec2
Fixed merging error in changeset 3912934e99ba (issue #19733).
by Serhiy Storchaka
· 11 years ago
9ec0722
Issue #19733: Temporary disable test_image on MacOSX.
by Serhiy Storchaka
· 11 years ago
62cd124
Print Tk patchlevel in Tk and Ttk tests in verbose mode (issue19654).
by Serhiy Storchaka
· 11 years ago
ca035a8
Fix buildbot failure
by Antoine Pitrou
· 11 years ago
3dbbef9
Fix merge error in issue #19602.
by Serhiy Storchaka
· 11 years ago
3f2aade
Issue #19602: Use specific asserts in tkinter tests.
by Serhiy Storchaka
· 11 years ago
f87854e
Fix Tkinter tests on Tk 8.5 with patchlevel < 8.5.11 (issue #19085).
by Serhiy Storchaka
· 11 years ago
27cadd7
Revert wrong change in previous commit (issue #19085).
by Serhiy Storchaka
· 11 years ago
0a4b07b
Fix test_insertwidth Tkinter tests on Tk 8.5 with patchlevel >= 8.5.12 (issue #19085).
by Serhiy Storchaka
· 11 years ago
3ecd17e
Issue #19085: Fix running test_ttk_textonly on displayless host.
by Serhiy Storchaka
· 11 years ago
c4051a8
Issue #19085: Fix Tkinter tests on Tk 8.5 with patchlevel < 8.5.12.
by Serhiy Storchaka
· 11 years ago
68f518c
Issue #19085: Fixed pixels rounding for last Tk patchlevels.
by Serhiy Storchaka
· 11 years ago
31b9c84
Issue #6157: Fixed Tkinter.Text.debug(). Original patch by Guilherme Polo.
by Serhiy Storchaka
· 11 years ago
8630f16
Issue #6160: The bbox() method of Tkinter.Spinbox now returns a tuple of
by Serhiy Storchaka
· 11 years ago
6bf15d1
Issue #19085: Fixed some Tkinter tests on Windows.
by Serhiy Storchaka
· 11 years ago
4a21726
Issue #19085: Fix Tkinter tests with Tcl/Tk 8.4.
by Serhiy Storchaka
· 11 years ago
090b6b1
Issue #10734: Fix and re-enable test_ttk test_heading_callback.
by Serhiy Storchaka
· 11 years ago
dd80816
Issue #19085: Added basic tests for all tkinter widget options.
by Serhiy Storchaka
· 11 years ago
b445558
Issue #16809: Fixed some tkinter incompabilities with Tcl/Tk 8.6.
by Serhiy Storchaka
· 11 years ago
f5469cf
#18705: fix a number of typos. Patch by Févry Thibault.
by Ezio Melotti
· 11 years ago
ba7620c
Fix tkinter regression introduced by the security fix in #16248.
by Antoine Pitrou
· 11 years ago
cc8506e
Update int division to quiet 2to3 warning.
by Terry Jan Reedy
· 11 years ago
a70f60a
Issue #17047: remove doubled words found in 2.7 to 3.4 Lib/*,
by Terry Jan Reedy
· 12 years ago
e39ba04
Issue #15861: tkinter now correctly works with lists and tuples containing
by Serhiy Storchaka
· 12 years ago
4bb142b
Issue #16714: use 'raise' exceptions, don't 'throw'.
by Andrew Svetlov
· 12 years ago
33b9b71
Issue #16582: use int exit code in tkinter._exit
by Andrew Svetlov
· 12 years ago
7dddec4
Issue #16248: Disable code execution from the user's home directory by tkinter when the -E flag is passed to Python.
by Antoine Pitrou
· 12 years ago
2d96848
Issue #12288: Consider '0' and '0.0' as valid initialvalue for tkinter SimpleDialog.
by Andrew Svetlov
· 12 years ago
724a55c
Issue #14777: In an X11 windowing environment, tkinter may return
by Ned Deily
· 12 years ago
f14a2bf
Transplant 45287f2799f5 from default branch.
by Georg Brandl
· 13 years ago
c7bbd7b
don't rely on dict order
by Benjamin Peterson
· 13 years ago
49e49a2
Issue #13439: Fix many errors in turtle docstrings.
by Petri Lehtinen
· 13 years ago
1e87da1
Remove duplication.
by Ezio Melotti
· 13 years ago
1381a31
#12677: correct turtle orientation in doc
by Sandro Tosi
· 13 years ago
4af1c6a
Fix closes Issue11439 - Handle the SVN Keywords in 2.7 by replacing them with a high number so that code relying on them does not break.
by Senthil Kumaran
· 13 years ago
885b164
Issue #8716: Instead of relying on Aqua Tk exceptions to detect lack of
by Ned Deily
· 13 years ago
09f6ab0
Issue #8716: Back out temporary changeset 18ce15f841cf
by Ned Deily
· 13 years ago
8c653e0
Issue #8716: Add temporary code for 2.7 to help diagnose buildbot failure.
by Ned Deily
· 13 years ago
eee1048
Issue #8716: Fix errors in the non-OS X path of the 27 backport.
by Ned Deily
· 13 years ago
46268c4
Issue #8716: Avoid crashes caused by Aqua Tk on OSX when attempting to run
by Ned Deily
· 13 years ago
9a7a4cc
Issue #10734: Temporarily disable test_ttk test_heading_callback on 2.7 as well.
by Ned Deily
· 13 years ago
64e5995
Issue #10736: Fix test_ttk test_widgets failures with Cocoa Tk 8.5.9
by Ned Deily
· 13 years ago
c2077b0
#11565: Fix several typos. Patch by Piotr Kasprzyk.
by Ezio Melotti
· 14 years ago
24b07bc
#11515: fix several typos. Patch by Piotr Kasprzyk.
by Ezio Melotti
· 14 years ago
ab016d2
Merged revisions 85930 via svnmerge from
by Alexander Belopolsky
· 14 years ago
0b481ca
Merged revisions 85018 via svnmerge from
by Antoine Pitrou
· 14 years ago
eba67c0
Issue #6470: Drop UNC prefix in FixTk.py
by Martin v. Löwis
· 14 years ago
e84089e
Issue #8204: Fix test_ttk notebook test by forcing focus.
by Martin v. Löwis
· 15 years ago
1b287c7
Issue #8344: Fix test_ttk bug on FreeBSD.
by Martin v. Löwis
· 15 years ago
dfd3618
#7092: silence some py3k warnings
by Florent Xicluna
· 15 years ago
c8a730b
Syntax cleanup `== None` -> `is None`
by Florent Xicluna
· 15 years ago
8b41168
- Issue #4961: Inconsistent/wrong result of askyesno function in tkMessageBox
by Matthias Klose
· 15 years ago
Next »