summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_tcl.py
Commit message (Expand)AuthorAgeFilesLines
* 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-5/+8
* 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 (inSerhiy Storchaka2014-02-031-6/+41
* Issue #20368: Add tests for Tkinter methods exprstring(), exprdouble(),Serhiy Storchaka2014-02-031-0/+131
* Issue #19320: Fixed split/splitlist tests in test_tcl for Tcl 8.5.0-8.5.5.Serhiy Storchaka2014-02-021-5/+32
* Third attempt to fix test_user_command on OpenSolaris.Serhiy Storchaka2014-01-231-1/+3
* Other attempt to fix test_user_command on OpenSolaris.Serhiy Storchaka2014-01-231-9/+15
* Try to fix test_user_command on OpenSolaris where floats can have differentSerhiy Storchaka2014-01-231-6/+10
* Added test_user_command in test_tcl.Serhiy Storchaka2014-01-231-0/+28
* Issue #19936: Added executable bits or shebang lines to Python scripts whichSerhiy Storchaka2014-01-161-2/+0
* Issue #19320: test_tcl no longer fails when wantobjects is false.Serhiy Storchaka2013-12-251-15/+30
* Print Tk patchlevel in test_tcl in verbose mode (issue19654).Serhiy Storchaka2013-11-201-0/+6
* Issue #17883: Tweak test_tcl testLoadWithUNC to skip the test in theZachary Ware2013-11-041-6/+10
* Fixed tests with Tcl/Tk <8.5 (closes #18964).Serhiy Storchaka2013-09-081-4/+18
* Issue #16809: Tkinter's splitlist() and split() methods now accept Tcl_ObjSerhiy Storchaka2013-08-221-0/+4
* Issue #17119: Fixed integer overflows when processing large Unicode stringsSerhiy Storchaka2013-08-211-1/+16
* Issue #18101: Tcl.split() now process Unicode strings nested in a tuple as itSerhiy Storchaka2013-07-111-0/+60
* #17833: add debug output to investigate buildbot failure.Ezio Melotti2013-05-071-4/+14
* Issue17883: Update to assertIn to see why test fails on one buildbot.Terry Jan Reedy2013-05-061-1/+1
* Fix deprecation warning in test_tcl.Ezio Melotti2013-02-231-1/+1
* Issue #17118: Add new tests for testing Python-Tcl interaction.Serhiy Storchaka2013-02-071-0/+22
* Merged revisions 86596 via svnmerge fromEzio Melotti2010-11-211-1/+1
* Issue #6470: Drop UNC prefix in FixTk.pyMartin v. Löwis2010-06-041-0/+25
* Issue #5450: Moved tests involving loading tk from Lib/test/test_tcl toGuilherme Polo2009-06-211-31/+0
* Make test.test_support.EnvironmentVarGuard behave like a dictionary.Walter Dörwald2009-05-011-14/+11
* A few more test skips via import_module, and change import_module toR. David Murray2009-03-311-1/+4
* Eliminated the need to use ttk.__loadtk__ and the problems related it.Guilherme Polo2009-02-071-7/+1
* Restore Tkinter.Tk._loadtk so this test doesn't fail for problemsGuilherme Polo2009-02-011-1/+7
* make _tkinter._flatten check the result of PySequence_Size for errors #3880Benjamin Peterson2009-01-301-1/+10
* Tkinter rename reversal: remove tkinter package, adapt imports and docs.Georg Brandl2008-05-201-1/+1
* change some imports in tests so they will not be skipped in 3.0Benjamin Peterson2008-05-181-1/+1
* Make use of new str.startswith/endswith semantics.Georg Brandl2006-06-091-4/+2
* Stop test_tcl's testLoadTk from leaking the Tk commands 'loadtk' registers.Thomas Wouters2006-04-241-0/+1
* Have testLoadTkFailure() skip on cygwin since Tcl/Tk on cygwin renders to theBrett Cannon2004-11-241-1/+3
* Whitespace normalization.Tim Peters2004-07-081-1/+1
* Fix test failure for test_tcl on OS/X and Windows if aDavid Ascher2004-03-261-7/+1
* Cleanup: remove test file after it is used.Neal Norwitz2004-02-291-0/+1
* Get test to work when run from regrtest (add test_main), remove all CRs (^M)sNeal Norwitz2004-02-191-3/+5
* Implementation of patch 869468David Ascher2004-02-181-0/+159