]> granicus.if.org Git - python/commit
Issue #18492: Allow all resources when tests are not run by regrtest.py.
authorZachary Ware <zachary.ware@gmail.com>
Mon, 2 Jun 2014 21:01:29 +0000 (16:01 -0500)
committerZachary Ware <zachary.ware@gmail.com>
Mon, 2 Jun 2014 21:01:29 +0000 (16:01 -0500)
commit66f29284797c31190ad06554d9909d7ed8a894d1
tree0388a5b7cd0084afc8ed45855bb16f0d631971e1
parent8dd49fe09fc4ac3b527914a0703c0dc0429aa125
Issue #18492: Allow all resources when tests are not run by regrtest.py.

This changeset also includes cleanup allowed by this behavior change.
14 files changed:
Lib/idlelib/FormatParagraph.py
Lib/idlelib/IdleHistory.py
Lib/idlelib/SearchEngine.py
Lib/idlelib/idle_test/README.txt
Lib/test/support/__init__.py
Lib/test/test_codecmaps_hk.py
Lib/test/test_decimal.py
Lib/test/test_idle.py
Lib/test/test_imaplib.py
Lib/test/test_robotparser.py
Lib/test/test_tk.py
Lib/test/test_ttk_guionly.py
Lib/tkinter/test/runtktests.py
Misc/NEWS