Lines Matching refs:easy_install
113 * #1200: easy_install now support installing from wheels:
200 * #196: Remove caching of easy_install command in fetch_build_egg.
947 To retain the old behavior when using any easy_install
1111 * #539: In the easy_install get_site_dirs, honor all
1431 ``easy_install._adjust_header``.
1498 * Issue #257: ``easy_install --version`` now shows more detail
1633 * Various refactoring of easy_install.
1641 * Issue #285: ``easy_install`` no longer will default to installing
1647 using the "install-dir" and "scripts-dir" parameters to easy_install
1681 * Fix ``setuptools.command.easy_install.extract_wininst_cfg()``
1727 * Restore ``setuptools.command.easy_install.sys_executable`` for pbr
1738 * Deprecated ``easy_install.ScriptWriter.get_writer``, replaced by ``.best()``
2254 * Removed ``setuptools.command.easy_install.HAS_USER_SITE``. Clients
2298 * Issue #27: ``easy_install`` will now use credentials from .pypirc if
2331 the ``easy_install`` command will not be available.
2420 options to easy_install. These options have been deprecated since 0.6a11.
2605 * Added a new function ``easy_install.get_win_launcher`` which may be used by
2633 * Distribute #143: Launcher scripts, including easy_install itself, are now
2770 dependencies will honor the parameters passed to easy_install.
2801 * Distribute #238: easy_install now uses 64bit executable wrappers on 64bit Python
2804 * Distribute #227: easy_install now passes its arguments to setup.py bdist_egg
2833 variable to allow to disable installation of easy_install-${version} script.
2855 * Distribute #146: Fixed missing DLL files after easy_install of windows exe package.
2862 * Distribute #143: Fixed a lookup issue with easy_install.
2888 * Distribute #133: Added --no-find-links to easy_install
2889 * Added easy_install --user
2914 * Distribute #99: now the standalone easy_install command doesn't uses a
2956 * Distribute #72: avoid a bootstrapping issue with easy_install -U
3034 * Make sure setuptools is patched when running through easy_install
3050 * Fixed invalid bootstraping with easy_install installation (Distribute #40).
3101 easy_install section in 0.6
3348 * Made all commands that use ``easy_install`` respect its configuration
3369 and entry-point wrapper scripts), and ``easy_install`` can turn the .exe
3379 * Made ``develop`` command accept all the same options as ``easy_install``,
3380 and use the ``easy_install`` command's configuration settings as defaults.
3476 ``--always-unzip`` to the ``easy_install`` command.
3503 This is used by the ``easy_install`` command to find possibly-conflicting
3585 * Made ``easy_install`` a standard ``setuptools`` command, moving it from
3586 the ``easy_install`` module to ``setuptools.command.easy_install``. Note
3588 accordingly. ``easy_install.py`` is still installed as a script, but not as
3603 * Setup scripts using setuptools now always install using ``easy_install``
3634 by ``PackageIndex``, and ``Installer`` has become an ``easy_install``