aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools/package_index.py
Commit message (Expand)AuthorAgeFilesLines
* fixed issue 163 : don't include md5 when comparing two distributions, and scanChristophe Combelles2010-05-191-2/+2
* malformed urls in 2.7 are catched now - fixes #160Tarek Ziade2010-05-191-1/+4
* Introduced a socket timeout of 15 seconds on url openings fixes #48tarek2009-12-191-0/+15
* Issue 21: Allow PackageIndex.open_url to gracefully handle all cases of a htt...Hanno Schlichting2009-10-241-0/+6
* Changed file() calls to open() callsagronholm2009-09-271-1/+1
* Only decode HTML pages in 3.x.Martin v. Löwis2009-09-131-2/+3
* Convert HTML pages to text.Martin v. Löwis2009-09-131-0/+2
* Shortcut User-agent computation, as 2to3 won'tMartin v. Löwis2009-09-111-1/+1
* fixed #20 - catching invalid URL error from httplibtarek2009-08-281-1/+1
* fixed #16 and #18: BadStatusLine and ValueError in package_index.urlopentarek2009-08-261-1/+16
* The User-Agent is also changed to Distributetarek2009-07-211-2/+2
* Apply patch from pjenvey. Closes #3.Hanno Schlichting2009-07-161-1/+3
* Fix for http://bugs.python.org/setuptools/issue29 (backport from trunk)PJ Eby2008-08-211-1/+1
* Fix for http://bugs.python.org/setuptools/issue5 (backport from trunk)PJ Eby2008-08-211-4/+4
* Fix for http://bugs.python.org/setuptools/issue7 (backport from trunk)PJ Eby2008-08-211-2/+2
* The default ``--index-url`` is now ``http://pypi.python.org/simple``, toPJ Eby2007-09-041-1/+1
* ``ftp:`` download URLs now work correctly. (backport from trunk)PJ Eby2007-08-241-2/+1
* Backport fixes and doc updates; prep for 0.6c6 releasePJ Eby2007-05-311-4/+44
* Changed setuptools.package_index.PackageIndex.open_url to include theJim Fulton2007-03-091-1/+3
* Added ``--local-snapshots-ok`` flag, to allow building eggs fromPJ Eby2007-02-231-14/+14
* EasyInstall no longer aborts the installation process if a URL it wants toPJ Eby2007-01-241-5/+5
* Add Basic Auth support for http URLs with embedded credentials. If anPJ Eby2006-12-301-3/+44
* Removed all special support for Sourceforge mirrors, as Sourceforge'sPJ Eby2006-12-291-99/+17
* Allow explicit selection of Sourceforge mirror(s) with ``--sf-mirror``, andPJ Eby2006-09-271-32/+73
* Fixed SF downloads aborting when a SF mirror returns an HTML page when itPJ Eby2006-09-251-22/+22
* Backport PyPI regex change.PJ Eby2006-07-201-2/+2
* EasyInstall now includes setuptools version information in thePJ Eby2006-07-201-6/+6
* Suppressed warning message about possibly-misspelled project name, if an eggPJ Eby2006-07-111-13/+13
* Reduce screenscraping required for a package index. Homepage andPJ Eby2006-07-111-25/+66
* Allow ``file://`` URLs to be used as a package index. URLs that refer toPJ Eby2006-07-101-28/+28
* Fix not recognizing HTML 404 pages from package indexes.PJ Eby2006-07-101-2/+2
* Fix ``ftp://`` directory listing URLs from causing a crash when used inPJ Eby2006-06-201-1/+1
* Better ambiguity management: accept #egg name/version even if processingPJ Eby2006-05-121-7/+7
* Ignore bdist_dumb distributions when looking at download URLsPJ Eby2006-04-211-7/+7
* Backport support for file:// directory URLs in --find-links to 0.6PJ Eby2006-04-191-7/+7
* Added automatic retry for Sourceforge mirrors. The new download process isPJ Eby2006-04-091-9/+50
* Fall back to a reasonable default Sourceforge address if the machine isPJ Eby2006-03-281-5/+5
* Fix a problem with fetch() method backward compatibility.PJ Eby2006-03-171-1/+1
* Don't recurse into subdirectories when scanning --find-linksPJ Eby2006-03-031-1/+1
* The ``--find-links`` option previously scanned all supplied URLs andPJ Eby2006-02-081-49/+49
* The ``--always-copy`` option now skips "system" and "development" eggsPJ Eby2006-02-071-14/+55
* Randomly select a SourceForge mirror IP for each download, to workPJ Eby2006-01-231-6/+16
* Scrape-proof Sourceforge mirror processing!PJ Eby2006-01-171-40/+60
* Fix editing error (reported by Ian Bicking).PJ Eby2006-01-171-1/+1
* More sourceforge changes. :(PJ Eby2006-01-171-1/+1
* EasyInstall can now download bare ``.py`` files and wrap them in an egg,PJ Eby2006-01-101-31/+83
* PyPI searches now use the exact spelling of requirements specified onPJ Eby2006-01-071-6/+6
* 0.6a8 final.PJ Eby2005-11-161-1/+1
* Update for SourceForge's changed mirror page formatsPJ Eby2005-11-161-7/+7
* Reduce the number of redundant host blocking warnings by notPJ Eby2005-11-041-1/+1