aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/test/test_exceptions.py
Commit message (Expand)AuthorAge
* Merged revisions 86596 via svnmerge fromEzio Melotti2010-11-21
* Merged revisions 85896 via svnmerge fromAntoine Pitrou2010-10-28
* Merged revisions 78766 via svnmerge fromBenjamin Peterson2010-03-07
* Merged revisions 78420 via svnmerge fromEric Smith2010-02-24
* Merged revisions 77047 via svnmerge fromEzio Melotti2009-12-24
* Merged revisions 73715 via svnmerge fromGeorg Brandl2009-08-13
* 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
* improvements to the fix for #3114Benjamin Peterson2008-06-15
* #3114 fix a bus error when deallocated exceptions were usedBenjamin Peterson2008-06-15
* Implicit exception chaining via __context__ (PEP 3134).Guido van Rossum2008-06-14
* #3021: Antoine Pitrou's Lexical exception handlersBenjamin Peterson2008-06-11
* Remove meaning of -ttt, but still accept -t option on cmdline for compatibility.Georg Brandl2008-06-04
* Revert r63934 -- it was mixing two patches.Georg Brandl2008-06-04
* Remove meaning of -ttt, but still accept -t option on cmdline for compatibility.Georg Brandl2008-06-04
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-20
* Antoine Pitrou's patch for bug 2507; exception state lives too long inBarry Warsaw2008-05-08
* #1535: rename __builtin__ module to builtins.Georg Brandl2007-12-02
* Rename buffer -> bytearray.Guido van Rossum2007-11-21
* Merging the py3k-pep3137 branch back into the py3k branch.Guido van Rossum2007-11-06
* Issue #1066: implement PEP 3109, 2/3 of PEP 3134.Collin Winter2007-08-31
* First merge from the trunk straight into the py3k branch. I'm notGuido van Rossum2007-08-16
* Remove RISCOS supportSkip Montanaro2007-08-16
* Getting rid of cPickle. Mmm, feels good!Guido van Rossum2007-07-20
* Make the test of chr() overflow pass.Guido van Rossum2007-07-17
* Fix chr() test (1000000 was accepted on a UCS4 build).Walter Dörwald2007-06-08
* Fix test_exceptions.py: There were still str8 objectsWalter Dörwald2007-05-24
* Merged revisions 55342-55406 via svnmerge fromGuido van Rossum2007-05-17
* Merged revisions 55325-55327 via svnmerge fromGuido van Rossum2007-05-14
* Got test_exceptions.py working.Guido van Rossum2007-05-08
* Checkpoint. A b it closer to working pickles and pickletools.Guido van Rossum2007-05-07
* test_exceptions.py passes, except for pickling of course.Guido van Rossum2007-05-04
* Rip out all the u"..." literals and calls to unicode().Guido van Rossum2007-05-02
* Merged revisions 53952-54987 via svnmerge fromGuido van Rossum2007-04-27
* Remove the ability to slice/index on exceptions per PEP 352.Brett Cannon2007-02-27
* Remove the exceptions builtin module, all the exceptions are already builtin.Neal Norwitz2007-02-26
* Merged revisions 53538-53622 via svnmerge fromThomas Wouters2007-02-05
* SF patch 1631942 by Collin Winter:Guido van Rossum2007-01-10
* Merged revisions 53005-53303 via svnmerge fromThomas Wouters2007-01-09
* Four months of trunk changes (including a few releases...)Thomas Wouters2006-12-13
* Patch #1550800: make exec a function.Georg Brandl2006-09-06
* Quite a few fixes to make the library and test suite more robust whenGuido van Rossum2006-08-17
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-11
* Merge the rest of the trunk.Thomas Wouters2006-06-08