summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_support.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #12098 : Fix a missing import in the unittests.Kristján Valur Jónsson2013-03-201-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-121-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-251-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-211-2/+2
|\
| * - Issue #13703: oCERT-2011-003: add -R command-line option and PYTHONHASHSEEDBarry Warsaw2012-02-211-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
| * Merged revisions 77729 via svnmerge fromEzio Melotti2010-01-241-25/+1
| * Merged revisions 76037 via svnmerge fromAntoine Pitrou2009-11-011-3/+11
| * Merged revisions 75528 via svnmerge fromR. David Murray2009-10-281-1/+3
| * Merged revisions 71875 via svnmerge fromWalter Dörwald2009-04-251-15/+17
| * Merged revisions 68779 via svnmerge fromBenjamin Peterson2009-01-191-0/+12
* | Issue #13453: Catch EAI_FAIL in support.transient_internet.Charles-François Natali2011-12-101-0/+1
* | Skip network tests when getaddrinfo() returns EAI_AGAIN, meaning a temporaryAntoine Pitrou2011-07-091-0/+1
* | Issue #12085: Fix test_subprocess for my previous commitVictor Stinner2011-05-311-0/+3
* | #7960: fix docstrings for captured_output and captured_stdout.Ezio Melotti2011-05-141-8/+8
* | #5723: Improve json tests to be executed with and without accelerations.Ezio Melotti2011-05-141-2/+2
* | Change import_fresh_module to work with packages.Ezio Melotti2011-05-141-10/+6
* | #11910: change import_fresh_module to return None when one of the "fresh" mod...Ezio Melotti2011-05-091-4/+8
* | import_fresh_module ought to be in __all__Benjamin Peterson2011-05-081-1/+2
* | Merged revisions 87861,87863 via svnmerge fromAntoine Pitrou2011-01-081-0/+1
* | Merged revisions 87695 via svnmerge fromAntoine Pitrou2011-01-031-0/+10
* | Merged revisions 85482 via svnmerge fromAntoine Pitrou2010-10-141-1/+1
* | Add support for "-3" flag (closes #7516)Antoine Pitrou2010-10-141-0/+1
* | Merged revisions 85469 via svnmerge fromAntoine Pitrou2010-10-141-0/+19
* | Recorded merge of revisions 83987 via svnmerge fromVictor Stinner2010-09-101-5/+5
* | Merged revisions 84604 via svnmerge fromAntoine Pitrou2010-09-071-1/+10
* | Merged revisions 84597-84599 via svnmerge fromAntoine Pitrou2010-09-071-20/+43
* | Merged revisions 82850 via svnmerge fromAlexander Belopolsky2010-07-141-1/+1
* | #8889: rewrite transient_internet so we don't use EAI_NODATA on FreeBSD.R. David Murray2010-06-031-7/+22
* | Issue #8835: test_support.transient_internet() catchs gaierror(EAI_NONAME) andVictor Stinner2010-05-271-1/+3
* | Issue #7449, part 1: fix test_support.py for Python compiled without threadVictor Stinner2010-04-271-4/+18
* | adjust gc_collect for JythonPhilip Jenvey2010-04-101-1/+3
* | #8155: Preserve backward compatibility for test_support.check_warnings(). Ad...Florent Xicluna2010-03-181-3/+8
* | Issue #7783 and #7787: open_urlresource invalidates the outdated files from t...Florent Xicluna2010-03-151-4/+24
* | Do not chdir when running test_xml_etree, and enhance the findfile helper.Florent Xicluna2010-03-131-1/+3
* | #7772: Fix test_py3kwarn. Now the test suite could pass with "-3" flag.Florent Xicluna2010-03-091-4/+4
* | Refresh the documentation for the test.test_support module.Florent Xicluna2010-03-071-5/+5
* | Issue #7849: Now the utility ``check_warnings`` verifies if the warnings areFlorent Xicluna2010-03-071-9/+90
* | skip tests with a non-ascii cwd when the file system encoding is asciiEzio Melotti2010-02-201-0/+7
* | #7712: add a temp_cwd context manager to test_support and use it in regrtest ...Ezio Melotti2010-02-101-18/+33