| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge heads | Serhiy Storchaka | 2013-01-02 | 2 | -1/+46 |
|\ |
|
| * | Issue #16541: tk_setPalette() now works with keyword arguments. | Serhiy Storchaka | 2013-01-01 | 2 | -1/+46 |
|
|
* | | Issue #16714: use 'raise' exceptions, don't 'throw'. | Andrew Svetlov | 2012-12-18 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Issue #16714: use 'raise' exceptions, don't 'throw'. | Andrew Svetlov | 2012-12-18 | 1 | -1/+1 |
|
|
* | | Issue #16582: use int exit code in tkinter._exit | Andrew Svetlov | 2012-12-09 | 1 | -1/+5 |
|\ \
| |/ |
|
| * | Issue #16582: use int exit code in tkinter._exit | Andrew Svetlov | 2012-12-09 | 1 | -1/+5 |
|
|
* | | Issue #16248: Disable code execution from the user's home directory by tkinte... | Antoine Pitrou | 2012-12-09 | 1 | -1/+3 |
|\ \
| |/ |
|
| * | Issue #16248: Disable code execution from the user's home directory by tkinte... | Antoine Pitrou | 2012-12-09 | 1 | -1/+3 |
|
|
* | | Merge issue #16583: Prevent nesting SystemExit in tkinter.CallWrapper | Andrew Svetlov | 2012-12-03 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | Issue #16583: Prevent nesting SystemExit in tkinter.CallWrapper | Andrew Svetlov | 2012-12-03 | 1 | -2/+2 |
|
|
* | | Issue #15601: fix tkinter test_variables failure with OS X Aqua Tk 8.4 | Andrew Svetlov | 2012-08-09 | 1 | -2/+2 |
|
|
* | | Issue #12288: Consider '0' and '0.0' as valid initialvalue for tkinter Simple... | Andrew Svetlov | 2012-07-30 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Issue #12288: Consider '0' and '0.0' as valid initialvalue for tkinter Simple... | Andrew Svetlov | 2012-07-30 | 1 | -1/+1 |
|
|
* | | Implemented PEP 405 (Python virtual environments). | Vinay Sajip | 2012-05-26 | 1 | -2/+2 |
|
|
* | | Issue #14777: merge | Ned Deily | 2012-05-16 | 1 | -2/+26 |
|\ \
| |/ |
|
| * | Issue #14777: In an X11 windowing environment, tkinter may return | Ned Deily | 2012-05-16 | 1 | -2/+26 |
|
|
* | | Issue #3033: Add displayof parameter to tkinter font. | Andrew Svetlov | 2012-04-05 | 1 | -17/+27 |
|
|
* | | merge with 3.2 | Georg Brandl | 2012-04-04 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Closes #14495: fix typo. | Georg Brandl | 2012-04-04 | 1 | -1/+1 |
|
|
* | | Issue #802310: Generate always unique tkinter font names if not directly passed | Andrew Svetlov | 2012-04-03 | 1 | -1/+4 |
|
|
* | | reformat code to follow PEP8 | Andrew Svetlov | 2012-04-03 | 1 | -6/+10 |
|
|
* | | issue #3035: update PendingDeprecationWarning to DeprectionWarning, point dep... | Andrew Svetlov | 2012-03-31 | 1 | -10/+10 |
|
|
* | | Issue #3035: Unused functions from tkinter are marked as pending peprecated. | Andrew Svetlov | 2012-03-21 | 1 | -0/+24 |
|
|
* | | Issue #2843: Add new Tk API to Tkinter. | Martin v. Löwis | 2012-03-13 | 1 | -1/+87 |
|
|
* | | Issue #1178863: Separate initialisation from setting when initializing | Martin v. Löwis | 2012-03-13 | 2 | -12/+189 |
|
|
* | | Merge 3.2: Issue #13703 plus some related test suite fixes. | Georg Brandl | 2012-02-20 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Merge from 3.1: Issue #13703: add a way to randomize the hash values of basic... | Georg Brandl | 2012-02-20 | 1 | -1/+1 |
| |\ |
|
| | * | Issue #13703: add a way to randomize the hash values of basic types (str, byt... | Georg Brandl | 2012-02-20 | 1 | -1/+1 |
|
|
* | | | Remove redundant imports. | Florent Xicluna | 2011-11-04 | 2 | -5/+2 |
|
|
* | | | Merge 3.2 | Florent Xicluna | 2011-10-28 | 2 | -5/+5 |
|\ \ \
| |/ / |
|
| * | | Closes #13258: Use callable() built-in in the standard library. | Florent Xicluna | 2011-10-28 | 2 | -5/+5 |
|
|
* | | | Merge with 3.2. | Ezio Melotti | 2011-10-19 | 2 | -6/+6 |
|\ \ \
| |/ / |
|
| * | | Remove duplication. | Ezio Melotti | 2011-10-19 | 2 | -6/+6 |
|
|
* | | | Issue #8716: Instead of relying on Aqua Tk exceptions to detect lack of | Ned Deily | 2011-07-06 | 1 | -25/+35 |
|\ \ \
| |/ / |
|
| * | | Issue #8716: Instead of relying on Aqua Tk exceptions to detect lack of | Ned Deily | 2011-07-06 | 1 | -25/+35 |
|
|
* | | | Issue #8716: Avoid crashes caused by Aqua Tk on OSX when attempting to run | Ned Deily | 2011-07-04 | 1 | -0/+36 |
|\ \ \
| |/ / |
|
| * | | Issue #8716: Avoid crashes caused by Aqua Tk on OSX when attempting to run | Ned Deily | 2011-07-04 | 1 | -0/+36 |
|
|
* | | | Issue #10736: Fix test_ttk test_widgets failures with Cocoa Tk 8.5.9 | Ned Deily | 2011-06-28 | 1 | -4/+16 |
|\ \ \
| |/ / |
|
| * | | Issue #10736: Fix test_ttk test_widgets failures with Cocoa Tk 8.5.9 | Ned Deily | 2011-06-28 | 1 | -4/+16 |
|
|
* | | | remove __version__s dependent on subversion keyword expansion (closes #12221) | Benjamin Peterson | 2011-06-01 | 1 | -2/+0 |
|
|
* | | | Issue #10736: Revert changeset de4d34a95603 as it causes failures with | Ned Deily | 2011-05-29 | 1 | -16/+4 |
|
|
* | | | Issue #10736: Fix test_ttk test_widgets failures with Cocoa Tk 8.5.9 | Ned Deily | 2011-05-29 | 1 | -4/+16 |
|/ / |
|
* | | #11565: Merge with 3.1. | Ezio Melotti | 2011-03-16 | 3 | -6/+6 |
|\ \
| |/ |
|
| * | #11565: Fix several typos. Patch by Piotr Kasprzyk. | Ezio Melotti | 2011-03-16 | 3 | -6/+6 |
|
|
* | | #11515: Merge with 3.1. | Ezio Melotti | 2011-03-15 | 3 | -3/+3 |
|\ \
| |/ |
|
| * | #11515: fix several typos. Patch by Piotr Kasprzyk. | Ezio Melotti | 2011-03-15 | 3 | -3/+3 |
|
|
| * | Merged revisions 87101,87146,87156,87172,87175,87371,87378,87522-87524,87526-... | Georg Brandl | 2011-02-25 | 1 | -2/+1 |
|
|
| * | Merged revisions 86697 via svnmerge from | Alexander Belopolsky | 2010-11-22 | 2 | -20/+20 |
|
|
| * | Merged revisions 85018 via svnmerge from | Antoine Pitrou | 2010-10-09 | 1 | -4/+8 |
|
|
| * | Merged revisions 74473,79974 via svnmerge from | Antoine Pitrou | 2010-10-09 | 1 | -2/+6 |
|
|