index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_support.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Skip network tests when getaddrinfo() returns EAI_AGAIN, meaning a temporary
Antoine Pitrou
2011-07-09
1
-0/+1
*
Issue #12085: Fix test_subprocess for my previous commit
Victor Stinner
2011-05-31
1
-0/+3
*
#7960: fix docstrings for captured_output and captured_stdout.
Ezio Melotti
2011-05-14
1
-8/+8
*
#5723: Improve json tests to be executed with and without accelerations.
Ezio Melotti
2011-05-14
1
-2/+2
*
Change import_fresh_module to work with packages.
Ezio Melotti
2011-05-14
1
-10/+6
*
#11910: change import_fresh_module to return None when one of the "fresh" mod...
Ezio Melotti
2011-05-09
1
-4/+8
*
import_fresh_module ought to be in __all__
Benjamin Peterson
2011-05-08
1
-1/+2
*
Merged revisions 87861,87863 via svnmerge from
Antoine Pitrou
2011-01-08
1
-0/+1
*
Merged revisions 87695 via svnmerge from
Antoine Pitrou
2011-01-03
1
-0/+10
*
Merged revisions 85482 via svnmerge from
Antoine Pitrou
2010-10-14
1
-1/+1
*
Add support for "-3" flag (closes #7516)
Antoine Pitrou
2010-10-14
1
-0/+1
*
Merged revisions 85469 via svnmerge from
Antoine Pitrou
2010-10-14
1
-0/+19
*
Recorded merge of revisions 83987 via svnmerge from
Victor Stinner
2010-09-10
1
-5/+5
*
Merged revisions 84604 via svnmerge from
Antoine Pitrou
2010-09-07
1
-1/+10
*
Merged revisions 84597-84599 via svnmerge from
Antoine Pitrou
2010-09-07
1
-20/+43
*
Merged revisions 82850 via svnmerge from
Alexander Belopolsky
2010-07-14
1
-1/+1
*
#8889: rewrite transient_internet so we don't use EAI_NODATA on FreeBSD.
R. David Murray
2010-06-03
1
-7/+22
*
Issue #8835: test_support.transient_internet() catchs gaierror(EAI_NONAME) and
Victor Stinner
2010-05-27
1
-1/+3
*
Issue #7449, part 1: fix test_support.py for Python compiled without thread
Victor Stinner
2010-04-27
1
-4/+18
*
adjust gc_collect for Jython
Philip Jenvey
2010-04-10
1
-1/+3
*
#8155: Preserve backward compatibility for test_support.check_warnings(). Ad...
Florent Xicluna
2010-03-18
1
-3/+8
*
Issue #7783 and #7787: open_urlresource invalidates the outdated files from t...
Florent Xicluna
2010-03-15
1
-4/+24
*
Do not chdir when running test_xml_etree, and enhance the findfile helper.
Florent Xicluna
2010-03-13
1
-1/+3
*
#7772: Fix test_py3kwarn. Now the test suite could pass with "-3" flag.
Florent Xicluna
2010-03-09
1
-4/+4
*
Refresh the documentation for the test.test_support module.
Florent Xicluna
2010-03-07
1
-5/+5
*
Issue #7849: Now the utility ``check_warnings`` verifies if the warnings are
Florent Xicluna
2010-03-07
1
-9/+90
*
skip tests with a non-ascii cwd when the file system encoding is ascii
Ezio Melotti
2010-02-20
1
-0/+7
*
#7712: add a temp_cwd context manager to test_support and use it in regrtest ...
Ezio Melotti
2010-02-10
1
-18/+33
*
Fix a typo in a docstring introduced in r77956.
Brett Cannon
2010-02-03
1
-1/+1
*
Update a docstring to suggest using importlib.import_module instead of callin...
Brett Cannon
2010-02-03
1
-1/+1
*
remove archaic functions from test_support
Ezio Melotti
2010-01-24
1
-25/+1
*
Use a custom timeout in test_support.open_urlresource.
Antoine Pitrou
2009-11-01
1
-2/+10
*
Issue #7222: Make thread "reaping" more reliable so that reference
Antoine Pitrou
2009-10-30
1
-12/+17
*
Clarify error report message, and don't recommend running in verbose
R. David Murray
2009-10-19
1
-1/+3
*
Silence a deprecation warning by using the appropriate replacement construct
Nick Coghlan
2009-10-18
1
-1/+3
*
Move restoration of the os.environ object into the context manager where it b...
Nick Coghlan
2009-10-17
1
-0/+1
*
Don't invoke reload(sys) and use StringIO objects instead of real files to ca...
Nick Coghlan
2009-10-17
1
-0/+3
*
Restore original sys.path when running TTK tests
Nick Coghlan
2009-10-17
1
-0/+25
*
put downloaded test support files in Lib/test/data instead of the cwd
Benjamin Peterson
2009-07-11
1
-5/+4
*
convert usage of fail* to assert*
Benjamin Peterson
2009-06-30
1
-1/+1
*
Issue #6215: backport the 3.1 io lib
Antoine Pitrou
2009-06-12
1
-1/+16
*
remove function import
Benjamin Peterson
2009-05-31
1
-1/+1
*
Issue #6152: New option '-j'/'--multiprocess' for regrtest allows running
Antoine Pitrou
2009-05-31
1
-0/+4
*
a useful decorator for cleaning up threads
Benjamin Peterson
2009-05-14
1
-0/+11
*
Make test.test_support.EnvironmentVarGuard behave like a dictionary.
Walter Dörwald
2009-05-01
1
-11/+25
*
Issue #5837: Certain sequences of calls to set() and unset() for
Walter Dörwald
2009-04-25
1
-15/+17
*
Issue 5354: Change API for import_fresh_module() to better support test_warni...
Nick Coghlan
2009-04-22
1
-14/+48
*
Issue 5354: Provide a standardised testing mechanism for doing fresh imports ...
Nick Coghlan
2009-04-11
1
-7/+48
*
Improve test_support.import_module docstring, remove
R. David Murray
2009-03-31
1
-16/+14
*
A few more test skips via import_module, and change import_module to
R. David Murray
2009-03-31
1
-2/+2
[next]