summaryrefslogtreecommitdiff
path: root/setuptools/package_index.py
Commit message (Expand)AuthorAgeFilesLines
* Massive API refactoring; see setuptools.txt changelog for details. Also,PJ Eby2005-07-181-40/+40
* The ``path`` attribute of ``Distribution`` objects is now ``location``,PJ Eby2005-07-171-4/+4
* Renamings for consistent terminology; distributions and requirements nowPJ Eby2005-07-171-2/+2
* Fix bugs and implement features reported/requested by folks on thePJ Eby2005-07-121-21/+62
* Detect and handle conflicts with "unmanaged" packages when installingPJ Eby2005-07-101-7/+7
* Add upload support to setuptools, and make default downloads of setuptoolsPJ Eby2005-07-071-12/+12
* EasyInstall/setuptools 0.5a4: significant new features, including automaticPJ Eby2005-06-271-14/+55
* 0.5a3 bugfix releasePJ Eby2005-06-251-1/+1
* Fix stupid typos.PJ Eby2005-06-151-2/+2
* Add support for installing from .win32.exe's created by distutils (byPJ Eby2005-06-151-17/+58
* 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
* Add lots of progress messages, so people know what the package search isPJ Eby2005-06-141-37/+78
* Move package index/downloading stuff to setuptools.package_index module.PJ Eby2005-06-121-0/+369