Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | | * | | | Default index URL to use SSL version of PyPI | pje | 2013-03-01 | 1 | -1/+1 | |
| | | | | | | ||||||
| | | * | | | Backport. | PJ Eby | 2011-03-23 | 1 | -2/+43 | |
| | | | | | | ||||||
| | | * | | | Backport SF download fix | PJ Eby | 2010-02-01 | 1 | -2/+2 | |
| | | | | | | ||||||
| | | * | | | Backport to 0.6 | PJ Eby | 2009-11-05 | 1 | -3/+3 | |
| | | | | | | ||||||
| | | * | | | Fix for issue 88 | PJ Eby | 2009-10-28 | 1 | -2/+2 | |
| | | | | | | ||||||
| | | * | | | Major updates and fixes include: | PJ Eby | 2009-10-12 | 1 | -31/+31 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Fix for the Python 2.6.3 build_ext API change * Support for the most recent Sourceforge download link insanity * Support for SVN 1.6 * Stop crashing on certain types of HTTP error * Stop re-trying URLs that already failed retrieval once * Fixes for various dependency management problems such as looping builds, re-downloading packages already present on sys.path (but not in a registered "site" directory), and randomly preferring local -f packages over local installed packages * Prevent lots of spurious "already imported from another path" warnings (e.g. when pkg_resources is imported late) * Ensure C libraries (as opposed to extensions) are also built when doing bdist_egg Other changes: * Misc. documentation fixes * Improved Jython support * Fewer warnings under Python 2.6+ * Warn when 'packages' uses paths instead of package names (because it causes other problems, like spurious "already imported" warnings) * Stop using /usr/bin/sw_vers on Mac OS (replaced w/'platform' module calls) Note: This is NOT a merge from Distribute; upon review, many of the tracker-submitted patches used as a basis for forking were incorrect, incomplete, introduced new bugs, or were not addressing the root causes. (E.g., one of the changes in this patch fixes three superficially unrelated issues in the setuptools bug tracker.) Careful review will be required if you want to merge this work back into Distribute. | |||||
| | * | | | | Merge package_index module | Jason R. Coombs | 2013-03-20 | 1 | -29/+161 | |
| | |\ \ \ \ | ||||||
| | | * | | | | Backed out distribute-specific references in package_index module | Jason R. Coombs | 2013-03-03 | 1 | -2/+2 | |
| | | | | | | | ||||||
| | * | | | | | Copy changes to package_index from 1aae1efe5733 | Jason R. Coombs | 2013-03-20 | 1 | -36/+77 | |
| | | |/ / / | | |/| | | | ||||||
* | | | | | | Restore Python 2.4 compatible syntax | Jason R. Coombs | 2013-05-24 | 1 | -1/+1 | |
|/ / / / / | ||||||
* | | | | | Use a wrapper to ensure unique values on find_external_links. Factors out ↵ | Jason R. Coombs | 2013-05-24 | 1 | -9/+15 | |
| | | | | | | | | | | | | | | | | | | | | uniqueness test into a re-usable decorator and simplifies the body of find_external_links. | |||||
* | | | | | Add unique_everseen from Python 2.7 docs | Jason R. Coombs | 2013-05-24 | 1 | -0/+19 | |
| | | | | | ||||||
* | | | | | actually filter the links | Dirley Rodrigues | 2013-02-04 | 1 | -0/+2 | |
| | | | | | ||||||
* | | | | | avoid naming problems | Dirley Rodrigues | 2013-02-04 | 1 | -7/+7 | |
| | | | | | ||||||
* | | | | | Improve external links finder to not yield duplicate links. | Dirley Rodrigues | 2013-02-04 | 1 | -2/+8 | |
| |/ / / |/| | | | ||||||
* | | | | This one also failed on Windows. | Stefan H. Holek | 2012-10-26 | 1 | -3/+2 | |
| | | | | ||||||
* | | | | Merged in pkoch/distribute (pull request #21) | Jason R. Coombs | 2012-10-23 | 1 | -1/+7 | |
|\ \ \ \ | | |/ / | |/| | | ||||||
| * | | | Fix cause of test failure on Mac OS X. Refs #20. | Stefan H. Holek | 2012-10-09 | 1 | -1/+7 | |
| | | | | ||||||
* | | | | Make revision specifiable. | Paulo Koch | 2012-09-13 | 1 | -9/+40 | |
| | | | | ||||||
* | | | | Add support for Mercurial URLs. | Paulo Koch | 2011-10-11 | 1 | -0/+11 | |
| | | | | ||||||
* | | | | Add support for git URLs. | Paulo Koch | 2011-10-11 | 1 | -0/+11 | |
|/ / / | ||||||
* | | | Fix issue #262 - package_index.open_with_auth no longer throws LookupError ↵ | Jason R. Coombs | 2011-12-01 | 1 | -1/+18 | |
| | | | | | | | | | | | | on Python 3. | |||||
* | | | Merge (discarding b825c6440dc6) | Jason R. Coombs | 2011-08-17 | 1 | -1/+1 | |
|\ \ \ | ||||||
| * | | | Remove extraneous 2nd argument in call to open_url, apparently intended to | Alex Clark | 2011-08-14 | 1 | -1/+1 | |
| | |/ | |/| | | | | | | | | | | | | | | | | issue a warning (looks like open_url takes an optional `warning` argument, but I couldn't get that to work either). Fixes #135. This fix is better than the status quo, but probably not as good as issuing a warning instead of failure. | |||||
* | | | Include url in warning when processing URL. Fixes #135. | Jason R. Coombs | 2011-08-17 | 1 | -1/+1 | |
|/ / | ||||||
* | | make sure we don't use getheaders(). get() works for all py versions - fixes ↵ | Tarek Ziade | 2011-06-02 | 1 | -1/+1 | |
| | | | | | | | | #206 | |||||
* | | Tolerate responses with multiple Content-Length headers - fixes #196 | Tarek Ziade | 2011-05-16 | 1 | -1/+3 | |
| | | ||||||
* | | Fixing #200 | agroszer | 2011-04-15 | 1 | -4/+13 | |
| | | ||||||
* | | We need to make sure that the result is always a str, even if the result is ↵ | Lennart Regebro | 2010-11-22 | 1 | -2/+6 | |
| | | | | | | | | | | | | an error response. Otherwise you get an error when trying to pattern match in line 206. | |||||
* | | Only do the decoding if there is something to decode. | Lennart Regebro | 2010-07-24 | 1 | -1/+1 | |
| | | ||||||
* | | Importing url2pathname from the correct place, so 2to3 can do it's job. | Lennart Regebro | 2010-07-24 | 1 | -3/+3 | |
| | | ||||||
* | | merging changes relates #142 | Tarek Ziade | 2010-07-03 | 1 | -2/+2 | |
|\ \ | ||||||
| * | | fixed issue 163 : don't include md5 when comparing two distributions, and scan | Christophe Combelles | 2010-05-19 | 1 | -2/+2 | |
| | | | | | | | | | | | | index links before external page links. | |||||
* | | | BUG: Fix #142 - easy_install ignore locally installed packages. | David Cournapeau | 2010-05-20 | 1 | -4/+11 | |
|/ / | | | | | | | Backport from setuptools 0.6c10. | |||||
* | | malformed urls in 2.7 are catched now - fixes #160 | Tarek Ziade | 2010-05-19 | 1 | -1/+4 | |
| | | ||||||
* | | Introduced a socket timeout of 15 seconds on url openings fixes #48 | tarek | 2009-12-19 | 1 | -0/+15 | |
| | | ||||||
* | | Issue 21: Allow PackageIndex.open_url to gracefully handle all cases of a ↵ | Hanno Schlichting | 2009-10-24 | 1 | -0/+6 | |
| | | | | | | | | httplib.HTTPException instead of just InvalidURL and BadStatusLine. | |||||
* | | Changed file() calls to open() calls | agronholm | 2009-09-27 | 1 | -1/+1 | |
| | | ||||||
* | | Only decode HTML pages in 3.x. | Martin v. L?wis | 2009-09-13 | 1 | -2/+3 | |
| | | ||||||
* | | Convert HTML pages to text. | Martin v. L?wis | 2009-09-13 | 1 | -0/+2 | |
| | | ||||||
* | | Shortcut User-agent computation, as 2to3 won't | Martin v. L?wis | 2009-09-11 | 1 | -1/+1 | |
| | | | | | | | | update urllib2.__version__ correctly. | |||||
* | | fixed #20 - catching invalid URL error from httplib | tarek | 2009-08-28 | 1 | -1/+1 | |
| | | ||||||
* | | fixed #16 and #18: BadStatusLine and ValueError in package_index.urlopen | tarek | 2009-08-26 | 1 | -1/+16 | |
| | | ||||||
* | | The User-Agent is also changed to Distribute | tarek | 2009-07-21 | 1 | -2/+2 | |
| | | ||||||
* | | Apply patch from pjenvey. Closes #3. | Hanno Schlichting | 2009-07-16 | 1 | -1/+3 | |
|/ | ||||||
* | Fix for http://bugs.python.org/setuptools/issue29 (backport from trunk) | PJ Eby | 2008-08-21 | 1 | -1/+1 | |
| | ||||||
* | Fix for http://bugs.python.org/setuptools/issue5 (backport from trunk) | PJ Eby | 2008-08-21 | 1 | -4/+4 | |
| | ||||||
* | Fix for http://bugs.python.org/setuptools/issue7 (backport from trunk) | PJ Eby | 2008-08-21 | 1 | -2/+2 | |
| | ||||||
* | The default ``--index-url`` is now ``http://pypi.python.org/simple``, to | PJ Eby | 2007-09-04 | 1 | -1/+1 | |
| | | | | | use the Python Package Index's new simpler (and faster!) REST API. (backport from trunk) | |||||
* | ``ftp:`` download URLs now work correctly. (backport from trunk) | PJ Eby | 2007-08-24 | 1 | -2/+1 | |
| |