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
*
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
*
Change more tests to use import_module for the modules that
R. David Murray
2009-03-30
1
-7/+10
*
Add import_function method to test.test_support, and modify a number of
R. David Murray
2009-03-30
1
-0/+14
*
** is required here
Benjamin Peterson
2009-03-26
1
-1/+1
*
must pass argument to get expected behavior ;)
Benjamin Peterson
2009-03-26
1
-1/+1
*
fix incorrect auto-translation of TestSkipped -> unittest.SkipTest
Benjamin Peterson
2009-03-26
1
-1/+1
*
fix naming
Benjamin Peterson
2009-03-26
1
-1/+1
*
remove test_support.TestSkipped and just use unittest.SkipTest
Benjamin Peterson
2009-03-26
1
-14/+4
*
add some useful utilities for skipping tests with unittest's new skipping abi...
Benjamin Peterson
2009-03-26
1
-1/+67
*
this can be slightly less ugly
Benjamin Peterson
2009-03-25
1
-1/+1
[next]