1. 02 Nov, 2010 9 commits
  2. 01 Nov, 2010 9 commits
  3. 29 Oct, 2010 13 commits
  4. 28 Oct, 2010 1 commit
  5. 11 Oct, 2010 1 commit
  6. 14 Oct, 2010 1 commit
  7. 12 Oct, 2010 1 commit
    • Ralf Schmitt's avatar
      setup.py: add "build_ext --cython=" option, which allows users to specify the... · dae9f3ba
      Ralf Schmitt authored
      setup.py: add "build_ext --cython=" option, which allows users to specify the path to the cython executable.
      
      this also allows users to skip automatic cython compilation completely
      by specifying an empty cython executable, e.g. by providing the
      following setup.cfg:
      
      ,----[ setup.cfg ]
      | [build_ext]
      | cython=
      `----
      
      I use this to manage a copy of gevent inside another git repository
      while at the same time making sure that core.c doesn't get
      regenerated.
      
      --HG--
      extra : transplant_source : n%81%40%DAyn%A9T%0D%D4M%DD%248%CDk%14%C6%01%D3
      dae9f3ba
  8. 05 Oct, 2010 4 commits
  9. 01 Oct, 2010 1 commit