Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #23880: Tkinter's getint() and getdouble() now support Tcl_Obj. | Serhiy Storchaka | 2015-05-06 | 1 | -1/+1 |
| | | | | Tkinter's getdouble() now supports any numbers (in particular int). | ||||
* | Issue #16840. Turn off bignum support in tkinter with with Tcl earlier than ↵ | Serhiy Storchaka | 2015-04-22 | 1 | -1/+3 |
|\ | | | | | | | | | | | | | 8.5.8 (tclTomMath.h was broken) and non-final Tcl 8.6. Removed TK_VERSION_HEX. | ||||
| * | Issue #16840. Turn off bignum support in tkinter with with Tcl earlier than ↵ | Serhiy Storchaka | 2015-04-22 | 1 | -1/+3 |
| | | | | | | | | | | | | 8.5.8 (tclTomMath.h was broken) and non-final Tcl 8.6. | ||||
* | | Fixed full Tcl version parsing in tests for pre-final versions. | Serhiy Storchaka | 2015-04-22 | 1 | -15/+11 |
|\ \ | |/ | |||||
| * | Fixed full Tcl version parsing in tests for pre-final versions. | Serhiy Storchaka | 2015-04-22 | 1 | -15/+11 |
| | | |||||
* | | Issue #15133: _tkinter.tkapp.getboolean() now supports Tcl_Obj and always | Serhiy Storchaka | 2015-04-04 | 1 | -1/+2 |
|\ \ | |/ | | | | | | | returns bool. tkinter.BooleanVar now validates input values (accepted bool, int, str, and Tcl_Obj). tkinter.BooleanVar.get() now always returns bool. | ||||
| * | Issue #15133: _tkinter.tkapp.getboolean() now supports Tcl_Obj and always | Serhiy Storchaka | 2015-04-04 | 1 | -1/+2 |
| | | | | | | | | | | returns bool. tkinter.BooleanVar now validates input values (accepted bool, int, str, and Tcl_Obj). tkinter.BooleanVar.get() now always returns bool. | ||||
* | | Issue #16840: Fixed test_tcl for Tcl < 8.5. | Serhiy Storchaka | 2015-04-02 | 1 | -4/+4 |
|\ \ | |/ | |||||
| * | Issue #16840: Fixed test_tcl for Tcl < 8.5. | Serhiy Storchaka | 2015-04-02 | 1 | -4/+4 |
| | | |||||
* | | Issue #21526: Skip test_booleans on Tcl < 8.5. | Serhiy Storchaka | 2015-04-02 | 1 | -0/+1 |
|\ \ | |/ | |||||
| * | Issue #21526: Skip test_booleans on Tcl < 8.5. | Serhiy Storchaka | 2015-04-02 | 1 | -0/+1 |
| | | |||||
* | | Issue #16840: Tkinter now supports 64-bit integers added in Tcl 8.4 and | Serhiy Storchaka | 2015-04-02 | 1 | -7/+37 |
|\ \ | |/ | | | | | arbitrary precision integers added in Tcl 8.5. | ||||
| * | Issue #16840: Tkinter now supports 64-bit integers added in Tcl 8.4 and | Serhiy Storchaka | 2015-04-02 | 1 | -7/+39 |
| | | | | | | | | arbitrary precision integers added in Tcl 8.5. | ||||
* | | Issue #21526: Fixed the test_booleans test for wantobjects = 0. | Serhiy Storchaka | 2015-04-02 | 1 | -2/+6 |
|\ \ | |/ | |||||
| * | Issue #21526: Fixed the test_booleans test for wantobjects = 0. | Serhiy Storchaka | 2015-04-02 | 1 | -2/+6 |
| | | |||||
* | | Issue #21526: Fixed support of new boolean type in Tcl 8.5. | Serhiy Storchaka | 2015-04-02 | 1 | -0/+15 |
|\ \ | |/ | |||||
| * | Issue #21526: Tkinter now supports new boolean type in Tcl 8.5. | Serhiy Storchaka | 2015-04-02 | 1 | -0/+15 |
| | | |||||
* | | Issue #21951: Fixed a crash in Tkinter on AIX when called Tcl command with | Serhiy Storchaka | 2014-09-11 | 1 | -1/+2 |
|\ \ | |/ | | | | | | | | | | | empty string or tuple argument. On some platforms Tcl memory allocator returns NULL when allocating zero-sized block of memory. | ||||
| * | Issue #21951: Fixed a crash in Tkinter on AIX when called Tcl command with | Serhiy Storchaka | 2014-09-11 | 1 | -1/+2 |
| | | | | | | | | | | | | | | empty string or tuple argument. On some platforms Tcl memory allocator returns NULL when allocating zero-sized block of memory. | ||||
* | | Issue #22226: Added private function _splitdict() in the Tkinter module. | Serhiy Storchaka | 2014-09-06 | 1 | -1/+36 |
|\ \ | |/ | | | | | | | First letter no longer is stripped from the "status" key in the result of Treeview.heading(). | ||||
| * | Issue #22226: Added private function _splitdict() in the Tkinter module. | Serhiy Storchaka | 2014-09-06 | 1 | -1/+36 |
| | | | | | | | | | | First letter no longer is stripped from the "status" key in the result of Treeview.heading(). | ||||
* | | Issue #22334: Add debug traces to test_tcl | Victor Stinner | 2014-09-04 | 1 | -2/+6 |
| | | |||||
* | | Clean up test_user_command. | Serhiy Storchaka | 2014-08-18 | 1 | -11/+14 |
|\ \ | |/ | |||||
| * | Clean up test_user_command. | Serhiy Storchaka | 2014-08-18 | 1 | -11/+14 |
| | | |||||
* | | Issue #21580: Now Tkinter correctly handles bytes arguments passed to Tk. | Serhiy Storchaka | 2014-07-30 | 1 | -9/+15 |
|\ \ | |/ | | | | | In particular this allows to initialize images from binary data. | ||||
| * | Issue #21580: Now Tkinter correctly handles bytes arguments passed to Tk. | Serhiy Storchaka | 2014-07-30 | 1 | -9/+15 |
| | | | | | | | | In particular this allows to initialize images from binary data. | ||||
* | | Issue #21951: Temporary skip crashing test_user_command on AIX. | Serhiy Storchaka | 2014-07-30 | 1 | -0/+1 |
|\ \ | |/ | |||||
| * | Issue #21951: Temporary skip crashing test_user_command on AIX. | Serhiy Storchaka | 2014-07-30 | 1 | -0/+1 |
| | | |||||
* | | Issue #21881: Just omit tests for platform-specific NaN representation in ↵ | Serhiy Storchaka | 2014-07-07 | 1 | -6/+2 |
|\ \ | |/ | | | | | test_tcl. | ||||
| * | Issue #21881: Just omit tests for platform-specific NaN representation in ↵ | Serhiy Storchaka | 2014-07-07 | 1 | -6/+2 |
| | | | | | | | | test_tcl. | ||||
* | | Issue #21881: Be more tolerant in test_tcl to not parsable by float() NaN | Serhiy Storchaka | 2014-07-07 | 1 | -6/+6 |
|\ \ | |/ | | | | | representations (on mips and m68k platforms). | ||||
| * | Issue #21881: Be more tolerant in test_tcl to not parsable by float() NaN | Serhiy Storchaka | 2014-07-07 | 1 | -6/+6 |
| | | | | | | | | representations (on mips and m68k platforms). | ||||
* | | Test correct getXXX methods in Tkinter bigmem tests. | Serhiy Storchaka | 2014-05-30 | 1 | -3/+3 |
|\ \ | |/ | | | | | Tk.getint is just int, true Tk wrapper is available as Tk.tk.getint. | ||||
| * | Test correct getXXX methods in Tkinter bigmem tests. | Serhiy Storchaka | 2014-05-30 | 1 | -3/+3 |
| | | | | | | | | Tk.getint is just int, true Tk wrapper is available as Tk.tk.getint. | ||||
* | | Issue #21552: Fixed possible integer overflow of too long string lengths in | Serhiy Storchaka | 2014-05-30 | 1 | -1/+26 |
|\ \ | |/ | | | | | the tkinter module on 64-bit platforms. | ||||
| * | Issue #21552: Fixed possible integer overflow of too long string lengths in | Serhiy Storchaka | 2014-05-30 | 1 | -1/+26 |
| | | | | | | | | the tkinter module on 64-bit platforms. | ||||
* | | Add tests for getint, getdouble and getboolean methods of the tkapp object. | Serhiy Storchaka | 2014-05-30 | 1 | -0/+44 |
|\ \ | |/ | |||||
| * | Add tests for getint, getdouble and getboolean methods of the tkapp object. | Serhiy Storchaka | 2014-05-30 | 1 | -0/+44 |
| | | |||||
* | | Issue #21525: Most Tkinter methods which accepted tuples now accept lists too. | Serhiy Storchaka | 2014-05-21 | 1 | -0/+8 |
|/ | |||||
* | Issue #20743: Fix a reference leak in test_tcl. | Antoine Pitrou | 2014-02-23 | 1 | -0/+1 |
|\ | |||||
| * | Issue #20743: Fix a reference leak in test_tcl. | Antoine Pitrou | 2014-02-23 | 1 | -0/+1 |
| | | |||||
* | | Issue #20532: Tests which use _testcapi now are marked as CPython only. | Serhiy Storchaka | 2014-02-07 | 1 | -4/+8 |
|\ \ | |/ | |||||
| * | Issue #20532: Tests which use _testcapi now are marked as CPython only. | Serhiy Storchaka | 2014-02-07 | 1 | -4/+8 |
| | | |||||
* | | Skip expr* tests for large integers for Tcl <8.5. | Serhiy Storchaka | 2014-02-03 | 1 | -4/+8 |
|\ \ | |/ | | | | | | | The '**' operator is available only since 8.5 and in any case such large integers are not supported on Tcl <8.5. | ||||
| * | Skip expr* tests for large integers for Tcl <8.5. | Serhiy Storchaka | 2014-02-03 | 1 | -4/+8 |
| | | | | | | | | | | The '**' operator is available only since 8.5 and in any case such large integers are not supported on Tcl <8.5. | ||||
* | | Issue #20368: The null character now correctly passed from Tcl to Python. | Serhiy Storchaka | 2014-02-03 | 1 | -10/+40 |
|\ \ | |/ | | | | | Improved error handling in variables-related commands. | ||||
| * | Issue #20368: The null character now correctly passed from Tcl to Python. | Serhiy Storchaka | 2014-02-03 | 1 | -10/+40 |
| | | | | | | | | Improved error handling in variables-related commands. | ||||
* | | Issue #20368: Add tests for Tkinter methods exprstring(), exprdouble(), | Serhiy Storchaka | 2014-02-03 | 1 | -0/+135 |
|\ \ | |/ | | | | | exprlong() and exprboolean(). | ||||
| * | Issue #20368: Add tests for Tkinter methods exprstring(), exprdouble(), | Serhiy Storchaka | 2014-02-03 | 1 | -0/+135 |
| | | | | | | | | exprlong() and exprboolean(). | ||||
* | | Issue #19320: Fixed split/splitlist tests in test_tcl for Tcl 8.5.0-8.5.5. | Serhiy Storchaka | 2014-02-02 | 1 | -5/+28 |
|\ \ | |/ |