An error occurred fetching the project authors.
  1. 06 Apr, 2016 1 commit
  2. 07 Aug, 2015 1 commit
  3. 10 Jul, 2015 1 commit
    • Stefano Mazzucco's avatar
      Enable downloading behind a proxy by using urllib2 · 9299c184
      Stefano Mazzucco authored
      Behind a proxy, `urllib` does not work with Python2 due to [Python issue
      24599](https://bugs.python.org/issue24599).
      
      Instead of using `urllib`, let's implement `urlretrieve` with `urllib2`, which
      instead works and leave the Python3 implementation untouched (since that
      one works too).
      
      This fixes buildout issue #32.
      
      There's no need to change the `try: except:IOError` block where `urlretrieve` is
      used (line 195 in download.py) since the exceptions raised by `urllib2`
      are subclasses of `IOError` and will then be caught.
      9299c184
  4. 06 Oct, 2012 1 commit
  5. 22 Jul, 2012 2 commits
  6. 16 Jun, 2012 1 commit
  7. 11 Jun, 2012 1 commit
  8. 13 May, 2012 3 commits
  9. 28 Feb, 2011 1 commit
  10. 14 Dec, 2010 1 commit
  11. 15 Sep, 2009 1 commit
  12. 13 Aug, 2009 2 commits
  13. 12 Aug, 2009 1 commit
  14. 23 Jul, 2009 2 commits
  15. 22 Jul, 2009 1 commit
  16. 21 Jul, 2009 1 commit