1. 3bd0d7a Add note about specifying custom base class for Exceptions. (#2465) by michalsustr · 4 years, 1 month ago
  2. ce1a07e fix: use classic extension handling unless otherwise requested (#2462) by Henry Schreiner · 4 years, 1 month ago
  3. 0dbda6e feat: py::pos_only (#2459) by Henry Schreiner · 4 years, 1 month ago
  4. 44fa79c pytypes: Add Gotchas section about default-constructed wrapper types and py::none() (#2362) by Eric Cousineau · 4 years, 1 month ago
  5. 72b06b8 ci: Eigen moved by Henry Schreiner · 4 years, 1 month ago
  6. 4c36fb7 [DOC] avoid C++ types in docstrings (#2441) by Sergei Izmailov · 4 years, 1 month ago
  7. 3a89bff ci: harden chrono test, mark another macos 4.9 dev failure (#2448) by Henry Schreiner · 4 years, 1 month ago
  8. fb0a3a0 Fix broken README link (#2449) by Daniel Saxton · 4 years, 1 month ago
  9. 3c061f2 Fixing `pybind11::bytes()` ambiguous conversion issue. by Ralf W. Grosse-Kunstleve · 4 years, 1 month ago
  10. 6a19278 Fix bug roundtripping datetime.time objects after midnight in eastern hemisphere timezones (#2417) (#2438) by Yannick Jadoul · 4 years, 1 month ago
  11. 1abc4a9 fix: doc typo, drop second use of 'without' (#2439) by Dekken · 4 years, 1 month ago
  12. 9b8cb02 fix: respect PYTHON_VERSION if set in classic mode (#2414) by Henry Schreiner · 4 years, 1 month ago
  13. 03b3d59 tests: fix CI by including <algorithm> to stop MSVC from complaining about std::count_if in tests/test_sequences_and_iterators.cpp (#2435) by Yannick Jadoul · 4 years, 1 month ago
  14. a2bb297 Throw exception on returning a unique_ptr or shared_ptr nullptr (or any other holder type) from py::init, rather than crashing (#2430) by Yannick Jadoul · 4 years, 1 month ago
  15. 5b59b7b ci: gha annotations (#2427) by Henry Schreiner · 4 years, 1 month ago
  16. 43f390a Add note that VS2017 requires /permissive- to build in C++17 mode (#2431) by Yannick Jadoul · 4 years, 1 month ago
  17. b3d8fec Adapt code example in advanced/classes.rst to new handling of forgetting to call the superclass __init__ (#2429) by Yannick Jadoul · 4 years, 1 month ago
  18. 4493751 Fix new-style __init__ usage in numpy docs (#2426) by Yannick Jadoul · 4 years, 1 month ago
  19. b886369 Improve documentation of Python and C++ exceptions (#2408) by jbarlow83 · 4 years, 1 month ago
  20. c58f7b7 fix: reduce target collision in add_submodule mode (#2423) by Henry Schreiner · 4 years, 1 month ago
  21. 56df3c4 fix: a couple more places where pybind11 is missing 11 (#2421) by Henry Schreiner · 4 years, 1 month ago
  22. d4d7ef5 Update pybind11Tools.cmake (#2419) by Bjorn · 4 years, 1 month ago
  23. f31df73 docs: move CONTRIBUTING (#2402) by Henry Schreiner · 4 years, 1 month ago
  24. 2fa1843 docs: pin versions for readthedocs by Henry Schreiner · 4 years, 1 month ago
  25. a6887b6 docs: update changelog and versionadded by Henry Schreiner · 4 years, 2 months ago
  26. 110e6c1 ci: reduce flakiness a little (#2418) by Henry Schreiner · 4 years, 1 month ago
  27. 24dffe4 fix: PYBIND11_MASTER_PROJECT always ON (#2412) by Henry Schreiner · 4 years, 2 months ago
  28. 04fdc44 tests: avoid putting build products into source directory (#2353) by Henry Schreiner · 4 years, 2 months ago
  29. 1729aae feat: new FindPython support (#2370) by Henry Schreiner · 4 years, 2 months ago
  30. 69821d9 Disable testing when using BUILD_TESTING (#1682) by Paul Fultz II · 4 years, 2 months ago
  31. cf0a645 fix: throwing repr caused a segfault (#2389) by Henry Schreiner · 4 years, 2 months ago
  32. 7dd2bdb docs: fix typo (#2405) by Mosalam Ebrahimi · 4 years, 2 months ago
  33. 6404099 docs: contrib/issue templates (#2377) by Henry Schreiner · 4 years, 2 months ago
  34. 4d9024e tests: cleanup and ci hardening (#2397) by Henry Schreiner · 4 years, 2 months ago
  35. 3618bea Add and document py::error_already_set::discard_as_unraisable() by James R. Barlow · 4 years, 2 months ago
  36. a876aac tests: loosen test, not valid on some systems (#2399) by Henry Schreiner · 4 years, 2 months ago
  37. cd85699 Using recently added `pytest.PY2` instead of `str is bytes`. (#2396) by Ralf W. Grosse-Kunstleve · 4 years, 2 months ago
  38. 5a3ff72 ci: Remove "Setup Boost (macOS)" step (#2395) by Eric Cousineau · 4 years, 2 months ago
  39. ebdd0d3 tests: Consolidate version (2 vs. 3) and platform (CPython vs. PyPy) checks (#2376) by Eric Cousineau · 4 years, 2 months ago
  40. cba4a98 ci: include Boost (#2393) by Henry Schreiner · 4 years, 2 months ago
  41. fb042d6 Fix warning C26817 on copying in `for (auto vh : value_and_holder(...))` (#2382) by Michael Goulding · 4 years, 2 months ago
  42. 2e2de8c fix: add missing signature (#2363) by Henry Schreiner · 4 years, 2 months ago
  43. 830adda Modified Vector STL bind initialization from a buffer type with optimization for simple arrays (#2298) by marc-chiesa · 4 years, 2 months ago
  44. 1534e17 ci: include Python 3.9 RC1 (#2387) by Henry Schreiner · 4 years, 2 months ago
  45. f7abac6 fix: boost's include dir was listed first (#2384) by Henry Schreiner · 4 years, 2 months ago
  46. 1732046 Adding tests specifically to exercise pybind11::str::raw_str. (#2366) by Ralf W. Grosse-Kunstleve · 4 years, 2 months ago
  47. 6f3470f Add robotpy-build to list of tools (#2359) by Dustin Spicuzza · 4 years, 2 months ago
  48. 0af7fe6 fix: typo in pybind11_add_module (#2374) by Henry Schreiner · 4 years, 2 months ago
  49. 227170d fix: better handling of PYBIND11_CPP_STANDARD by Henry Schreiner · 4 years, 2 months ago
  50. c664d55 ci: better output / more config by Henry Schreiner · 4 years, 2 months ago
  51. ed6de12 format: include .in files by Henry Schreiner · 4 years, 2 months ago
  52. da803eb fix: duplicate target names removed by Henry Schreiner · 4 years, 2 months ago
  53. df11597 chore: cleanup by Henry Schreiner · 4 years, 2 months ago
  54. 3e448c0 Enable py::ellipsis on Python 2 (#2360) by Yannick Jadoul · 4 years, 2 months ago
  55. 1caf1d0 fix: check list validity and add missing file (#2352) by Henry Schreiner · 4 years, 2 months ago
  56. 4d90f1a Add error_scope to py::class_::dealloc() to protect destructor calls (#2342) by jbarlow83 · 4 years, 2 months ago
  57. b804724 fix: uninstall cleanup (#2346) by Henry Schreiner · 4 years, 2 months ago
  58. 6f6e939 feat: add uninstall target for CMake (#2265) by acxz · 4 years, 2 months ago
  59. 94db5c5 format: apply cmake-format by Henry Schreiner · 4 years, 2 months ago
  60. e2a9689 format: add cmake-format to pre-commit by Henry Schreiner · 4 years, 2 months ago
  61. 1651c32 update: address review points by Henry Schreiner · 4 years, 2 months ago
  62. f64d5aa fix: typo for warning on C++17, support Win + 2.7 by Henry Schreiner · 4 years, 2 months ago
  63. 1b92cd1 fix: address review points from @YannickJadoul by Henry Schreiner · 4 years, 2 months ago
  64. 6ec1775 feat: drop CMake 3.6 and below, modernize CMake by Henry Schreiner · 4 years, 2 months ago
  65. 1491c94 ci: cmake Configure test (#2327) by Henry Schreiner · 4 years, 2 months ago
  66. 8e40e38 cast pointer to std::tuple and std::pair (#2334) by Marcin Wojdyr · 4 years, 2 months ago
  67. c51b3f4 ci: change caching by Henry Schreiner · 4 years, 2 months ago
  68. a632486 ci: Windows 2016 test by Henry Schreiner · 4 years, 2 months ago
  69. 88b3e5c ci: nicer naming scheme by Henry Schreiner · 4 years, 2 months ago
  70. ff39ad3 ci: include scipy for tests by Henry Schreiner · 4 years, 2 months ago
  71. 249a13b ci: move docs check to GHA by Henry Schreiner · 4 years, 2 months ago
  72. e450ea0 ci: add docker build to GHA by Henry Schreiner · 4 years, 2 months ago
  73. 2fbbd51 ci: add gcc by Henry Schreiner · 4 years, 2 months ago
  74. 2ee1bcd ci: add GHA badge by Henry Schreiner · 4 years, 2 months ago
  75. 1b880df ci: download EIGEN by Henry Schreiner · 4 years, 2 months ago
  76. 9521bc5 ci: drop parts from Travis by Henry Schreiner · 4 years, 2 months ago
  77. 7806905 ci: trim down Appveyor by Henry Schreiner · 4 years, 2 months ago
  78. 7b067cc Set __hash__ to None for types that defines __eq__, but not __hash__ (#2291) by Sergei Izmailov · 4 years, 2 months ago
  79. aab7013 ci: cache, build wheels on macOS PyPy3 by Henry Schreiner · 4 years, 2 months ago
  80. 5927c58 chore: update Catch by Henry Schreiner · 4 years, 2 months ago
  81. 4470671 fix: too many braces on clang 3.6 by Henry Schreiner · 4 years, 2 months ago
  82. 1f53c37 fix: C++17 mode on Clang may error by Henry Schreiner · 4 years, 2 months ago
  83. e428a7f ci: fix clang warnings by Henry Schreiner · 4 years, 2 months ago
  84. 6a80171 ci: Add clang builds & C++17 by Henry Schreiner · 4 years, 2 months ago
  85. 7e0a4fb Fix for #2168 (#2299) by tuxmaster5000 · 4 years, 2 months ago
  86. 2819ce6 Avoid attr("__repr__") in initialize_generic (#2317) by Boris Staletic · 4 years, 2 months ago
  87. 6f3e5e3 ci: keep travis from running twice by Henry Schreiner · 4 years, 2 months ago
  88. 5c936d4 refactor: issue fixed upstream by Henry Schreiner · 4 years, 2 months ago
  89. 8b0ccf7 style: adding pre-commit check-style.sh by Henry Schreiner · 4 years, 3 months ago
  90. b16347e ci: enable GHA testing by Henry Schreiner · 4 years, 2 months ago
  91. 73dc978 style: avoid adding virtual environment directories by Henry Schreiner · 4 years, 2 months ago
  92. a59c6de test: allow MSVC/Xcode to run the embed test by Henry Schreiner · 4 years, 2 months ago
  93. 49007b7 test: fix warning/error on Python 2 in 14/17 mode by Henry Schreiner · 4 years, 2 months ago
  94. 3d20b73 test: pass through C++ std for cmake test by Henry Schreiner · 4 years, 2 months ago
  95. ef057f1 test: support pypy2 7.3 by Henry Schreiner · 4 years, 2 months ago
  96. 134a2ec Add `.git` suffix to URL because only GitHub itself works without it. (#2319) by xkszltl · 4 years, 2 months ago
  97. 441e777 Use new style __init__ in numpy docs (#2316) by Boris Staletic · 4 years, 2 months ago
  98. 96c6763 test_builtin_casters.py test_string_view: Python 2 c++17, c++2a compatibility. (#2314) by Ralf W. Grosse-Kunstleve · 4 years, 2 months ago
  99. c4fd1fd CMake improvement: support windows python on msys (#2312) by Liam Keegan · 4 years, 2 months ago
  100. d8c7ee0 ci: GHA basic format & pre-commit (#2309) by Henry Schreiner · 4 years, 3 months ago