summaryrefslogtreecommitdiffstats
path: root/Lib/tkinter
Commit message (Collapse)AuthorAgeFilesLines
* Issue #1658: dict size is changing during iteration in tkinter.BaseWidget andGuilherme Polo2008-09-042-10/+7
| | | | | | tkinter.scrolledtext.ScrolledText. Reviewed by Amaury Forgeot d'Arc
* Merged revisions 65971 via svnmerge fromRobert Schuppenies2008-08-221-5/+7
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r65971 | robert.schuppenies | 2008-08-22 10:03:43 +0200 (Fri, 22 Aug 2008) | 2 lines Issue #1342811: Fixed broken patch. Reviewed by benjamin.peterson. ........
* Merged revisions 65622 via svnmerge fromRobert Schuppenies2008-08-101-0/+11
| | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r65622 | robert.schuppenies | 2008-08-10 13:01:53 +0200 (Sun, 10 Aug 2008) | 4 lines Issue #1342811: Fix leak in Tkinter.Menu.delete. Commands associated to menu entries were not deleted. ........
* Merged revisions 65399 via svnmerge fromMartin v. Löwis2008-08-021-9/+9
| | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r65399 | martin.v.loewis | 2008-08-02 09:20:25 +0200 (Sa, 02 Aug 2008) | 3 lines Issue #799428: Fix Tkinter.Misc._nametowidget to unwrap Tcl command objects. ........
* Merged revisions 65328 via svnmerge fromBenjamin Peterson2008-07-311-10/+0
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r65328 | benjamin.peterson | 2008-07-31 10:15:45 -0500 (Thu, 31 Jul 2008) | 1 line remove usage of MacOS from Tkinter ........
* Patch #3064: Port new turtle module and demos to 3.0.Martin v. Löwis2008-06-101-766/+3861
|
* Fix Tkinter sequence passing. #2906.Georg Brandl2008-06-031-2/+7
|
* Remove basestring usage.Georg Brandl2008-05-301-1/+1
|
* #2906: accept lists for options, and some cosmetic fixes in Tkinter.Georg Brandl2008-05-291-15/+19
|
* Merged revisions ↵Georg Brandl2008-05-251-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 63412,63445-63447,63449-63450,63452,63454,63459,63463,63465,63470,63483-63484,63496-63497,63499-63501,63530-63531,63540,63614 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r63412 | georg.brandl | 2008-05-17 19:57:01 +0200 (Sat, 17 May 2008) | 2 lines #961805: fix Edit.text_modified(). ........ r63445 | georg.brandl | 2008-05-18 10:52:59 +0200 (Sun, 18 May 2008) | 2 lines GHOP #180 by Michael Schneider: add examples to the socketserver documentation. ........ r63446 | georg.brandl | 2008-05-18 11:12:20 +0200 (Sun, 18 May 2008) | 2 lines GHOP #134, #171, #137: unit tests for the three HTTPServer modules. ........ r63447 | georg.brandl | 2008-05-18 12:39:26 +0200 (Sun, 18 May 2008) | 3 lines Take namedtuple item names only from ascii_letters (this blew up on OSX), and make sure there are no duplicate names. ........ r63449 | georg.brandl | 2008-05-18 13:46:51 +0200 (Sun, 18 May 2008) | 2 lines GHOP #217: add support for compiling Python with coverage checking enabled. ........ r63450 | georg.brandl | 2008-05-18 13:52:36 +0200 (Sun, 18 May 2008) | 2 lines GHOP #257: test distutils' build_ext command, written by Josip Dzolonga. ........ r63452 | georg.brandl | 2008-05-18 15:34:06 +0200 (Sun, 18 May 2008) | 2 lines Add GHOP students. ........ r63454 | georg.brandl | 2008-05-18 18:32:48 +0200 (Sun, 18 May 2008) | 2 lines GHOP #121: improve test_pydoc, by Benjamin Peterson. ........ r63459 | benjamin.peterson | 2008-05-18 22:48:07 +0200 (Sun, 18 May 2008) | 2 lines bring test_pydoc up to my high standards (now that I have them) ........ r63463 | georg.brandl | 2008-05-18 23:10:19 +0200 (Sun, 18 May 2008) | 2 lines Fix test_pyclbr after another platform-dependent function was added to urllib. ........ r63465 | benjamin.peterson | 2008-05-19 01:07:07 +0200 (Mon, 19 May 2008) | 2 lines change some imports in tests so they will not be skipped in 3.0 ........ r63470 | georg.brandl | 2008-05-19 18:47:25 +0200 (Mon, 19 May 2008) | 2 lines test_httpservers has unpredictable refcount behavior. ........ r63483 | georg.brandl | 2008-05-20 08:15:36 +0200 (Tue, 20 May 2008) | 2 lines Activate two more test cases in test_httpservers. ........ r63484 | georg.brandl | 2008-05-20 08:47:31 +0200 (Tue, 20 May 2008) | 2 lines Argh, this is the *actual* test that works under Windows. ........ r63496 | georg.brandl | 2008-05-20 10:07:36 +0200 (Tue, 20 May 2008) | 2 lines Improve diffing logic and output for test_pydoc. ........ r63497 | georg.brandl | 2008-05-20 10:10:03 +0200 (Tue, 20 May 2008) | 2 lines Use inspect.getabsfile() to get the documented module's filename. ........ r63499 | georg.brandl | 2008-05-20 10:25:48 +0200 (Tue, 20 May 2008) | 3 lines Patch #1775025: allow opening zipfile members via ZipInfo instances. Patch by Graham Horler. ........ r63500 | georg.brandl | 2008-05-20 10:40:43 +0200 (Tue, 20 May 2008) | 2 lines #2592: delegate nb_index and the floor/truediv slots in weakref.proxy. ........ r63501 | georg.brandl | 2008-05-20 10:48:34 +0200 (Tue, 20 May 2008) | 2 lines #615772: raise a more explicit error from Tkinter.Misc.__contains__. ........ r63530 | benjamin.peterson | 2008-05-22 02:57:02 +0200 (Thu, 22 May 2008) | 2 lines use more specific asserts in test_opcode ........ r63531 | benjamin.peterson | 2008-05-22 03:02:23 +0200 (Thu, 22 May 2008) | 2 lines remove redundant invocation of json doctests ........ r63540 | benjamin.peterson | 2008-05-23 01:09:26 +0200 (Fri, 23 May 2008) | 3 lines fix test_pydoc so it works on make installed Python installations Also let it pass when invoked directly ........ r63614 | georg.brandl | 2008-05-25 10:07:37 +0200 (Sun, 25 May 2008) | 2 lines #2959: allow multiple close() calls for GzipFile. ........
* Tkinter, step 4: merge simple- and filedialog modules.Georg Brandl2008-05-172-1/+516
|
* Tkinter, step 2: adapt imports.Georg Brandl2008-05-1712-52/+53
|
* Tkinter move, part 1: move modules.Georg Brandl2008-05-1714-0/+8024
|
* These directories renamed: tkinter -> lib-tk, stdwin -> lib-stdwin.Guido van Rossum1997-09-0912-3047/+0
|
* Add missing comma to make a tuple of (tagOrId).Guido van Rossum1997-08-181-1/+1
|
* Fred Lundh's latest versions.Guido van Rossum1997-08-143-11/+21
|
* Add dummies for create/delete filehandles, just so that vanilla GrailGuido van Rossum1997-08-141-0/+6
| | | | 0.3 won't break on Windows.
* New dialog from Fred LundhGuido van Rossum1997-08-121-0/+212
|
* Fixes for the Mac. (Jack)Guido van Rossum1997-08-121-1/+5
|
* Get READABLE c.s. from _tkinter instead of conditional definition.Guido van Rossum1997-08-051-12/+6
| | | | in Tk.destroy(), reset _default_root to None when it is us.
* New dialog routines (Fred Lundh)Guido van Rossum1997-07-194-0/+361
|
* Use dictionary's update() method in _cnfmerge().Guido van Rossum1997-07-191-2/+6
|
* Widget._setup(): Support name=None in a similar way to the handling of otherFred Drake1997-05-271-1/+2
| | | | Tkinter keyword parameters.
* Add root.tkraise() to the _test() program so the window doesn't hideGuido van Rossum1997-05-091-0/+1
| | | | behind the shell window on NT.
* Misc.__init__(): Removed method, replaced with class attribute (whichFred Drake1997-05-031-4/+1
| | | | | | was all that the method set anyway). Removed calls to the constructor. This reduces the number of Python function calls per widget construction by one, for every widget construction.
* Patch by Craig McPheeters to clean up the back-references to widgetsGuido van Rossum1997-04-141-2/+23
| | | | contained in commands created by those same widgets.
* Require _tkinter -- don't attempt to import tkinter when _tkinter doesGuido van Rossum1997-02-151-25/+10
| | | | | | | | | not exist. All 8 uses of tkinter are replaced with _tkinter. Still create a variable tkinter though, because that is used by other modules importing Tkinter (e.g. tkinter.createfilehandler()). Also added a comment to the 'import _tkinter' line saying that if this fails, Python is not configured correctly.
* Gave the Listbox selection methods their correct (longer) names.Guido van Rossum1997-02-141-2/+4
| | | | Removed select_adjust -- Tk no longer supports this.
* Put support for a cnf dictionary back in, since it is still supportedGuido van Rossum1997-02-121-1/+3
| | | | | by all true Tkinter widgets. (Not that I *like* this module -- it stinks, but until I have something better, I can't nuke it.)
* Avoid traceback in selection_own_get() when no Tk widget owns theGuido van Rossum1997-01-211-3/+4
| | | | selection; return None instead.
* (Tkinter.py): Add support for Frame(w, class_="classname") as an alternativeFred Drake1997-01-101-1/+4
| | | | | | | to Frame(w, cnf={"class": "classname"}). I think this is the only widget other than Toplevel that needs to be concerned about setting the widget's class (-class must be the first option on the Tcl widget creation command).
* Fix the following bug:Guido van Rossum1997-01-031-4/+6
| | | | | | | | | | | - When dragging the mouse in either listbox, the *first* entry clicked on is selected rather than the last (but the last one is highlighted). This is done by changing the bindtags so that our binding is executed after the default binding (which sets the 'active' index to the last item selected), and using 'active' instead of 'anchor' as the index to ask for.
* Fix bogus implementation of Group.bind().Guido van Rossum1996-12-271-2/+6
| | | | Added unbind() to CanvasItem and Group classes.
* Added config(ure) method to Image class.Guido van Rossum1996-12-271-0/+10
| | | | (Fred Drake)
* Change the default values for IntVar and DoubleVar to numbers (theyGuido van Rossum1996-12-271-2/+2
| | | | were strings, accidentally).
* Added a bunch of new winfo options; we should now be up to date withGuido van Rossum1996-12-121-2/+29
| | | | | | | Tk 4.2. The new winfo options supported are: mananger, pointerx, pointerxy, pointery, server, viewable, visualid, visualsavailable. Also fixed bugs in winfo_colormapfull() and winfo_containing().
* Added ALL='all'.Guido van Rossum1996-11-201-0/+1
|
* Turn leading minus sign into underscore for image widget name -- theGuido van Rossum1996-11-201-3/+5
| | | | hyphen confused Tk into thinking the name was an option.
* Don't require leading '-' on option name to Text.tag_cgetGuido van Rossum1996-11-111-0/+4
|
* Get rid of bogus binding of <Delete> to a function that deletes the nextGuido van Rossum1996-10-241-3/+0
| | | | character (this is already a built-in binding now).
* Added support for floating point resolution to Scale.get().Guido van Rossum1996-10-231-1/+5
|
* (Tkinter.py): Fixed bug in re-implementation of OptionMenu.Fred Drake1996-10-211-1/+1
|
* (Fred Drake:) Re-wrote the OptionMenu class to allow access to a realGuido van Rossum1996-10-211-5/+28
| | | | | Menu object via om['menu'] -- this is necessary to use a post-command with an OptionMenu. The API has not changed.
* (Tkinter.py): Improve application basename determination to make .py andFred Drake1996-10-061-1/+2
| | | | | .pyc extensions completely equivelent when locating the "profile" which should be read on startup.
* (Tkinter.py): Fixed dumb typo in Misc.tk_setPalette().Fred Drake1996-10-041-2/+2
|
* (Tkinter.py): Many revisions for Tk 4.X: Added clipboard support, updatedFred Drake1996-09-271-40/+86
| | | | | | | selection interface, handle the -displayof option intelligently in many places. Added "wm colormapwindows" and "winfo colormapfull" support. Removed "focus default" and "focus none" method: these are not in Tk 4.X.
* (Canvas.py): Added definition of CanvasItem.cget() as suggested byFred Drake1996-09-261-0/+1
| | | | Nils Fischbeck.
* Implement lower by calling lower, not lift.Guido van Rossum1996-09-111-1/+1
|
* Bug fixes in index&icursor suggested by Nils Fischbeck.Guido van Rossum1996-09-111-5/+5
|
* simpler version of the previous fixGuido van Rossum1996-09-101-4/+2
|