summaryrefslogtreecommitdiff
path: root/Lib/test/test_raise.py
Commit message (Expand)AuthorAgeFilesLines
* bpo-37069: tests use catch_unraisable_exception() (GH-13762)Victor Stinner2019-06-031-1/+4
* bpo-30579: Allow TracebackType creation and tb_next mutation from Python (GH-...Nathaniel J. Smith2018-01-071-0/+66
* bpo-20548: Use specific asserts in warnings and exceptions tests (#788)Serhiy Storchaka2017-03-301-6/+6
* Remove unused imports.Serhiy Storchaka2016-12-161-1/+0
* Issue #21741: Update 147 test modules to use test discovery.Zachary Ware2015-04-131-3/+0
* Close #14136 by cleaning up the PEP 409 command line test (patch by Ethan Fur...Nick Coghlan2012-05-211-52/+1
* PEP 415: Implement suppression of __context__ display with an exception attri...Benjamin Peterson2012-05-141-2/+5
* Close issue #6210: Implement PEP 409Nick Coghlan2012-02-261-1/+81
* add a test for an assertion with tuple msgBenjamin Peterson2011-10-271-0/+7
* catch nasty exception classes with __new__ that doesn't return a exception (c...Benjamin Peterson2011-07-151-0/+9
* Merged revisions 77727 via svnmerge fromEzio Melotti2010-01-241-10/+10
* use assert[Not]In where appropriateBenjamin Peterson2010-01-191-2/+2
* convert old fail* assertions to assert*Benjamin Peterson2009-06-301-17/+17
* Issue 3611: in some cases (a __del__ re-raising an exception, when called fro...Amaury Forgeot d'Arc2008-08-291-0/+24
* move test to a better locationBenjamin Peterson2008-08-211-0/+22
* implement chained exception tracebacksBenjamin Peterson2008-07-151-0/+24
* Implicit exception chaining via __context__ (PEP 3134).Guido van Rossum2008-06-141-26/+96
* #3021: Antoine Pitrou's Lexical exception handlersBenjamin Peterson2008-06-111-1/+72
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-201-2/+2
* Fix refleaks exposed by test_raise.Collin Winter2007-09-011-0/+24
* Cut test_raise down to size.Collin Winter2007-08-311-278/+0
* Issue #1066: implement PEP 3109, 2/3 of PEP 3134.Collin Winter2007-08-311-0/+417