summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_exceptions.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* SF patch 1631942 by Collin Winter:Guido van Rossum2007-01-101-8/+18
* Merged revisions 53005-53303 via svnmerge fromThomas Wouters2007-01-091-1/+0
* Four months of trunk changes (including a few releases...)Thomas Wouters2006-12-131-29/+43
* Patch #1550800: make exec a function.Georg Brandl2006-09-061-1/+1
* Quite a few fixes to make the library and test suite more robust whenGuido van Rossum2006-08-171-1/+7
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-111-0/+12
* Merge the rest of the trunk.Thomas Wouters2006-06-081-19/+30
* Partially merge trunk into p3yk. The removal of Mac/Tools is confusing svnThomas Wouters2006-06-081-295/+302
* Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.Thomas Wouters2006-05-271-8/+85
* Fix (and add test for) missing check for BaseException subclasses in the CThomas Wouters2006-04-201-1/+19
* Get rid of a bunch more raw_input referencesNeal Norwitz2006-03-171-2/+2
* PEP 352 implementation. Creates a new base class, BaseException, which has anBrett Cannon2006-03-011-4/+1
* Stop producing or using OverflowWarning. PEP 237 thought this wouldTim Peters2004-08-251-7/+8
* Patch #734231: Update RiscOS support. In particular, correctMartin v. Löwis2003-05-101-3/+3
* Complete the absolute import patch for the test suite. All relativeBarry Warsaw2002-07-301-1/+1
* Tighten up some warning filters, and break some dependencies on theTim Peters2002-04-161-2/+6
* Enable support for jython:Finn Bock2001-12-081-4/+11
* Add tests for new PyErr_NormalizeException() behaviorJeremy Hylton2001-09-261-0/+35
* Turn OverflowWarning into an error locally, in order to make theGuido van Rossum2001-08-231-0/+3
* reload(exceptions) should not raise an ImportError, but should actBarry Warsaw2001-08-131-0/+8
* Allow 'continue' inside 'try' clauseJeremy Hylton2001-02-011-19/+2
* Use 4-space indents.Fred Drake2000-10-231-8/+8
* Add test cases to make sure we get the right SyntaxError message forFred Drake2000-09-081-0/+49
* Applying patch #100994 to allow JPython to use more of the standardBarry Warsaw2000-09-011-1/+1
* Create two new exceptions: IndentationError and TabError. These areFred Drake2000-07-111-0/+8
* add minimal test of exception use. verify that each exception can beJeremy Hylton2000-06-201-0/+12
* Added a test to catch the base class.Barry Warsaw2000-05-251-0/+4
* Mass check-in after untabifying all files that need it.Guido van Rossum1998-03-261-10/+10
* Expanded r() function to handle class exceptions.Barry Warsaw1997-08-291-1/+6