| Commit message (Expand) | Author | Age | Files | Lines |
* | Merged revisions 81701 via svnmerge from | Martin v. Löwis | 2010-06-04 | 1 | -0/+2 |
|
|
* | Merged revisions 79195,79425,79427,79450 via svnmerge from | Florent Xicluna | 2010-03-28 | 1 | -5/+5 |
|
|
* | Merged revisions 78722 via svnmerge from | Florent Xicluna | 2010-03-23 | 1 | -5/+5 |
|
|
* | Merged revisions 77120,77151,77155,77209,77229,77256,77317,77331,77333,77359-... | Georg Brandl | 2010-03-21 | 1 | -1/+1 |
|
|
* | Merged revisions 78988 via svnmerge from | Matthias Klose | 2010-03-20 | 1 | -3/+5 |
|
|
* | Merged revisions 75115 via svnmerge from | R. David Murray | 2009-09-28 | 1 | -4/+9 |
|
|
* | Merged revisions 69846 via svnmerge from | Jesus Cea | 2009-07-02 | 2 | -2/+2 |
|
|
* | Merged revisions 72278 via svnmerge from | Walter Dörwald | 2009-05-04 | 1 | -2/+2 |
|
|
* | Merged revisions 70218-70219 via svnmerge from | Guilherme Polo | 2009-03-07 | 1 | -1/+1 |
|
|
* | Merged revisions 69816 via svnmerge from | Mark Dickinson | 2009-02-20 | 1 | -21/+21 |
|
|
* | Merged revisions 69461 via svnmerge from | Guilherme Polo | 2009-02-09 | 1 | -2/+3 |
|
|
* | Merged revisions 68893 via svnmerge from | Martin v. Löwis | 2009-01-24 | 1 | -0/+35 |
|
|
* | Merged revisions 68010 via svnmerge from | Martin v. Löwis | 2008-12-29 | 1 | -5/+7 |
|
|
* | Merged revisions 68006 via svnmerge from | Martin v. Löwis | 2008-12-29 | 1 | -33/+42 |
|
|
* | Merged revisions 67279 via svnmerge from | Martin v. Löwis | 2008-11-19 | 1 | -2/+2 |
|
|
* | Merged revisions 67082 via svnmerge from | Hirokazu Yamamoto | 2008-11-03 | 1 | -11/+13 |
|
|
* | Issue #3965: Allow repeated calls to turtle.Screen, by making it a | Martin v. Löwis | 2008-09-29 | 1 | -28/+31 |
|
|
* | #3950 fix missing scale factors in turtle.py | Benjamin Peterson | 2008-09-24 | 1 | -1/+1 |
|
|
* | Issue #1342811: Fixed broken patch. Reviewed by benjamin.peterson. | Robert Schuppenies | 2008-08-22 | 1 | -5/+7 |
|
|
* | Issue #1342811: Fix leak in Tkinter.Menu.delete. Commands associated to | Robert Schuppenies | 2008-08-10 | 1 | -0/+10 |
|
|
* | Remove a use of callable() from Tkinter to silence warnings under -3. | Brett Cannon | 2008-08-04 | 1 | -1/+1 |
|
|
* | Issue #799428: Fix Tkinter.Misc._nametowidget to unwrap | Martin v. Löwis | 2008-08-02 | 1 | -9/+9 |
|
|
* | remove usage of MacOS from Tkinter | Benjamin Peterson | 2008-07-31 | 1 | -10/+0 |
|
|
* | Patch #1513695: New turtle module, with demos. | Martin v. Löwis | 2008-06-04 | 1 | -750/+3822 |
|
|
* | Fix Tkinter sequence passing. #2906. | Georg Brandl | 2008-06-03 | 1 | -1/+7 |
|
|
* | #2906: accept lists for options, and some cosmetic fixes in Tkinter. | Georg Brandl | 2008-05-29 | 1 | -15/+19 |
|
|
* | Fixed an import that remained from the lib-tk -> tkinter -> lib-tk renaming | Guilherme Polo | 2008-05-24 | 1 | -1/+1 |
|
|
* | #615772: raise a more explicit error from Tkinter.Misc.__contains__. | Georg Brandl | 2008-05-20 | 1 | -0/+2 |
|
|
* | Remove debugging line. | Georg Brandl | 2008-05-20 | 1 | -1/+0 |
|
|
* | Tkinter rename reversal: remove tkinter package, adapt imports and docs. | Georg Brandl | 2008-05-20 | 11 | -49/+50 |
|
|
* | Tkinter renaming reversal: move modules back in their place. | Georg Brandl | 2008-05-20 | 16 | -0/+8566 |
|
|
* | Tkinter renaming reversal: Delete all stubs from lib-tk. | Georg Brandl | 2008-05-20 | 15 | -120/+0 |
|
|
* | Tkinter: make stub modules. | Georg Brandl | 2008-05-17 | 2 | -530/+12 |
|
|
* | Tkinter rename, step 2: fix imports and add stub modules. | Georg Brandl | 2008-05-16 | 14 | -1/+105 |
|
|
* | Step 1 of Tkinter renaming: move lib-tk modules into a new "tkinter" package. | Georg Brandl | 2008-05-16 | 14 | -8032/+0 |
|
|
* | #2535: remove duplicated method. | Georg Brandl | 2008-05-11 | 1 | -3/+0 |
|
|
* | The Canvas module has been deprecated for removal in 3.0. | Brett Cannon | 2008-05-10 | 1 | -0/+4 |
|
|
* | #2503 make singletons compared with "is" not == or != | Benjamin Peterson | 2008-03-29 | 2 | -5/+5 |
|
|
* | Patch #2167 from calvin: Remove unused imports | Christian Heimes | 2008-02-23 | 1 | -1/+0 |
|
|
* | Always convert Text.index result to string. | Martin v. Löwis | 2008-01-01 | 1 | -1/+1 |
|
|
* | Make it a bit easier to test Tcl/Tk and idle from a build dir. | Christian Heimes | 2007-12-18 | 1 | -0/+4 |
|
|
* | Whitespace normalization. | Tim Peters | 2007-01-30 | 1 | -2/+2 |
|
|
* | Patch #1472877: Fix Tix subwidget name resolution. | Martin v. Löwis | 2006-11-18 | 1 | -1/+4 |
|
|
* | Patch #1594554: Always close a tkSimpleDialog on ok(), even | Martin v. Löwis | 2006-11-18 | 1 | -3/+4 |
|
|
* | Patch #1538878: Don't make tkSimpleDialog dialogs transient if | Martin v. Löwis | 2006-11-18 | 1 | -1/+6 |
|
|
* | Patch #1592250: Add elidge argument to Tkinter.Text.search. | Martin v. Löwis | 2006-11-09 | 1 | -1/+2 |
|
|
* | Patch #1351744: Add askyesnocancel helper for tkMessageBox. | Martin v. Löwis | 2006-11-08 | 1 | -0/+10 |
|
|
* | Fix turtle so that you can launch the demo2 function on its own instead of only | Brett Cannon | 2006-10-16 | 1 | -1/+1 |
|
|
* | Fix docstring punctuation | Andrew M. Kuchling | 2006-07-29 | 1 | -2/+2 |
|
|
* | Patch #1524429: Use repr instead of backticks again. | Martin v. Löwis | 2006-07-18 | 1 | -1/+1 |
|
|