summaryrefslogtreecommitdiffstats
path: root/Lib/lib-tk
Commit message (Expand)AuthorAgeFilesLines
* Reindent.Martin v. Löwis2002-03-281-551/+550
* Patch #536117: Typo in turtle.py.Martin v. Löwis2002-03-281-1/+1
* Destroy and unlink deleted NoteBook panes. Fixes #516703.Martin v. Löwis2002-03-271-1/+2
* Ignore widgets with unknown names in winfo_children. Fixes #518283.Martin v. Löwis2002-03-271-3/+11
* Set TCL_LIBRARY before import _tkinter. Suggested by Kirill Simonov.Martin v. Löwis2002-02-241-10/+31
* Patch #515598: removed unused import of os.Martin v. Löwis2002-02-161-1/+0
* Fix typo in labelAndrew M. Kuchling2002-01-021-1/+1
* Print encoded versions of the file names in test application. Fixes #496084Martin v. Löwis2001-12-301-2/+16
* Make tix_configure() work the same way configure() works for the basicFred Drake2001-12-131-86/+92
* Fix for SF #491953 (Andrew Dalke): ScrolledText.py has TabErrorGuido van Rossum2001-12-121-3/+3
* SF patch #491183 (Jeff Epler): ScrolledText.grid() doesn't workGuido van Rossum2001-12-101-2/+6
* Be more careful about accessing attributes of the parent: if Tk has not beenFred Drake2001-12-061-4/+20
* Properly set static options for tixBalloon and tixResizeHandle.Martin v. Löwis2001-11-251-2/+19
* Merge directory chooser into tkFileDialog.Martin v. Löwis2001-11-082-54/+18
* Patch #478654: Expose tk_chooseDirectory.Martin v. Löwis2001-11-071-4/+11
* Patch #471120: Improved doc strings and new wrappers.Martin v. Löwis2001-11-021-45/+382
* directory chooser (requires a recent version of Tk)Fredrik Lundh2001-10-291-0/+52
* Move grid_location into Misc. Fixes bug #426892.Martin v. Löwis2001-10-131-8/+8
* Suggestion from SF patch #470433 to avoid clobbering TCL_LIBRARY etGuido van Rossum2001-10-121-4/+9
* Add entry parameter to HList.item_cget. Fixes bug #466981.Martin v. Löwis2001-10-091-2/+2
* Undo last checkin, since it duplicated the code.Martin v. Löwis2001-10-011-25/+0
* Patch #426880: Implement Listbox itemcget and itemconfigure.Martin v. Löwis2001-10-011-0/+25
* class Listbox: add itemcget, to satisfy SF patch #457713.Guido van Rossum2001-09-051-1/+5
* Add Listbox.itemconfig[ure] call. (A "recent" addition to Tk -- 8.0Guido van Rossum2001-09-011-5/+26
* Don't make even the _slightest_ modification between test and checkin,Jack Jansen2001-08-231-1/+1
* The MacOS module may be available on Mac OS X, but it doesn't have a SchedPar...Jack Jansen2001-08-231-1/+1
* Fix two bugs discovered by PyChecker. (I cannot test these, but I'mGuido van Rossum2001-08-131-2/+2
* Patch #403514: precompute _subst_format_str to avoid a call toMartin v. Löwis2001-08-091-2/+2
* Applied SF patch #438424 by Josh Cogliati:Guido van Rossum2001-08-091-4/+42
* The lower() and tkraise() methods were calling the Canvas widgetGuido van Rossum2001-04-101-2/+2
* Fixed a bunch of Tabnanny errorsMoshe Zadka2001-03-211-590/+590
* Patch #410231: Add the Python Tix library.Martin v. Löwis2001-03-211-0/+1266
* String method conversion.Eric S. Raymond2001-02-093-15/+10
* Patch by kragen@pobox.com: When tracing is turned on, lines shorterGuido van Rossum2001-01-011-0/+2
* Update the code to better reflect recommended style:Fred Drake2000-12-121-2/+2
* Also point TK_LIBRARY to the appropriate directory.Guido van Rossum2000-10-251-3/+4
* Make reindent.py happy (convert everything to 4-space indents!).Fred Drake2000-10-239-249/+246
* [ Bug #110677 ] PRIVATE: various minor Tkinter things (PR#388)Guido van Rossum2000-10-061-12/+15
* Don't rename Tkinter to Tk; closes bug 115714Martin v. Löwis2000-10-011-6/+6
* Removed some debugging prints: When running user configuration codeFred Drake2000-09-151-4/+0
* Fix for bug 110629: Generate unique image names by introducing a counterMartin v. Löwis2000-09-081-1/+3
* Older Tk versions don't support mousewheel support. Set event.deltaFredrik Lundh2000-09-071-1/+4
* -- added a couple of missing Tkinter constants (canvas item styles,Fredrik Lundh2000-08-091-0/+22
* -- don't mess up in winfo_visualsavailable if the system onlyFredrik Lundh2000-08-091-0/+2
* -- added optional newstate argument to Wm.state. The newstate argFredrik Lundh2000-08-091-4/+4
* -- use explicit conversion instead of u-string literal in the testFredrik Lundh2000-08-091-4/+8
* -- added xview_moveto, xview_scroll, yview_moveto, yview_scrollFredrik Lundh2000-08-091-3/+19
* -- untabification (use "diff -b" to verify)Fredrik Lundh2000-08-092-2859/+2858
* Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in eitherThomas Wouters2000-07-164-19/+19
* Change whitespace in two places to silence tabnanny.Guido van Rossum2000-07-061-4/+4