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 71875 via svnmerge from
Walter Dörwald
2009-04-25
1
-15/+17
*
Merged revisions 68779 via svnmerge from
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
*
Suppress deprecations for packages as well when using
Brett Cannon
2008-05-10
1
-1/+2
*
Fix a bug introduced by the addition of the 'record' argument to
Brett Cannon
2008-05-08
1
-2/+2
*
Make test.test_support.catch_warning() take an argument specifying if any
Brett Cannon
2008-05-08
1
-5/+6
*
The mutex module has been deprecated for removal in 3.0.
Brett Cannon
2008-05-08
1
-0/+13
*
make test_support's captured_output a bit more robust when exceptions happen
Benjamin Peterson
2008-04-30
1
-2/+4
*
spelling
Skip Montanaro
2008-04-13
1
-1/+1
*
Re-implement the 'warnings' module in C. This allows for usage of the
Brett Cannon
2008-04-12
1
-9/+21
*
- Issue #2550: The approach used by client/server code for obtaining ports
Trent Nelson
2008-04-08
1
-25/+91
*
Generalize test.test_support.test_stdout() with a base context manager so that
Brett Cannon
2008-04-01
1
-7/+11
*
Fix a minor typo in a docstring.
Brett Cannon
2008-02-25
1
-1/+1
*
Create a db_home directory with a unique name so multiple users can
Neal Norwitz
2008-02-24
1
-0/+9
*
Patch #2167 from calvin: Remove unused imports
Christian Heimes
2008-02-23
1
-1/+0
*
Let the O/S supply a port if none of the default ports can be used.
Neal Norwitz
2007-10-14
1
-4/+12
*
Port test_frozen to unittest.
Georg Brandl
2007-08-24
1
-0/+16
*
Remove test.test_support.guard_warnings_filter.
Brett Cannon
2007-08-14
1
-8/+0
*
Fix a minor typo in a docstring.
Brett Cannon
2007-08-14
1
-1/+1
*
Fix a bug in test.test_support.open_urlresource().
Collin Winter
2007-05-09
1
-1/+1
*
Import and raise statement cleanup.
Collin Winter
2007-04-25
1
-17/+9
*
Change test_support.have_unicode to use True/False instead of 1/0.
Collin Winter
2007-04-25
1
-2/+2
*
Standardize on test.test_support.run_unittest() (as opposed to a mix of run_u...
Collin Winter
2007-04-25
1
-12/+11
*
Implement a contextmanager test.test_support.catch_warning that can
Walter Dörwald
2007-04-03
1
-0/+36
*
Fix a typo where the variable name was not updated.
Brett Cannon
2007-03-13
1
-1/+1
*
Add test.test_support.transient_internet . Returns a context manager that
Brett Cannon
2007-03-13
1
-2/+13
*
Introduce test.test_support.TransientResource. It's a context manager to
Brett Cannon
2007-03-08
1
-0/+25
*
Whitespace normalization.
Tim Peters
2007-01-30
1
-1/+1
*
Add EnvironmentVarGuard to test.test_support. Provides a context manager to
Brett Cannon
2007-01-04
1
-1/+33
*
Add test.test_support.guard_warnings_filter . This function returns a context
Brett Cannon
2006-12-13
1
-0/+12
*
Convert test_global, test_scope and test_grammar to unittest.
Georg Brandl
2006-10-28
1
-3/+3
*
Concatenation on a long string breaks (SF #1526585).
Armin Rigo
2006-08-09
1
-1/+20
*
Add new utility function, reap_children(), to test_support. This should
Neal Norwitz
2006-06-29
1
-0/+21
*
Whitespace normalization.
Tim Peters
2006-06-19
1
-1/+0
*
Prevent spurious leaks when running regrtest.py -R. There may be more
Neal Norwitz
2006-06-18
1
-0/+23
*
Fix the socket tests so they can be run concurrently. Backport candidate
Neal Norwitz
2006-06-12
1
-0/+18
*
Bug #1473625: stop cPickle making float dumps locale dependent in protocol 0.
Georg Brandl
2006-04-30
1
-0/+36
*
Do the small-memory run of big-meormy tests using a prime number, rather
Thomas Wouters
2006-04-27
1
-1/+1
*
Whitespace normalization.
Tim Peters
2006-04-26
1
-1/+1
[next]