| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix easy_install not recognizing win32.exe files that include a custom bitmap. | PJ Eby | 2006-09-21 | 1 | -1/+1 |
* | Backport all known 2.5-compatibility fixes | PJ Eby | 2006-09-20 | 1 | -1/+1 |
* | Generated scripts now use ``-x`` on the ``#!`` line when ``sys.executable`` | PJ Eby | 2006-09-06 | 1 | -11/+11 |
* | Don't check installation directory writability and site/.pth setup when | PJ Eby | 2006-09-06 | 1 | -2/+2 |
* | Fix ``sys.path_importer_cache`` not being updated when an existing zipfile | PJ Eby | 2006-07-10 | 1 | -9/+9 |
* | Implement detection of non-Python scripts, as described in | PJ Eby | 2006-06-15 | 1 | -5/+46 |
* | Fix sometimes not detecting local packages installed outside of "site" | PJ Eby | 2006-06-09 | 1 | -1/+1 |
* | Fix local --find-links eggs not being copied except with --always-copy. | PJ Eby | 2006-06-07 | 1 | -11/+11 |
* | Construct ``.pth`` file paths in such a way that installing an egg whose | PJ Eby | 2006-05-30 | 1 | -3/+3 |
* | Don't make things warnings that aren't; update info text for | PJ Eby | 2006-05-26 | 1 | -6/+6 |
* | Don't install or update a ``site.py`` patch when installing to a | PJ Eby | 2006-05-23 | 1 | -5/+3 |
* | Backport 'module' fixes to 0.6 | PJ Eby | 2006-04-24 | 1 | -3/+3 |
* | Implement dependency_links feature, courtesy of Tres Seaver's rough | PJ Eby | 2006-03-29 | 1 | -4/+6 |
* | Support complex .pth files in win32.exe->.egg conversion; this addition | PJ Eby | 2006-03-29 | 1 | -5/+5 |
* | 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 |