summaryrefslogtreecommitdiff
path: root/Lib/test/test_support.py
Commit message (Expand)AuthorAgeFilesLines
* bpo-30207: Rename test.test_support to test.support. (#1353)Serhiy Storchaka2017-04-301-1756/+2
* [2.7] bpo-30197: Enhance swap_attr() and backport swap_item() in test.test_su...Serhiy Storchaka2017-04-281-2/+37
* Issue #19542: Fix bugs in WeakValueDictionary.setdefault() and WeakValueDicti...Antoine Pitrou2016-12-191-0/+10
* Try to fix test.test_support.rmtree() on Windows for fixing issue28847 tests.Serhiy Storchaka2016-12-031-2/+2
* Issue #28666: Fix stat importMartin Panter2016-11-201-1/+1
* Issue #28666: Fix removing readonly directories on Windows.Serhiy Storchaka2016-11-201-1/+1
* Issue #28666: Now test.test_support.rmtree is able to remove unwritable orSerhiy Storchaka2016-11-201-15/+16
* Issue #28666: Now test.support.rmtree is able to remove unwritable orSerhiy Storchaka2016-11-201-1/+32
* Issue #27918# test.resource.is_gui_available no longer flashes tk window.Terry Jan Reedy2016-09-051-2/+3
* Issue #25523: Correct "a" article to "an" articleMartin Panter2015-11-021-1/+1
* Issue #26494: Fixed crash on iterating exhausting iterators.Serhiy Storchaka2016-03-301-0/+18
* Issue #6478: _strptime's regexp cache now is reset after changing timezoneSerhiy Storchaka2015-12-031-1/+34
* Don't encode unicode dirname in test_support.temp_cwd() if unicode file namesSerhiy Storchaka2015-09-091-1/+2
* Backport support.change_cwd() and use it in tests.Serhiy Storchaka2015-09-061-0/+27
* Issue #23799: Added test.test_support.start_threads() for running andSerhiy Storchaka2015-04-011-1/+34
* Issue #23458: Skip test_urandom_fd_non_inheritable on OS X 10.4 sinceNed Deily2015-03-171-1/+29
* use more ugly but hopefully more robust methodBenjamin Peterson2014-11-251-1/+1
* handle errors without a reason attributeBenjamin Peterson2014-11-251-1/+1
* don't fail tests when www.python.org can't be validated by the systemBenjamin Peterson2014-11-251-0/+13
* Issue #22770: Prevent some Tk segfaults on OS X when running gui tests.Ned Deily2014-11-011-3/+2
* expect socket.error instead of the py3ism OSErrorBenjamin Peterson2014-08-201-1/+1
* backport many ssl features from Python 3 (closes #21308)Benjamin Peterson2014-08-201-1/+18
* Add helpers for testing unicode disabled builds.Serhiy Storchaka2014-07-161-1/+6
* Issue #18492: Allow all resources when tests are not run by regrtest.py.Zachary Ware2014-06-021-11/+7
* Issue #18604: Skip the Tk instantiation test on OS X because it canNed Deily2014-05-231-1/+3
* Issue #18604: Consolidated checks for GUI availability.Zachary Ware2014-05-021-12/+55
* Issue #6815: os.path.expandvars() now supports non-ASCII Unicode environmentSerhiy Storchaka2014-02-191-0/+46
* Issue #20532: Tests which use _testcapi now are marked as CPython only.Serhiy Storchaka2014-02-071-1/+1
* Fix test.test_support.bind_port() to not cause an error when Python wasGregory P. Smith2013-11-241-3/+9
* Issue #17883: Backport test.test_support._is_gui_available()Zachary Ware2013-11-031-0/+34
* Issue #18643: Fix some test_socket failures due to large default socket bufferCharles-François Natali2013-08-291-2/+8
* Issue #18792: Use "127.0.0.1" or "::1" instead of "localhost" as much as poss...Antoine Pitrou2013-08-221-1/+6
* #18741: fix more typos. Patch by Févry Thibault.Ezio Melotti2013-08-171-2/+2
* Issue #17835: Fix test_io when the default OS pipe buffer size is larger than...Antoine Pitrou2013-04-241-0/+9
* Issue #12098 : Fix a missing import in the unittests.Kristján Valur Jónsson2013-03-191-0/+1
* Issue #12098: multiprocessing on Windows now starts child processesKristján Valur Jónsson2013-03-191-16/+1
* Issue #5308: Raise ValueError when marshalling too large object (a sequenceSerhiy Storchaka2013-02-131-6/+7
* Issue #16800: tempfile.gettempdir() no longer left temporary files whenSerhiy Storchaka2013-02-131-0/+27
* - Issue #17041: Fix testing when Python is configured with theSerhiy Storchaka2013-01-271-4/+10
* Adapt test for build --without-doc-strings.Stefan Krah2013-01-261-0/+5
* Fix #15496. Add directory removal helpers to make Windows tests more reliable...Brian Curtin2012-08-131-2/+66
* Issue #15467: Move helpers for __sizeof__ tests into test_support.Martin v. Löwis2012-07-291-0/+28
* Try to fix failure of a Windows buildbot to capture name resolution errors.Antoine Pitrou2012-06-261-0/+3
* Issue #8767: Restore building with --disable-unicode.Martin v. Löwis2012-05-201-1/+1
* merge 2.6 with hash randomization fixBenjamin Peterson2012-02-201-2/+2
|\
| * - Issue #13703: oCERT-2011-003: add -R command-line option and PYTHONHASHSEEDBarry Warsaw2012-02-201-1/+11
| * Merged revisions 78769,79049 via svnmerge fromEzio Melotti2010-08-021-8/+13
| * Merged revisions 78815 via svnmerge fromEzio Melotti2010-08-021-4/+4
| * Merged revisions 78758 via svnmerge fromEzio Melotti2010-08-021-9/+90
| * Revert r77730 and add back verify and vereq in case other projects use them, ...Ezio Melotti2010-01-251-1/+25