aboutsummaryrefslogtreecommitdiffstats
path: root/EasyInstall.txt
Commit message (Expand)AuthorAgeFilesLines
...
* Construct ``.pth`` file paths in such a way that installing an egg whosePJ Eby2006-05-301-0/+3
* Oops; doc needs to go under 0.6b2, not 0.6b1PJ Eby2006-05-231-4/+5
* Don't install or update a ``site.py`` patch when installing to aPJ Eby2006-05-231-0/+4
* Document 0.6b1 fixesPJ Eby2006-05-121-2/+12
* Backport doc fixes and 2.4-only -m safety check to 0.6 branchPJ Eby2006-04-281-5/+3
* Correct version # in release notesPJ Eby2006-04-141-1/+1
* Added automatic retry for Sourceforge mirrors. The new download process isPJ Eby2006-04-091-3/+5
* Misc. doc formatting/phrasing correctionsPJ Eby2006-03-301-1/+1
* More docs for .py#egg and ``dependency_links``PJ Eby2006-03-291-0/+13
* Implement dependency_links feature, courtesy of Tres Seaver's roughPJ Eby2006-03-291-0/+3
* Use relative paths in ``.pth`` files when eggs are being installed to thePJ Eby2006-03-201-0/+4
* Added ``easy_install-N.N`` script(s) for convenience when using multiplePJ Eby2006-03-201-0/+13
* Added automatic handling of installation conflicts. Eggs are now shifted toPJ Eby2006-03-111-2/+23
* Record recent changes in the release notes.PJ Eby2006-03-041-0/+3
* Added exhaustive testing of the install directory, including a spawn testPJ Eby2006-02-131-23/+35
* Misc. doc additions: callback exception handling, and an assortment ofPJ Eby2006-02-121-4/+91
* Fixed the annoying ``--help-commands`` wart, albeit in a mostPJ Eby2006-02-101-0/+1
* --prefix support for even more do-what-I-meanishness. :)PJ Eby2006-02-101-3/+6
* Implemented DWIM for PYTHONPATH. That is, ez_setup and easy_installPJ Eby2006-02-101-39/+32
* The ``--find-links`` option previously scanned all supplied URLs andPJ Eby2006-02-081-27/+46
* The ``--always-copy`` option now skips "system" and "development" eggsPJ Eby2006-02-071-0/+13
* Expand ``$variables`` used in the ``--site-dirs``, ``--build-directory``,PJ Eby2006-01-261-1/+7
* EasyInstall can now download bare ``.py`` files and wrap them in an egg,PJ Eby2006-01-101-0/+7
* PyPI searches now use the exact spelling of requirements specified onPJ Eby2006-01-071-0/+6
* Tweak windows environment variable doc, per user feedback.PJ Eby2006-01-031-3/+4
* Incorporate Bob Ippolito's corrections to Mac OS X instructions.PJ Eby2005-12-181-11/+18
* Overhaul installation docs to address frequently asked questionsPJ Eby2005-12-161-119/+208
* Support full roundtrip translation of eggs to and from ``bdist_wininst``PJ Eby2005-12-141-0/+6
* Added a ``--single-version-externally-managed`` option to the ``install``PJ Eby2005-12-141-0/+4
* If more than one URL appears to describe the exact same distribution, preferPJ Eby2005-11-261-0/+4
* Fixed ``.pth`` file processing picking up nested eggs (i.e. ones insidePJ Eby2005-11-181-0/+5
* 0.6a8 final.PJ Eby2005-11-161-0/+2
* Fixed some problems building extensions when Pyrex was installed, especiallyPJ Eby2005-11-031-0/+3
* Fix some Subversion-related problems reported by John J. Lee:PJ Eby2005-11-031-0/+9
* Fix documentation typos, and note that Python 2.4 is required on 64-bitPJ Eby2005-11-021-2/+7
* Added "--allow-hosts" option to restrict downloading and spidering toPJ Eby2005-10-191-1/+21
* Hurray! Our first dependency processing bug! This is cool because itPJ Eby2005-10-181-0/+7
* Significantly enhanced support and docs for "non-root" installation,PJ Eby2005-10-171-12/+84
* Fix problem with Windows console scripts conflicting with module names,PJ Eby2005-10-161-0/+3
* Implement --no-deps option, add link to Ian Bicking's non-root PythonPJ Eby2005-10-161-11/+13
* Add release notes for changes made today.PJ Eby2005-09-241-2/+15
* Fix typo. Add setup for include/python2.X directory in non-root installPJ Eby2005-09-241-1/+3
* Added support to solve the infamous "we want .py on Windows, noPJ Eby2005-09-171-6/+33
* Update cheeseshop URL, fix typo.PJ Eby2005-09-141-1/+1
* More minor doc tweaks.PJ Eby2005-08-231-3/+2
* Minor doc tweaks, and add release note about symlink support.PJ Eby2005-08-231-6/+15
* Simplify non-root install process and improve Mac OS docs for it. SupportPJ Eby2005-08-231-28/+36
* Remove broken example.PJ Eby2005-08-221-3/+1
* Bump release version to 0.6a1. Fix a minor cosmetic issue on certainPJ Eby2005-08-221-1/+1
* More documentation enhancements.PJ Eby2005-08-221-3/+11