1. 05 Oct, 2020 1 commit
  2. 04 Oct, 2020 1 commit
  3. 03 Oct, 2020 4 commits
  4. 02 Oct, 2020 12 commits
  5. 30 Sep, 2020 7 commits
  6. 27 Sep, 2020 1 commit
    • static allocation for PyModuleDef, to avoid leak check errors. (#2413) · d159a563
      * Initializing PyModuleDef object with PyModuleDef_HEAD_INIT.
      
      Python 3.8 documentation: m_base - Always initialize this member to PyModuleDef_HEAD_INIT.
      
      Long-standing (since first github commit in 2015), inconsequential bug.
      
      Also removing inconsequential Py_INCREF(def): PyModule_Create() resets the reference count to 1.
      
      * git rebase master
      
      * moving static PyModuleDef declaration to global scope, as requested by @wjakob
      
      * renaming the two new macros, to start with PYBIND11_DETAIL_MODULE
      Ralf W. Grosse-Kunstleve committed
  7. 22 Sep, 2020 2 commits
  8. 21 Sep, 2020 1 commit
  9. 19 Sep, 2020 3 commits
  10. 18 Sep, 2020 3 commits
  11. 17 Sep, 2020 5 commits