aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/test/test_exceptions.py
Commit message (Expand)AuthorAge
* Remove dead code in test_exceptions.Brett Cannon2013-07-04
* Issue #15767: back out 8a0ed9f63c6e, finishing the removal ofBrett Cannon2013-07-04
* Issue #15767: Introduce ModuleNotFoundError, a subclass ofBrett Cannon2013-06-12
* Replace IOError with OSError (#16715)Andrew Svetlov2012-12-25
* Get rig of EnvironmentError (#16705)Andrew Svetlov2012-12-17
* merge 3.3Philip Jenvey2012-11-14
|\
| * merge 3.2Philip Jenvey2012-11-14
| |\
| | * don't gc_collect on CPython to guarantee a lack of ref cycles (thanks Antoine)Philip Jenvey2012-11-14
* | | merge 3.3Philip Jenvey2012-11-13
|\| |
| * | merge 3.2Philip Jenvey2012-11-13
| |\|
| | * add gc_collects to weakref testsPhilip Jenvey2012-11-13
* | | Clean up some warnings in test suite output.Nadeem Vawda2012-10-14
|/ /
* | Issue #15784: Modify OSError.__str__() to better distinguish betweenRichard Oudkerk2012-08-28
* | Issue #15778: Coerce ImportError.args to a string when it isn'tBrett Cannon2012-08-24
* | Issue #1692335: Move initial args assignment to BaseException.__new__Richard Oudkerk2012-07-28
* | PEP 415: Implement suppression of __context__ display with an exception attri...Benjamin Peterson2012-05-14
* | Issue #1559549: Add 'name' and 'path' attributes to ImportError.Brett Cannon2012-04-12
* | - Issue #14177: marshal.loads() now raises TypeError when given an unicodeAntoine Pitrou2012-03-03
|\|
| * Issue #14177: marshal.loads() now raises TypeError when given an unicode string.Antoine Pitrou2012-03-03
* | Close issue #6210: Implement PEP 409Nick Coghlan2012-02-26
* | PEP 3151 / issue #12555: reworking the OS and IO exception hierarchy.Antoine Pitrou2011-10-12
* | Issue #12802: the Windows error ERROR_DIRECTORY (numbered 267) is nowAntoine Pitrou2011-09-01
|\|
| * Issue #12802: the Windows error ERROR_DIRECTORY (numbered 267) is nowAntoine Pitrou2011-09-01
* | Issue #12791: Break reference cycles early when a generator exits with an exc...Antoine Pitrou2011-08-20
|\|
| * Issue #12791: Break reference cycles early when a generator exits with an exc...Antoine Pitrou2011-08-20
* | merge 3.2Benjamin Peterson2011-07-03
|\|
| * never retain a generator's caller's exception state on the generator after a ...Benjamin Peterson2011-07-03
* | merge 3.2 (#12475)Benjamin Peterson2011-07-03
|\|
| * restore a generator's caller's exception state both on yield and (last) returnBenjamin Peterson2011-07-03
* | Issue #10990: Prevent tests from clobbering a set trace function.Brett Cannon2011-02-21
|/
* #9424: Replace deprecated assert* methods in the Python test suite.Ezio Melotti2010-11-20
* Issue #5437: A preallocated MemoryError instance should not hold tracebackAntoine Pitrou2010-10-28
* #4617: Previously it was illegal to delete a name from the localAmaury Forgeot d'Arc2010-09-10
* Merged revisions 82330 via svnmerge fromBenjamin Peterson2010-06-28
* prevent generator finalization from invalidating sys.exc_info() #7173Benjamin Peterson2010-03-07
* Merged revisions 78418 via svnmerge fromEric Smith2010-02-24
* Merged revisions 77727 via svnmerge fromEzio Melotti2010-01-24
* use assert[Not]In where appropriateEzio Melotti2010-01-23
* use assert[Not]In where appropriateBenjamin Peterson2010-01-19
* Merged revisions 77088 via svnmerge fromGeorg Brandl2009-12-28
* Remove test for unicode(e) converted to str(e) by 2to3Ezio Melotti2009-12-24
* convert old fail* assertions to assert*Benjamin Peterson2009-06-30
* Fix segfaults when running test_exceptions with coverage tracing, caused by w...Georg Brandl2009-03-31
* Issue #2534: speed up isinstance() and issubclass() by 50-70%, so as toAntoine Pitrou2008-08-26
* move test to a better locationBenjamin Peterson2008-08-21
* apply a fix for #3611 where the current exception context was deleted with a ...Benjamin Peterson2008-08-20
* add _testcapi.raise_memoryerror to make test_exceptions.test_MemoryError simplerBenjamin Peterson2008-08-16
* Merged revisions 65339-65340,65342 via svnmerge fromAmaury Forgeot d'Arc2008-08-01
* Correct one of the "MemoryError oddities":Amaury Forgeot d'Arc2008-07-31
* Merged revisions 65320 via svnmerge fromBenjamin Peterson2008-07-31