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_pep352.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
#7092: Silence py3k warnings in test_exceptions and test_pep352. Patch by Flo...
Ezio Melotti
2010-02-02
1
-35/+43
*
use assert[Not]In where appropriate
Ezio Melotti
2010-01-23
1
-2/+2
*
Reverting the Revision: 77368. I committed Flox's big patch for tests by
Senthil Kumaran
2010-01-08
1
-43/+37
*
Fixing - Issue7026 - RuntimeError: dictionary changed size during iteration. ...
Senthil Kumaran
2010-01-08
1
-37/+43
*
#6844 followup: the warning when setting Exception.message was removed, do no...
Georg Brandl
2009-09-17
1
-7/+0
*
convert usage of fail* to assert*
Benjamin Peterson
2009-06-30
1
-5/+5
*
Avoid PendingDeprecationWarnings emitted by deprecated unittest methods.
Georg Brandl
2009-06-03
1
-2/+2
*
warnings.catch_warnings() now returns a list or None instead of the custom
Brett Cannon
2008-09-09
1
-7/+7
*
Remove test.test_support.guard_warnings_filter.
Brett Cannon
2007-08-14
1
-7/+7
*
Deprecate BaseException.message as per PEP 352.
Brett Cannon
2007-05-05
1
-17/+59
*
Refactor PEP 352 tests to make it easier in the future to make sure certain
Brett Cannon
2007-02-23
1
-18/+34
*
No more raising of string exceptions!
Brett Cannon
2007-01-30
1
-23/+39
*
Remove the __unicode__ method from exceptions. Allows unicode() to be called
Brett Cannon
2006-09-09
1
-2/+1
*
Fix parsing of exception_hierarchy.txt when a platform-specific exception is
Brett Cannon
2006-03-01
1
-0/+1
*
PEP 352 implementation. Creates a new base class, BaseException, which has an
Brett Cannon
2006-03-01
1
-0/+182