Download Latest Version Installer-Windows-7-EasyDeployExtensionsPack-32-64-(sqlite_fdw,www_fdw,mysql_fdw,ldap_fdw,couchdb_fdw,oracle_fdw).7z (11.2 MB)
Email in envelope

Get an email when there's a new version of postgresql-mingw-w64

Name Modified Size InfoDownloads / Week
Parent folder
test_ttk 2013-12-07
test_tkinter 2013-12-07
runtktests.pyc 2013-12-07 4.6 kB
runtktests.pyo 2013-12-07 4.6 kB
runtktests.py 2013-12-07 4.1 kB
README 2013-12-07 566 Bytes
Totals: 6 Items   13.9 kB 0
Writing new tests
=================

Precaution
----------

    New tests should always use only one Tk window at once, like all the
    current tests do. This means that you have to destroy the current window
    before creating another one, and clean up after the test. The motivation
    behind this is that some tests may depend on having its window focused
    while it is running to work properly, and it may be hard to force focus
    on your window across platforms (right now only test_traversal at
    test_ttk.test_widgets.NotebookTest depends on this).

Source: README, updated 2013-12-07