summaryrefslogtreecommitdiff
path: root/Examples/python/exception/runme.py
Commit message (Collapse)AuthorAgeFilesLines
* Modify examples to be both Python 2 and 3 compatibleWilliam S Fulton2020-08-151-14/+14
| | | | For removing dependency on 2to3
* autopep8 cleanup of Examples/python whitespaceJon Schlueter2015-05-081-23/+22
| | | | automated cleanup only of the Examples/python example code
* Bypass Python exmples not supported by -builtinWilliam S Fulton2014-10-071-4/+11
| | | | | Builtin classes as exceptions not supported, so don't run these aspects of the examples when using -builtin.
* - recover the proper catching exception mechanism for classesMarcelo Matus2004-01-211-0/+7
| | | | | | | | | | | | | | | (throw typemap). - fix the examples with exception problems and warnings - proper and consist treatment of basic types (short, unsigned char,...) now all are checked for range and sign. Before, this was depending of the use of parsing or no parsing, and/or the converter method, and/or the use of directors, etc. git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@5659 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* The great mergeDave Beazley2002-11-301-0/+29
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@4141 626c5289-ae23-0410-ae9c-e8d60b6d4f22