1. 01 Nov, 2010 2 commits
  2. 29 Oct, 2010 13 commits
  3. 28 Oct, 2010 1 commit
  4. 11 Oct, 2010 1 commit
  5. 14 Oct, 2010 1 commit
  6. 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
  7. 05 Oct, 2010 4 commits
  8. 01 Oct, 2010 2 commits
  9. 28 Sep, 2010 6 commits
  10. 26 Sep, 2010 1 commit
  11. 25 Sep, 2010 5 commits
  12. 24 Sep, 2010 3 commits
    • Denis Bilenko's avatar
      remove libevent-internal.h · dd3190d3
      Denis Bilenko authored
      --HG--
      extra : transplant_source : %21O%DFL%BE%A4%B8%1A%B3%B0%B7%D7%3EY%A9%B3%DF%F2%A6%1A
      dd3190d3
    • Denis Bilenko's avatar
      core: remove EVENT_INTERNAL_AVAILABLE-related stuff. libevent-internal.h is... · a701a346
      Denis Bilenko authored
      core: remove EVENT_INTERNAL_AVAILABLE-related stuff. libevent-internal.h is not up to date with the latest libevent anyway.
      
      --HG--
      extra : transplant_source : %1AP%85%05%2A%80%CE%89%98%E4%FE%B4%DB%98%B0%96%FE%3A%15%EE
      a701a346
    • Denis Bilenko's avatar
      remove gevent/core.c · 2df4ae98
      Denis Bilenko authored
      the releases will continue to include it but it no longer useful to keep it in the repo as it's much easier to build now, setup.py will do that automatically.
      
      --HG--
      extra : transplant_source : %F7%DF%3E%D3%C1t%82.X%9F%CD%C2F%E4%DE%60%A4%7F%E1h
      2df4ae98