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
*
#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
*
this is better written using assertRaises
Benjamin Peterson
2009-03-24
1
-6/+2
*
make bad file descriptor tests more robust
Benjamin Peterson
2009-01-19
1
-0/+12
*
Issue #3781: Final cleanup of warnings.catch_warnings and its usage in the te...
Nick Coghlan
2008-09-11
1
-1/+24
*
warnings.catch_warnings() now returns a list or None instead of the custom
Brett Cannon
2008-09-09
1
-6/+2
*
Move test.test_support.catch_warning() to the warnings module, rename it
Brett Cannon
2008-09-02
1
-65/+2
*
Security patches from Apple: prevent int overflow when allocating memory
Neal Norwitz
2008-07-31
1
-0/+25
*
Backport test.support.fcmp() from 3.0 to silence -3 warnings.
Brett Cannon
2008-07-31
1
-5/+4
*
remove unneeded import
Benjamin Peterson
2008-07-22
1
-1/+0
*
Remove duplicate entry in __all__.
Georg Brandl
2008-07-18
1
-1/+1
*
Make test.test_support.catch_warnings more robust as discussed on python-dev....
Nick Coghlan
2008-07-13
1
-27/+44
*
remove some __getslice__
Benjamin Peterson
2008-05-27
1
-5/+1
*
add __all__ to test_support
Benjamin Peterson
2008-05-26
1
-0/+13
*
Fixed typo in a comment of test_support.CleanImport.
Alexandre Vassalotti
2008-05-11
1
-1/+1
*
Added test framework for handling module renames.
Alexandre Vassalotti
2008-05-11
1
-0/+33
[next]