1. 83e328f Split test_python_types.cpp into builtin_casters, stl and pytypes by Dean Moldovan · 7 years ago
  2. a01b6b8 functional: support bound methods by Jason Rhinelander · 7 years ago
  3. cecb577 fix -Wunused-lambda-capture warning by Wenzel Jakob · 7 years ago
  4. c7fcde7 Fixed compilation error when binding function accepting some forms of std::function (#689) by Lunderberg · 7 years ago
  5. 15a112f Add py::dict() keyword constructor by Dean Moldovan · 8 years ago
  6. c743e1b Support keyword arguments and generalized unpacking in C++ by Dean Moldovan · 8 years ago
  7. fe34241 minor doc & style fixes by Wenzel Jakob · 8 years ago
  8. 52f4be8 Make test initialization self-registering by Jason Rhinelander · 8 years ago
  9. 665e880 Simplify tests by replacing output capture with asserts where possible by Dean Moldovan · 8 years ago
  10. a0c1ccf Port tests to pytest by Dean Moldovan · 8 years ago[Renamed (95%) from example/example-callbacks.cpp]
  11. 8de0437 type_caster<std::function>: allow None values in both directions by Wenzel Jakob · 8 years ago
  12. 3f58937 Improve constructor/destructor tracking by Jason Rhinelander · 8 years ago
  13. b3f3d79 Rename examples files, as per #288 by Jason Rhinelander · 8 years ago[Renamed (66%) from example/example5.cpp]
  14. fb6aed2 return value policy clarifications by Wenzel Jakob · 8 years ago