1. 15 Oct, 2020 3 commits
  2. 14 Oct, 2020 5 commits
  3. 13 Oct, 2020 8 commits
  4. 12 Oct, 2020 5 commits
  5. 11 Oct, 2020 1 commit
  6. 09 Oct, 2020 9 commits
  7. 08 Oct, 2020 5 commits
  8. 06 Oct, 2020 2 commits
  9. 05 Oct, 2020 2 commits
    • Fail on passing py::object with wrong Python type to py::object subclass using… · f537093a
      Fail on passing py::object with wrong Python type to py::object subclass using PYBIND11_OBJECT macro (#2349)
      
      * Fail on passing py::object with wrong Python type to py::object subclass using PYBIND11_OBJECT macro
      
      * Split off test_non_converting_constructors from test_constructors
      
      * Fix test_as_type, as py::type constructor now throws an error itself if the argument is not a type
      
      * Replace tp_name access by pybind11::detail::get_fully_qualified_tp_name
      
      * Move forward-declaration of get_fully_qualified_tp_name to detail/common.h
      
      * Don't add the builtins module name in get_fully_qualified_tp_name for PyPy
      
      * Add PYBIND11_BUILTINS_MODULE macro, and use it in get_fully_qualified_tp_name
      Yannick Jadoul committed
    • fix: find_import didn't work properly for classic tools (#2550) · 2a2f5220
      * fix: find_import didn't work properly for classic tools
      
      * ci: fix all files not being checked in style run
      Henry Schreiner committed