summaryrefslogtreecommitdiffstats
path: root/Lib/lib-tk
Commit message (Expand)AuthorAgeFilesLines
* Patch #1513695: New turtle module, with demos.Martin v. Löwis2008-06-041-750/+3822
* Fix Tkinter sequence passing. #2906.Georg Brandl2008-06-031-1/+7
* #2906: accept lists for options, and some cosmetic fixes in Tkinter.Georg Brandl2008-05-291-15/+19
* Fixed an import that remained from the lib-tk -> tkinter -> lib-tk renamingGuilherme Polo2008-05-241-1/+1
* #615772: raise a more explicit error from Tkinter.Misc.__contains__.Georg Brandl2008-05-201-0/+2
* Remove debugging line.Georg Brandl2008-05-201-1/+0
* Tkinter rename reversal: remove tkinter package, adapt imports and docs.Georg Brandl2008-05-2011-49/+50
* Tkinter renaming reversal: move modules back in their place.Georg Brandl2008-05-2016-0/+8566
* Tkinter renaming reversal: Delete all stubs from lib-tk.Georg Brandl2008-05-2015-120/+0
* Tkinter: make stub modules.Georg Brandl2008-05-172-530/+12
* Tkinter rename, step 2: fix imports and add stub modules.Georg Brandl2008-05-1614-1/+105
* Step 1 of Tkinter renaming: move lib-tk modules into a new "tkinter" package.Georg Brandl2008-05-1614-8032/+0
* #2535: remove duplicated method.Georg Brandl2008-05-111-3/+0
* The Canvas module has been deprecated for removal in 3.0.Brett Cannon2008-05-101-0/+4
* #2503 make singletons compared with "is" not == or !=Benjamin Peterson2008-03-292-5/+5
* Patch #2167 from calvin: Remove unused importsChristian Heimes2008-02-231-1/+0
* Always convert Text.index result to string.Martin v. Löwis2008-01-011-1/+1
* Make it a bit easier to test Tcl/Tk and idle from a build dir.Christian Heimes2007-12-181-0/+4
* Whitespace normalization.Tim Peters2007-01-301-2/+2
* Patch #1472877: Fix Tix subwidget name resolution.Martin v. Löwis2006-11-181-1/+4
* Patch #1594554: Always close a tkSimpleDialog on ok(), evenMartin v. Löwis2006-11-181-3/+4
* Patch #1538878: Don't make tkSimpleDialog dialogs transient ifMartin v. Löwis2006-11-181-1/+6
* Patch #1592250: Add elidge argument to Tkinter.Text.search.Martin v. Löwis2006-11-091-1/+2
* Patch #1351744: Add askyesnocancel helper for tkMessageBox.Martin v. Löwis2006-11-081-0/+10
* Fix turtle so that you can launch the demo2 function on its own instead of onlyBrett Cannon2006-10-161-1/+1
* Fix docstring punctuationAndrew M. Kuchling2006-07-291-2/+2
* Patch #1524429: Use repr instead of backticks again.Martin v. Löwis2006-07-181-1/+1
* Whitespace normalization.v2.5b2Tim Peters2006-07-111-1/+1
* Patch #1519566: Remove unused _tofill member.Martin v. Löwis2006-07-101-12/+23
* Whitespace normalization.Tim Peters2006-07-081-2/+2
* Bug #1514693: Update turtle's heading when switching betweenMartin v. Löwis2006-07-031-1/+6
* Reimplement turtle.circle using a polyline, to allow correctMartin v. Löwis2006-07-031-48/+14
* Only setup canvas when it is first created.Martin v. Löwis2006-07-031-1/+1
* Fix end_fill().Georg Brandl2006-06-281-1/+1
* Whitespace normalization.Tim Peters2006-06-191-8/+8
* Fix typo in docstringNeal Norwitz2006-06-171-1/+1
* Patch #815924: Restore ability to pass type= and icon=Martin v. Löwis2006-06-171-3/+4
* Patch #812986: Update the canvas even if not tracing.Martin v. Löwis2006-06-171-0/+1
* Patch #1494750: Destroy master after deleting children.Martin v. Löwis2006-06-171-1/+1
* Patch #1096231: Add default argument to wm_iconbitmap.Martin v. Löwis2006-06-171-3/+12
* Patch #763580: Add name and value arguments toMartin v. Löwis2006-06-171-19/+63
* Normalized a few cases of whitespace in function declarations.Martin Blais2006-06-061-2/+2
* Whitespace normalization.Tim Peters2006-05-181-11/+11
* Patch #1486962: Several bugs in the turtle Tk demo module were fixedGeorg Brandl2006-05-171-18/+565
* Whitespace normalization.Tim Peters2006-04-161-10/+10
* Patch #1063914: Add clipboard_get.Martin v. Löwis2006-04-161-0/+17
* Patch #1468808: don't complain if Tkinter is already deleted at the time Font...Georg Brandl2006-04-121-1/+3
* Whitespace normalization.Tim Peters2006-04-101-2/+2
* Patch #1462222: Fix Tix.Grid. Closes #1036406.Martin v. Löwis2006-04-101-11/+87
* Remove "disgusting hack" in favour of closure (patch #1462235)Georg Brandl2006-04-021-5/+2