summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_exceptions.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Antoine Pitrou's patch for bug 2507; exception state lives too long inBarry Warsaw2008-05-081-2/+29
* #1535: rename __builtin__ module to builtins.Georg Brandl2007-12-021-1/+1
* Rename buffer -> bytearray.Guido van Rossum2007-11-211-2/+2
* Merging the py3k-pep3137 branch back into the py3k branch.Guido van Rossum2007-11-061-1/+7
* Issue #1066: implement PEP 3109, 2/3 of PEP 3134.Collin Winter2007-08-311-2/+58
* First merge from the trunk straight into the py3k branch. I'm notGuido van Rossum2007-08-161-2/+1
* Remove RISCOS supportSkip Montanaro2007-08-161-2/+2
* Getting rid of cPickle. Mmm, feels good!Guido van Rossum2007-07-201-7/+1
* Make the test of chr() overflow pass.Guido van Rossum2007-07-171-1/+1
* Fix chr() test (1000000 was accepted on a UCS4 build).Walter Dörwald2007-06-081-1/+1
* Fix test_exceptions.py: There were still str8 objectsWalter Dörwald2007-05-241-5/+5
* Merged revisions 55342-55406 via svnmerge fromGuido van Rossum2007-05-171-55/+52
* Merged revisions 55325-55327 via svnmerge fromGuido van Rossum2007-05-141-33/+37
* Got test_exceptions.py working.Guido van Rossum2007-05-081-15/+18
* Checkpoint. A b it closer to working pickles and pickletools.Guido van Rossum2007-05-071-3/+6
* test_exceptions.py passes, except for pickling of course.Guido van Rossum2007-05-041-1/+1
* Rip out all the u"..." literals and calls to unicode().Guido van Rossum2007-05-021-8/+8
* Merged revisions 53952-54987 via svnmerge fromGuido van Rossum2007-04-271-1/+4
* Remove the ability to slice/index on exceptions per PEP 352.Brett Cannon2007-02-271-7/+0
* Remove the exceptions builtin module, all the exceptions are already builtin.Neal Norwitz2007-02-261-10/+1
* Merged revisions 53538-53622 via svnmerge fromThomas Wouters2007-02-051-0/+7