summaryrefslogtreecommitdiffstats
path: root/Lib/test/support.py
Commit message (Expand)AuthorAgeFilesLines
* Merge with 3.2 and also remove captured_output from __all__ (see #7960).Ezio Melotti2011-05-141-3/+4
|\
| * Update __all__ and docstring.Ezio Melotti2011-05-141-1/+3
* | #7960: merge with 3.2.Ezio Melotti2011-05-141-8/+8
|\ \ | |/
| * #7960: merge with 3.1.Ezio Melotti2011-05-141-8/+8
| |\
| | * #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
* | | #5723: merge with 3.2.Ezio Melotti2011-05-141-2/+2
|\ \ \ | |/ /
| * | #5723: merge with 3.1.Ezio Melotti2011-05-141-2/+2
* | | Merge with 3.2.Ezio Melotti2011-05-141-10/+6
|\ \ \ | |/ /
| * | Merge with 3.1.Ezio Melotti2011-05-141-10/+6
| |\ \ | | |/
| | * Change import_fresh_module to work with packages.Ezio Melotti2011-05-141-10/+6
* | | #11910: merge with 3.2.Ezio Melotti2011-05-091-4/+8
|\ \ \ | |/ /
| * | #11910: merge with 3.1.Ezio Melotti2011-05-091-4/+8
| |\ \ | | |/
| | * #11910: change import_fresh_module to return None when one of the "fresh" mod...Ezio Melotti2011-05-091-4/+8
* | | merge 3.2Benjamin Peterson2011-05-081-2/+3
|\ \ \ | |/ /
| * | merge 3.1Benjamin Peterson2011-05-081-2/+3
| |\ \ | | |/
| | * put import_fresh_module in __all__Benjamin Peterson2011-05-081-0/+1
* | | Add WSANO_DATA to possible errors triggered by getaddrinfo (Windows)Antoine Pitrou2011-04-281-0/+2
|\ \ \ | |/ /
| * | Add WSANO_DATA to possible errors triggered by getaddrinfo (Windows)Antoine Pitrou2011-04-281-0/+2
* | | Issue #11811: Factor out detection of IPv6 support on the current hostAntoine Pitrou2011-04-281-8/+22
* | | Revert the Lib/test/test_bigmem.py changes from commit 17891566a478 (and aThomas Wouters2011-03-251-0/+5
* | | Fix transmitting warning options to the children when running tests inAntoine Pitrou2011-03-231-3/+2
* | | Don't leave around a test symlink file.Brett Cannon2011-03-151-1/+3
* | | MergeAntoine Pitrou2011-03-151-1/+4
|\ \ \
| * | | Add warnings support to test.support.args_from_interpreter_flags().Brett Cannon2011-03-151-1/+4
* | | | Merge fix for issue #11501Antoine Pitrou2011-03-151-0/+33
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | Merge fix for issue #11501Antoine Pitrou2011-03-151-0/+33
| |\ \ | | |/
| | * On behalf of Tarek: Issue #11501: disutils.archive_utils.make_zipfile noAntoine Pitrou2011-03-151-0/+33
| | * Merged revisions 88460,88464,88466,88486,88511,88652 via svnmerge fromAntoine Pitrou2011-02-281-0/+34
| | * Merged revisions 87968,87971-87975 via svnmerge fromAntoine Pitrou2011-01-141-24/+18
| | * Merged revisions 87861,87863 via svnmerge fromAntoine Pitrou2011-01-081-0/+1
| | * Merged revisions 87695 via svnmerge fromAntoine Pitrou2011-01-031-0/+11
| | * Merged revisions 85482 via svnmerge fromAntoine Pitrou2010-10-141-1/+1
| | * Recorded merge of revisions 83987 via svnmerge fromVictor Stinner2010-09-101-4/+4
| | * Merged revisions 84666 via svnmerge fromVictor Stinner2010-09-101-2/+3
| | * Merged revisions 84604 via svnmerge fromAntoine Pitrou2010-09-071-1/+10
| | * Merged revisions 84597-84599 via svnmerge fromAntoine Pitrou2010-09-071-19/+61
| | * Partial port of r78919 from trunk: add subdir argument to the findfile helperVictor Stinner2010-07-131-1/+3
| | * Merged revisions 82850 via svnmerge fromAlexander Belopolsky2010-07-131-1/+1
| | * test/support.py: remove TESTFN if it is a directoryVictor Stinner2010-05-141-0/+4
| | * Merged revisions 80317 via svnmerge fromAntoine Pitrou2010-04-211-0/+11
| | * Revert r77732 and add back verify and vereq in case other projects use them, ...Ezio Melotti2010-01-251-2/+26
| | * Merged revisions 77731 via svnmerge fromEzio Melotti2010-01-241-26/+2
| | * Merged revisions 76240 via svnmerge fromAntoine Pitrou2009-11-131-0/+17
| | * Merged revisions 76040 via svnmerge fromAntoine Pitrou2009-11-011-3/+10
| | * Merged revisions 75525,75530,75922 via svnmerge fromR. David Murray2009-10-281-1/+2
| | * Merged revisions 73718,73721,73723 via svnmerge fromGeorg Brandl2009-08-131-1/+1
| * | Merged revisions 88652 via svnmerge fromAntoine Pitrou2011-02-261-0/+34
* | | Issue #9931: Fix hangs in GUI tests under Windows in certain conditions.Antoine Pitrou2011-02-261-0/+34
* | | Removed fcmp and FUZZ from test.support, following the discussion on python-dev:Eli Bendersky2011-02-251-19/+1