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