1. 07 Oct, 2022 1 commit
  2. 06 Oct, 2022 1 commit
  3. 04 Oct, 2022 2 commits
  4. 03 Oct, 2022 1 commit
  5. 27 Sep, 2022 1 commit
  6. 25 Sep, 2022 1 commit
  7. 21 Sep, 2022 2 commits
  8. 20 Sep, 2022 2 commits
  9. 19 Sep, 2022 1 commit
  10. 14 Sep, 2022 2 commits
  11. 13 Sep, 2022 1 commit
  12. 07 Sep, 2022 1 commit
  13. 30 Aug, 2022 3 commits
  14. 24 Aug, 2022 2 commits
  15. 21 Aug, 2022 1 commit
    • embed.h Python 3.11 `config.use_environment=1` + `PYTHONPATH` test (#4119) · 68e6fdaa
      * Add debug fprintf to test_interpreter.cpp
      
      * Update `sys.path` from `PYTHONPATH` in Python >= 3.11 branch of `initialize_interpreter()`
      
      * Use `config.isolated = 0; config.use_environment = 1;`
      
      As suggsted by @vstinner here: https://github.com/pybind/pybind11/pull/4119#issuecomment-1219442853
      
      * Add `TEST_CASE("PYTHONPATH is used to update sys.path")`
      
      * Fix clang-tidy error.
      
      * Use `_putenv_s()` under Windows.
      
      * Fix clang-tidy error: argument name ... in comment does not match parameter name
      
      * Remove slash from PYTHONPATH addition, to work around Windows slash-vs-backslash issue.
      
      * Use `py::str(...)` instead of `.attr("__str__")` as suggested by @skylion007
      
      Co-authored-by: Aaron Gokaslan <skylion.aaron@gmail.com>
      
      Co-authored-by: Aaron Gokaslan <skylion.aaron@gmail.com>
      Ralf W. Grosse-Kunstleve committed
  16. 20 Aug, 2022 1 commit
  17. 12 Aug, 2022 1 commit
  18. 11 Aug, 2022 1 commit
  19. 09 Aug, 2022 3 commits
  20. 08 Aug, 2022 2 commits
  21. 05 Aug, 2022 1 commit
  22. 03 Aug, 2022 1 commit
  23. 01 Aug, 2022 4 commits
  24. 29 Jul, 2022 1 commit
  25. 27 Jul, 2022 1 commit
  26. 22 Jul, 2022 1 commit
  27. 21 Jul, 2022 1 commit