1. 30 Oct, 2018 1 commit
    • Nicolas Pauss's avatar
      2685_warn_undeclared: fix undeclared type warnings for unpickle variables. · a12dab85
      Nicolas Pauss authored
      The types of variables __pyx_PickleError, __pyx_result from generated
      unpickle function, and variables state, _dict from __reduce_cython__
      generated method were not declared.
      So warnings were raised with warn.undeclared for every single extension
      type.
      
      Now, we define the type of these variables, and no warnings are raised.
      a12dab85
  2. 27 Oct, 2018 5 commits
  3. 24 Oct, 2018 1 commit
  4. 23 Oct, 2018 1 commit
  5. 22 Oct, 2018 3 commits
  6. 21 Oct, 2018 2 commits
  7. 20 Oct, 2018 2 commits
  8. 19 Oct, 2018 2 commits
  9. 16 Oct, 2018 2 commits
  10. 15 Oct, 2018 1 commit
  11. 14 Oct, 2018 5 commits
  12. 13 Oct, 2018 2 commits
  13. 05 Oct, 2018 1 commit
  14. 03 Oct, 2018 1 commit
  15. 02 Oct, 2018 5 commits
  16. 29 Sep, 2018 6 commits