| Commit message (Expand) | Author | Age | Files | Lines |
| * | Made ``--single-version-externally-managed`` automatic when ``--root`` is | PJ Eby | 2006-03-04 | 1 | -3/+3 |
| * | When installing setup_requires/tests_require packages, use | PJ Eby | 2006-02-28 | 1 | -2/+2 |
| * | Prevent failed attempts at removing MANIFEST.in from masking errors that | PJ Eby | 2006-02-21 | 2 | -12/+11 |
| * | 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 |
| * | Don't compress eggs on Python 2.3, as a possible workaround for 64-bit | PJ Eby | 2006-02-13 | 1 | -7/+7 |
| * | Added exhaustive testing of the install directory, including a spawn test | PJ Eby | 2006-02-13 | 1 | -24/+147 |
| * | Fixed duplication of scripts inside .egg files | PJ Eby | 2006-02-13 | 2 | -2/+43 |
| * | 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 | 2 | -16/+99 |
| * | 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 |
| * | Tweak build configuration for OS X, based on suggestions from Michael | PJ Eby | 2006-01-14 | 1 | -22/+22 |
| * | Attempt to define some reasonable flags for OS X linker. | PJ Eby | 2006-01-14 | 1 | -16/+15 |
| * | Fix broken import | PJ Eby | 2006-01-14 | 1 | -0/+1 |
| * | Don't keep the stub .py file around, just the .pyc/.pyo. Don't write | PJ Eby | 2006-01-14 | 1 | -40/+40 |
| * | Ensure installed stubs get compiled, even if there are no "pure" modules | PJ Eby | 2006-01-13 | 2 | -7/+16 |
| * | Write stub files correctly for build_ext --inplace | PJ Eby | 2006-01-13 | 1 | -21/+21 |
| * | Implement LD_LIBRARY_PATH workaround stub loader | PJ Eby | 2006-01-13 | 1 | -45/+86 |
| * | Don't write .py stubs except for actual extensions that don't already | PJ Eby | 2006-01-13 | 2 | -26/+26 |
| * | Oops. | PJ Eby | 2006-01-13 | 1 | -3/+3 |
| * | Add experimental code for wrapping relocatable shared libraries on | PJ Eby | 2006-01-13 | 1 | -17/+99 |
| * | EasyInstall can now download bare ``.py`` files and wrap them in an egg, | PJ Eby | 2006-01-10 | 2 | -3/+3 |
| * | SharedLibrary -> Library. For now, Windows libs get built as shared, | PJ Eby | 2006-01-06 | 1 | -44/+44 |
| * | Remove debug print left in by mistake. | PJ Eby | 2006-01-05 | 1 | -3/+3 |
| * | First draft of shared library build support. See tests/shlib_test | PJ Eby | 2006-01-05 | 1 | -8/+90 |
| * | Allow most commands to work with an existing .egg-info directory w/a '-' | PJ Eby | 2005-12-30 | 2 | -24/+25 |
| * | Fix unescaped '-' in .egg-info directory names. Note that this means | PJ Eby | 2005-12-30 | 1 | -1/+1 |
| * | Make the install_scripts command respect the "build_scripts -e" | PJ Eby | 2005-12-26 | 2 | -9/+9 |
| * | Fix "legacy mode" trying to install scripts when there are none. | PJ Eby | 2005-12-20 | 1 | -3/+4 |
| * | Fix bdist_dumb support to use .egg-info instead of .egg format. | PJ Eby | 2005-12-16 | 1 | -7/+45 |
| * | Make install_egg_info track every file it installs, not just the | PJ Eby | 2005-12-15 | 1 | -3/+3 |
| * | Added the ``exclude_package_data`` keyword to ``setup()``, allowing you | PJ Eby | 2005-12-15 | 1 | -3/+44 |
| * | Support full roundtrip translation of eggs to and from ``bdist_wininst`` | PJ Eby | 2005-12-14 | 4 | -12/+55 |
| * | 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 | 3 | -41/+40 |
| * | Oops. | PJ Eby | 2005-12-14 | 1 | -1/+1 |
| * | Added a ``--single-version-externally-managed`` option to the ``install`` | PJ Eby | 2005-12-14 | 2 | -41/+27 |
| * | Added an internal ``install_egg_info`` command to use as part of old-style | PJ Eby | 2005-12-14 | 3 | -4/+86 |
| * | Made all commands that use ``easy_install`` respect its configuration | PJ Eby | 2005-12-01 | 2 | -15/+15 |
| * | Added ``tests_require`` keyword to ``setup()``, so that e.g. packages | PJ Eby | 2005-11-19 | 1 | -4/+4 |
| * | Kludges to make building packages with '-' in their version work with | PJ Eby | 2005-11-19 | 1 | -0/+49 |
| * | Added warning for namespace packages with missing ``declare_namespace()``, | PJ Eby | 2005-11-18 | 1 | -0/+41 |