| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Construct ``.pth`` file paths in such a way that installing an egg whose | PJ Eby | 2006-05-30 | 1 | -0/+3 |
| * | Oops; doc needs to go under 0.6b2, not 0.6b1 | PJ Eby | 2006-05-23 | 1 | -4/+5 |
| * | Don't install or update a ``site.py`` patch when installing to a | PJ Eby | 2006-05-23 | 1 | -0/+4 |
| * | Document 0.6b1 fixes | PJ Eby | 2006-05-12 | 1 | -2/+12 |
| * | Backport doc fixes and 2.4-only -m safety check to 0.6 branch | PJ Eby | 2006-04-28 | 1 | -5/+3 |
| * | Correct version # in release notes | PJ Eby | 2006-04-14 | 1 | -1/+1 |
| * | Added automatic retry for Sourceforge mirrors. The new download process is | PJ Eby | 2006-04-09 | 1 | -3/+5 |
| * | Misc. doc formatting/phrasing corrections | PJ Eby | 2006-03-30 | 1 | -1/+1 |
| * | More docs for .py#egg and ``dependency_links`` | PJ Eby | 2006-03-29 | 1 | -0/+13 |
| * | Implement dependency_links feature, courtesy of Tres Seaver's rough | PJ Eby | 2006-03-29 | 1 | -0/+3 |
| * | Use relative paths in ``.pth`` files when eggs are being installed to the | PJ Eby | 2006-03-20 | 1 | -0/+4 |
| * | Added ``easy_install-N.N`` script(s) for convenience when using multiple | PJ Eby | 2006-03-20 | 1 | -0/+13 |
| * | Added automatic handling of installation conflicts. Eggs are now shifted to | PJ Eby | 2006-03-11 | 1 | -2/+23 |
| * | Record recent changes in the release notes. | PJ Eby | 2006-03-04 | 1 | -0/+3 |
| * | Added exhaustive testing of the install directory, including a spawn test | PJ Eby | 2006-02-13 | 1 | -23/+35 |
| * | Misc. doc additions: callback exception handling, and an assortment of | PJ Eby | 2006-02-12 | 1 | -4/+91 |
| * | Fixed the annoying ``--help-commands`` wart, albeit in a most | PJ Eby | 2006-02-10 | 1 | -0/+1 |
| * | --prefix support for even more do-what-I-meanishness. :) | PJ Eby | 2006-02-10 | 1 | -3/+6 |
| * | Implemented DWIM for PYTHONPATH. That is, ez_setup and easy_install | PJ Eby | 2006-02-10 | 1 | -39/+32 |
| * | The ``--find-links`` option previously scanned all supplied URLs and | PJ Eby | 2006-02-08 | 1 | -27/+46 |
| * | The ``--always-copy`` option now skips "system" and "development" eggs | PJ Eby | 2006-02-07 | 1 | -0/+13 |
| * | Expand ``$variables`` used in the ``--site-dirs``, ``--build-directory``, | PJ Eby | 2006-01-26 | 1 | -1/+7 |
| * | EasyInstall can now download bare ``.py`` files and wrap them in an egg, | PJ Eby | 2006-01-10 | 1 | -0/+7 |
| * | PyPI searches now use the exact spelling of requirements specified on | PJ Eby | 2006-01-07 | 1 | -0/+6 |
| * | Tweak windows environment variable doc, per user feedback. | PJ Eby | 2006-01-03 | 1 | -3/+4 |
| * | Incorporate Bob Ippolito's corrections to Mac OS X instructions. | PJ Eby | 2005-12-18 | 1 | -11/+18 |
| * | Overhaul installation docs to address frequently asked questions | PJ Eby | 2005-12-16 | 1 | -119/+208 |
| * | Support full roundtrip translation of eggs to and from ``bdist_wininst`` | PJ Eby | 2005-12-14 | 1 | -0/+6 |
| * | Added a ``--single-version-externally-managed`` option to the ``install`` | PJ Eby | 2005-12-14 | 1 | -0/+4 |
| * | If more than one URL appears to describe the exact same distribution, prefer | PJ Eby | 2005-11-26 | 1 | -0/+4 |
| * | Fixed ``.pth`` file processing picking up nested eggs (i.e. ones inside | PJ Eby | 2005-11-18 | 1 | -0/+5 |
| * | 0.6a8 final. | PJ Eby | 2005-11-16 | 1 | -0/+2 |
| * | Fixed some problems building extensions when Pyrex was installed, especially | PJ Eby | 2005-11-03 | 1 | -0/+3 |
| * | Fix some Subversion-related problems reported by John J. Lee: | PJ Eby | 2005-11-03 | 1 | -0/+9 |
| * | Fix documentation typos, and note that Python 2.4 is required on 64-bit | PJ Eby | 2005-11-02 | 1 | -2/+7 |
| * | Added "--allow-hosts" option to restrict downloading and spidering to | PJ Eby | 2005-10-19 | 1 | -1/+21 |
| * | Hurray! Our first dependency processing bug! This is cool because it | PJ Eby | 2005-10-18 | 1 | -0/+7 |
| * | Significantly enhanced support and docs for "non-root" installation, | PJ Eby | 2005-10-17 | 1 | -12/+84 |
| * | Fix problem with Windows console scripts conflicting with module names, | PJ Eby | 2005-10-16 | 1 | -0/+3 |
| * | Implement --no-deps option, add link to Ian Bicking's non-root Python | PJ Eby | 2005-10-16 | 1 | -11/+13 |
| * | Add release notes for changes made today. | PJ Eby | 2005-09-24 | 1 | -2/+15 |
| * | Fix typo. Add setup for include/python2.X directory in non-root install | PJ Eby | 2005-09-24 | 1 | -1/+3 |
| * | Added support to solve the infamous "we want .py on Windows, no | PJ Eby | 2005-09-17 | 1 | -6/+33 |
| * | Update cheeseshop URL, fix typo. | PJ Eby | 2005-09-14 | 1 | -1/+1 |
| * | More minor doc tweaks. | PJ Eby | 2005-08-23 | 1 | -3/+2 |
| * | Minor doc tweaks, and add release note about symlink support. | PJ Eby | 2005-08-23 | 1 | -6/+15 |
| * | Simplify non-root install process and improve Mac OS docs for it. Support | PJ Eby | 2005-08-23 | 1 | -28/+36 |
| * | Remove broken example. | PJ Eby | 2005-08-22 | 1 | -3/+1 |
| * | Bump release version to 0.6a1. Fix a minor cosmetic issue on certain | PJ Eby | 2005-08-22 | 1 | -1/+1 |
| * | More documentation enhancements. | PJ Eby | 2005-08-22 | 1 | -3/+11 |