summaryrefslogtreecommitdiffstats
path: root/Lib/lib-tk
Commit message (Collapse)AuthorAgeFilesLines
* Merged revisions 81701 via svnmerge fromMartin v. Löwis2010-06-041-0/+2
| | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r81701 | martin.v.loewis | 2010-06-04 21:39:07 +0200 (Fr, 04 Jun 2010) | 2 lines Issue #6470: Drop UNC prefix in FixTk.py Patch by Christop Gohlke and Amaury Forgeot d'Arc. ........
* Merged revisions 79195,79425,79427,79450 via svnmerge fromFlorent Xicluna2010-03-281-5/+5
| | | | | | | | | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r79195 | florent.xicluna | 2010-03-21 13:27:20 +0100 (dim, 21 mar 2010) | 2 lines Issue #8179: Fix macpath.realpath() on a non-existing path. ........ r79425 | florent.xicluna | 2010-03-25 21:32:07 +0100 (jeu, 25 mar 2010) | 2 lines Syntax cleanup `== None` -> `is None` ........ r79427 | florent.xicluna | 2010-03-25 21:39:10 +0100 (jeu, 25 mar 2010) | 2 lines Fix test_unittest and test_warnings when running "python -Werror -m test.regrtest" ........ r79450 | florent.xicluna | 2010-03-26 20:32:44 +0100 (ven, 26 mar 2010) | 2 lines Ensure that the failed or unexpected tests are sorted before printing. ........
* Merged revisions 78722 via svnmerge fromFlorent Xicluna2010-03-231-5/+5
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r78722 | florent.xicluna | 2010-03-06 12:01:08 +0100 (sam, 06 mar 2010) | 2 lines #6906: TCL_LIBRARY and TK_LIBRARY environment variables should be encoded. ........
* Merged revisions ↵Georg Brandl2010-03-211-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 77120,77151,77155,77209,77229,77256,77317,77331,77333,77359-77360,77382,77561,77570 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r77120 | georg.brandl | 2009-12-29 22:09:17 +0100 (Di, 29 Dez 2009) | 1 line #7595: fix typo in argument default constant. ........ r77151 | georg.brandl | 2009-12-30 19:32:50 +0100 (Mi, 30 Dez 2009) | 1 line #7487: update Pygments version. ........ r77155 | georg.brandl | 2009-12-30 20:03:00 +0100 (Mi, 30 Dez 2009) | 1 line We only support Windows NT derivatives now. ........ r77209 | georg.brandl | 2010-01-01 14:07:05 +0100 (Fr, 01 Jan 2010) | 1 line More yearly updates. ........ r77229 | georg.brandl | 2010-01-02 13:35:01 +0100 (Sa, 02 Jan 2010) | 1 line Fix casing. ........ r77256 | georg.brandl | 2010-01-02 23:55:55 +0100 (Sa, 02 Jan 2010) | 1 line Fix typo. ........ r77317 | georg.brandl | 2010-01-05 19:14:52 +0100 (Di, 05 Jan 2010) | 1 line Add Stefan. ........ r77331 | georg.brandl | 2010-01-06 18:43:06 +0100 (Mi, 06 Jan 2010) | 1 line Small fixes to test_cmd: fix signature of do_shell, remove duplicate import, add option to run the custom Cmd class. ........ r77333 | georg.brandl | 2010-01-06 19:26:08 +0100 (Mi, 06 Jan 2010) | 1 line #5950: document that zip files with comments are unsupported in zipimport. ........ r77359 | georg.brandl | 2010-01-07 21:54:45 +0100 (Do, 07 Jan 2010) | 1 line Fix description for Py_GetPath(); it sounded like it always returned sys.path. ........ r77360 | georg.brandl | 2010-01-07 22:48:47 +0100 (Do, 07 Jan 2010) | 1 line #7653: clarify how the PythonPath registry key should look like. ........ r77382 | georg.brandl | 2010-01-09 10:47:11 +0100 (Sa, 09 Jan 2010) | 1 line #7422: make it clear that getargspec() only works on Python functions. ........ r77561 | georg.brandl | 2010-01-17 09:42:30 +0100 (So, 17 Jan 2010) | 1 line #7699: improve datetime docs: straightforward linking to strftime/strptime section, mark classmethods as such. ........ r77570 | georg.brandl | 2010-01-17 13:14:42 +0100 (So, 17 Jan 2010) | 1 line Add note about usage of STRINGLIB_EMPTY. ........
* Merged revisions 78988 via svnmerge fromMatthias Klose2010-03-201-3/+5
| | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r78988 | matthias.klose | 2010-03-16 11:48:52 +0100 (Di, 16 Mär 2010) | 3 lines - Issue #4961: Inconsistent/wrong result of askyesno function in tkMessageBox with Tcl/Tk-8.5. ........
* Merged revisions 75115 via svnmerge fromR. David Murray2009-09-281-4/+9
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r75115 | r.david.murray | 2009-09-28 14:29:28 -0400 (Mon, 28 Sep 2009) | 2 lines Applying patches backported from 3.1, by Gregor Lingl. ........
* Merged revisions 69846 via svnmerge fromJesus Cea2009-07-022-2/+2
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r69846 | mark.dickinson | 2009-02-21 21:27:01 +0100 (Sat, 21 Feb 2009) | 2 lines Issue #5341: Fix a variety of spelling errors. ........
* Merged revisions 72278 via svnmerge fromWalter Dörwald2009-05-041-2/+2
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r72278 | walter.doerwald | 2009-05-04 18:03:03 +0200 (Mo, 04 Mai 2009) | 2 lines Fix typos. ........
* Merged revisions 70218-70219 via svnmerge fromGuilherme Polo2009-03-071-1/+1
| | | | | | | | | | | | | | | | svn+ssh://pythondev/python/trunk ........ r70218 | guilherme.polo | 2009-03-06 22:19:12 -0300 (Fri, 06 Mar 2009) | 1 line Fixed issue #5193: Guarantee that Tkinter.Text.search returns a string. ........ r70219 | guilherme.polo | 2009-03-06 22:47:49 -0300 (Fri, 06 Mar 2009) | 4 lines Fixed issue #4792: Prevent a segfault in _tkinter by using the guaranteed to be safe interp argument given to the PythonCmd in place of the Tcl interpreter taken from a PythonCmd_ClientData. ........
* Merged revisions 69816 via svnmerge fromMark Dickinson2009-02-201-21/+21
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r69816 | mark.dickinson | 2009-02-20 20:42:53 +0000 (Fri, 20 Feb 2009) | 2 lines Issue #5295: Typos in turtle.py ........
* Merged revisions 69461 via svnmerge fromGuilherme Polo2009-02-091-2/+3
| | | | | | | | | | | svn+ssh://pythondev/python/trunk ........ r69461 | guilherme.polo | 2009-02-09 14:41:09 -0200 (Mon, 09 Feb 2009) | 3 lines Fixed issue #4890: Handle empty text search pattern in Tkinter.Text.search ........
* Merged revisions 68893 via svnmerge fromMartin v. Löwis2009-01-241-0/+35
| | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r68893 | martin.v.loewis | 2009-01-24 16:47:27 +0100 (Sa, 24 Jan 2009) | 3 lines Issue #3881: Help Tcl to load even when started through the unreadable local symlink to "Program Files" on Vista. ........
* Merged revisions 68010 via svnmerge fromMartin v. Löwis2008-12-291-5/+7
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r68010 | martin.v.loewis | 2008-12-29 17:22:25 +0100 (Mo, 29 Dez 2008) | 2 lines Issue #3767: Convert Tk object to string in tkColorChooser. ........
* Merged revisions 68006 via svnmerge fromMartin v. Löwis2008-12-291-33/+42
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r68006 | martin.v.loewis | 2008-12-29 16:51:01 +0100 (Mo, 29 Dez 2008) | 2 lines Issue #3248: Allow placing ScrolledText in a PanedWindow. ........
* Merged revisions 67279 via svnmerge fromMartin v. Löwis2008-11-191-2/+2
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r67279 | martin.v.loewis | 2008-11-19 10:09:41 +0100 (Mi, 19 Nov 2008) | 2 lines Issue #4116: Resolve member name conflict in ScrolledCanvas.__init__ ........
* Merged revisions 67082 via svnmerge fromHirokazu Yamamoto2008-11-031-11/+13
| | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r67082 | hirokazu.yamamoto | 2008-11-04 03:03:06 +0900 | 2 lines Issue #3774: Fixed an error when create a Tkinter menu item without command and then remove it. Written by Guilherme Polo (gpolo). ........
* Issue #3965: Allow repeated calls to turtle.Screen, by making it aMartin v. Löwis2008-09-291-28/+31
| | | | | | true singleton object. Reviewed by Gregor Lingl.
* #3950 fix missing scale factors in turtle.pyBenjamin Peterson2008-09-241-1/+1
| | | | reviewers: Georg, Benjamin
* Issue #1342811: Fixed broken patch. Reviewed by benjamin.peterson.Robert Schuppenies2008-08-221-5/+7
|
* Issue #1342811: Fix leak in Tkinter.Menu.delete. Commands associated toRobert Schuppenies2008-08-101-0/+10
| | | | menu entries were not deleted.
* Remove a use of callable() from Tkinter to silence warnings under -3.Brett Cannon2008-08-041-1/+1
|
* Issue #799428: Fix Tkinter.Misc._nametowidget to unwrapMartin v. Löwis2008-08-021-9/+9
| | | | Tcl command objects.
* remove usage of MacOS from TkinterBenjamin Peterson2008-07-311-10/+0
|
* 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
| | | | Thanks to Wummel for the patch
* 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
| | | | | This improves compatibility with Tcl 8.5, which would otherwise return textindex objects.
* 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
| | | | Will backport to 2.5.
* Patch #1594554: Always close a tkSimpleDialog on ok(), evenMartin v. Löwis2006-11-181-3/+4
| | | | | if an exception occurs. Will backport to 2.5.
* Patch #1538878: Don't make tkSimpleDialog dialogs transient ifMartin v. Löwis2006-11-181-1/+6
| | | | | | the parent window is withdrawn. This mirrors what dialog.tcl does. Will backport to 2.5.
* 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
| | | | when the module is launched as a script.
* 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
|