Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
45efb225835ed97573bf1f3bd57c0f664d19886d
/
Lib
/
test
/
test_tcl.py
17c0178
Issue #21951: Fixed a crash in Tkinter on AIX when called Tcl command with
by Serhiy Storchaka
· 11 years ago
ceaf682
Issue #22226: Added private function _splitdict() in the Tkinter module.
by Serhiy Storchaka
· 11 years ago
ede745a
Clean up test_user_command.
by Serhiy Storchaka
· 11 years ago
77149a1
Issue #21951: Temporary skip crashing test_user_command on AIX.
by Serhiy Storchaka
· 11 years ago
5fc570f
Issue #21881: Just omit tests for platform-specific NaN representation in test_tcl.
by Serhiy Storchaka
· 11 years ago
668af7e
Issue #21881: Be more tolerant in test_tcl to not parsable by float() NaN
by Serhiy Storchaka
· 11 years ago
2a0220b
Issue #21552: Fixed possible integer overflow of too long string lengths in
by Serhiy Storchaka
· 11 years ago
d11e8b6
Add tests for getint, getdouble and getboolean methods of the tkapp object.
by Serhiy Storchaka
· 11 years ago
aa73ea0
Issue #20743: Fix a reference leak in test_tcl.
by Antoine Pitrou
· 11 years ago
76249ea
Issue #20532: Tests which use _testcapi now are marked as CPython only.
by Serhiy Storchaka
· 11 years ago
90ecc00
Skip expr* tests for large integers for Tcl <8.5.
by Serhiy Storchaka
· 12 years ago
ccffb25
Issue #20368: The null character now correctly passed from Tcl to Python (in
by Serhiy Storchaka
· 12 years ago
d2eff23
Issue #20368: Add tests for Tkinter methods exprstring(), exprdouble(),
by Serhiy Storchaka
· 12 years ago
15b67d7
Issue #19320: Fixed split/splitlist tests in test_tcl for Tcl 8.5.0-8.5.5.
by Serhiy Storchaka
· 12 years ago
eb7ef94
Third attempt to fix test_user_command on OpenSolaris.
by Serhiy Storchaka
· 12 years ago
dc97667
Other attempt to fix test_user_command on OpenSolaris.
by Serhiy Storchaka
· 12 years ago
83515ec
Try to fix test_user_command on OpenSolaris where floats can have different
by Serhiy Storchaka
· 12 years ago
29d8e85
Added test_user_command in test_tcl.
by Serhiy Storchaka
· 12 years ago
e0ed2d7
Issue #19936: Added executable bits or shebang lines to Python scripts which
by Serhiy Storchaka
· 12 years ago
5542b15
Issue #19320: test_tcl no longer fails when wantobjects is false.
by Serhiy Storchaka
· 12 years ago
78ecaba
Print Tk patchlevel in test_tcl in verbose mode (issue19654).
by Serhiy Storchaka
· 12 years ago
57d35c6
Issue #17883: Tweak test_tcl testLoadWithUNC to skip the test in the
by Zachary Ware
· 12 years ago
9402533
Fixed tests with Tcl/Tk <8.5 (closes #18964).
by Serhiy Storchaka
· 12 years ago
2ac1c1a
Issue #16809: Tkinter's splitlist() and split() methods now accept Tcl_Obj
by Serhiy Storchaka
· 12 years ago
4203570
Issue #17119: Fixed integer overflows when processing large Unicode strings
by Serhiy Storchaka
· 12 years ago
fab6542
Issue #18101: Tcl.split() now process Unicode strings nested in a tuple as it
by Serhiy Storchaka
· 12 years ago
794e557
#17833: add debug output to investigate buildbot failure.
by Ezio Melotti
· 12 years ago
b1d6f85
Issue17883: Update to assertIn to see why test fails on one buildbot.
by Terry Jan Reedy
· 12 years ago
0a4a7e1
Fix deprecation warning in test_tcl.
by Ezio Melotti
· 12 years ago
4a88041
Issue #17118: Add new tests for testing Python-Tcl interaction.
by Serhiy Storchaka
· 12 years ago
2623a37
Merged revisions 86596 via svnmerge from
by Ezio Melotti
· 15 years ago
eba67c0
Issue #6470: Drop UNC prefix in FixTk.py
by Martin v. Löwis
· 15 years ago
7f146ab
Issue #5450: Moved tests involving loading tk from Lib/test/test_tcl to
by Guilherme Polo
· 16 years ago
6733bed
Make test.test_support.EnvironmentVarGuard behave like a dictionary.
by Walter Dörwald
· 16 years ago
597ebab
A few more test skips via import_module, and change import_module to
by R. David Murray
· 16 years ago
8e5e438
Eliminated the need to use ttk.__loadtk__ and the problems related it.
by Guilherme Polo
· 17 years ago
3b331dd
Restore Tkinter.Tk._loadtk so this test doesn't fail for problems
by Guilherme Polo
· 17 years ago
b3619be
make _tkinter._flatten check the result of PySequence_Size for errors #3880
by Benjamin Peterson
· 17 years ago
6634bf2
Tkinter rename reversal: remove tkinter package, adapt imports and docs.
by Georg Brandl
· 17 years ago
d21dabc
change some imports in tests so they will not be skipped in 3.0
by Benjamin Peterson
· 17 years ago
b2afe85
Make use of new str.startswith/endswith semantics.
by Georg Brandl
· 19 years ago
a6c67b5
Stop test_tcl's testLoadTk from leaking the Tk commands 'loadtk' registers.
by Thomas Wouters
· 19 years ago
3684c87
Have testLoadTkFailure() skip on cygwin since Tcl/Tk on cygwin renders to the
by Brett Cannon
· 21 years ago
27f8836
Whitespace normalization.
by Tim Peters
· 21 years ago
1c5701d
Fix test failure for test_tcl on OS/X and Windows if a
by David Ascher
· 21 years ago
9a8d55e
Cleanup: remove test file after it is used.
by Neal Norwitz
· 21 years ago
63dfece
Get test to work when run from regrtest (add test_main), remove all CRs (^M)s
by Neal Norwitz
· 21 years ago
e2b4b32
Implementation of patch 869468
by David Ascher
· 21 years ago