aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools/command/easy_install.py
Commit message (Expand)AuthorAgeFilesLines
* Support full roundtrip translation of eggs to and from ``bdist_wininst``PJ Eby2005-12-141-9/+9
* Refactor script wrapper generation into a separate function so that itPJ Eby2005-12-141-48/+48
* Basic roundtripping support between bdist_wininst and eggs. EasyInstallPJ Eby2005-12-141-16/+16
* Made all commands that use ``easy_install`` respect its configurationPJ Eby2005-12-011-11/+11
* Fixed ``.pth`` file processing picking up nested eggs (i.e. ones insidePJ Eby2005-11-181-3/+3
* Fix rmtree() brokenness with Python 2.4 by breaking down and copyingPJ Eby2005-11-051-41/+41
* Handle non-requirement installs correctly for dependency processingPJ Eby2005-11-031-2/+2
* Fix some Subversion-related problems reported by John J. Lee:PJ Eby2005-11-031-21/+62
* Added "--allow-hosts" option to restrict downloading and spidering toPJ Eby2005-10-191-9/+9
* Hurray! Our first dependency processing bug! This is cool because itPJ Eby2005-10-181-1/+1
* Fix problem with Windows console scripts conflicting with module names,PJ Eby2005-10-161-14/+14
* Implement --no-deps option, add link to Ian Bicking's non-root PythonPJ Eby2005-10-161-4/+4
* Support generating .pyw/.exe wrappers for Windows GUI scripts, andPJ Eby2005-09-241-41/+41
* Implement smart version conflict resolution for scripts, so thatPJ Eby2005-09-241-3/+3
* Added support to solve the infamous "we want .py on Windows, noPJ Eby2005-09-171-58/+99
* Ensure wrapper scripts are included in output file record; this isPJ Eby2005-09-031-1/+1
* Make sure that script target directory exists. Ordinarily it should, butPJ Eby2005-09-031-1/+1
* Fix typo in symlink handling code.PJ Eby2005-09-031-1/+1
* D'oh! os.path.islink is available on all platforms. Also, ensure that wePJ Eby2005-08-231-21/+21
* Simplify non-root install process and improve Mac OS docs for it. SupportPJ Eby2005-08-231-11/+11
* Make easy_install --record strip the RPM root when building RPMs, and havePJ Eby2005-08-221-7/+7
* Fix a bug introduced by removing the Environment.get() method.PJ Eby2005-08-141-1/+1
* Fix bugs reported by Ian Bicking, Walter Doerwald, and Vincenzo Di Massa.PJ Eby2005-08-111-8/+8
* Renamed AvailableDistributions -> Environment. Add sketch of pkg_resourcesPJ Eby2005-08-071-6/+6
* Change dependency processing algorithm for less redundancy in the commonPJ Eby2005-08-061-24/+65
* Fix a regression; this code was changed in order to avoid being fooled byPJ Eby2005-07-241-3/+3
* Implement --editable option, which allows you to just download and extractPJ Eby2005-07-241-116/+116
* Fixed installing extra ``.pyc`` or ``.pyo`` files for scripts with ``.py``PJ Eby2005-07-211-1/+1
* Massive API refactoring; see setuptools.txt changelog for details. Also,PJ Eby2005-07-181-25/+25
* Massive API refactoring; see setuptools.txt changelog for details. Also,PJ Eby2005-07-181-31/+31
* The ``path`` attribute of ``Distribution`` objects is now ``location``,PJ Eby2005-07-171-17/+17
* ``Distribution`` objects now implement the ``IResourceProvider`` andPJ Eby2005-07-171-6/+6
* Renamings for consistent terminology; distributions and requirements nowPJ Eby2005-07-171-6/+6
* Added ``--site-dirs`` option to allow adding custom "site" directories.PJ Eby2005-07-161-28/+110
* Update zip-safety scanner to check for modules that might be used asPJ Eby2005-07-121-7/+7
* Enhanced "zip safety" analysis (including scan of win32.exe's) and havePJ Eby2005-07-111-29/+29
* Implement ``namespace_packages`` keyword to ``setup()``. Added keywordPJ Eby2005-07-101-2/+2
* EasyInstall now builds eggs in a temporary directory alongside the setupPJ Eby2005-07-101-34/+34
* Allow EasyInstall to accept a directory containing a setup script as onePJ Eby2005-07-101-3/+3
* Detect and handle conflicts with "unmanaged" packages when installingPJ Eby2005-07-101-27/+191
* Beefed up the "sdist" command so that if you don't have a MANIFEST.in, itPJ Eby2005-07-071-1/+1
* Added ``develop`` command to ``setuptools``-based packages. This commandPJ Eby2005-07-061-44/+85
* Made ``easy_install`` a standard ``setuptools`` command, moving it fromPJ Eby2005-07-061-0/+820