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
*
Issue #21951: Fixed a crash in Tkinter on AIX when called Tcl command with
Serhiy Storchaka
2014-09-11
1
-1/+2
|
\
|
*
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
-1/+36
|
\
\
|
|
/
|
*
Issue #22226: Added private function _splitdict() in the Tkinter module.
Serhiy Storchaka
2014-09-06
1
-1/+36
*
|
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
|
\
\
|
|
/
|
*
Issue #21580: Now Tkinter correctly handles bytes arguments passed to Tk.
Serhiy Storchaka
2014-07-30
1
-9/+15
*
|
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 tes...
Serhiy Storchaka
2014-07-07
1
-6/+2
|
\
\
|
|
/
|
*
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 #21881: Be more tolerant in test_tcl to not parsable by float() NaN
Serhiy Storchaka
2014-07-07
1
-6/+6
*
|
Test correct getXXX methods in Tkinter bigmem tests.
Serhiy Storchaka
2014-05-30
1
-3/+3
|
\
\
|
|
/
|
*
Test correct getXXX methods in Tkinter bigmem tests.
Serhiy Storchaka
2014-05-30
1
-3/+3
*
|
Issue #21552: Fixed possible integer overflow of too long string lengths in
Serhiy Storchaka
2014-05-30
1
-1/+26
|
\
\
|
|
/
|
*
Issue #21552: Fixed possible integer overflow of too long string lengths in
Serhiy Storchaka
2014-05-30
1
-1/+26
*
|
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
|
\
\
|
|
/
|
*
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.
Serhiy Storchaka
2014-02-03
1
-10/+40
|
\
\
|
|
/
|
*
Issue #20368: The null character now correctly passed from Tcl to Python.
Serhiy Storchaka
2014-02-03
1
-10/+40
*
|
Issue #20368: Add tests for Tkinter methods exprstring(), exprdouble(),
Serhiy Storchaka
2014-02-03
1
-0/+135
|
\
\
|
|
/
|
*
Issue #20368: Add tests for Tkinter methods exprstring(), exprdouble(),
Serhiy Storchaka
2014-02-03
1
-0/+135
*
|
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
|
\
\
|
|
/
|
*
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
*
|
Fixed test_user_command on OpenSolaris where floats can have different string
Serhiy Storchaka
2014-01-23
1
-9/+20
|
\
\
|
|
/
|
*
Fixed test_user_command on OpenSolaris where floats can have different string
Serhiy Storchaka
2014-01-23
1
-9/+20
*
|
Added test_user_command in test_tcl.
Serhiy Storchaka
2014-01-23
1
-0/+28
|
\
\
|
|
/
|
*
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 #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
-13/+29
|
\
\
|
|
/
|
*
Issue #19320: test_tcl no longer fails when wantobjects is false.
Serhiy Storchaka
2013-12-25
1
-13/+29
*
|
Print Tk patchlevel in test_tcl in verbose mode (issue19654).
Serhiy Storchaka
2013-11-20
1
-0/+6
|
\
\
|
|
/
|
*
Print Tk patchlevel in test_tcl in verbose mode (issue19654).
Serhiy Storchaka
2013-11-20
1
-0/+6
|
*
Fixed merge test for Tcl/Tk <8.5 (issue #18964).
Serhiy Storchaka
2013-10-27
1
-2/+5
|
*
Issue #19028: Fixed tkinter.Tkapp.merge() for non-string arguments.
Serhiy Storchaka
2013-09-23
1
-0/+31
|
/
*
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 strings and tuples
Serhiy Storchaka
2013-08-21
1
-1/+15
*
Issue #18101: Tcl.split() now process strings nested in a tuple as it
Serhiy Storchaka
2013-07-11
1
-0/+60
[next]