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_warnings.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Issue #3781: Final cleanup of warnings.catch_warnings and its usage in the te...
Nick Coghlan
2008-09-11
1
-2/+55
*
warnings.catch_warnings() now returns a list or None instead of the custom
Brett Cannon
2008-09-09
1
-60/+82
*
Deprecate bsddb for removal in Python 3.0.
Brett Cannon
2008-09-05
1
-0/+1
*
Move test.test_support.catch_warning() to the warnings module, rename it
Brett Cannon
2008-09-02
1
-34/+40
*
Make test.test_support.catch_warnings more robust as discussed on python-dev....
Nick Coghlan
2008-07-13
1
-1/+44
*
warnings.warn_explicit() did not have the proper TypeErrors in place to prevent
Brett Cannon
2008-06-27
1
-0/+15
*
Fix another "refleak" by clearing the filters after test.
Georg Brandl
2008-05-14
1
-0/+1
*
Fix logic error in Python/_warnings.c and add a test to verify
Benjamin Peterson
2008-05-06
1
-0/+9
*
Fix a bug in the handling of the stacklevel argument in warnings.warn() where
Brett Cannon
2008-05-06
1
-0/+2
*
Add a DeprecationWarning for when warnings.showwarning() is set to a function
Brett Cannon
2008-05-05
1
-0/+28
*
Fix the C implementation of 'warnings' to infer the filename of the module that
Brett Cannon
2008-05-03
1
-0/+71
*
Some tests did not pass on repeated calls (regrtest -R::)
Amaury Forgeot d'Arc
2008-04-18
1
-0/+2
*
Fix spliting on colons on Windows machines with a file path by limiting the
Brett Cannon
2008-04-13
1
-3/+1
*
Add an explicit check for output in a test to try to diagnose a failure on
Brett Cannon
2008-04-13
1
-1/+4
*
Fix test_warnings by making the state of things more consistent for each test
Brett Cannon
2008-04-13
1
-29/+42
*
Re-implement the 'warnings' module in C. This allows for usage of the
Brett Cannon
2008-04-12
1
-75/+323
*
Add tests for the warnings module; specifically formatwarning and showwarning.
Brett Cannon
2007-12-20
1
-1/+32
*
Make test_warnings re-entrant.
Brett Cannon
2007-08-17
1
-0/+5
*
Remove test.test_support.guard_warnings_filter.
Brett Cannon
2007-08-14
1
-1/+1
*
Implement a contextmanager test.test_support.catch_warning that can
Walter Dörwald
2007-04-03
1
-94/+68
*
Add tests for the filename.
Walter Dörwald
2007-04-03
1
-0/+24
*
Document that CatchWarningTests is reused by test_structmembers.py.
Walter Dörwald
2007-04-03
1
-0/+2
*
Move the functionality for catching warnings in test_warnings.py into a separate
Walter Dörwald
2007-04-03
1
-1/+3
*
Whitespace normalization.
Tim Peters
2006-06-27
1
-1/+1
*
'warning's was improperly requiring that a command-line Warning category be
Brett Cannon
2006-06-22
1
-0/+13
*
Make test_warnings play nice with regrtest -R:: now that regrtest doesn't
Thomas Wouters
2006-04-16
1
-4/+4
*
Fix tests so they pass in -R mode
Neal Norwitz
2006-04-09
1
-0/+4
*
Don't filter out OverflowWarning; should be a test failure if it is raised by
Brett Cannon
2006-02-27
1
-2/+1
*
Stop producing or using OverflowWarning. PEP 237 thought this would
Tim Peters
2004-08-25
1
-0/+1
*
Reworked test_warnings.py:
Raymond Hettinger
2003-07-13
1
-46/+81
*
This test failed on WindowsME because the full file path did not get
Raymond Hettinger
2003-07-13
1
-2/+2
*
Don't include slash in search string; it's OS-specific.
Jeremy Hylton
2003-07-11
1
-1/+1
*
Change warnings to avoid importing re module during startup.
Jeremy Hylton
2003-07-11
1
-0/+53