- 03 Oct, 2020 1 commit
-
-
Henry Schreiner authored
* WIP: module -> module_ without typedef * refactor: allow py::module to work again
-
- 15 Sep, 2020 1 commit
-
-
Yannick Jadoul authored
Change base parameter type in register_exception and exception constructor from PyObject* to handle (#2467) * Change base parameter type in register_exception and excepion constructor from PyObject* to handle * Fix compilation error passing `handle` to `PyObject*`
-
- 06 Sep, 2020 1 commit
-
-
michalsustr authored
* Add note about specifying custom base. * Update exception docs based on PR feedback. * Fix trailing whitespace. Co-authored-by:Michal Sustr <michal.sustr@aic.fel.cvut.cz>
-
- 22 Aug, 2020 1 commit
-
-
jbarlow83 authored
The main change is to treat error_already_set as a separate category of exception that arises in different circumstances and needs to be handled differently. The asymmetry between Python and C++ exceptions is further emphasized.
-
- 20 Aug, 2020 1 commit
-
-
Henry Schreiner authored
-
- 16 Aug, 2020 1 commit
-
-
James R. Barlow authored
To deal with exceptions that hit destructors or other noexcept functions. Includes fixes to support Python 2.7 and extends documentation on error handling. @virtuald and @YannickJadoul both contributed to this PR.
-
- 14 Nov, 2019 1 commit
-
-
Francesco Biscani authored
-
- 11 Jun, 2019 1 commit
-
-
Wenzel Jakob authored
-
- 09 Apr, 2018 1 commit
-
-
Antony Lee authored
-
- 11 Jan, 2018 1 commit
-
-
luz.paz authored
Found via `codespell`
-
- 20 Oct, 2016 1 commit
-
-
Dean Moldovan authored
-