summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_exceptions.py
Commit message (Expand)AuthorAgeFilesLines
* merge 3.2Philip Jenvey2012-11-141-5/+10
|\
| * don't gc_collect on CPython to guarantee a lack of ref cycles (thanks Antoine)Philip Jenvey2012-11-141-5/+9
* | merge 3.2Philip Jenvey2012-11-131-0/+3
|\ \ | |/
| * add gc_collects to weakref testsPhilip Jenvey2012-11-131-0/+3
* | Issue #15784: Modify OSError.__str__() to better distinguish betweenRichard Oudkerk2012-08-281-2/+2
* | Issue #15778: Coerce ImportError.args to a string when it isn'tBrett Cannon2012-08-241-0/+5
* | Issue #1692335: Move initial args assignment to BaseException.__new__Richard Oudkerk2012-07-281-1/+15
* | PEP 415: Implement suppression of __context__ display with an exception attri...Benjamin Peterson2012-05-151-7/+8
* | Issue #1559549: Add 'name' and 'path' attributes to ImportError.Brett Cannon2012-04-131-1/+23
* | - Issue #14177: marshal.loads() now raises TypeError when given an unicodeAntoine Pitrou2012-03-031-1/+1
|\ \ | |/
| * Issue #14177: marshal.loads() now raises TypeError when given an unicode string.Antoine Pitrou2012-03-031-1/+1
* | Close issue #6210: Implement PEP 409Nick Coghlan2012-02-261-6/+23
* | PEP 3151 / issue #12555: reworking the OS and IO exception hierarchy.Antoine Pitrou2011-10-121-9/+34
* | Issue #12802: the Windows error ERROR_DIRECTORY (numbered 267) is nowAntoine Pitrou2011-09-011-0/+8
|\ \ | |/
| * Issue #12802: the Windows error ERROR_DIRECTORY (numbered 267) is nowAntoine Pitrou2011-09-011-0/+8
* | Issue #12791: Break reference cycles early when a generator exits with an exc...Antoine Pitrou2011-08-201-0/+62
|\ \ | |/
| * Issue #12791: Break reference cycles early when a generator exits with an exc...Antoine Pitrou2011-08-201-0/+62
* | merge 3.2Benjamin Peterson2011-07-031-0/+12
|\ \ | |/
| * never retain a generator's caller's exception state on the generator after a ...Benjamin Peterson2011-07-031-0/+12
* | merge 3.2 (#12475)Benjamin Peterson2011-07-031-0/+15
|\ \ | |/
| * restore a generator's caller's exception state both on yield and (last) returnBenjamin Peterson2011-07-031-0/+15
* | Issue #10990: Prevent tests from clobbering a set trace function.Brett Cannon2011-02-211-1/+4
|/
* #9424: Replace deprecated assert* methods in the Python test suite.Ezio Melotti2010-11-201-30/+29
* Issue #5437: A preallocated MemoryError instance should not hold tracebackAntoine Pitrou2010-10-281-0/+39
* #4617: Previously it was illegal to delete a name from the localAmaury Forgeot d'Arc2010-09-101-0/+11
* Merged revisions 82330 via svnmerge fromBenjamin Peterson2010-06-281-1/+3
* prevent generator finalization from invalidating sys.exc_info() #7173Benjamin Peterson2010-03-071-1/+16
* Merged revisions 78418 via svnmerge fromEric Smith2010-02-241-0/+36
* Merged revisions 77727 via svnmerge fromEzio Melotti2010-01-241-3/+3
* use assert[Not]In where appropriateEzio Melotti2010-01-231-1/+1
* use assert[Not]In where appropriateBenjamin Peterson2010-01-191-2/+2
* Merged revisions 77088 via svnmerge fromGeorg Brandl2009-12-281-0/+40
* Remove test for unicode(e) converted to str(e) by 2to3Ezio Melotti2009-12-241-5/+3
* convert old fail* assertions to assert*Benjamin Peterson2009-06-301-25/+25
* Fix segfaults when running test_exceptions with coverage tracing, caused by w...Georg Brandl2009-03-311-0/+6
* Issue #2534: speed up isinstance() and issubclass() by 50-70%, so as toAntoine Pitrou2008-08-261-5/+11
* move test to a better locationBenjamin Peterson2008-08-211-21/+0
* apply a fix for #3611 where the current exception context was deleted with a ...Benjamin Peterson2008-08-201-0/+22
* add _testcapi.raise_memoryerror to make test_exceptions.test_MemoryError simplerBenjamin Peterson2008-08-161-1/+2
* Merged revisions 65339-65340,65342 via svnmerge fromAmaury Forgeot d'Arc2008-08-011-8/+0
* Correct one of the "MemoryError oddities":Amaury Forgeot d'Arc2008-07-311-0/+18
* Merged revisions 65320 via svnmerge fromBenjamin Peterson2008-07-311-2/+33
* improvements to the fix for #3114Benjamin Peterson2008-06-151-9/+4
* #3114 fix a bus error when deallocated exceptions were usedBenjamin Peterson2008-06-151-0/+19
* Implicit exception chaining via __context__ (PEP 3134).Guido van Rossum2008-06-141-1/+6
* #3021: Antoine Pitrou's Lexical exception handlersBenjamin Peterson2008-06-111-0/+108
* Remove meaning of -ttt, but still accept -t option on cmdline for compatibility.Georg Brandl2008-06-041-4/+4
* Revert r63934 -- it was mixing two patches.Georg Brandl2008-06-041-4/+4
* Remove meaning of -ttt, but still accept -t option on cmdline for compatibility.Georg Brandl2008-06-041-4/+4
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-201-1/+1