summaryrefslogtreecommitdiff
path: root/EasyInstall.txt
Commit message (Expand)AuthorAgeFilesLines
* chmod/test cleanups and Jython compatibility (backport from trunk)PJ Eby2008-01-181-0/+4
* Fix not picking up dependency links from recursive dependencies.PJ Eby2008-01-151-0/+2
* Backport gui.exe launcher fix.PJ Eby2008-01-031-0/+2
* Prevent ``--help-commands`` and other junk from showing under Python 2.5PJ Eby2007-10-081-0/+4
* The default ``--index-url`` is now ``http://pypi.python.org/simple``, toPJ Eby2007-09-041-3/+6
* ``ftp:`` download URLs now work correctly. (backport from trunk)PJ Eby2007-08-241-0/+3
* Backport fixes and doc updates; prep for 0.6c6 releasePJ Eby2007-05-311-0/+15
* Added ``--local-snapshots-ok`` flag, to allow building eggs fromPJ Eby2007-02-231-0/+29
* Fixed distutils-style scripts originally built on Windows having theirPJ Eby2007-02-011-1/+4
* EasyInstall no longer aborts the installation process if a URL it wants toPJ Eby2007-01-241-0/+5
* Bump version to 0.6c5, and backport bdist_rpm and cygwin dll fixesPJ Eby2007-01-091-0/+4
* Add Basic Auth support for http URLs with embedded credentials. If anPJ Eby2006-12-301-0/+5
* And another typo...PJ Eby2006-12-291-1/+1
* Fix typo in release notesPJ Eby2006-12-291-1/+1
* Removed all special support for Sourceforge mirrors, as Sourceforge'sPJ Eby2006-12-291-67/+3
* Fixed a problem with ``.pth`` testing on Windows when ``sys.executable``PJ Eby2006-12-011-0/+4
* Fixed not allowing ``os.open()`` of paths outside the sandbox, even if theyPJ Eby2006-10-241-0/+4
* Allow explicit selection of Sourceforge mirror(s) with ``--sf-mirror``, andPJ Eby2006-09-271-5/+60
* Fixed SF downloads aborting when a SF mirror returns an HTML page when itPJ Eby2006-09-251-0/+12
* Fix easy_install not recognizing win32.exe files that include a custom bitmap.PJ Eby2006-09-211-0/+4
* Backport all known 2.5-compatibility fixesPJ Eby2006-09-201-0/+9
* Generated scripts now use ``-x`` on the ``#!`` line when ``sys.executable``PJ Eby2006-09-061-0/+4
* Don't check installation directory writability and site/.pth setup whenPJ Eby2006-09-061-0/+3
* Support setuptools .egg being in current directory when bootstrapping onPJ Eby2006-09-061-0/+3
* Update release notes for Jim's #! fixes.PJ Eby2006-08-221-0/+4
* Backport OS X doc fix from trunk.PJ Eby2006-08-131-2/+2
* EasyInstall now includes setuptools version information in thePJ Eby2006-07-201-0/+4
* Fix doc typoPJ Eby2006-07-111-1/+1
* Suppressed warning message about possibly-misspelled project name, if an eggPJ Eby2006-07-111-0/+3
* Merge updated index api docs from the trunk.PJ Eby2006-07-111-0/+95
* Reduce screenscraping required for a package index. Homepage andPJ Eby2006-07-111-0/+4
* Allow ``file://`` URLs to be used as a package index. URLs that refer toPJ Eby2006-07-101-0/+4
* Fix not recognizing HTML 404 pages from package indexes.PJ Eby2006-07-101-0/+2
* Fix ``sys.path_importer_cache`` not being updated when an existing zipfilePJ Eby2006-07-101-0/+3
* Fix ``ftp://`` directory listing URLs from causing a crash when used inPJ Eby2006-06-201-0/+3
* Implement detection of non-Python scripts, as described inPJ Eby2006-06-151-0/+3
* 0.6b3 releasePJ Eby2006-06-091-1/+2
* Fix mysterious errors during initial setuptools install, caused byPJ Eby2006-06-091-0/+4
* Fix sometimes not detecting local packages installed outside of "site"PJ Eby2006-06-091-0/+3
* Fix local --find-links eggs not being copied except with --always-copy.PJ Eby2006-06-071-0/+3
* Add missing 0.6b2 release notePJ Eby2006-06-011-0/+2
* 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