1. be0d804 Support keyword-only arguments by Jason Rhinelander · 7 years ago
  2. 03f9e4a Fix compilation with clang-cl by peter · 4 years, 3 months ago
  3. 0dfffcf Add is_final to disallow inheritance from Python by Dustin Spicuzza · 4 years, 3 months ago
  4. b14aeb7 fix typo in sorted function call argument reverse by MRocholl · 4 years, 3 months ago
  5. 9358e30 change set_path to set_file by MRocholl · 4 years, 3 months ago
  6. 00c462d find library path to libclang.so via glob command in /usr/lib/llvm-* and set it by MRocholl · 4 years, 3 months ago
  7. 9ed8b44 Change __init__(self) to __new__(cls) by Orell Garten · 4 years, 2 months ago
  8. 5088364 Declare `operator==` and `operator!=` member functions const. by David Stone · 4 years, 2 months ago
  9. 6ebfc4b Document CMAKE_CXX_STANDARD by Axel Huebl · 4 years, 2 months ago
  10. d730fbc Utilize CMake's language standards abstraction when possible by Chuck Atkins · 6 years ago
  11. f6e543b Adding a default virtual destructor to Animal type in test_tagbased_polymorphic.cpp. by Ralf W. Grosse-Kunstleve · 4 years, 6 months ago
  12. 4697149 Allows users to specialize polymorphic_type_hook with std::enable_if. by Ralf W. Grosse-Kunstleve · 4 years, 7 months ago
  13. 0234871 begin working on next version by Wenzel Jakob · 4 years, 3 months ago
  14. 3b1dbeb v2.5.0 release by Wenzel Jakob · 4 years, 3 months ago
  15. bb9c91c pybind11Tools.cmake: search for Python 3.9 by Wenzel Jakob · 4 years, 4 months ago
  16. 4f72ef8 Fix the use of MSVC in an MSYS environment (#2087) by Baljak · 4 years, 5 months ago
  17. e97c735 stl_bind: add binding for std::vector::clear (#2074) by fwjavox · 4 years, 6 months ago
  18. 07e2259 Fix compilation with MinGW only (#2053) by Baljak · 4 years, 6 months ago
  19. 370a2ae Declare call_impl() as && (#2057) by Robert Haschke · 4 years, 6 months ago
  20. bf2b031 Handle cases where binding code immediately throws py::error_already_set by Wenzel Jakob · 4 years, 6 months ago
  21. 4c206e8 bindings for import_error exception by Wenzel Jakob · 4 years, 6 months ago
  22. 2fda9d5 Travis CI fix (MacOS, Py3) by Wenzel Jakob · 4 years, 6 months ago
  23. f9f3bd7 Use C++17 fold expressions when casting tuples and argument lists (#2043) by Wenzel Jakob · 4 years, 6 months ago
  24. 6e39b76 Add C++20 char8_t/u8string support (#2026) by Vemund Handeland · 4 years, 6 months ago
  25. 37d04ab Fixes #1295: Handle debug interpreter (#2025) by JGamache-autodesk · 4 years, 6 months ago
  26. b4e5d58 undo #define copysign in pyconfig.h by Wenzel Jakob · 4 years, 7 months ago
  27. 1376eb0 Free tstate on python 3.7+ on finalize_interpreter (#2020) by Boris Staletic · 4 years, 7 months ago
  28. fb910ae Revert "Fix a memory leak when creating Python3 modules. (#2019)" by Wenzel Jakob · 4 years, 7 months ago
  29. 819802d Fix a memory leak when creating Python3 modules. (#2019) by Nils Berg · 4 years, 7 months ago
  30. dc9006d Use newer macOS image for python3 testing by Boris Staletic · 4 years, 7 months ago
  31. fe2a06e Pin breathe to 4.13.1 by Boris Staletic · 4 years, 7 months ago
  32. 3735249 Install headers using both headers and package_data (#1995) by Isuru Fernando · 4 years, 7 months ago
  33. a606482 Revert "numpy.h: minor preprocessor fix suggested by @chaekwan" by Wenzel Jakob · 4 years, 7 months ago
  34. 61e4f11 numpy.h: minor preprocessor fix suggested by @chaekwan by Wenzel Jakob · 4 years, 7 months ago
  35. baf6934 Minor modifications to interrupt handling FAQ (#2007) by Eric Cousineau · 4 years, 7 months ago
  36. 0f1d3bf Add FAQ entry for dealing with long functions interruption (#2000) by Charles Brossollet · 4 years, 7 months ago
  37. dc65d66 support for readonly buffers (#863) (#1466) by Sebastian Koslowski · 4 years, 7 months ago
  38. bd24155 Aligned allocation fix for clang-cl (#1988) by Francesco Biscani · 4 years, 8 months ago
  39. deb3cb2 Add exception translation for std::overflow_error. (#1977) by Francesco Biscani · 4 years, 8 months ago
  40. 55ff464 Fixing SystemError when nb_bool/nb_nonzero sets a Python exception in type_caster<bool>::load (#1976) by Yannick Jadoul · 4 years, 8 months ago
  41. b32b762 Fixing minor typo in basics.rst (#1984) by Erick Matsen · 4 years, 8 months ago
  42. 6f11347 Prevent cmake error when prefix empty (#1986) by Matthew Dawkins · 4 years, 8 months ago
  43. a6355b0 CMake: Add Python 3.8 to pybind11Tools (#1974) by Axel Huebl · 4 years, 8 months ago
  44. a83d69e test pair-copyability on C++17 upwards (#1886) by Sebastian Gsänger · 4 years, 8 months ago
  45. bdf6a5e Report type names in return value policy-related cast exceptions (#1965) by Hans Dembinski · 4 years, 8 months ago
  46. c27a6e1 make builds with python tests and cpp tests fail if either one fails (#1967) by Hans Dembinski · 4 years, 8 months ago
  47. 759221f Obey __cpp_sized_deallocation and __cpp_aligned_new by Jeremy Nimmer · 5 years ago
  48. 6c29cbf misleading comment corrected (strides in buffer_info is bytes and not number of entries) (#1958) by Riccardo Bertossa · 4 years, 9 months ago
  49. de5a29c Fix build with -Wmissing-prototypes (#1954) by nicolov · 4 years, 9 months ago
  50. dfde155 begin working on next version by Wenzel Jakob · 4 years, 9 months ago
  51. 80d4524 v2.4.3 release by Wenzel Jakob · 4 years, 9 months ago
  52. 6cb584e Adapt to python3.8 C API change (#1950) by Sergei Izmailov · 4 years, 9 months ago
  53. 96be2c1 Fix version mismatch typos in .travis.yml (#1948) by Boris Dalstein · 4 years, 9 months ago
  54. 34c2281 begin working on next version by Wenzel Jakob · 4 years, 9 months ago
  55. 2abd7e1 updated release.rst to remove parts that are now automated by Wenzel Jakob · 4 years, 9 months ago
  56. 7ec2ddf v2.4.2 release by Wenzel Jakob · 4 years, 9 months ago
  57. 7f5dad7 Remove usage of C++14 constructs (fixes #1929) by Wenzel Jakob · 4 years, 9 months ago
  58. f3109d8 future-proof Python version check from commit 31680e6 (@lgritz) by Wenzel Jakob · 4 years, 9 months ago
  59. 82cf793 begin working on next version by Wenzel Jakob · 4 years, 9 months ago
  60. e44fcc3 v2.4.1 release by Wenzel Jakob · 4 years, 9 months ago
  61. 31680e6 Implicit conversion from enum to int for Python 3.8 (fix by @sizmailov) by Wenzel Jakob · 4 years, 9 months ago
  62. 5fd187e minor changelog cleanup by Wenzel Jakob · 4 years, 9 months ago
  63. 21d0eb4 Fix Python 3.8 test regression by Wenzel Jakob · 4 years, 9 months ago
  64. e825205 begin working on v2.4.1 by Wenzel Jakob · 4 years, 10 months ago
  65. 00a0aa9 v2.4.0 release by Wenzel Jakob · 4 years, 10 months ago
  66. 6ca312b Avoid infinite recursion in is_copy_constructible (#1910) by Samuel Debionne · 4 years, 10 months ago
  67. c9f5a46 pybind11 internals: separate different compilers by Wenzel Jakob · 4 years, 10 months ago
  68. 09f0829 Avoid conversion to `int_` rhs argument of enum eq/ne (#1912) by Sergei Izmailov · 4 years, 10 months ago
  69. f6c4c10 restores __invert__ to arithmetic-enabled enum, fixes #1907 (#1909) by Lori A. Burns · 4 years, 10 months ago
  70. 5b4751a Add const to buffer:request() (#1890) by Stephen Larew · 4 years, 10 months ago
  71. 8f5a8ab Don't strip debug symbols in RelWithDebInfo mode (#1892) by Dmitry · 4 years, 10 months ago
  72. 12e8774 Added support for list insertion. (#1888) by kingofpayne · 4 years, 11 months ago
  73. 19189b4 Make `overload_cast_impl` available in C++11 mode. (#1581) by Andre Schmeißer · 4 years, 11 months ago
  74. 04c8f4b Expose BufferError among other pybind11 exceptions. (#1852) by Vladimír Vondruš · 4 years, 11 months ago
  75. 87fa6a4 Detect whether we are running in a Conda environment and adjust get_include() (#1877) by Samuel Debionne · 4 years, 11 months ago
  76. 046267c Added .empty() to all collection types (#1887) by Sergei Lebedev · 4 years, 11 months ago
  77. 08b0bda Added set::contains and generalized dict::contains (#1884) by Sergei Lebedev · 4 years, 11 months ago
  78. 5b0ea77 Fix -Wmissing-prototypes warning on Clang. (#1863) by Vladimír Vondruš · 4 years, 11 months ago
  79. 5ef13eb Add negative indexing support to stl_bind. (#1882) by ali-beep · 4 years, 11 months ago
  80. b2fdfd1 Avoid use of lambda to work around a clang bug. (#1883) by Borja Zarco · 4 years, 11 months ago
  81. bdf1a2c In internals.h, only look at _DEBUG when compiling with MSVC. (#1855) by Saran Tunyasuvunakool · 4 years, 11 months ago
  82. 640b8fe fix #1406 add mingw compatibility (#1851) by Christoph Kahl · 4 years, 11 months ago
  83. c9d32a8 numpy: fix refcount leak to dtype singleton (#1860) by Pauli Virtanen · 5 years ago
  84. 4a3464f numpy: Provide concrete size aliases by Eric Cousineau · 6 years ago
  85. e9ca89f numpy: Add test for explicit dtype checks. At present, int64 + uint64 do not exactly match dtype(...).num by Eric Cousineau · 6 years ago
  86. c6b699d Added ability to convert from datetime.date to system_clock::time_point (#1848) by phil-zxx · 5 years ago
  87. a3f4a0e Add support for __await__, __aiter__, and __anext__ protocols (#1842) by Jeremy Maitin-Shepard · 5 years ago
  88. 9b3fb05 Allow Windows.h min/max to coexist with pybind11 (#1847) by Nathan · 5 years ago
  89. b2c4ff6 renamed local gil_scoped_acquire to gil_scoped_acquire_local to avoid ambiguity by Wenzel Jakob · 5 years ago
  90. b60fd23 Make sure `detail::get_internals` acquires the GIL before making Python calls. (#1836) by Saran Tunyasuvunakool · 5 years ago
  91. dffe869 quiet clang warning by adding default move ctor (#1821) by Thomas Peters · 5 years ago
  92. a301c5a Dtype field ordering for NumPy 1.14 (#1837) by Igor Socec · 5 years ago
  93. 74d335a Replace a usage of C++14 language features with C++11 code (#1833) by Toru Niina · 5 years ago
  94. 9fd4712 fix test suite (pytest changes in ExceptionInfo class) by Wenzel Jakob · 5 years ago
  95. 8b90b1d error_already_set: acquire GIL one line earlier (fixes #1779) by Wenzel Jakob · 5 years ago
  96. 502ffe5 Add docs and tests for unary op on class (#1814) by Ian Bell · 5 years ago
  97. a1b71df fix issue #1804 (warning about redefined macros) by Wenzel Jakob · 5 years ago
  98. b3bf248 Fix casting of time points with non-system-clock duration with VS (#1748) by Alexander Gagarin · 5 years ago
  99. ed39c50 README.md: added several folks who've made repeated contributions by Wenzel Jakob · 5 years ago
  100. 64f2a5f begin work on v2.3.1 by Wenzel Jakob · 5 years ago