summaryrefslogtreecommitdiff
path: root/Lib/test/test_tcl.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #23815: Fixed crashes related to directly created instances of types inSerhiy Storchaka2016-05-081-0/+2
* Issue #25093: Merge with 3.4Zachary Ware2015-10-121-4/+4
|\
| * Issue #25093: Fix test_tcl's testloadWithUNC for paths with spacesZachary Ware2015-10-121-4/+4
* | Issue #20035: Reimplement tkinter._fix module as a C function.Zachary Ware2015-05-221-3/+1
* | Issue #23880: Tkinter's getint() and getdouble() now support Tcl_Obj.Serhiy Storchaka2015-05-061-1/+1
* | Issue #16840. Turn off bignum support in tkinter with with Tcl earlier than 8...Serhiy Storchaka2015-04-221-1/+3
|\ \ | |/
| * Issue #16840. Turn off bignum support in tkinter with with Tcl earlier than 8...Serhiy Storchaka2015-04-221-1/+3
* | Fixed full Tcl version parsing in tests for pre-final versions.Serhiy Storchaka2015-04-221-5/+15
|\ \ | |/ |/|
| * Issue #15133: _tkinter.tkapp.getboolean() now supports Tcl_Obj and alwaysSerhiy Storchaka2015-04-041-1/+2
| |\
| * \ Issue #16840: Fixed test_tcl for Tcl < 8.5.Serhiy Storchaka2015-04-021-4/+4
| |\ \
| * \ \ Issue #21526: Skip test_booleans on Tcl < 8.5.Serhiy Storchaka2015-04-021-0/+1
| |\ \ \
| * \ \ \ Issue #16840: Tkinter now supports 64-bit integers added in Tcl 8.4 andSerhiy Storchaka2015-04-021-5/+15
| |\ \ \ \
| | * \ \ \ Issue #21526: Fixed the test_booleans test for wantobjects = 0.Serhiy Storchaka2015-04-021-2/+6
| | |\ \ \ \
| | * \ \ \ \ Issue #21526: Fixed support of new boolean type in Tcl 8.5.Serhiy Storchaka2015-04-021-2/+14
| | |\ \ \ \ \
| | | * \ \ \ \ Issue #21951: Fixed a crash in Tkinter on AIX when called Tcl command withSerhiy Storchaka2014-09-111-2/+14
| | | |\ \ \ \ \
| | | | * \ \ \ \ Issue #22226: Added private function _splitdict() in the Tkinter module.Serhiy Storchaka2014-09-061-2/+14
| | | | |\ \ \ \ \
| | | | | * | | | | Issue #22334: Add debug traces to test_tclVictor Stinner2014-09-041-2/+6
| | | | | * | | | | Clean up test_user_command.Serhiy Storchaka2014-08-181-0/+8
| | | | | |\ \ \ \ \
| | | | | | * \ \ \ \ Issue #21580: Now Tkinter correctly handles bytes arguments passed to Tk.Serhiy Storchaka2014-07-301-9/+15
| | | | | | |\ \ \ \ \
| | | | | | * \ \ \ \ \ Issue #21951: Temporary skip crashing test_user_command on AIX.Serhiy Storchaka2014-07-301-0/+1
| | | | | | |\ \ \ \ \ \
| | | | | | * \ \ \ \ \ \ Issue #21881: Just omit tests for platform-specific NaN representation in tes...Serhiy Storchaka2014-07-071-6/+2
| | | | | | |\ \ \ \ \ \ \
| | | | | | * \ \ \ \ \ \ \ Issue #21881: Be more tolerant in test_tcl to not parsable by float() NaNSerhiy Storchaka2014-07-071-6/+6
| | | | | | |\ \ \ \ \ \ \ \
| | | | | | * \ \ \ \ \ \ \ \ Test correct getXXX methods in Tkinter bigmem tests.Serhiy Storchaka2014-05-301-0/+8
| | | | | | |\ \ \ \ \ \ \ \ \
| | | | | | | * \ \ \ \ \ \ \ \ Issue #21552: Fixed possible integer overflow of too long string lengths inSerhiy Storchaka2014-05-301-0/+8
| | | | | | | |\ \ \ \ \ \ \ \ \
| | | | | | | | * \ \ \ \ \ \ \ \ Add tests for getint, getdouble and getboolean methods of the tkapp object.Serhiy Storchaka2014-05-301-0/+44
| | | | | | | | |\ \ \ \ \ \ \ \ \
| | | | | | | | * | | | | | | | | | Issue #21525: Most Tkinter methods which accepted tuples now accept lists too.Serhiy Storchaka2014-05-211-0/+8
* | | | | | | | | | | | | | | | | | Fixed full Tcl version parsing in tests for pre-final versions.Serhiy Storchaka2015-04-221-15/+11
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Issue #15133: _tkinter.tkapp.getboolean() now supports Tcl_Obj and alwaysSerhiy Storchaka2015-04-041-1/+2
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Issue #16840: Fixed test_tcl for Tcl < 8.5.Serhiy Storchaka2015-04-021-4/+4
| |_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Issue #21526: Skip test_booleans on Tcl < 8.5.Serhiy Storchaka2015-04-021-0/+1
|/ / / / / / / / / / / / / /
* | | | | | | | | | | | | | Issue #16840: Tkinter now supports 64-bit integers added in Tcl 8.4 andSerhiy Storchaka2015-04-021-7/+39
| |_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | |
* | | | | | | | | | | | | Issue #21526: Fixed the test_booleans test for wantobjects = 0.Serhiy Storchaka2015-04-021-2/+6
|/ / / / / / / / / / / /
* | | | | | | | | | | | Issue #21526: Tkinter now supports new boolean type in Tcl 8.5.Serhiy Storchaka2015-04-021-0/+15
|/ / / / / / / / / / /
* | | | | | | | | | | Issue #21951: Fixed a crash in Tkinter on AIX when called Tcl command withSerhiy Storchaka2014-09-111-1/+2
|/ / / / / / / / / /
* | | | | | | | | | Issue #22226: Added private function _splitdict() in the Tkinter module.Serhiy Storchaka2014-09-061-1/+36
|/ / / / / / / / /
* | | | | | | | | Clean up test_user_command.Serhiy Storchaka2014-08-181-11/+14
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Issue #21580: Now Tkinter correctly handles bytes arguments passed to Tk.Serhiy Storchaka2014-07-301-9/+15
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Issue #21951: Temporary skip crashing test_user_command on AIX.Serhiy Storchaka2014-07-301-0/+1
| |_|_|_|_|/ |/| | | | |
* | | | | | Issue #21881: Just omit tests for platform-specific NaN representation in tes...Serhiy Storchaka2014-07-071-6/+2
| |_|_|_|/ |/| | | |
* | | | | Issue #21881: Be more tolerant in test_tcl to not parsable by float() NaNSerhiy Storchaka2014-07-071-6/+6
|/ / / /
* | | | Test correct getXXX methods in Tkinter bigmem tests.Serhiy Storchaka2014-05-301-3/+3
|/ / /
* | | Issue #21552: Fixed possible integer overflow of too long string lengths inSerhiy Storchaka2014-05-301-1/+26
| |/ |/|
* | Add tests for getint, getdouble and getboolean methods of the tkapp object.Serhiy Storchaka2014-05-301-0/+44
|/
* Issue #20743: Fix a reference leak in test_tcl.Antoine Pitrou2014-02-231-0/+1
|\
| * Issue #20743: Fix a reference leak in test_tcl.Antoine Pitrou2014-02-231-0/+1
* | Issue #20532: Tests which use _testcapi now are marked as CPython only.Serhiy Storchaka2014-02-071-34/+0
|\ \ | |/ |/|
| * Skip expr* tests for large integers for Tcl <8.5.Serhiy Storchaka2014-02-031-4/+8
| |\
| * \ Issue #20368: The null character now correctly passed from Tcl to Python.Serhiy Storchaka2014-02-031-10/+40
| |\ \
| * \ \ Issue #20368: Add tests for Tkinter methods exprstring(), exprdouble(),Serhiy Storchaka2014-02-031-0/+135
| |\ \ \
| * \ \ \ Issue #19320: Fixed split/splitlist tests in test_tcl for Tcl 8.5.0-8.5.5.Serhiy Storchaka2014-02-021-34/+0
| |\ \ \ \