aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools
Commit message (Expand)AuthorAgeFilesLines
* EasyInstall/setuptools 0.5a4: significant new features, including automaticPJ Eby2005-06-274-116/+198
* 0.5a3 bugfix releasePJ Eby2005-06-253-8/+8
* Fix stupid typos.PJ Eby2005-06-151-2/+2
* Add support for installing from .win32.exe's created by distutils (byPJ Eby2005-06-152-18/+59
* Add bootstrap installation support that "hitches a ride" on other packagesPJ Eby2005-06-152-19/+19
* Make write_stub() a function, so easy_install can use it too.PJ Eby2005-06-151-15/+56
* Enhance unpack_* utilities to allow on-the-fly redirection of where filesPJ Eby2005-06-151-16/+16
* Bump version # for release.PJ Eby2005-06-141-1/+1
* Add support for quiet/verbose/dry-run/optimize flags.PJ Eby2005-06-142-12/+12
* Support downloading packages that were uploaded to PyPI (by scanning allPJ Eby2005-06-141-4/+4
* Update to version 0.4a3PJ Eby2005-06-141-1/+1
* Add lots of progress messages, so people know what the package search isPJ Eby2005-06-141-37/+78
* Add 'ez_setup' bootstrap installer. Prep for 0.4a2 release.PJ Eby2005-06-122-17/+17
* Restructure easy_install as a distutils "Command" object, so that it canPJ Eby2005-06-123-10/+122
* Move package index/downloading stuff to setuptools.package_index module.PJ Eby2005-06-121-0/+369
* Rebalance responsibilities between PackageIndex, Installer, and main() soPJ Eby2005-06-121-1/+1
* Split setup-running and archive-extraction utilities into separate modules,PJ Eby2005-06-122-0/+369
* Package scripts under EGG-INFO/scripts. Refactor subcommand invocationsPJ Eby2005-06-071-35/+35
* Implement PyPI screenscraping for EasyInstall. Fix a bug in requirementPJ Eby2005-06-051-6/+13
* Add "safe_name" and "safe_version" functions to allow sanitizing ofPJ Eby2005-06-052-19/+19
* Make ``AvailableDistributions`` keep track of the desired platform/python.PJ Eby2005-06-051-1/+1
* Ensure that the distribution name written to PKG-INFO is the same as thePJ Eby2005-05-301-2/+2
* Reorganize bdist_egg's handling of 'install_data' to better deal with thePJ Eby2005-05-301-10/+51
* Added options to alter eggs' version number by tagging with the subversionPJ Eby2005-05-291-48/+48
* Handle distributions with ' ' in their namesPJ Eby2005-05-291-1/+1
* Add experimental 'install_data' support to 'bdist_egg'. The most commonPJ Eby2005-05-281-26/+26
* Add tests for AvailableDistributions().resolve(). This effectivelyPJ Eby2005-05-231-0/+41
* Added support for specifying options on requirements, so that a package'sPJ Eby2005-05-221-3/+44
* Distribution metadata parsing: distribution objects can now extract theirPJ Eby2005-05-221-67/+108
* Refine dependency resolution algorithm so it won't take exponential time,PJ Eby2005-05-221-10/+51
* Add basic "Requirement" class that can tell whether a distribution orPJ Eby2005-05-211-3/+44
* Added "AvailableDistributions" class that finds and indexes usablePJ Eby2005-04-032-10/+51
* Fix handling of -/_ so that they are canonicalized to '-' when doing namePJ Eby2005-04-031-2/+2
* Add a "Distribution" object that wraps a sys.path entry with metadata, andPJ Eby2005-04-031-5/+78
* Add a simple version parser that combines the pre-release smarts ofPJ Eby2005-04-021-0/+58
* Rough draft of version requirement parser. Make bdist_egg look for aPJ Eby2005-04-023-44/+118
* Back out the addition of bogus 'if __name__=="__main__"' block; the OnePJ Eby2005-04-011-79/+174
* Fix bootstrap loader so extracted files don't have to be on sys.path.PJ Eby2005-03-221-2/+2
* Create stub loaders for C extensions, so that the actual dynamic libraryPJ Eby2005-03-221-5/+49
* Allow user-supplied metadata from EGG-INFO.in directory (directory name canPJ Eby2005-03-211-1/+17
* Add python version to egg filename.PJ Eby2005-03-211-2/+3
* Add 'bdist_egg' command/format to allow creating "Python Eggs" (seePJ Eby2005-03-212-1/+153
* remove blank line pollutionFred Drake2004-06-171-33/+0
* fix to make things continue to work when we're *not* running underFred Drake2004-06-151-2/+4
* Deal with the distutils on the head; package_data may already be supported.Fred Drake2004-06-141-3/+4
* remove excess blank lines, and apply whitespace more in line with the PythonFred Drake2004-04-054-249/+106
* - remove trailing blank linesFred Drake2004-04-051-3/+1
* remove trailing blank lineFred Drake2004-04-052-2/+0
* Compute command line that should be passed to child setup scripts.PJ Eby2004-03-223-23/+146
* Flesh out 'depends' command to display dependencies' status, and halt ifPJ Eby2004-03-204-46/+140