Nick Coghlan
|
d2e0938362
|
Issue #3781: Final cleanup of warnings.catch_warnings and its usage in the test suite. Closes issue w.r.t. 2.6 (R: Brett Cannon)
|
2008-09-11 12:11:06 +00:00 |
Brett Cannon
|
672237dc6c
|
warnings.catch_warnings() now returns a list or None instead of the custom
WarningsRecorder object. This makes the API simpler to use as no special object
must be learned.
Closes issue 3781.
Review by Benjamin Peterson.
|
2008-09-09 00:49:16 +00:00 |
Amaury Forgeot d'Arc
|
607bff1ebe
|
Some tests did not pass on repeated calls (regrtest -R::)
Perform additional cleanup, mostly deleting from sys.modules, or clearing the warnings registry.
|
2008-04-18 23:31:33 +00:00 |
Georg Brandl
|
c09b94e063
|
Reformat some ugly code.
|
2008-01-21 21:28:32 +00:00 |
Georg Brandl
|
32a3fb5ec9
|
Patch #1720595: add T_BOOL to the range of structmember types.
Patch by Angelo Mottola, reviewed by MvL, tests by me.
|
2008-01-21 21:23:15 +00:00 |
Collin Winter
|
68f525fdc8
|
Make test_structmembers pass when run with regrtests's -R flag.
|
2007-08-24 21:09:42 +00:00 |
Martin v. Löwis
|
6371cd8177
|
Patch #1733960: Allow T_LONGLONG to accept ints.
Will backport to 2.5.
|
2007-06-09 07:42:52 +00:00 |
Walter Dörwald
|
e6dae6c655
|
Implement a contextmanager test.test_support.catch_warning that can
be used to catch the last warning issued by the warning framework.
Change test_warnings.py and test_structmembers.py to use this
new contextmanager.
|
2007-04-03 18:33:29 +00:00 |
Walter Dörwald
|
d815d357b2
|
Move the functionality for catching warnings in test_warnings.py into a separate
class to that reusing the functionality in test_structmembers.py doesn't rerun
the tests from test_warnings.py.
|
2007-04-03 16:08:10 +00:00 |
Tim Peters
|
abd8a336a3
|
Whitespace normalization.
|
2006-11-03 02:32:46 +00:00 |
Martin v. Löwis
|
b5bc537c5e
|
Patch #1549049: Rewrite type conversion in structmember.
Fixes #1545696 and #1566140. Will backport to 2.5.
|
2006-10-27 06:16:31 +00:00 |