1. 10 Oct, 2016 1 commit
  2. 06 Oct, 2016 1 commit
    • Min RK's avatar
      check for build_ext object in import check · daa79349
      Min RK authored
      When setuptools imports from Cython (Python 3.5),
      setuptools.command.build_ext is defined,
      but setuptools.command.build_ext has no attribute .build_ext, yet,
      causing the `_build_ext.build_ext` to fail with an AttributeError.
      
      By attempting to import the object, rather than its containing module, the check is more thorough.
      daa79349
  3. 01 Oct, 2016 1 commit
  4. 29 Sep, 2016 1 commit
  5. 28 Sep, 2016 2 commits
  6. 27 Sep, 2016 4 commits
  7. 26 Sep, 2016 2 commits
  8. 23 Sep, 2016 4 commits
  9. 22 Sep, 2016 1 commit
  10. 20 Sep, 2016 3 commits
  11. 18 Sep, 2016 2 commits
  12. 16 Sep, 2016 4 commits
  13. 14 Sep, 2016 1 commit
  14. 10 Sep, 2016 5 commits
  15. 09 Sep, 2016 7 commits
  16. 08 Sep, 2016 1 commit