1. 6d4854a ci: correct types statement by Henry Schreiner · 3 years, 11 months ago
  2. 6cc233c ci: label PRs when merged only for now by Henry Schreiner · 3 years, 11 months ago
  3. b8dc60e fix: Python include directory was missing from DIRS (#2636) by Henry Schreiner · 3 years, 11 months ago
  4. 7d6713a Use weakref to clean up captured function object in def_buffer (#2634) by Yannick Jadoul · 3 years, 11 months ago
  5. 06a5401 fix: min macos (#2622) by Henry Schreiner · 3 years, 11 months ago
  6. 139c05d ci: test on NumPy + Python 3.9 (#2628) by Henry Schreiner · 3 years, 11 months ago
  7. 8290a5a clang -Wnon-virtual-dtor compatibility (#2626) by Ralf W. Grosse-Kunstleve · 3 years, 11 months ago
  8. f2e7998 [common.h] Mark another entry point as "unused". (#2625) by Thomas Köppe · 3 years, 11 months ago
  9. 3a37d33 Add __builtins__ to globals argument of `py::exec` and `py::eval` if not present (#2616) by Yannick Jadoul · 3 years, 11 months ago
  10. ace4deb ci: add more jobs (#2610) by Henry Schreiner · 4 years ago
  11. 4d03743 fix: missing identifier for Python 3.9 by Henry Schreiner · 4 years ago
  12. 7c26c71 Fix mispelling in basics.rst (#2614) by Wink Saville · 4 years ago
  13. 86d3e9e begin working towards a future v2.6.1 patch release by Wenzel Jakob · 4 years ago
  14. 59a2ac2 v2.6.0 release by Wenzel Jakob · 4 years ago
  15. 4038542 Remove friend declaration of py::class_ in py::detail::generic_type (#2613) by Boris Staletic · 4 years ago
  16. 6edd0e6 fix: Reject keyword argument `None` with `.none(false)` (#2611) by Mana Borwornpadungkitti · 4 years ago
  17. 7f9445a Thanks, Google! by Wenzel Jakob · 4 years ago
  18. 2bc62dc updated credits by Wenzel Jakob · 4 years ago
  19. 120e2e2 docs: tiny typo by Henry Schreiner · 4 years ago
  20. c513b5e tests(CMakeLists): robustify against add'l versions of Boost (#2608) by Eric Cousineau · 4 years ago
  21. 0b9acc4 fix: chapters in PDF again (#2606) by Henry Schreiner · 4 years ago
  22. bed9080 docs: Updated the link to the PDF docs (#2603) (#2605) by Dariusz Suchojad · 4 years ago
  23. 0905671 fix: much better pdf (#2604) by Henry Schreiner · 4 years ago
  24. c16da99 chore: bump to 2.6.0rc3 by Henry Schreiner · 4 years ago
  25. 064362f fix: allow the ABI string to be forced (#2602) by Henry Schreiner · 4 years ago
  26. 6364b73 fix: test_factory_constructors.py failure triggered by test_register_duplicate_class (#2564) by Yannick Jadoul · 4 years ago
  27. c50f90e style: use Black everywhere (#2594) by Henry Schreiner · 4 years ago
  28. 2e31e46 docs: update for PyPy win 32 issue by Henry Schreiner · 4 years ago
  29. 8ae11fb ci: add more runs by Henry Schreiner · 4 years ago
  30. a422115 fix: new line in PYPY_VERSION by Henry Schreiner · 4 years ago
  31. ad2fe0e fix: pypy3 windows extension issue by Henry Schreiner · 4 years ago
  32. 6bb71c4 fix: more intp asserts, reinterpret_cast by Henry Schreiner · 4 years ago
  33. 9ac604a fix: PyPy windows issue by Henry Schreiner · 4 years ago
  34. b72c79f fix: std::is_pod -> pybind11::detail::is_pod by Henry Schreiner · 4 years ago
  35. f200832 style: ssize_t -> py::ssize_t by Henry Schreiner · 4 years ago
  36. 63f2dee chore: update Eigen by Henry Schreiner · 4 years ago
  37. c4a8b5b chore: bump to 2.6.0rc2 by Henry Schreiner · 4 years ago
  38. 493649f fix: valgrind-detected after-freeing access of PyMethodDef (macOS Python 3.9.0 segfaults) (#2576) by Yannick Jadoul · 4 years ago
  39. 645d838 feat: typing support for helpers (#2588) by Henry Schreiner · 4 years ago
  40. a8c2e3e fix: ipo should be off for debug or relwithdebinfo (#2590) by Henry Schreiner · 4 years ago
  41. 3be085d docs: typo prefix -> suffix (#2593) by Valentin Boettcher · 4 years ago
  42. 526a773 ci: merged labels still missing by Henry Schreiner · 4 years ago
  43. 01453b0 fix (setup_helpers): fix bug in _add_lflags (#2586) by Jay Soffian · 4 years ago
  44. 2a263e0 docs: some final 2.6.0 updates (#2582) by Henry Schreiner · 4 years ago
  45. c99d7f1 docs: PR template (#2580) by Henry Schreiner · 4 years ago
  46. edda89b fix: install to DATAROOTDIR instead of hardcoding share (#2584) by Henry Schreiner · 4 years ago
  47. 7c71dd3 ci: inverted labeler logic by Henry Schreiner · 4 years ago
  48. 99773fc fix: throw error_already_set in py::len on failing PyObject_Length (#2575) by Yannick Jadoul · 4 years ago
  49. 2f746ee ci: original labeler by Henry Schreiner · 4 years ago
  50. 1914b7d Shorten PYBIND11_EMBEDDED_MODULE macro implementation by using PYBIND11_CATCH_INIT_EXCEPTIONS (#2579) by Yannick Jadoul · 4 years ago
  51. ae2e5a3 ci: try to get labeler to add needs changelog by Henry Schreiner · 4 years ago
  52. 993495c fix: Intel 18+ required (#2577) by Henry Schreiner · 4 years ago
  53. 4f45052 ci: fix ci label by Henry Schreiner · 4 years ago
  54. cd2c25a ci: adjust labeler match pattern by Henry Schreiner · 4 years ago
  55. 7d7309b ci: monitor dependencies by Henry Schreiner · 4 years ago
  56. d46f332 fix: allow cmake varibles from Python calls to be cached (#2570) by Henry Schreiner · 4 years ago
  57. fecef38 refactor: simpler followup to #2569 (#2572) by Henry Schreiner · 4 years ago
  58. c02f0ec fix: formatting issue by Henry Schreiner · 4 years ago
  59. f385ecc chore: bump to 2.6.0rc1 by Henry Schreiner · 4 years ago
  60. fae4532 ci: fix labeler by Henry Schreiner · 4 years ago
  61. 8d8d48c fix: do not use abi::__forced_unwind with libc++, even with gcc instead of clang (#2569) by Ahmed Sobhy · 4 years ago
  62. 59323a9 ci: update PGI to 20.9 (#2566) by andriish · 4 years ago
  63. e4e5c49 docs: known issues (#2565) by Henry Schreiner · 4 years ago
  64. 0c5cc03 feat: deprecate public constructors of module_ class (#2552) by Yannick Jadoul · 4 years ago
  65. 71aea49 Check scope's __dict__ instead of using hasattr when registering classes and exceptions (#2335) by Yannick Jadoul · 4 years ago
  66. deba040 test: hide segfault (#2559) by Henry Schreiner · 4 years ago
  67. 49cdb70 docs: use sorted(glob()) in example setup.py (#2561) by jbarlow83 · 4 years ago
  68. 49c389b ci: test on Windows 3.8 and 3.9 (mostly) (#2560) by Henry Schreiner · 4 years ago
  69. b6f37f6 docs: minor cleanup (#2555) by Henry Schreiner · 4 years ago
  70. 00edc30 fix: PYBIND11_OBJECT required pybind11 namespace (regression) (#2553) by Henry Schreiner · 4 years ago
  71. 9a0c96d feat: py::prepend tag (#1131) by Henry Schreiner · 4 years ago
  72. f537093 Fail on passing py::object with wrong Python type to py::object subclass using PYBIND11_OBJECT macro (#2349) by Yannick Jadoul · 4 years ago
  73. 2a2f522 fix: find_import didn't work properly for classic tools (#2550) by Henry Schreiner · 4 years ago
  74. 1411207 chore: drop support for PyPy < 7.3.1 and clean up old PyPy workarounds (#2456) by Yannick Jadoul · 4 years ago
  75. b70894d docs: add std::valarray to docs/advanced/cast/stl.rst (#2547) by Yannick Jadoul · 4 years ago
  76. e8ad33b Fix buffer_info for ctypes buffers (pybind#2502) (#2503) by Fritz Reese · 4 years ago
  77. 6bcd220 refactor: module -> module_ with typedef (#2544) by Henry Schreiner · 4 years ago
  78. 560ed3e docs: fix odd spacing by Henry Schreiner · 4 years ago
  79. 3488494 refactor: import check as a common function (#2526) by Henry Schreiner · 4 years ago
  80. ca4127c ci: fix labeler by Henry Schreiner · 4 years ago
  81. 961b2e6 fix: ensure the GIL is held when copying a function. (#2545) by Hyrum Wright · 4 years ago
  82. 1bcd5f0 Update pr_merged.yml by Henry Schreiner · 4 years ago
  83. 5f9b166 ci: label PRs with changelog needed (#2546) by Henry Schreiner · 4 years ago
  84. 9796fe9 feat: vectorize functions with void return type (#1969) by Yannick Jadoul · 4 years ago
  85. 56784c4 Add unchecked_reference::operator() and operator[] to overload resolution of unchecked_mutable_reference (#2514) by Yannick Jadoul · 4 years ago
  86. 2b6b98e Bugfix/Check actual value when deregistering pybind11 instance (#2252) by Riyaz Haque · 4 years ago
  87. b9d0027 feat: parallel compiler (#2521) by Henry Schreiner · 4 years ago
  88. 07b069a Unify Python 2 & 3 py::module constructor, and make contructor with pre-allocated PyModuleDef private (#2534) by Yannick Jadoul · 4 years ago
  89. 6d2d08d fix: conda-forge patch (#2540) by Henry Schreiner · 4 years ago
  90. 5ebc781 Allow raw unions without base classes in is_accessible_base_of (#2320) by Boris Staletic · 4 years ago
  91. c72708a Moving tp_class access, and consistent fully-qualified naming for PyPy, to detail::get_tp_name (#2520) by Yannick Jadoul · 4 years ago
  92. 3232e59 Check if module file extension could be queried correctly (#2538) by Wenzel Jakob · 4 years ago
  93. 01ad892 ci: publish in two steps by Henry Schreiner · 4 years ago
  94. 319b996 fix: metadata was adding quotes to distinfo by Henry Schreiner · 4 years ago
  95. 1994691 ci: download artifact issue by Henry Schreiner · 4 years ago
  96. 0fc5774 fix: beta does not have a dot in front (#2539) by Henry Schreiner · 4 years ago
  97. 2190246 chore: bump to 2.6.0b1, beta release by Henry Schreiner · 4 years ago
  98. 82dbc5b ci: releases (#2530) by Henry Schreiner · 4 years ago
  99. d159a56 static allocation for PyModuleDef, to avoid leak check errors. (#2413) by Ralf W. Grosse-Kunstleve · 4 years ago
  100. 3c7ef56 fix: warning on latest AppleClang (#2522) by Henry Schreiner · 4 years ago