summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_sundry.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/test/test_sundry.py')
-rw-r--r--Lib/test/test_sundry.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/test/test_sundry.py b/Lib/test/test_sundry.py
index 23b145e..1dcfaeb 100644
--- a/Lib/test/test_sundry.py
+++ b/Lib/test/test_sundry.py
@@ -90,7 +90,6 @@ class TestUntestedModules(unittest.TestCase):
import posixfile
import pstats
import py_compile
- import pydoc
import rexec
import rlcompleter
import sched
on> Tk is a free and open-source, cross-platform widget toolkit that provides a library of basic elements of GUI widgets for building a graphical user interface (GUI) in many programming languages.
summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* fix commentjan.nijtmans2013-01-153-3/+3
|
* Don't use deprecated "case" any more.jan.nijtmans2013-01-154-12/+5
|\ | | | | | | Don't do unnecessary Tcl_PkgRequire(..., "Tcl", ...), the preceding Tcl_InitStubs() call already does that, both for dynamic loaded as wel as the static case. Disallow Tk 8.5.x to be loaded in any Tcl 8.5 alpha release.
| * Don't use deprecated "case" any more.jan.nijtmans2013-01-152-10/+7
| | | | | | Don't do unnecessary Tcl_PkgRequire(..., "Tcl", ...), the preceding Tcl_InitStubs() call already does that, both for dynamic loaded as wel as the static case.
* | and ChangeLog as welljan.nijtmans2013-01-141-0/+5
| |
* | More flexible search for win32 tclConfig.sh, backported from TEA.jan.nijtmans2013-01-142-67/+285
| |
| |
| \
| \
| \
*---. \ Eliminate all usage of deprecated Tcl_EvalObj, Tcl_GlobalEval and ↵jan.nijtmans2013-01-1116-36/+42
|\ \ \ \ | | | |/ | | | | | | | | | | | | | | | | | | | | Tcl_GlobalEvalObj functions. Add [file normalize] to pkgIndex.tcl, in order to prevent '..' in file paths. Remove unused TCLPATCHL, it should be ".0" for all final releases. Enable tk.h to be used with higher tcl.h versions which might lack _ANSI_ARGS_
| | | * add [file normalize] to UNIX pkgIndex.tcl toojan.nijtmans2013-01-111-1/+1
| | |/
| | * wrong end brace locationjan.nijtmans2013-01-111-1/+1
| |/
| * Eliminate all usage of deprecated Tcl_EvalObj, Tcl_GlobalEval and ↵jan.nijtmans2013-01-1111-33/+31
| | | | | | | | | | | | Tcl_GlobalEvalObj functions. Add [file normalize] to pkgIndex.tcl, in order to prevent '..' in file paths. Remove unused TCLPATCHL, it should be ".0" for all final releases.
* | Restructure Tk's stub library: No longer use Tcl_SetResult() for setting the ↵jan.nijtmans2013-01-041-60/+51
|\ \ | |/ | | | | | | | | | | error message, but Tcl_ResetResult/Tcl_AppendResult, as all other stub libraries do. This will allow us to remove Tcl_SetResult() in Tcl 9.0, eventually. More structural improvements, taken over from Tcl 8.6's tclOOStubLib.c/tclTomMathStubLib.c and from Tk 8.6's tclStubLib.c
| * Restructure Tk's stub library: No longer use Tcl_SetResult() for setting the ↵jan.nijtmans2013-01-041-59/+86
| | | | | | | | | | | | | | error message, but Tcl_ResetResult/Tcl_AppendResult, as all other stub libraries do. This will allow us to remove Tcl_SetResult() in Tcl 9.0, eventually. More structural improvements, taken over from Tcl 8.6's tclOOStubLib.c/tclTomMathStubLib.c and from Tk 8.6's tclStubLib.c
* | Make Aqua Tk build on OSX Leopard again; *I* still use it!dkf2012-12-171-4/+25
| |
* | Force the use of the correct internal function for parsing hex colors rather ↵dkf2012-12-061-85/+63
|\ \ | |/ | | | | than leaving it to the vagaries of the system library (buggy on some versions of MinGW apparently).
| * Minor improvements now that we're no longer tracking a standard API.dkf2012-12-061-3/+2
| |
| * Force the use of the correct internal function for parsing hex colors ratherdkf2012-12-061-85/+64
| | | | | | | | than leaving it to the vagaries of the system library (buggy on some versions of MinGW apparently).
* | [Bug 3588824]: bug in image index handling for weird image namesdgp2012-12-045-3/+48
|\ \ | |/
| * Fixed commit datefvogel2012-12-031-1/+1
| |
| * [Bug 3588824]: bug in image index handling for weird image namesfvogel2012-12-033-3/+39
| |\
| | * Added tests for weird embedded windows namesbug_3588824fvogel2012-11-241-5/+15
| | |
| | * [Bug 3588824]: bug in image index handling for weird image namesfvogel2012-11-223-3/+29
| |/
* | merge-markjan.nijtmans2012-12-020-0/+0
|\ \ | |/
| * More complete purge of things only present for supporting long-dead Mac 9 ↵dgp2012-11-1551-1881/+86
| | | | | | | | systems.
* | merge-markjan.nijtmans2012-11-150-0/+0
|\ \ | |/
| * Remove all the long dead mac entries in tk*.decls files jan.nijtmans2012-11-157-1823/+117
| | | | | | <p>re-generate all tk*Decls.h files.
| * Remove all long-dead mac/* files (for Mac OS9 !?!).dgp2012-11-1557-36235/+0
| |
| * Avoid crashing the test suite due to apparent Xlib bug handling thedgp2012-11-141-1/+0
| | | | | | zapfdingbats font as a core font, observed on Snow Leopard.
* | [Bug 3585396]: winDialog.test requires user interaction.jan.nijtmans2012-11-133-178/+289
|\ \ | |/ | | <p>Renumber test-cases as in Tk 8.6, and convert various to tcltest-2 style.
| * [Bug 3585396]: winDialog.test requires user interaction.jan.nijtmans2012-11-133-203/+315
| | | | | | <p>Renumber test-cases as in Tk 8.6, and convert various to tcltest-2 style.
* | merge release to 8.5dgp2012-11-1212-23/+54
|\ \
| * | ChangeLog release markcore_8_5_13core_8_5_13_rcdgp2012-11-091-0/+14
| | |
| * | merge 8.5dgp2012-11-092-5/+5
| |\ \ | |/ / |/| |
* | | Avoid setting TK_LIBRARY to a relative pathname.dgp2012-11-091-2/+2
| | |
* | | Constrain tests that improperly demand user interaction.dgp2012-11-091-3/+3
| | |
| * | update changesdgp2012-11-071-0/+2
| | |
| * | merge 8.5dgp2012-11-074-12/+25
| |\ \ | |/ / |/| |
* | | [Bug 3574708]: Move window liveness checks to better location.dkf2012-11-072-3/+16
| | |
* | | Now that fossil stores the right characters, we might as well use them in ↵jan.nijtmans2012-11-072-4/+4
| | | | | | | | | | | | more places
* | | just fix some characters that fossil cannot handle welljan.nijtmans2012-11-072-5/+5
| | |
| * | make distdgp2012-11-061-4/+18
| | |
| * | 3584471 Repair `make dist` backport.dgp2012-11-061-4/+5
| | |
| * | merge 8.5dgp2012-11-051-0/+20
| |\ \ | |/ / |/| |
* | | Update changes for 8.5.13.dgp2012-11-051-0/+20
| | |
| * | Release branch for Tk 8.5.13.dgp2012-11-058-15/+15
|/ /
* | 3574893 Add overlooked toplevel ref count maintenance in the [wm manage|forget]dgp2012-10-242-0/+12
| | | | | | operations that could cause segfaults due to premature free of structs.
* | sync nmakehlp.c with Tcl versionjan.nijtmans2012-10-2320-233/+247
|\ \ | |/ | | | | <p>purge spaces at end of lines <p>clean-up unix/Makefile.in after carbon removal
| * sync nmakehlp.c with Tcl versionjan.nijtmans2012-10-231-4/+5
| |
* | remove tkMacOSXCarbonEvents.cjan.nijtmans2012-10-231-690/+0
| |
* | remove RCS keywords, use mode: objc consistantlyjan.nijtmans2012-10-23