Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix usage of the unittest.skip decorator. | Serhiy Storchaka | 2013-03-19 | 1 | -1/+1 |
|\ | |||||
| * | Fix usage of the unittest.skip decorator. | Serhiy Storchaka | 2013-03-19 | 1 | -1/+1 |
| |\ | |||||
| | * | Fix usage of the unittest.skip decorator. | Serhiy Storchaka | 2013-03-19 | 1 | -1/+1 |
| | | | |||||
* | | | Merge with 3.3, issue #17047: remove doubled words added in 3.3, | Terry Jan Reedy | 2013-03-11 | 1 | -1/+1 |
|\ \ \ | |/ / | | | | | | | as reported by Serhiy Storchaka and Matthew Barnett. | ||||
| * | | Issue #17047: remove doubled words added in 3.3 | Terry Jan Reedy | 2013-03-11 | 1 | -1/+1 |
| | | | | | | | | | | | | as reported by Serhiy Storchaka and Matthew Barnett. | ||||
* | | | Merge 3.3, issue #17047: remove doubled words found in 2.7 to | Terry Jan Reedy | 2013-03-11 | 1 | -21/+23 |
|\ \ \ | |/ / | | | | | | | 3.4 Lib/*, as reported by Serhiy Storchaka and Matthew Barnett. | ||||
| * | | Merge 3.2, issue #17047: remove doubled words found in 2.7 to | Terry Jan Reedy | 2013-03-11 | 1 | -21/+23 |
| |\ \ | | |/ | | | | | | | 3.4 Lib/*, as reported by Serhiy Storchaka and Matthew Barnett. | ||||
| | * | Issue #17047: remove doubled words found in 2.7 to 3.4 Lib/*, | Terry Jan Reedy | 2013-03-11 | 1 | -21/+23 |
| | | | | | | | | | | | | as reported by Serhiy Storchaka and Matthew Barnett. | ||||
* | | | Issue #15861: tkinter now correctly works with lists and tuples containing | Serhiy Storchaka | 2013-01-15 | 4 | -81/+120 |
|\ \ \ | |/ / | | | | | | | strings with whitespaces, backslashes or unbalanced braces. | ||||
| * | | Issue #15861: tkinter now correctly works with lists and tuples containing | Serhiy Storchaka | 2013-01-15 | 4 | -81/+120 |
| |\ \ | | |/ | | | | | | | strings with whitespaces, backslashes or unbalanced braces. | ||||
| | * | Issue #15861: tkinter now correctly works with lists and tuples containing | Serhiy Storchaka | 2013-01-15 | 4 | -81/+120 |
| | | | | | | | | | | | | strings with whitespaces, backslashes or unbalanced braces. | ||||
* | | | Merge heads | Serhiy Storchaka | 2013-01-02 | 2 | -1/+46 |
|\ \ \ | |/ / | |||||
| * | | 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 |
| | | | | | | | | | | | | Added a test for tk_setPalette(). | ||||
* | | | Issue #16714: use 'raise' exceptions, don't 'throw'. | Andrew Svetlov | 2012-12-18 | 1 | -1/+1 |
|\ \ \ | |/ / | | | | | | | Patch by Serhiy Storchaka. | ||||
| * | | Issue #16714: use 'raise' exceptions, don't 'throw'. | Andrew Svetlov | 2012-12-18 | 1 | -1/+1 |
| |\ \ | | |/ | | | | | | | Patch by Serhiy Storchaka. | ||||
| | * | Issue #16714: use 'raise' exceptions, don't 'throw'. | Andrew Svetlov | 2012-12-18 | 1 | -1/+1 |
| | | | | | | | | | | | | Patch by Serhiy Storchaka. | ||||
* | | | Replace os.error with OSError in tkinter and IDLE | Andrew Svetlov | 2012-12-17 | 1 | -2/+2 |
| | | | |||||
* | | | 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 #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 ↵ | Antoine Pitrou | 2012-12-09 | 1 | -1/+3 |
|\ \ \ | |/ / | | | | | | | | | | | | | tkinter when the -E flag is passed to Python. Patch by Zachary Ware. | ||||
| * | | Issue #16248: Disable code execution from the user's home directory by ↵ | Antoine Pitrou | 2012-12-09 | 1 | -1/+3 |
| |\ \ | | |/ | | | | | | | | | | | | | tkinter when the -E flag is passed to Python. Patch by Zachary Ware. | ||||
| | * | Issue #16248: Disable code execution from the user's home directory by ↵ | Antoine Pitrou | 2012-12-09 | 1 | -1/+3 |
| | | | | | | | | | | | | | | | | | | tkinter when the -E flag is passed to Python. Patch by Zachary Ware. | ||||
* | | | Merge issue #16583: Prevent nesting SystemExit in tkinter.CallWrapper | Andrew Svetlov | 2012-12-03 | 1 | -2/+2 |
|\ \ \ | |/ / | |||||
| * | | 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 #14446: Remove deprecated tkinter functions | Andrew Svetlov | 2012-10-04 | 1 | -39/+0 |
|/ / | | | | | | | Thanks to Michael Driscoll | ||||
* | | 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 ↵ | Andrew Svetlov | 2012-07-30 | 1 | -1/+1 |
|\ \ | |/ | | | | | SimpleDialog. | ||||
| * | Issue #12288: Consider '0' and '0.0' as valid initialvalue for tkinter ↵ | Andrew Svetlov | 2012-07-30 | 1 | -1/+1 |
| | | | | | | | | SimpleDialog. | ||||
* | | 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 |
| | | | | | | | | | | | | | | | | undecoded UTF-8 bytes as a string when accessing the Tk clipboard. Modify clipboad_get() to first request type UTF8_STRING when no specific type is requested in an X11 windowing environment, falling back to the current default type STRING if that fails. Original patch by Thomas Kluyver. | ||||
* | | Issue #3033: Add displayof parameter to tkinter font. | Andrew Svetlov | 2012-04-05 | 1 | -17/+27 |
| | | | | | | | | Patch by Guilherme Polo. | ||||
* | | 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 ↵ | Andrew Svetlov | 2012-03-31 | 1 | -10/+10 |
| | | | | | | | | deprecation in tkinter doc | ||||
* | | 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 |
| | | | | | | | | Patch by Guilherme Polo and Andrew Svetlov. | ||||
* | | Issue #1178863: Separate initialisation from setting when initializing | Martin v. Löwis | 2012-03-13 | 2 | -12/+189 |
| | | | | | | | | | | | | Tkinter.Variables; harmonize exceptions to ValueError; only delete variables that have not been deleted; assert that variable names are strings Patch by Andrew Svetlov. | ||||
* | | 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 ↵ | Georg Brandl | 2012-02-20 | 1 | -1/+1 |
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | basic types (str, bytes, datetime) in order to make algorithmic complexity attacks on (e.g.) web apps much more complicated. The environment variable PYTHONHASHSEED and the new command line flag -R control this behavior. | ||||
| | * | Issue #13703: add a way to randomize the hash values of basic types (str, ↵ | Georg Brandl | 2012-02-20 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | bytes, datetime) in order to make algorithmic complexity attacks on (e.g.) web apps much more complicated. The environment variable PYTHONHASHSEED and the new command line flag -R control this behavior. | ||||
* | | | 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 |
|\ \ \ | |/ / |