| Commit message (Expand) | Author | Age | Files | Lines |
* | gh-120873: Add tests for new widget options in Tk 8.7 (GH-120877) | Serhiy Storchaka | 2024-06-22 | 2 | -15/+46 |
|
|
* | gh-104855: Update Tkinter tests for Tcl/Tk 8.7 and 9.0 (GH-120824) | Serhiy Storchaka | 2024-06-22 | 4 | -116/+187 |
|
|
* | gh-107262: Update Tkinter tests for Tcl/Tk 8.6.14 (GH-119322) | James De Bias | 2024-05-30 | 1 | -4/+10 |
|
|
* | gh-119791: Fix new Tkinter tests for wantobjects=0 (GH-119792) | Serhiy Storchaka | 2024-05-30 | 1 | -3/+10 |
|
|
* | Add Tkinter tests for different events (GH-118778) | Serhiy Storchaka | 2024-05-16 | 1 | -0/+278 |
|
|
* | gh-118271: Support more options for reading/writing images in Tkinter (GH-118... | Serhiy Storchaka | 2024-05-06 | 1 | -5/+101 |
|
|
* | gh-118225: Support more options for copying images in Tkinter (GH-118228) | Serhiy Storchaka | 2024-05-06 | 1 | -1/+150 |
|
|
* | bpo-32839: Add the after_info() method for Tkinter widgets (GH-5664) | Cheryl Sabella | 2024-04-26 | 1 | -0/+40 |
|
|
* | Remove tests_gui variables from Tkinter tests (GH-118280) | Serhiy Storchaka | 2024-04-25 | 2 | -12/+0 |
|
|
* | gh-97928: Partially restore the behavior of tkinter.Text.count() by default (... | Serhiy Storchaka | 2024-02-11 | 1 | -12/+32 |
|
|
* | gh-43457: Tkinter: fix design flaws in wm_attributes() (GH-111404) | Serhiy Storchaka | 2024-02-05 | 2 | -1/+56 |
|
|
* | gh-113951: Tkinter: "tag_unbind(tag, sequence, funcid)" now only unbinds "fun... | Serhiy Storchaka | 2024-02-04 | 1 | -0/+95 |
|
|
* | gh-113877: Fix Tkinter method winfo_pathname() on 64-bit Windows (GH-113900) | Serhiy Storchaka | 2024-01-10 | 1 | -0/+12 |
|
|
* | gh-75666: Tkinter: "unbind(sequence, funcid)" now only unbinds "funcid" (GH-1... | Serhiy Storchaka | 2023-12-06 | 1 | -7/+27 |
|
|
* | gh-75666: Tkinter: add tests for binding (GH-111202) | Serhiy Storchaka | 2023-10-24 | 1 | -0/+307 |
|
|
* | gh-97928: Change the behavior of tkinter.Text.count() (GH-98484) | Serhiy Storchaka | 2023-10-24 | 1 | -37/+19 |
|
|
* | gh-107705: Fix file leak in test_tkinter in the C locale (GH-110507) | Serhiy Storchaka | 2023-10-14 | 1 | -5/+10 |
|
|
* | gh-109653: Remove unused imports in the `Lib/` directory (#109803) | Alex Waygood | 2023-09-24 | 1 | -1/+0 |
|
|
* | gh-90791: Enable test___all__ on ASAN build (#108286) | Victor Stinner | 2023-08-22 | 1 | -0/+1 |
|
|
* | gh-72684: Tkinter: provide interface for "tk busy" subcommands (GH-107684) | Serhiy Storchaka | 2023-08-19 | 1 | -1/+55 |
|
|
* | gh-100814: Fix exception for invalid callable value of Tkinter image option (... | Serhiy Storchaka | 2023-08-07 | 1 | -0/+16 |
|
|
* | gh-104496: Use correct Tcl or Tk version in Tkinter tests (GH-107688) | Serhiy Storchaka | 2023-08-07 | 4 | -23/+23 |
|
|
* | gh-105077: Fix test_tkinter refleak checking (GH-105078) | Zachary Ware | 2023-05-30 | 1 | -5/+10 |
|
|
* | gh-104497: Make tkinter test pass with tk 8.7 (#104789) | Terry Jan Reedy | 2023-05-27 | 1 | -1/+4 |
|
|
* | gh-104773: PEP 594: Remove the imghdr module (#104777) | Victor Stinner | 2023-05-26 | 2 | -5/+5 |
|
|
* | gh-94473: Flatten arguments in tkinter.Canvas.coords() (GH-98479) | Serhiy Storchaka | 2023-05-22 | 1 | -0/+6 |
|
|
* | gh-104461: Run tkinter test_configure_screen on X11 only (GH-104462) | Christopher Chavez | 2023-05-16 | 1 | -0/+2 |
|
|
* | gh-104494: Update certain Tkinter pack/place tests for Tk 8.7 errors (#104495) | Christopher Chavez | 2023-05-15 | 1 | -4/+6 |
|
|
* | gh-103685: Fix tkinter.Menu.index() for Tk 8.7 (#103686) | Christopher Chavez | 2023-04-24 | 1 | -0/+5 |
|
|
* | gh-102515: Remove unused imports in the `Lib/` directory (#102516) | Alex Waygood | 2023-03-08 | 1 | -2/+1 |
|
|
* | Add more tkinter.Canvas tests (GH-98475) | Serhiy Storchaka | 2022-10-20 | 1 | -0/+158 |
|
|
* | gh-97928: Fix handling options starting with "-" in tkinter.Text.count() (GH-... | Serhiy Storchaka | 2022-10-19 | 1 | -3/+1 |
|
|
* | gh-97928: Add tests for tkinter.Text.count() (GH-98269) | Serhiy Storchaka | 2022-10-19 | 1 | -0/+54 |
|
|
* | gh-73588: Fix generation of the default name of tkinter.Checkbutton. (GH-97547) | Serhiy Storchaka | 2022-09-27 | 1 | -0/+26 |
|
|
* | gh-54781: Move Lib/tkinter/test/test_ttk/ to Lib/test/test_ttk/ (#94070) | Victor Stinner | 2022-06-22 | 16 | -0/+4426 |
|
|