summaryrefslogtreecommitdiff
path: root/Lib/test/exception_hierarchy.txt
Commit message (Expand)AuthorAgeFilesLines
* Issue #19235: Add new RecursionError exception. Patch by Georg Brandl.Yury Selivanov2015-07-031-0/+1
* PEP 0492 -- Coroutines with async and await syntax. Issue #24017.Yury Selivanov2015-05-111-0/+1
* PEP 3151 / issue #12555: reworking the OS and IO exception hierarchy.Antoine Pitrou2011-10-121-5/+16
* Add a new warning gategory, ResourceWarning, as discussed on python-dev. It ...Georg Brandl2010-10-241-0/+1
* Merged revisions 59275-59303 via svnmerge fromChristian Heimes2007-12-031-1/+1
* Reverting last commit. I had some staled data from an attempted svnmerge in m...Christian Heimes2007-12-031-1/+1
* Patch #1537 from Chad AustinChristian Heimes2007-12-031-1/+1
* Merging the py3k-pep3137 branch back into the py3k branch.Guido van Rossum2007-11-061-2/+3
* Code review of the new buffer protocol. Mostly add questions that shouldNeal Norwitz2007-08-191-0/+1
* Merged revisions 55817-55961 via svnmerge fromGuido van Rossum2007-06-131-33/+32
* Merge current trunk into p3yk. This includes the PyNumber_Index API change,Thomas Wouters2006-08-211-0/+1
* Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.Thomas Wouters2006-05-271-1/+2
* PEP 352 implementation. Creates a new base class, BaseException, which has anBrett Cannon2006-03-011-0/+46