summaryrefslogtreecommitdiff
path: root/setuptools/command/install.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed PEP 8 compliancy of the setuptools.command packageAlex Gr?nholm2014-06-181-7/+11
* Restore install._install with a comment to capture its requirement on earlier...Jason R. Coombs2014-05-041-0/+4
* Correct indentation and clarify meaning by using namespacingJason R. Coombs2014-04-301-10/+10
* Allow install to proceed with an egg install on IronPython and any other envi...3.4Jason R. Coombs2014-03-301-1/+11
* variable name is superfluous nowJason R. Coombs2014-03-301-2/+1
* Simplify comment not to repeat the obvious implication of the 'if' test.Jason R. Coombs2014-03-301-3/+1
* Update docstringJason R. Coombs2014-03-301-5/+4
* Use inspect module instead of _getframeJason R. Coombs2014-03-301-7/+8
* Extract a method to capture the intention of caller detection.Jason R. Coombs2014-03-301-13/+21
* Remove special handling of 'no_compile' option with comment about making DIST...Jason R. Coombs2014-03-131-1/+0
* Remove excess whitespaceJason R. Coombs2014-01-061-25/+4
* Work around apparent 3.x limitation wrt. variablesMartin v. L?wis2009-09-111-3/+4
* Fix interactions between the various "require" options,PJ Eby2008-01-191-5/+5
* Respect possible entry point override of 'easy_install' command.PJ Eby2007-02-201-1/+1
* Support ``extra_path`` option to ``setup()`` when ``install`` is run inPJ Eby2006-07-181-9/+9
* Support Python 2.5, which now includes its own install_egg_info command.PJ Eby2006-03-281-5/+5
* Remove use of obsolete --ignore-conflicts-at-my-risk optionPJ Eby2006-03-241-2/+2
* Made ``--single-version-externally-managed`` automatic when ``--root`` isPJ Eby2006-03-041-3/+3
* Fix bdist_dumb support to use .egg-info instead of .egg format.PJ Eby2005-12-161-7/+45
* Support full roundtrip translation of eggs to and from ``bdist_wininst``PJ Eby2005-12-141-2/+5
* Oops.PJ Eby2005-12-141-1/+1
* Added a ``--single-version-externally-managed`` option to the ``install``PJ Eby2005-12-141-23/+23
* Added an internal ``install_egg_info`` command to use as part of old-stylePJ Eby2005-12-141-3/+3
* Workaround for broken DISTUTILS_DEBUG output.PJ Eby2005-11-041-1/+1
* Added support for old-style RPMs (i.e. non-egg RPMs)PJ Eby2005-09-031-8/+49
* Make easy_install --record strip the RPM root when building RPMs, and havePJ Eby2005-08-221-1/+2
* Fixed breakage of bdist_* commands that call the 'install' command.PJ Eby2005-08-111-3/+12
* Got rid of the no-longer meaningful "depends" command. Consolidated thePJ Eby2005-08-061-3/+25
* - remove trailing blank linesFred Drake2004-04-051-3/+1
* Initial checkin of setuptools 0.0.1.PJ Eby2004-03-191-0/+11