summaryrefslogtreecommitdiff
path: root/setuptools/package_index.py
Commit message (Collapse)AuthorAgeFilesLines
...
* Add support for installing from .win32.exe's created by distutils (byPJ Eby2005-06-151-17/+58
| | | | converting them to eggs). Bump version to 0.5a1.
* Add support for quiet/verbose/dry-run/optimize flags.PJ Eby2005-06-141-4/+4
|
* 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).
* Add lots of progress messages, so people know what the package search isPJ Eby2005-06-141-37/+78
| | | | doing.
* Move package index/downloading stuff to setuptools.package_index module.PJ Eby2005-06-121-0/+369