summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_support.py
Commit message (Expand)AuthorAgeFilesLines
* 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-251-3/+9
* Issue #17883: Backport test.test_support._is_gui_available()Zachary Ware2013-11-041-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-211-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-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