summaryrefslogtreecommitdiff
path: root/Lib/test/test_pep352.py
Commit message (Expand)AuthorAgeFilesLines
* Replace catch_warnings with check_warnings when it makes sense. Use assertRa...Florent Xicluna2010-03-311-27/+9
* #7092: Silence py3k warnings in test_exceptions and test_pep352. Patch by Flo...Ezio Melotti2010-02-021-35/+43
* use assert[Not]In where appropriateEzio Melotti2010-01-231-2/+2
* Reverting the Revision: 77368. I committed Flox's big patch for tests bySenthil Kumaran2010-01-081-43/+37
* Fixing - Issue7026 - RuntimeError: dictionary changed size during iteration. ...Senthil Kumaran2010-01-081-37/+43
* #6844 followup: the warning when setting Exception.message was removed, do no...Georg Brandl2009-09-171-7/+0
* convert usage of fail* to assert*Benjamin Peterson2009-06-301-5/+5
* Avoid PendingDeprecationWarnings emitted by deprecated unittest methods.Georg Brandl2009-06-031-2/+2
* warnings.catch_warnings() now returns a list or None instead of the customBrett Cannon2008-09-091-7/+7
* Remove test.test_support.guard_warnings_filter.Brett Cannon2007-08-141-7/+7
* Deprecate BaseException.message as per PEP 352.Brett Cannon2007-05-051-17/+59
* Refactor PEP 352 tests to make it easier in the future to make sure certainBrett Cannon2007-02-231-18/+34
* No more raising of string exceptions!Brett Cannon2007-01-301-23/+39
* Remove the __unicode__ method from exceptions. Allows unicode() to be calledBrett Cannon2006-09-091-2/+1
* Fix parsing of exception_hierarchy.txt when a platform-specific exception isBrett Cannon2006-03-011-0/+1
* PEP 352 implementation. Creates a new base class, BaseException, which has anBrett Cannon2006-03-011-0/+182