index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_tcl.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
[2.7] bpo-33974: Fix passing special characters to ttk widgets. (GH-7986) (GH...
Serhiy Storchaka
2018-06-30
1
-0/+37
*
[2.7] bpo-31675: Fix memory leaks in Tkinter's methods splitlist() and split(...
2.7
Serhiy Storchaka
2017-10-04
1
-19/+19
*
Skip UNC tests on AppVeyor in case of ENOENT (GH-1950)
Zachary Ware
2017-06-04
1
-1/+1
*
Close #24508: Backport the 3.5 MSBuild project files.
Zachary Ware
2015-07-16
1
-3/+1
*
Issue #16840: Skip bignum tests on minor releases where they are not supported.
Serhiy Storchaka
2015-04-22
1
-1/+3
*
Fixed full Tcl version parsing in tests for pre-final versions.
Serhiy Storchaka
2015-04-22
1
-15/+11
*
Issue #16840: Fixed Tcl test on 2.7 with Tcl 8.4.19.
Serhiy Storchaka
2015-04-10
1
-1/+2
*
Issue #15133: _tkinter.tkapp.getboolean() now supports long and Tcl_Obj and
Serhiy Storchaka
2015-04-04
1
-1/+6
*
Issue #16840: Fixed test_tcl for Tcl < 8.5.
Serhiy Storchaka
2015-04-02
1
-3/+3
*
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/+42
*
Issue #21526: Fixed the test_booleans test for wantobjects = 0.
Serhiy Storchaka
2015-04-02
1
-2/+6
*
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
*
Issue #22226: Added private function _splitdict() in the Tkinter module.
Serhiy Storchaka
2014-09-06
1
-0/+39
*
Clean up test_user_command.
Serhiy Storchaka
2014-08-18
1
-20/+19
*
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 tes...
Serhiy Storchaka
2014-07-07
1
-6/+2
*
Issue #21881: Be more tolerant in test_tcl to not parsable by float() NaN
Serhiy Storchaka
2014-07-07
1
-6/+6
*
Issue #21552: Fixed possible integer overflow of too long string lengths in
Serhiy Storchaka
2014-05-30
1
-1/+51
*
Add tests for getint, getdouble and getboolean methods of the tkapp object.
Serhiy Storchaka
2014-05-30
1
-0/+47
*
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
-5/+8
*
Skip expr* tests for large integers for Tcl <8.5.
Serhiy Storchaka
2014-02-03
1
-4/+8
*
Issue #20368: The null character now correctly passed from Tcl to Python (in
Serhiy Storchaka
2014-02-03
1
-6/+41
*
Issue #20368: Add tests for Tkinter methods exprstring(), exprdouble(),
Serhiy Storchaka
2014-02-03
1
-0/+131
*
Issue #19320: Fixed split/splitlist tests in test_tcl for Tcl 8.5.0-8.5.5.
Serhiy Storchaka
2014-02-02
1
-5/+32
*
Third attempt to fix test_user_command on OpenSolaris.
Serhiy Storchaka
2014-01-23
1
-1/+3
*
Other attempt to fix test_user_command on OpenSolaris.
Serhiy Storchaka
2014-01-23
1
-9/+15
*
Try to fix test_user_command on OpenSolaris where floats can have different
Serhiy Storchaka
2014-01-23
1
-6/+10
*
Added test_user_command in test_tcl.
Serhiy Storchaka
2014-01-23
1
-0/+28
*
Issue #19936: Added executable bits or shebang lines to Python scripts which
Serhiy Storchaka
2014-01-16
1
-2/+0
*
Issue #19320: test_tcl no longer fails when wantobjects is false.
Serhiy Storchaka
2013-12-25
1
-15/+30
*
Print Tk patchlevel in test_tcl in verbose mode (issue19654).
Serhiy Storchaka
2013-11-20
1
-0/+6
*
Issue #17883: Tweak test_tcl testLoadWithUNC to skip the test in the
Zachary Ware
2013-11-04
1
-6/+10
*
Fixed tests with Tcl/Tk <8.5 (closes #18964).
Serhiy Storchaka
2013-09-08
1
-4/+18
*
Issue #16809: Tkinter's splitlist() and split() methods now accept Tcl_Obj
Serhiy Storchaka
2013-08-22
1
-0/+4
*
Issue #17119: Fixed integer overflows when processing large Unicode strings
Serhiy Storchaka
2013-08-21
1
-1/+16
*
Issue #18101: Tcl.split() now process Unicode strings nested in a tuple as it
Serhiy Storchaka
2013-07-11
1
-0/+60
*
#17833: add debug output to investigate buildbot failure.
Ezio Melotti
2013-05-07
1
-4/+14
*
Issue17883: Update to assertIn to see why test fails on one buildbot.
Terry Jan Reedy
2013-05-06
1
-1/+1
*
Fix deprecation warning in test_tcl.
Ezio Melotti
2013-02-23
1
-1/+1
*
Issue #17118: Add new tests for testing Python-Tcl interaction.
Serhiy Storchaka
2013-02-07
1
-0/+22
*
Merged revisions 86596 via svnmerge from
Ezio Melotti
2010-11-21
1
-1/+1
*
Issue #6470: Drop UNC prefix in FixTk.py
Martin v. Löwis
2010-06-04
1
-0/+25
*
Issue #5450: Moved tests involving loading tk from Lib/test/test_tcl to
Guilherme Polo
2009-06-21
1
-31/+0
*
Make test.test_support.EnvironmentVarGuard behave like a dictionary.
Walter Dörwald
2009-05-01
1
-14/+11
*
A few more test skips via import_module, and change import_module to
R. David Murray
2009-03-31
1
-1/+4
*
Eliminated the need to use ttk.__loadtk__ and the problems related it.
Guilherme Polo
2009-02-07
1
-7/+1
*
Restore Tkinter.Tk._loadtk so this test doesn't fail for problems
Guilherme Polo
2009-02-01
1
-1/+7
[next]