aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools/package_index.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Added "--allow-hosts" option to restrict downloading and spidering toPJ Eby2005-10-191-22/+22
* Fix a bug parsing #egg links reported by Ben Bangert on the distutils-sig.PJ Eby2005-09-241-1/+1
* Correctly handle URL fragments in --find-links.PJ Eby2005-09-141-1/+1
* Implemented md5 validation for PyPI and for URLs with a "#md5=..." anchor.PJ Eby2005-08-221-30/+30
* Document the "Environment" class, and simplify its API.PJ Eby2005-08-141-2/+2
* Fix bugs reported by Ian Bicking, Walter Doerwald, and Vincenzo Di Massa.PJ Eby2005-08-111-3/+3
* Renamed AvailableDistributions -> Environment. Add sketch of pkg_resourcesPJ Eby2005-08-071-2/+2
* Implement --editable option, which allows you to just download and extractPJ Eby2005-07-241-24/+24
* 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