summaryrefslogtreecommitdiff
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 #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-4/+8
|\ \ | |/
| * Issue #20532: Tests which use _testcapi now are marked as CPython only.Serhiy Storchaka2014-02-071-4/+8
* | Skip expr* tests for large integers for Tcl <8.5.Serhiy Storchaka2014-02-031-4/+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.Serhiy Storchaka2014-02-031-10/+40
|\ \ | |/
| * 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 #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-5/+28
|\ \ | |/
| * Issue #19320: Fixed split/splitlist tests in test_tcl for Tcl 8.5.0-8.5.5.Serhiy Storchaka2014-02-021-5/+28
* | Fixed test_user_command on OpenSolaris where floats can have different stringSerhiy Storchaka2014-01-231-9/+20
|\ \ | |/
| * Fixed test_user_command on OpenSolaris where floats can have different stringSerhiy Storchaka2014-01-231-9/+20
* | Added test_user_command in test_tcl.Serhiy Storchaka2014-01-231-0/+28
|\ \ | |/
| * 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 #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-13/+29
|\ \ | |/
| * Issue #19320: test_tcl no longer fails when wantobjects is false.Serhiy Storchaka2013-12-251-13/+29
* | Print Tk patchlevel in test_tcl in verbose mode (issue19654).Serhiy Storchaka2013-11-201-0/+6
|\ \ | |/
| * Print Tk patchlevel in test_tcl in verbose mode (issue19654).Serhiy Storchaka2013-11-201-0/+6
| * Fixed merge test for Tcl/Tk <8.5 (issue #18964).Serhiy Storchaka2013-10-271-2/+5
| * Issue #19028: Fixed tkinter.Tkapp.merge() for non-string arguments.Serhiy Storchaka2013-09-231-0/+31
|/
* 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 strings and tuplesSerhiy Storchaka2013-08-211-1/+15
* Issue #18101: Tcl.split() now process strings nested in a tuple as itSerhiy Storchaka2013-07-111-0/+60
* Issue # 10652: make tcl/tk tests run after __all__ test, patch by Zachary Ware.Terry Jan Reedy2013-03-161-0/+3
* Issue #17118: Add new tests for testing Python-Tcl interaction.Serhiy Storchaka2013-02-071-0/+20
* Skip estLoadWithUNC when UNC is not available.Hirokazu Yamamoto2010-09-231-5/+5
* In Python3000, Tkinter was renamed to tkinter. And print is now function.Hirokazu Yamamoto2010-09-181-2/+2
* Fix bad merge: test_support -> support.Georg Brandl2010-07-311-1/+1
* Merged revisions 81701 via svnmerge fromMartin v. Löwis2010-06-041-0/+25
* convert shebang lines: python -> python3Benjamin Peterson2010-03-111-1/+1
* Merged revisions 73495 via svnmerge fromGuilherme Polo2009-06-211-31/+0
* Merged revisions 72167 via svnmerge fromWalter Dörwald2009-05-011-14/+11
* Merged revisions 70734,70775,70856,70874,70876-70877 via svnmergeR. David Murray2009-03-311-1/+4
* Merged revisions 69404 via svnmerge fromGuilherme Polo2009-02-071-7/+1
* Fixing changes from the last merge.Guilherme Polo2009-02-061-1/+1
* Merged revisions 69129-69131,69139-69140,69143,69154-69159,69169,69288-69289,...Benjamin Peterson2009-02-061-1/+7
* Merged revisions 68884,68973,68978,69003,69083,69112-69113 via svnmerge fromBenjamin Peterson2009-01-301-1/+10
* #2967: Tkinter -> tkinter in test_tcl.Georg Brandl2008-05-251-1/+1
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-201-2/+2
* SF patch 1631942 by Collin Winter:Guido van Rossum2007-01-101-1/+1
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-111-4/+2
* Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.Thomas Wouters2006-05-271-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