index
:
cpython
3.10
3.11
3.12
3.13
3.14
3.9
main
The Python programming language
Aslak Raanes
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_tcl.py
Commit message (
Expand
)
Author
Age
*
bpo-38371: Tkinter: deprecate the split() method. (GH-16584)
Serhiy Storchaka
2019-10-08
*
bpo-13153: Use OS native encoding for converting between Python and Tcl. (GH-...
Serhiy Storchaka
2019-10-04
*
bpo-33974: Fix passing special characters to ttk widgets. (GH-7986)
Serhiy Storchaka
2018-06-30
*
bpo-31675: Fix memory leaks in Tkinter's methods splitlist() and split() (#3866)
Serhiy Storchaka
2017-10-03
*
Issue #23815: Fixed crashes related to directly created instances of types in
Serhiy Storchaka
2016-05-08
*
Issue #25093: Merge with 3.4
Zachary Ware
2015-10-12
|
\
|
*
Issue #25093: Fix test_tcl's testloadWithUNC for paths with spaces
Zachary Ware
2015-10-12
*
|
Issue #20035: Reimplement tkinter._fix module as a C function.
Zachary Ware
2015-05-22
*
|
Issue #23880: Tkinter's getint() and getdouble() now support Tcl_Obj.
Serhiy Storchaka
2015-05-06
*
|
Issue #16840. Turn off bignum support in tkinter with with Tcl earlier than 8...
Serhiy Storchaka
2015-04-22
|
\
|
|
*
Issue #16840. Turn off bignum support in tkinter with with Tcl earlier than 8...
Serhiy Storchaka
2015-04-22
*
|
Fixed full Tcl version parsing in tests for pre-final versions.
Serhiy Storchaka
2015-04-22
|
\
|
|
*
Fixed full Tcl version parsing in tests for pre-final versions.
Serhiy Storchaka
2015-04-22
*
|
Issue #15133: _tkinter.tkapp.getboolean() now supports Tcl_Obj and always
Serhiy Storchaka
2015-04-04
|
\
|
|
*
Issue #15133: _tkinter.tkapp.getboolean() now supports Tcl_Obj and always
Serhiy Storchaka
2015-04-04
*
|
Issue #16840: Fixed test_tcl for Tcl < 8.5.
Serhiy Storchaka
2015-04-02
|
\
|
|
*
Issue #16840: Fixed test_tcl for Tcl < 8.5.
Serhiy Storchaka
2015-04-02
*
|
Issue #21526: Skip test_booleans on Tcl < 8.5.
Serhiy Storchaka
2015-04-02
|
\
|
|
*
Issue #21526: Skip test_booleans on Tcl < 8.5.
Serhiy Storchaka
2015-04-02
*
|
Issue #16840: Tkinter now supports 64-bit integers added in Tcl 8.4 and
Serhiy Storchaka
2015-04-02
|
\
|
|
*
Issue #16840: Tkinter now supports 64-bit integers added in Tcl 8.4 and
Serhiy Storchaka
2015-04-02
*
|
Issue #21526: Fixed the test_booleans test for wantobjects = 0.
Serhiy Storchaka
2015-04-02
|
\
|
|
*
Issue #21526: Fixed the test_booleans test for wantobjects = 0.
Serhiy Storchaka
2015-04-02
*
|
Issue #21526: Fixed support of new boolean type in Tcl 8.5.
Serhiy Storchaka
2015-04-02
|
\
|
|
*
Issue #21526: Tkinter now supports new boolean type in Tcl 8.5.
Serhiy Storchaka
2015-04-02
*
|
Issue #21951: Fixed a crash in Tkinter on AIX when called Tcl command with
Serhiy Storchaka
2014-09-11
|
\
|
|
*
Issue #21951: Fixed a crash in Tkinter on AIX when called Tcl command with
Serhiy Storchaka
2014-09-11
*
|
Issue #22226: Added private function _splitdict() in the Tkinter module.
Serhiy Storchaka
2014-09-06
|
\
|
|
*
Issue #22226: Added private function _splitdict() in the Tkinter module.
Serhiy Storchaka
2014-09-06
*
|
Issue #22334: Add debug traces to test_tcl
Victor Stinner
2014-09-04
*
|
Clean up test_user_command.
Serhiy Storchaka
2014-08-18
|
\
|
|
*
Clean up test_user_command.
Serhiy Storchaka
2014-08-18
*
|
Issue #21580: Now Tkinter correctly handles bytes arguments passed to Tk.
Serhiy Storchaka
2014-07-30
|
\
|
|
*
Issue #21580: Now Tkinter correctly handles bytes arguments passed to Tk.
Serhiy Storchaka
2014-07-30
*
|
Issue #21951: Temporary skip crashing test_user_command on AIX.
Serhiy Storchaka
2014-07-30
|
\
|
|
*
Issue #21951: Temporary skip crashing test_user_command on AIX.
Serhiy Storchaka
2014-07-30
*
|
Issue #21881: Just omit tests for platform-specific NaN representation in tes...
Serhiy Storchaka
2014-07-07
|
\
|
|
*
Issue #21881: Just omit tests for platform-specific NaN representation in tes...
Serhiy Storchaka
2014-07-07
*
|
Issue #21881: Be more tolerant in test_tcl to not parsable by float() NaN
Serhiy Storchaka
2014-07-07
|
\
|
|
*
Issue #21881: Be more tolerant in test_tcl to not parsable by float() NaN
Serhiy Storchaka
2014-07-07
*
|
Test correct getXXX methods in Tkinter bigmem tests.
Serhiy Storchaka
2014-05-30
|
\
|
|
*
Test correct getXXX methods in Tkinter bigmem tests.
Serhiy Storchaka
2014-05-30
*
|
Issue #21552: Fixed possible integer overflow of too long string lengths in
Serhiy Storchaka
2014-05-30
|
\
|
|
*
Issue #21552: Fixed possible integer overflow of too long string lengths in
Serhiy Storchaka
2014-05-30
*
|
Add tests for getint, getdouble and getboolean methods of the tkapp object.
Serhiy Storchaka
2014-05-30
|
\
|
|
*
Add tests for getint, getdouble and getboolean methods of the tkapp object.
Serhiy Storchaka
2014-05-30
*
|
Issue #21525: Most Tkinter methods which accepted tuples now accept lists too.
Serhiy Storchaka
2014-05-21
|
/
*
Issue #20743: Fix a reference leak in test_tcl.
Antoine Pitrou
2014-02-23
|
\
|
*
Issue #20743: Fix a reference leak in test_tcl.
Antoine Pitrou
2014-02-23
*
|
Issue #20532: Tests which use _testcapi now are marked as CPython only.
Serhiy Storchaka
2014-02-07
|
\
|
[next]