An error occurred fetching the project authors.
- 06 Apr, 2016 1 commit
-
- 07 Aug, 2015 1 commit
-
-
Stefano Mazzucco authored
As per @reinout comments in PR #253, let's make it clear that we're assigning request._urlopener to a patched URL opener.
-
- 10 Jul, 2015 1 commit
-
-
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.
-
- 06 Oct, 2012 1 commit
-
-
Jim Fulton authored
-
- 22 Jul, 2012 2 commits
-
-
Jim Fulton authored
-
Jim Fulton authored
-
- 16 Jun, 2012 1 commit
-
-
Jim Fulton authored
-
- 11 Jun, 2012 1 commit
-
-
Jim Fulton authored
-
- 13 May, 2012 3 commits
-
-
Jim Fulton authored
Date: Mon Mar 14 18:18:04 2011 +0000 Fixes #566167 Cherry-picked from svntrunk
-
Thomas Lotze authored
-
Thomas Lotze authored
-
- 28 Feb, 2011 1 commit
-
-
Michael Howitz authored
-
- 14 Dec, 2010 1 commit
-
-
Thomas Lotze authored
in the download module, fixed the handling of directories that are pointed to by file-system paths and URLs
-
- 15 Sep, 2009 1 commit
-
-
Thomas Lotze authored
-
- 13 Aug, 2009 2 commits
-
-
Sebastian Wehrmann authored
-
Thomas Lotze authored
does it for easy-install: - require the download cache (but not namespace directories) to be an existing directory in order to catch configuration bugs - made relative download cache paths refer to the buildout directory
-
- 12 Aug, 2009 1 commit
-
-
Thomas Lotze authored
path and a flag indicating whether the downloaded copy is a temporary file - use this flag to clean up temporary files both when downloading extended configuration files and in the tests
-
- 23 Jul, 2009 2 commits
-
-
Thomas Lotze authored
-
Thomas Lotze authored
-
- 22 Jul, 2009 1 commit
-
-
Thomas Lotze authored
-
- 21 Jul, 2009 1 commit
-
-
Thomas Lotze authored
-