1. 21bf16f misc. comment typo (#1629) by luzpaz · 5 years ago
  2. ac6cb91 Fixed small typo (#1633) by Omar Awile · 5 years ago
  3. 4ddf7c4 Add missing includes for better Bazel compatibility (#1255) by Steven Johnson · 5 years ago
  4. 979d75d doc: Add note about casting from `None` to `T*` (#1760) by Sergei Izmailov · 5 years ago
  5. 30c0352 Added __contains__ to stl bindings for maps (#1767) by Blake Thompson · 5 years ago
  6. c251434 Added note in documentation regarding make install (#1801) by nstelzen · 5 years ago
  7. 97784da [BUGFIX] Fixing pybind11::error_already_set.matches to also work with exception subclasses (#1715) by Yannick Jadoul · 5 years ago
  8. a0b8f70 Ensure PythonLibsNew_FOUND is set in FindPythonLibsNew module (#1373) by Jamie Snape · 5 years ago
  9. b3f0b4d new sphinx (#1786) by Boris Staletic · 5 years ago
  10. 35045ee Add getters for exception type, value and traceback (#1641) by martinRenou · 5 years ago
  11. 9bb3313 Fixing warnings about conversions in GCC 7+ (#1753) by Henry Schreiner · 5 years ago
  12. 73b840d Fix for issue in latest conda (#1757) by Henry Schreiner · 5 years ago
  13. ae951ca CI fixes (#1744) by Henry Schreiner · 5 years ago
  14. 25abf7e flake8 fixes by Wenzel Jakob · 5 years ago
  15. ccbe68b added binding delattr() -> PyObject_DelAttr analogous to hasattr() by Wenzel Jakob · 5 years ago
  16. d1f64fa AppVeyor: quench pip deprecation warnings for v2.7 by Wenzel Jakob · 5 years ago
  17. 43a39bc ignore numpy.ufunc size warnings by Guilhem Saurel · 5 years ago
  18. e7ef34f compatibility with pytest 4.0, fix #1670 by Guilhem Saurel · 5 years ago
  19. 085a294 Increasing timeout in test_gil_scoped.py to get AppVeyor to succeed by Yannick Jadoul · 5 years ago
  20. 0ca6867 Avoid Visual Studio 2017 15.9.4 ICE by Boris Staletic · 5 years ago
  21. f4b4e2e Use new Doxygen archive URL - fixes Travis by Boris Staletic · 5 years ago
  22. e2b884c Use `PyGILState_GetThisThreadState` when using gil_scoped_acquire. (#1211) by Borja Zarco · 6 years ago
  23. 81da988 Fix Intel C++ compiler warning on Windows (#1608) by Baljak · 6 years ago
  24. 6420514 added std::deque to overview.rst by Wenzel Jakob · 6 years ago
  25. 17983e7 Adds type_caster support for std::deque. (#1609) by voxmea · 6 years ago
  26. 8f5b7fc FAQ addition (#1606) by Ahuva Kroizer · 6 years ago
  27. e9d6e87 Added a debug flag to the PYBIND11_INTERNALS_VERSION (#1549) by Karl Haubenwallner · 6 years ago
  28. 63c2a97 Enable unique_ptr holder with mixed Deleters between base and derived types (#1353) by Trevor Laughlin · 6 years ago
  29. cea4246 fix py::cast<void *> (#1605) by Wenzel Jakob · 6 years ago
  30. e2eca4f Support C++17 aligned new statement (#1582) by Wenzel Jakob · 6 years ago
  31. adc2cdd fixed regression in STL type caster RVPs (fixes #1561) (#1603) by Wenzel Jakob · 6 years ago
  32. 9f73060 std::array<> caster: support arbitrary sequences (#1602) by Wenzel Jakob · 6 years ago
  33. 978d439 Add PYBIND11_ prefix to the THROW macro to prevent name collisions. (#1578) by Michał Wawrzyniec Urbańczyk · 6 years ago
  34. 741576d Update documentation for initialize_interpreter (#1584) by Josh Kelley · 6 years ago
  35. 06d021b Issue #1532: Incompatible config options, /MP vs /Gm for MSVC in DEBUG (#1533) by Rune Paamand · 6 years ago
  36. c9b8933 flake8 fix by Wenzel Jakob · 6 years ago
  37. 54eb819 Fix scoped enums comparison for equal/not equal cases (#1339) (#1571) by Tarcísio Fischer · 6 years ago
  38. 1377fbf Fix unintentional escaping of character on Windows (#1574) (#1575) by Ryota Suzuki · 6 years ago
  39. 111b25b Mention flake8 and check-style.sh in CONTRIBUTING (#1567) by cdyson37 · 6 years ago
  40. e76dff7 Fix for Issue #1258 (#1298) by Allan Leal · 6 years ago
  41. 0f404a5 Allow recursive checkout without https (#1563) by Henry Schreiner · 6 years ago
  42. 177713f Fix gcc-8 compilation warning by Jason Rhinelander · 6 years ago
  43. 73634b6 Update iostream.h: Changed a local varname 'self' to 'self_' (#1535) by Rune Paamand · 6 years ago
  44. e7761e3 Fix potential crash when calling an overloaded function (#1327) by oremanj · 6 years ago
  45. 9343e68 Fix cmake scripts so projects using CUDA .cu files build correctly. (#1441) by Davis E. King · 6 years ago
  46. c8e9f3c quench __setstate__ warnings (fixes #1522) by Wenzel Jakob · 6 years ago
  47. ef13fb2 Info about inconsistent detection of Python version between pybind11 … (#1093) by Semen Yesylevskyy · 6 years ago
  48. f424518 enum_: move most functionality to a non-template implementation by Wenzel Jakob · 6 years ago
  49. b4b2292 relax operator[] for tuples, lists, and sequences by Wenzel Jakob · 6 years ago
  50. 0671002 object_api: support the number protocol by Wenzel Jakob · 6 years ago
  51. 5c8746f check for already existing enum value added; added test (#1453) by Krzysztof Fornalczyk · 6 years ago
  52. 35c82c7 changelog for version 2.2.4 & features targeted for 2.3.0 by Wenzel Jakob · 6 years ago
  53. 01839dc remove duplicate feature from list (#1476) by Jeff VanOss · 6 years ago
  54. 44e39e0 fix regression reported by @cyfdecyf in #1454 (#1517) by Wenzel Jakob · 6 years ago
  55. 77374a7 VS 15.8.0 Preview 4.0 has a bug with alias templates (#1462) by Michael Goulding · 6 years ago
  56. 435dbdd add_module: allow include as SYSTEM (#1416) by Axel Huebl · 6 years ago
  57. 3a94561 Debug Builds: -DPy_DEBUG (#1438) by Axel Huebl · 6 years ago
  58. e0f3a76 Fixed flake8 error in test_iostream.py by Wenzel Jakob · 6 years ago
  59. 2cbafb0 fix detail::pythonbuf::overflow()'s return value to return not_eof(c) (#1479) by Justin Bassett · 6 years ago
  60. 3789b4f Update C++ macros for C++17 and MSVC Z mode (#1347) by Henry Schreiner · 6 years ago
  61. 7bb1da9 fix copy-paste error: non-const -> const by Matthias Geier · 6 years ago
  62. 885b5b9 Eigen test suite: don't create a np.matrix by Wenzel Jakob · 6 years ago
  63. d4b37a2 added py::ellipsis() method for slicing of multidimensional NumPy arrays by Wenzel Jakob · 6 years ago
  64. f7bc18f Fix compatibility with catch v2 by Jason Rhinelander · 6 years ago
  65. cbd16a8 stl.h: propagate return value policies to type-specific casters (#1455) by Wenzel Jakob · 6 years ago
  66. b4719a6 Switching deprecated Thread Local Storage (TLS) usage in Python 3.7 to Thread Specific Storage (TSS) (#1454) by Yannick Jadoul · 6 years ago
  67. b30734e Fix typo in doc: build-in -> built-in by Boris Dalstein · 6 years ago
  68. 221fb1e Untangle cast logic to not implicitly require castability (#1442) by Dennis Luxen · 6 years ago
  69. 534b756 Minor documentation clarification in numpy.rst (#1356) by Thomas Hrabe · 6 years ago
  70. baf6b99 Silence GCC8's -Wcast-function-type. (#1396) by Antony Lee · 6 years ago
  71. 97b20e5 CMake: Remember Python Version (#1434) by Axel Huebl · 6 years ago
  72. e3cb2a6 Use std::addressof to obtain holder address instead of operator& by Khachajantc Michael · 6 years ago
  73. 9b02856 Update PyPI URLs by Maciek Starzyk · 6 years ago
  74. 4b84bad Fix Travis GCC 7 Python 3.6.6 (#1436) by Axel Huebl · 6 years ago
  75. 58e551c Properly report exceptions thrown during module initialization. by Antony Lee · 6 years ago
  76. 55dc131 Clarify docs for functions taking bytes and not str. by Antony Lee · 7 years ago
  77. e763f04 Base class destructor should be virtual by Jason Rhinelander · 6 years ago
  78. ce9d6e2 Fixed typo in classes.rst (#1388) by François Becker · 6 years ago
  79. 5ef1af1 Fix SEGV to create empty shaped numpy array (#1371) by Naotoshi Seo · 6 years ago
  80. 4b87461 Misc. typos (#1384) by luzpaz · 6 years ago
  81. a7ff616 Simplified example allowing more robust usage, fixed minor spelling issues by Tom de Geus · 6 years ago
  82. f5f6618 updated changelog for v2.2.3 by Wenzel Jakob · 6 years ago
  83. bdbe8d0 Enforces intel icpc >= 2017, fixes #1121 (#1363) by Lori A. Burns · 6 years ago
  84. 307ea6b Typo by David Caron · 6 years ago
  85. ed67005 Minor fix for MSVC warning CS4459 (#1374) by Wenzel Jakob · 6 years ago
  86. ffd56eb Fix pip issues on AppVeyor CI (#1369) by Henry Schreiner · 6 years ago
  87. 060936f Detect pybind11 header path without depending on pip internals (fixes #1174) (#1190) by Wenzel Jakob · 6 years ago
  88. fd9bc8f Add basic support for tag-based static polymorphism (#1326) by oremanj · 6 years ago
  89. 8fbb559 Clarify error_already_set documentation. by Antony Lee · 6 years ago
  90. 289e5d9 Implement an enum_ property "name" by Boris Staletic · 6 years ago
  91. 6862cb9 Add workaround for clang 3.3/3.4 by Jason Rhinelander · 6 years ago
  92. 6c62d27 Fix for conda failures on Windows by Henry Schreiner · 6 years ago
  93. 41a4fd8 Fix missing word typo by Patrik Huber · 6 years ago
  94. 6d0b470 Reimplement version check and combine init macros by Jason Rhinelander · 6 years ago
  95. 9f41c8e Fix class name in overload failure message by Jason Rhinelander · 6 years ago
  96. e88656a Improve macro type handling for types with commas by Jason Rhinelander · 6 years ago
  97. ab003db Correct VS version in FAQ by Marc Schlaich · 6 years ago
  98. 1ddfacb Fix for Python3 via brew by Jason Rhinelander · 6 years ago
  99. 13c0807 Typo by luz.paz · 6 years ago
  100. 01fada7 Minor typo by Tomas Babej · 6 years ago