| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Fix ZipImportError when overwriting a zipfile with the same name/version | PJ Eby | 2006-03-24 | 1 | -13/+13 |
* | Use relative paths in ``.pth`` files when eggs are being installed to the | PJ Eby | 2006-03-20 | 1 | -14/+14 |
* | Support namespace packages in conjunction with system packagers, by omitting | PJ Eby | 2006-03-17 | 1 | -2/+2 |
* | Added automatic handling of installation conflicts. Eggs are now shifted to | PJ Eby | 2006-03-11 | 1 | -22/+63 |
* | When installing setup_requires/tests_require packages, use | PJ Eby | 2006-02-28 | 1 | -2/+2 |
* | Minor tweak to installation report, and add in a hook for later | PJ Eby | 2006-02-14 | 1 | -6/+6 |
* | Fix a Windows problem when the Python executable is in a directory with | PJ Eby | 2006-02-14 | 1 | -11/+11 |
* | Added exhaustive testing of the install directory, including a spawn test | PJ Eby | 2006-02-13 | 1 | -24/+147 |
* | Fixed the annoying ``--help-commands`` wart, albeit in a most | PJ Eby | 2006-02-10 | 1 | -6/+47 |
* | --prefix support for even more do-what-I-meanishness. :) | PJ Eby | 2006-02-10 | 1 | -32/+72 |
* | Implemented DWIM for PYTHONPATH. That is, ez_setup and easy_install | PJ Eby | 2006-02-10 | 1 | -14/+97 |
* | Ugh. Rereading the Fedora patch shows my previous hack won't actually | PJ Eby | 2006-02-10 | 1 | -2/+2 |
* | Oops, bad indentation. | PJ Eby | 2006-02-10 | 1 | -2/+2 |
* | Tweak site_dirs detection so that distros with weird layouts (e.g. | PJ Eby | 2006-02-10 | 1 | -4/+4 |
* | The ``--find-links`` option previously scanned all supplied URLs and | PJ Eby | 2006-02-08 | 1 | -3/+3 |
* | The ``--always-copy`` option now skips "system" and "development" eggs | PJ Eby | 2006-02-07 | 1 | -13/+13 |
* | Fix missing import. | PJ Eby | 2006-01-27 | 1 | -1/+1 |
* | Expand ``$variables`` used in the ``--site-dirs``, ``--build-directory``, | PJ Eby | 2006-01-26 | 1 | -10/+10 |
* | Fix typo. | PJ Eby | 2006-01-22 | 1 | -1/+1 |
* | EasyInstall can now download bare ``.py`` files and wrap them in an egg, | PJ Eby | 2006-01-10 | 1 | -1/+1 |
* | Make the install_scripts command respect the "build_scripts -e" | PJ Eby | 2005-12-26 | 1 | -5/+5 |
* | 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 |