summaryrefslogtreecommitdiff
path: root/setuptools/package_index.py
Commit message (Collapse)AuthorAgeFilesLines
...
* Support downloading packages that were uploaded to PyPI (by scanning allPJ Eby2005-06-141-4/+4
| | | | | | | | links on package pages, not just the homepage/download links). --HG-- branch : setuptools extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4041062
* Add lots of progress messages, so people know what the package search isPJ Eby2005-06-141-37/+78
| | | | | | | | doing. --HG-- branch : setuptools extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4041056
* Move package index/downloading stuff to setuptools.package_index module.PJ Eby2005-06-121-0/+369
--HG-- branch : setuptools extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4041051