| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | Fixed ``.pth`` file processing picking up nested eggs (i.e. ones inside | PJ Eby | 2005-11-18 | 1 | -3/+3 |
| * | Fix .svn exclude pattern for non-Windows platforms. | PJ Eby | 2005-11-18 | 1 | -1/+2 |
| * | Fixed ``--tag-svn-revision`` not working when run from a source | PJ Eby | 2005-11-18 | 1 | -4/+4 |
| * | Added the ``include_package_data`` keyword to ``setup()``, allowing you to | PJ Eby | 2005-11-18 | 1 | -45/+45 |
| * | The ``sdist`` command no longer uses the traditional ``MANIFEST`` file to | PJ Eby | 2005-11-18 | 2 | -10/+51 |
| * | Build a SOURCES.txt manifest file in .egg-info, that can then be included in | PJ Eby | 2005-11-18 | 1 | -10/+133 |
| * | Detect .dll, .so, .dylib and .pyd files that might have | PJ Eby | 2005-11-09 | 1 | -15/+15 |
| * | Fix rmtree() brokenness with Python 2.4 by breaking down and copying | PJ Eby | 2005-11-05 | 1 | -41/+41 |
| * | Fixed some problems with fresh checkouts of projects that don't include | PJ Eby | 2005-11-05 | 1 | -11/+11 |
| * | Made ``egg_info --tag-svn-revision`` fall back to extracting the | PJ Eby | 2005-11-04 | 1 | -12/+12 |
| * | Made ``develop`` command accept all the same options as ``easy_install``, | PJ Eby | 2005-11-04 | 1 | -14/+14 |
| * | Workaround for broken DISTUTILS_DEBUG output. | PJ Eby | 2005-11-04 | 1 | -1/+1 |
| * | Fixed some problems building extensions when Pyrex was installed, especially | PJ Eby | 2005-11-03 | 1 | -4/+45 |
| * | Handle non-requirement installs correctly for dependency processing | PJ Eby | 2005-11-03 | 1 | -2/+2 |
| * | Fix some Subversion-related problems reported by John J. Lee: | PJ Eby | 2005-11-03 | 1 | -21/+62 |
| * | 0.6a7 bugfix release | PJ Eby | 2005-11-02 | 1 | -2/+35 |
| * | Added "--allow-hosts" option to restrict downloading and spidering to | PJ Eby | 2005-10-19 | 1 | -9/+9 |
| * | Hurray! Our first dependency processing bug! This is cool because it | PJ Eby | 2005-10-18 | 1 | -1/+1 |
| * | Fix problem with Windows console scripts conflicting with module names, | PJ Eby | 2005-10-16 | 1 | -14/+14 |
| * | Implement --no-deps option, add link to Ian Bicking's non-root Python | PJ Eby | 2005-10-16 | 1 | -4/+4 |
| * | Support generating .pyw/.exe wrappers for Windows GUI scripts, and | PJ Eby | 2005-09-24 | 2 | -42/+42 |
| * | Implement smart version conflict resolution for scripts, so that | PJ Eby | 2005-09-24 | 1 | -3/+3 |
| * | Added support to solve the infamous "we want .py on Windows, no | PJ Eby | 2005-09-17 | 2 | -63/+104 |
| * | Added support for old-style RPMs (i.e. non-egg RPMs) | PJ Eby | 2005-09-03 | 2 | -9/+72 |
| * | Ensure wrapper scripts are included in output file record; this is | PJ Eby | 2005-09-03 | 1 | -1/+1 |
| * | Make sure that script target directory exists. Ordinarily it should, but | PJ Eby | 2005-09-03 | 1 | -1/+1 |
| * | Fix typo in symlink handling code. | PJ Eby | 2005-09-03 | 1 | -1/+1 |
| * | Work around a problem with SuSE Linux's patched install_lib command, by | PJ Eby | 2005-09-03 | 1 | -3/+44 |
| * | D'oh! os.path.islink is available on all platforms. Also, ensure that we | PJ Eby | 2005-08-23 | 1 | -21/+21 |
| * | Simplify non-root install process and improve Mac OS docs for it. Support | PJ Eby | 2005-08-23 | 2 | -16/+12 |
| * | Make easy_install --record strip the RPM root when building RPMs, and have | PJ Eby | 2005-08-22 | 3 | -8/+13 |
| * | Fix a problem running build_ext -i w/no extensions. | PJ Eby | 2005-08-22 | 1 | -1/+1 |
| * | Fix problem w/bdist_rpm and setuptools, reported by Walter Doerwald. I | PJ Eby | 2005-08-21 | 3 | -7/+18 |
| * | Make "build_ext --inplace" work sanely w/multiple Python versions and | PJ Eby | 2005-08-21 | 1 | -2/+37 |
| * | Thanks to Richard Jones, we no longer need to fake out PyPI with a '.zip' | PJ Eby | 2005-08-21 | 1 | -5/+2 |
| * | Parse .svn/entries directly instead of using 'svn info' to obtain a | PJ Eby | 2005-08-21 | 1 | -21/+21 |