summaryrefslogtreecommitdiff
path: root/tests/run/cpp_exceptions.pyx
Commit message (Expand)AuthorAgeFilesLines
* Allow catching both C++ and Python exceptions.Robert Bradshaw2018-09-201-0/+14
* Test an "except +" function returning <object>NULLMatt Wozniski2018-09-171-0/+15
* extend C++ tests to make sure we do not generate warnings (and fix some warni...Stefan Behnel2014-11-231-1/+2
* py3k test fixStefan Behnel2011-11-011-4/+2
* C++ exceptions: handle domain errorLars Buitinck2011-06-301-6/+16
* Translate C++ std::bad_cast exception to Python TypeErrorLars Buitinck2011-06-301-0/+15
* C++ exceptions: test ios_base::failure and underflow_errorLars Buitinck2011-06-301-9/+32
* Add tests for fine-grained exception handlingLars Buitinck2011-06-291-0/+33
* Add tags to test files.Robert Bradshaw2011-04-011-0/+2
* Remove trailing whitespace.Robert Bradshaw2010-12-131-1/+1
* fix except+ for cppclass methods (with Denys Duchier)Lisandro Dalcin2010-05-081-0/+48
* Move cpp_exceptions_helper.cpp to cpp_exceptions_helper.h so it is picked up ...Robert Bradshaw2009-11-051-1/+1
* Cpp exception tests.Robert Bradshaw2009-10-221-0/+71