summaryrefslogtreecommitdiff
path: root/Lib/test/test_pep352.py
Commit message (Expand)AuthorAgeFilesLines
* convert old fail* assertions to assert*Benjamin Peterson2009-06-301-5/+5
* Merged revisions 73190,73213,73257-73258,73260,73275,73294 via svnmerge fromGeorg Brandl2009-06-081-2/+2
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-201-1/+1
* #1535: rename __builtin__ module to builtins.Georg Brandl2007-12-021-4/+4
* First merge from the trunk straight into the py3k branch. I'm notGuido van Rossum2007-08-161-1/+1
* Merged revisions 55817-55961 via svnmerge fromGuido van Rossum2007-06-131-4/+4
* Merged revisions 55342-55406 via svnmerge fromGuido van Rossum2007-05-171-54/+17
* Merged revisions 55325-55327 via svnmerge fromGuido van Rossum2007-05-141-17/+55
* Merged revisions 55007-55179 via svnmerge fromGuido van Rossum2007-05-071-1/+2
* Rip out all the u"..." literals and calls to unicode().Guido van Rossum2007-05-021-3/+3
* Use __builtin__, not __builtins__.Brett Cannon2007-02-281-1/+1
* Fix test_pep352 to deal with the removal of the 'exceptions' module.Brett Cannon2007-02-281-2/+8
* Remove the ability to slice/index on exceptions per PEP 352.Brett Cannon2007-02-271-7/+9
* You can no longer catch non-BaseException objects; TypeError is raised if suchBrett Cannon2007-02-261-27/+10
* Merged revisions 53859-53874 via svnmerge fromThomas Wouters2007-02-231-18/+34
* Merged revisions 53538-53622 via svnmerge fromThomas Wouters2007-02-051-9/+45
* Four months of trunk changes (including a few releases...)Thomas Wouters2006-12-131-2/+1
* String exceptions are gone and so are classic classes.Neal Norwitz2006-03-241-40/+0
* Fix parsing of exception_hierarchy.txt when a platform-specific exception isBrett Cannon2006-03-011-0/+1
* PEP 352 implementation. Creates a new base class, BaseException, which has anBrett Cannon2006-03-011-0/+182